[Pkg-openssl-changes] r316 - openssl/trunk/debian
chrism at alioth.debian.org
chrism at alioth.debian.org
Tue Jun 3 13:11:23 UTC 2008
Author: chrism
Date: 2008-06-03 13:11:22 +0000 (Tue, 03 Jun 2008)
New Revision: 316
Modified:
openssl/trunk/debian/changelog
openssl/trunk/debian/libssl0.9.8.postinst
Log:
add stunnel4 to restart list (closes: #482111)
Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog 2008-05-29 22:42:54 UTC (rev 315)
+++ openssl/trunk/debian/changelog 2008-06-03 13:11:22 UTC (rev 316)
@@ -4,8 +4,9 @@
* updated cs, gl, sv debconf translation (closes: #480926, #480967, #482465)
* add Vcs-Svn header (closes: #481654)
* fix debian-kfreebsd-i386 build flags (closes: #482275)
+ * add stunnel4 to restart list (closes: #482111)
- -- Christoph Martin <christoph.martin at uni-mainz.de> Mon, 26 May 2008 17:12:43 +0200
+ -- Christoph Martin <christoph.martin at uni-mainz.de> Tue, 3 Jun 2008 15:11:12 +0200
openssl (0.9.8g-10) unstable; urgency=low
Modified: openssl/trunk/debian/libssl0.9.8.postinst
===================================================================
--- openssl/trunk/debian/libssl0.9.8.postinst 2008-05-29 22:42:54 UTC (rev 315)
+++ openssl/trunk/debian/libssl0.9.8.postinst 2008-06-03 13:11:22 UTC (rev 316)
@@ -75,6 +75,7 @@
check="$check fetchmail ftpd-ssl slapd"
check="$check proftpd proftpd-ldap proftpd-mysql proftpd-pgsql"
check="$check partimage-server conserver-server tor"
+ check="$check stunnel4"
# Only get the ones that are installed, and configured
check=$(dpkg -s $check 2> /dev/null | egrep '^Package:|^Status:' | awk '{if ($1 ~ /^Package:/) { package=$2 } else if ($0 ~ /^Status: .* installed$/) { print package }}')
# apache2 ships its init script in apache2-common, but the
More information about the Pkg-openssl-changes
mailing list