[Pkg-openssl-changes] r156 - openssl/trunk/debian

Kurt Roeckx kroeckx at costa.debian.org
Tue Sep 5 18:39:19 UTC 2006


Author: kroeckx
Date: 2006-09-05 18:39:18 +0000 (Tue, 05 Sep 2006)
New Revision: 156

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/libssl0.9.8.postinst
Log:
Restart services using a smaller version tht 0.9.8b-3, so
they get the fixed version.


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2006-09-05 18:36:39 UTC (rev 155)
+++ openssl/trunk/debian/changelog	2006-09-05 18:39:18 UTC (rev 156)
@@ -2,6 +2,8 @@
 
   * Fix RSA Signature Forgery (CVE-2006-4339) using patch provided
     by upstream.
+  * Restart services using a smaller version that 0.9.8b-3, so
+    they get the fixed version.
 
  -- Kurt Roeckx <kurt at roeckx.be>  Tue,  5 Sep 2006 18:26:10 +0000
 

Modified: openssl/trunk/debian/libssl0.9.8.postinst
===================================================================
--- openssl/trunk/debian/libssl0.9.8.postinst	2006-09-05 18:36:39 UTC (rev 155)
+++ openssl/trunk/debian/libssl0.9.8.postinst	2006-09-05 18:39:18 UTC (rev 156)
@@ -57,7 +57,7 @@
 if [ "$1" = "configure" ]
 then
     if [ ! -z "$2" ]; then
-	if dpkg --compare-versions "$2" lt 0.9.8-3; then
+	if dpkg --compare-versions "$2" lt 0.9.8b-3; then
 	    echo -n "Checking for services that may need to be restarted..."
 
 	    check="sendmail openssh-server"
@@ -165,7 +165,7 @@
 	    else
 		echo "Nothing to restart."
 	    fi
-	fi # end upgrading and $2 lt 0.9.8-3
+	fi # end upgrading and $2 lt 0.9.8b-3
     fi # Upgrading
 fi
 




More information about the Pkg-openssl-changes mailing list