Hello community,

here is the log from the commit of package pesign-obs-integration for 
openSUSE:Factory checked in at 2013-02-13 12:10:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pesign-obs-integration (Old)
 and      /work/SRC/openSUSE:Factory/.pesign-obs-integration.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pesign-obs-integration", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/pesign-obs-integration/pesign-obs-integration.changes
    2013-02-07 14:28:00.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.pesign-obs-integration.new/pesign-obs-integration.changes
       2013-02-13 12:10:02.000000000 +0100
@@ -1,0 +2,11 @@
+Tue Feb 12 15:42:22 CET 2013 - [email protected]
+
+- reduce debugging as pesign is now fixed
+
+-------------------------------------------------------------------
+Tue Feb 12 12:33:41 CET 2013 - [email protected]
+
+- add a bit of debug output to find out why the kernel signatures
+  are bad
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pesign-obs-integration.spec ++++++
--- /var/tmp/diff_new_pack.OEbUmF/_old  2013-02-13 12:10:03.000000000 +0100
+++ /var/tmp/diff_new_pack.OEbUmF/_new  2013-02-13 12:10:03.000000000 +0100
@@ -16,6 +16,8 @@
 #
 
 
+# needssslcertforbuild
+
 Name:           pesign-obs-integration
 Summary:        Macros and scripts to sign the kernel and bootloader
 License:        GPL-2.0

++++++ pesign-repackage.spec.in ++++++
--- /var/tmp/diff_new_pack.OEbUmF/_old  2013-02-13 12:10:03.000000000 +0100
+++ /var/tmp/diff_new_pack.OEbUmF/_new  2013-02-13 12:10:03.000000000 +0100
@@ -99,9 +99,15 @@
                infile=${sig%.sig}
                cpio -i --to-stdout ${infile#./} 
<%_sourcedir/@[email protected] > ${infile}.sattrs
                test -s ${infile}.sattrs || exit 1
+               ohash=$(pesign -n "$nss_db" -h -i "$f")
                pesign -n "$nss_db" -c cert -i "$f" -o "$f.tmp" -d sha256 -I 
"${infile}.sattrs" -R "$sig"
                rm -f "${infile}.sattrs"
                mv "$f.tmp" "$f"
+               nhash=$(pesign -n "$nss_db" -h -i "$f")
+               if test "$ohash" != "$nhash" ; then
+                   echo "hash mismatch error: $ohash $nhash"
+                   exit 1
+               fi
                ;;
        *)
                echo "Warning: unhandled signature: $sig" >&2

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to