[Pkg-openldap-devel] r1296 - openldap/trunk/debian
matthijs at alioth.debian.org
matthijs at alioth.debian.org
Fri Jul 23 10:34:46 UTC 2010
tags 589852 pending
tags 589915 pending
thanks
Author: matthijs
Date: 2010-07-23 10:34:43 +0000 (Fri, 23 Jul 2010)
New Revision: 1296
Modified:
openldap/trunk/debian/changelog
openldap/trunk/debian/slapd.init
Log:
* Add notice for the security bugs fixed.
* sleep 2 seconds in the init start script.
Modified: openldap/trunk/debian/changelog
===================================================================
--- openldap/trunk/debian/changelog 2010-07-19 08:52:47 UTC (rev 1295)
+++ openldap/trunk/debian/changelog 2010-07-23 10:34:43 UTC (rev 1296)
@@ -9,8 +9,11 @@
* Updated czech translation, thanks Miroslav Kure (Closes: #589569)
* Update slapd.README.Debian and slapd.NEWS and note the new configuration
style.
+ * Fixes CVE-2010-0211 and CVE-2010-0212 (Closes: #589852)
+ * Add 2 second delay to the init script, so that OpenLDAP is actually
+ listening on the sockets (Closes: #589915)
- -- Matthijs Mohlmann <matthijs at cacholong.nl> Mon, 19 Jul 2010 10:51:15 +0200
+ -- Matthijs Mohlmann <matthijs at cacholong.nl> Fri, 23 Jul 2010 12:27:11 +0200
openldap (2.4.23-2) unstable; urgency=medium
Modified: openldap/trunk/debian/slapd.init
===================================================================
--- openldap/trunk/debian/slapd.init 2010-07-19 08:52:47 UTC (rev 1295)
+++ openldap/trunk/debian/slapd.init 2010-07-23 10:34:43 UTC (rev 1296)
@@ -135,6 +135,10 @@
if [ ! -h /var/run/ldapi ] && [ ! -e /var/run/ldapi ] ; then
ln -s slapd/ldapi /var/run/ldapi
fi
+
+ # Sleep for two seconds to have OpenLDAP operational when exiting this init
+ # script
+ sleep 2
}
# Stop the slapd daemon and capture the error message (if any) to
More information about the Pkg-openldap-devel
mailing list