[Pkg-openssl-changes] r113 - openssl/trunk/debian
Kurt Roeckx
kroeckx at costa.debian.org
Sat Jan 28 13:04:50 UTC 2006
Author: kroeckx
Date: 2006-01-28 13:04:48 +0000 (Sat, 28 Jan 2006)
New Revision: 113
Modified:
openssl/trunk/debian/changelog
openssl/trunk/debian/libssl0.9.8.postinst
Log:
Change debconf restart message for upgrades to 0.9.8-3.
Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog 2006-01-28 12:41:29 UTC (rev 112)
+++ openssl/trunk/debian/changelog 2006-01-28 13:04:48 UTC (rev 113)
@@ -2,6 +2,9 @@
* Add italian debconf templates. Thanks to Luca Monducci.
(Closes: #350249)
+ * Change the debconf question to use version 0.9.8-3
+ instead of 0.9.8-1, since that's the last version
+ with a security fix.
-- Kurt Roeckx <kurt at roeckx.be> Sat, 28 Jan 2006 13:39:54 +0100
Modified: openssl/trunk/debian/libssl0.9.8.postinst
===================================================================
--- openssl/trunk/debian/libssl0.9.8.postinst 2006-01-28 12:41:29 UTC (rev 112)
+++ openssl/trunk/debian/libssl0.9.8.postinst 2006-01-28 13:04:48 UTC (rev 113)
@@ -55,7 +55,7 @@
if [ "$1" = "configure" ]
then
if [ ! -z "$2" ]; then
- if dpkg --compare-versions "$2" lt 0.9.8-1; then
+ if dpkg --compare-versions "$2" lt 0.9.8-3; then
echo -n "Checking for services that may need to be restarted..."
check="sendmail ssh"
@@ -132,7 +132,7 @@
echo
fi
fi
- fi # end upgrading and $2 lt 0.9.8-1
+ fi # end upgrading and $2 lt 0.9.8-3
fi # Upgrading
fi
More information about the Pkg-openssl-changes
mailing list