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

Kurt Roeckx kroeckx at costa.debian.org
Tue Sep 5 20:37:52 UTC 2006


Author: kroeckx
Date: 2006-09-05 20:37:52 +0000 (Tue, 05 Sep 2006)
New Revision: 163

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/libssl0.9.8.postinst
Log:
Change the postinst script to check that ntp is installed instead
of ntp-refclock and ntp-simple.  The binary is now in the ntp package.

The old check didn't work proplery because the name of the init script
was not the same as that of the binary package.  There also aren't any
versions of those packages left in the archive that are linked to
libssl0.9.8 so not much point in fixing it.



Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2006-09-05 20:17:34 UTC (rev 162)
+++ openssl/trunk/debian/changelog	2006-09-05 20:37:52 UTC (rev 163)
@@ -1,3 +1,11 @@
+openssl (0.9.8b-4) unstable; urgency=low
+
+  * Change the postinst script to check that ntp is installed instead
+    of ntp-refclock and ntp-simple.  The binary is now in the ntp
+    package.
+
+ -- Kurt Roeckx <kurt at roeckx.be>  Tue,  5 Sep 2006 20:31:27 +0000
+
 openssl (0.9.8b-3) unstable; urgency=high
 
   * Fix RSA Signature Forgery (CVE-2006-4339) using patch provided

Modified: openssl/trunk/debian/libssl0.9.8.postinst
===================================================================
--- openssl/trunk/debian/libssl0.9.8.postinst	2006-09-05 20:17:34 UTC (rev 162)
+++ openssl/trunk/debian/libssl0.9.8.postinst	2006-09-05 20:37:52 UTC (rev 163)
@@ -67,7 +67,7 @@
 	    check="$check postfix cyrus21-imapd cyrus21-pop3d"
 	    check="$check postgresql-7.4 postgresql-8.0 postgresql-8.1"
 	    check="$check racoon dovecot-common bind9"
-	    check="$check ntp-refclock ntp-simple openntpd clamcour"
+	    check="$check ntp openntpd clamcour"
 	    check="$check fetchmail ftpd-ssl"
 	    check="$check proftpd proftpd-ldap proftpd-mysql proftpd-pgsql"
 	    # Only get the ones that are installed, and configured




More information about the Pkg-openssl-changes mailing list