[Pkg-openssl-changes] r906 - in openssl/branches/jessie_backports/debian: . patches

Sebastian Andrzej Siewior bigeasy at moszumanska.debian.org
Wed Jun 21 19:19:06 UTC 2017


Author: bigeasy
Date: 2017-06-21 19:19:06 +0000 (Wed, 21 Jun 2017)
New Revision: 906

Modified:
   openssl/branches/jessie_backports/debian/changelog
   openssl/branches/jessie_backports/debian/patches/valgrind.patch
Log:
prepare jessie bpo release of 1.0.2l


Modified: openssl/branches/jessie_backports/debian/changelog
===================================================================
--- openssl/branches/jessie_backports/debian/changelog	2017-06-05 10:09:28 UTC (rev 905)
+++ openssl/branches/jessie_backports/debian/changelog	2017-06-21 19:19:06 UTC (rev 906)
@@ -1,3 +1,11 @@
+openssl (1.0.2l-1~bpo8+1) UNRELEASED; urgency=medium
+
+  * New upstream release
+    - Properly detect features on the AMD Ryzen processor (Closes: #861145)
+  * Refresh valgrind.patch
+
+ -- Sebastian Andrzej Siewior <sebastian at breakpoint.cc>  Wed, 21 Jun 2017 21:13:54 +0200
+
 openssl (1.0.2k-1~bpo8+1) jessie-backports; urgency=medium
 
   * New upstream release

Modified: openssl/branches/jessie_backports/debian/patches/valgrind.patch
===================================================================
--- openssl/branches/jessie_backports/debian/patches/valgrind.patch	2017-06-05 10:09:28 UTC (rev 905)
+++ openssl/branches/jessie_backports/debian/patches/valgrind.patch	2017-06-21 19:19:06 UTC (rev 906)
@@ -4,17 +4,17 @@
 
 --- a/crypto/rand/md_rand.c
 +++ b/crypto/rand/md_rand.c
-@@ -480,6 +480,7 @@ int ssleay_rand_bytes(unsigned char *buf
-         MD_Update(&m, (unsigned char *)&(md_c[0]), sizeof(md_c));
+@@ -490,6 +490,7 @@ int ssleay_rand_bytes(unsigned char *buf
+             goto err;
  
  #ifndef PURIFY                  /* purify complains */
 +#if 0
          /*
           * The following line uses the supplied buffer as a small source of
           * entropy: since this buffer is often uninitialised it may cause
-@@ -489,6 +490,7 @@ int ssleay_rand_bytes(unsigned char *buf
-          */
-         MD_Update(&m, buf, j);
+@@ -500,6 +501,7 @@ int ssleay_rand_bytes(unsigned char *buf
+         if (!MD_Update(&m, buf, j))
+             goto err;
  #endif
 +#endif
  




More information about the Pkg-openssl-changes mailing list