From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:32885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpiCb-0007yC-J4 for qemu-devel@nongnu.org; Tue, 24 Jan 2012 10:22:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpiCQ-0008CX-Ip for qemu-devel@nongnu.org; Tue, 24 Jan 2012 10:22:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:30515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpiCQ-0008CK-C4 for qemu-devel@nongnu.org; Tue, 24 Jan 2012 10:22:18 -0500 Message-ID: <4F1ECCA2.8040003@redhat.com> Date: Tue, 24 Jan 2012 08:22:10 -0700 From: Eric Blake MIME-Version: 1.0 References: <4F1E7190.6030608@siemens.com> In-Reply-To: <4F1E7190.6030608@siemens.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigE8BBF1D3BF70E0418361BDE3" Subject: Re: [Qemu-devel] [PATCH] signrom: Rewrite as python script List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Alexander Graf , Anthony Liguori , Christoph Egger , qemu-devel , Stefan Weil , Paolo Bonzini This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigE8BBF1D3BF70E0418361BDE3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 01/24/2012 01:53 AM, Jan Kiszka wrote: > Now that we have a hard dependency on python anyway, we can replace the= > slow shell script to calculate the option ROM checksum with a fast AND > portable python version. Tested both with python 2.7 and 3.1. >=20 > Signed-off-by: Jan Kiszka > --- >=20 > +++ b/scripts/signrom.py > @@ -0,0 +1,40 @@ > +# > +# Option ROM Signing utility > +# > +# Authors: > +# Jan Kiszka > +# > +# This work is licensed under the terms of the GNU GPLv2. Any reason you aren't using GPLv2+, > --- a/scripts/signrom.sh > +++ /dev/null > @@ -1,45 +0,0 @@ > -#!/bin/sh > - > -# Option ROM Signing utility > -# > -# This program is free software; you can redistribute it and/or modify= > -# it under the terms of the GNU General Public License as published by= > -# the Free Software Foundation; either version 2 of the License, or > -# (at your option) any later version. especially since you were replacing a more permissive license in the .sh version? --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enigE8BBF1D3BF70E0418361BDE3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJPHsyiAAoJEKeha0olJ0NqzyIH/195aI+Ruo6facUIkX021xcA j5hjMoZxLSSPu9iJUXODYDGIk9eL3iXeHiiMTmrz/wNgUayfQ8RBW91MwmAFfvVN cUngdh0X3kVySf3tlOxoviMl3zMInim5etDyoa7P1pv/iii5qprvYuV58CyTjldO NopqELloq5yiNgB1/MyUK5ZL0WxusmD0oXiVoCA9JUf+btwKmg+lUPXl8p5ohrS4 7zKdUfqvTLDaKWyhrEyRJAE71ORaOvVRoRlSfeg/n6ltkClALf2gPNBuGHRiDw3+ Pn9DFx1W4QUi0qg5PjjBqnfGID6ISX9yEtwQv+RkcKwlJEVJLZTY0yHKt0SS82M= =2v1Z -----END PGP SIGNATURE----- --------------enigE8BBF1D3BF70E0418361BDE3--