Hello community,

here is the log from the commit of package libopenssl0_9_8 for openSUSE:Factory 
checked in at 2016-03-09 15:17:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libopenssl0_9_8 (Old)
 and      /work/SRC/openSUSE:Factory/.libopenssl0_9_8.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libopenssl0_9_8"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libopenssl0_9_8/libopenssl0_9_8.changes  
2016-03-07 13:27:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libopenssl0_9_8.new/libopenssl0_9_8.changes     
2016-03-09 16:48:38.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Mar  4 05:37:15 UTC 2016 - bwiedem...@suse.com
+
+- Add reproducible.patch to drop build date from libcrypto.so file
+
+-------------------------------------------------------------------

New:
----
  reproducible.patch

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

Other differences:
------------------
++++++ libopenssl0_9_8.spec ++++++
--- /var/tmp/diff_new_pack.xYA55C/_old  2016-03-09 16:48:39.000000000 +0100
+++ /var/tmp/diff_new_pack.xYA55C/_new  2016-03-09 16:48:39.000000000 +0100
@@ -40,6 +40,7 @@
 Patch7:         openssl-CVE-2016-0799.patch
 Patch8:         openssl-CVE-2016-0800-DROWN-disable-ssl2.patch
 Patch9:         openssl-fix-config-test-sanity.patch
+Patch10:        reproducible.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Recommends:     openssl-certs
 
@@ -68,6 +69,7 @@
 %patch7  -p1
 %patch8  -p1
 %patch9  -p1
+%patch10 -p1
 cp -p %{S:10} .
 echo "adding/overwriting some entries in the 'table' hash in Configure"
 # 
$dso_scheme:$shared_target:$shared_cflag:$shared_ldflag:$shared_extension:$ranlib:$arflags

++++++ reproducible.patch ++++++
Index: openssl-0.9.8zh/crypto/cversion.c
===================================================================
--- openssl-0.9.8zh.orig/crypto/cversion.c
+++ openssl-0.9.8zh/crypto/cversion.c
@@ -67,14 +67,7 @@ const char *SSLeay_version(int t)
     if (t == SSLEAY_VERSION)
         return OPENSSL_VERSION_TEXT;
     if (t == SSLEAY_BUILT_ON) {
-#ifdef DATE
-        static char buf[sizeof(DATE) + 11];
-
-        BIO_snprintf(buf, sizeof buf, "built on: %s", DATE);
-        return (buf);
-#else
-        return ("built on: date not available");
-#endif
+        return ("built on: see rpm -qi libopenssl0_9_8");
     }
     if (t == SSLEAY_CFLAGS) {
 #ifdef CFLAGS

Reply via email to