Hello community,

here is the log from the commit of package pesign-obs-integration for 
openSUSE:Factory checked in at 2014-08-15 09:58:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pesign-obs-integration (Old)
 and      /work/SRC/openSUSE:Factory/.pesign-obs-integration.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pesign-obs-integration"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/pesign-obs-integration/pesign-obs-integration.changes
    2014-08-06 15:31:57.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.pesign-obs-integration.new/pesign-obs-integration.changes
       2014-08-15 09:58:33.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Aug 12 13:38:14 UTC 2014 - [email protected]
+
+- switch gen-hmac to use fipscheck instead of sha256hmac
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pesign-obs-integration.spec ++++++
--- /var/tmp/diff_new_pack.Wdasoh/_old  2014-08-15 09:58:34.000000000 +0200
+++ /var/tmp/diff_new_pack.Wdasoh/_new  2014-08-15 09:58:34.000000000 +0200
@@ -24,6 +24,7 @@
 Group:          Development/Tools/Other
 Version:        10.0
 Release:        0.<RELEASE15>
+Requires:       fipscheck
 Requires:       mozilla-nss-tools
 Requires:       openssl
 %ifarch %ix86 x86_64 ia64

++++++ gen-hmac ++++++
--- /var/tmp/diff_new_pack.Wdasoh/_old  2014-08-15 09:58:34.000000000 +0200
+++ /var/tmp/diff_new_pack.Wdasoh/_new  2014-08-15 09:58:34.000000000 +0200
@@ -17,15 +17,19 @@
 }
 
 my $fn = shift @ARGV;
-my $out = `sha512hmac "$buildroot$fn"`;
-if ($?) {
-       exit 1;
-}
-my @t = split(" ", $out);
-my $hmac = $t[0];
 
-(my $hmacfn = "$buildroot$fn") =~ s|([^/]*)$|.$1.hmac|;
-open(my $fd, '>', $hmacfn) or die "$0: Cannot open $hmacfn: $!\n";
-print $fd "$hmac  $fn\n";
-close($fd);
+system("fipshmac $buildroot$fn");
+
+#my $out = `sha512hmac "$buildroot$fn"`;
+#if ($?) {
+#      exit 1;
+#}
+#my @t = split(" ", $out);
+#my $hmac = $t[0];
+
+#(my $hmacfn = "$buildroot$fn") =~ s|([^/]*)$|.$1.hmac|;
+#open(my $fd, '>', $hmacfn) or die "$0: Cannot open $hmacfn: $!\n";
+#print $fd "$hmac  $fn\n";
+#close($fd);
+
 exit 0;

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

Reply via email to