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

kroeckx at alioth.debian.org kroeckx at alioth.debian.org
Fri Oct 31 22:04:25 UTC 2008


Author: kroeckx
Date: 2008-10-31 22:04:25 +0000 (Fri, 31 Oct 2008)
New Revision: 342

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/libssl0.9.8.postinst
Log:
Don't give the warning about security updates when upgrading
from etch since it doesn't have any known security problems.


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2008-08-04 06:42:22 UTC (rev 341)
+++ openssl/trunk/debian/changelog	2008-10-31 22:04:25 UTC (rev 342)
@@ -1,3 +1,10 @@
+openssl (0.9.8g-14) unstable; urgency=low
+
+  * Don't give the warning about security updates when upgrading
+    from etch since it doesn't have any known security problems.
+
+ -- Kurt Roeckx <kurt at roeckx.be>  Fri, 31 Oct 2008 22:45:14 +0100
+
 openssl (0.9.8g-13) unstable; urgency=low
 
   * Fix a problem with tlsext preventing firefox 3 from connection.

Modified: openssl/trunk/debian/libssl0.9.8.postinst
===================================================================
--- openssl/trunk/debian/libssl0.9.8.postinst	2008-08-04 06:42:22 UTC (rev 341)
+++ openssl/trunk/debian/libssl0.9.8.postinst	2008-10-31 22:04:25 UTC (rev 342)
@@ -57,7 +57,7 @@
 if [ "$1" = "configure" ]
 then
     if [ ! -z "$2" ]; then
-	if dpkg --compare-versions "$2" lt 0.9.8g-9; then
+	if dpkg --compare-versions "$2" lt 0.9.8g-9 && dpkg --compare-versions "$2" gt 0.9.8c-4etch3; then
 	    db_version 2.0
 
 	    echo -n "Checking for services that may need to be restarted..."




More information about the Pkg-openssl-changes mailing list