Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openssl-1_0_0 for openSUSE:Factory 
checked in at 2022-04-23 00:25:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openssl-1_0_0 (Old)
 and      /work/SRC/openSUSE:Factory/.openssl-1_0_0.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openssl-1_0_0"

Sat Apr 23 00:25:11 2022 rev:25 rq:971746 version:1.0.2u

Changes:
--------
--- /work/SRC/openSUSE:Factory/openssl-1_0_0/openssl-1_0_0.changes      
2021-09-08 21:36:40.941893118 +0200
+++ /work/SRC/openSUSE:Factory/.openssl-1_0_0.new.1538/openssl-1_0_0.changes    
2022-04-23 00:25:34.523760207 +0200
@@ -1,0 +2,6 @@
+Thu Apr 21 09:27:56 UTC 2022 - Dirk M??ller <[email protected]>
+
+- update openssl-fips_cavs_aes_keywrap.patch to avoid
+  (nonexploitable) format-string vulnerability
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openssl-1_0_0.spec ++++++
--- /var/tmp/diff_new_pack.w76YrF/_old  2022-04-23 00:25:35.815761125 +0200
+++ /var/tmp/diff_new_pack.w76YrF/_new  2022-04-23 00:25:35.819761128 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openssl-1_0_0
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed


++++++ openssl-fips_cavs_aes_keywrap.patch ++++++
--- /var/tmp/diff_new_pack.w76YrF/_old  2022-04-23 00:25:36.115761338 +0200
+++ /var/tmp/diff_new_pack.w76YrF/_new  2022-04-23 00:25:36.119761341 +0200
@@ -25,7 +25,7 @@
 +
 +void die(char *mes)
 +{
-+    fprintf(stderr, mes);
++    fprintf(stderr, "%s", mes);
 +    exit(1);
 +}
 +

Reply via email to