[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [SRM] proposed stable update openldap



Hi,

Op dinsdag 31 mei 2011 20:48:14 schreef Adam D. Barratt:
> > propose an NMU to sid for the latter. If that has been accepted and aged
> > "long enough" (?) then I may create another update for stable.
> 
> Okay.  I've made a note to keep an eye out for a possible unstable
> upload.

The fix for #596343 has now been in unstable since 31 May without any known 
issues. I've therefore prepared 2.4.23-7.2 for squeeze to also address this 
bug in the upcoming point release. Debdiff is attached. Please let me know if 
I can upload.


Cheers,
Thijs
diff -u openldap-2.4.23/debian/changelog openldap-2.4.23/debian/changelog
--- openldap-2.4.23/debian/changelog
+++ openldap-2.4.23/debian/changelog
@@ -1,3 +1,10 @@
+openldap (2.4.23-7.2) stable; urgency=low
+
+  * Non-maintainer upload targeted at stable.
+  * Fix "dpkg-reconfigure slapd". Closes: #596343
+
+ -- Thijs Kinkhorst <thijs@debian.org>  Wed, 15 Jun 2011 13:27:46 +0200
+
 openldap (2.4.23-7.1) stable; urgency=low
 
   * Non-maintainer upload targeted at stable.
diff -u openldap-2.4.23/debian/slapd.scripts-common openldap-2.4.23/debian/slapd.scripts-common
--- openldap-2.4.23/debian/slapd.scripts-common
+++ openldap-2.4.23/debian/slapd.scripts-common
@@ -476,7 +476,8 @@
 	echo -n "  Creating initial configuration... " >&2
 
 	# Create the slapd.d directory.
-	mkdir ${SLAPD_CONF}
+	rm -rf ${SLAPD_CONF}/cn=config ${SLAPD_CONF}/cn=config.ldif
+	mkdir -p ${SLAPD_CONF}
 	initldif=`mktemp -t slapadd.XXXXXX`
 	cat /usr/share/slapd/slapd.init.ldif > ${initldif}
 

Reply to: