Hello community, here is the log from the commit of package pesign for openSUSE:Factory checked in at 2013-02-13 12:09:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pesign (Old) and /work/SRC/openSUSE:Factory/.pesign.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pesign", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/pesign/pesign.changes 2013-02-07 14:27:43.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.pesign.new/pesign.changes 2013-02-13 12:09:52.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Feb 12 15:32:11 CET 2013 - [email protected] + +- do not try to recalculate the image size, it is included in the + hash and therefore must not change. + +------------------------------------------------------------------- New: ---- pesign-no-set-image-size.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pesign.spec ++++++ --- /var/tmp/diff_new_pack.5d0dsV/_old 2013-02-13 12:09:53.000000000 +0100 +++ /var/tmp/diff_new_pack.5d0dsV/_new 2013-02-13 12:09:53.000000000 +0100 @@ -42,6 +42,7 @@ Patch9: pesign-fix-export-attributes.patch # PATCH-FIX-UPSTREAM pesign-privkey_unneeded.diff [email protected] -- Don't check the private key when importing the raw signature Patch10: pesign-privkey_unneeded.diff +Patch11: pesign-no-set-image-size.patch BuildRequires: mozilla-nss-devel BuildRequires: pkg-config BuildRequires: popt-devel @@ -76,6 +77,7 @@ %patch7 -p1 %patch9 -p1 %patch10 -p1 +%patch11 -p1 %build make OPTFLAGS="$RPM_OPT_FLAGS" ++++++ pesign-no-set-image-size.patch ++++++ --- a/libdpe/pe_addcert.c 2013-02-12 14:30:49.000000000 +0000 +++ b/libdpe/pe_addcert.c 2013-02-12 14:30:55.000000000 +0000 @@ -61,7 +61,9 @@ pe_alloccert(Pe *pe, size_t size) dd->certs.virtual_address = compute_file_addr(pe, addr); dd->certs.size = size; +#if 0 pe_set_image_size(pe); +#endif return 0; } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
