[Pkg-openssl-changes] r364 - in openssl/branches/etch: crypto/rand debian

Kurt Roeckx kroeckx at alioth.debian.org
Sat May 16 14:56:29 UTC 2009


Author: kroeckx
Date: 2009-05-16 14:56:28 +0000 (Sat, 16 May 2009)
New Revision: 364

Modified:
   openssl/branches/etch/crypto/rand/md_rand.c
   openssl/branches/etch/debian/changelog
   openssl/branches/etch/debian/libssl0.9.8.postinst
Log:
Re-introducing seeding of the random number generator.


Modified: openssl/branches/etch/crypto/rand/md_rand.c
===================================================================
--- openssl/branches/etch/crypto/rand/md_rand.c	2009-05-16 14:53:01 UTC (rev 363)
+++ openssl/branches/etch/crypto/rand/md_rand.c	2009-05-16 14:56:28 UTC (rev 364)
@@ -271,10 +271,7 @@
 		else
 			MD_Update(&m,&(state[st_idx]),j);
 			
-/*		
- * Don't add uninitialised data.
 		MD_Update(&m,buf,j);
-*/
 		MD_Update(&m,(unsigned char *)&(md_c[0]),sizeof(md_c));
 		MD_Final(&m,local_md);
 		md_c[1]++;

Modified: openssl/branches/etch/debian/changelog
===================================================================
--- openssl/branches/etch/debian/changelog	2009-05-16 14:53:01 UTC (rev 363)
+++ openssl/branches/etch/debian/changelog	2009-05-16 14:56:28 UTC (rev 364)
@@ -1,3 +1,10 @@
+openssl (0.9.8c-4etch3) stable-security; urgency=high
+
+  * Re-introducing seeding of the random number generator.  Patch from the
+    maintainer.
+
+ -- Florian Weimer <fw at deneb.enyo.de>  Thu, 08 May 2008 01:58:40 +0200
+
 openssl (0.9.8c-4etch2) proposed-updates; urgency=low
 
   * Apply patch from SuSe for CVE-2007-4995.  This should also

Modified: openssl/branches/etch/debian/libssl0.9.8.postinst
===================================================================
--- openssl/branches/etch/debian/libssl0.9.8.postinst	2009-05-16 14:53:01 UTC (rev 363)
+++ openssl/branches/etch/debian/libssl0.9.8.postinst	2009-05-16 14:56:28 UTC (rev 364)
@@ -57,7 +57,7 @@
 if [ "$1" = "configure" ]
 then
     if [ ! -z "$2" ]; then
-	if dpkg --compare-versions "$2" lt 0.9.8c-4etch1; then
+	if dpkg --compare-versions "$2" lt 0.9.8c-4etch3; then
 	    echo -n "Checking for services that may need to be restarted..."
 
 	    check="sendmail openssh-server"




More information about the Pkg-openssl-changes mailing list