[Pkg-openldap-devel] r1307 - openldap/trunk/debian
vorlon at alioth.debian.org
vorlon at alioth.debian.org
Thu Aug 19 21:41:41 UTC 2010
tags 593550 pending
thanks
Author: vorlon
Date: 2010-08-19 21:41:39 +0000 (Thu, 19 Aug 2010)
New Revision: 1307
Modified:
openldap/trunk/debian/changelog
openldap/trunk/debian/slapd.scripts-common
Log:
Bump the database upgrade version check to 2.4.23-4; should have been
set to 2.4.23-1 when we switched to db4.8, but was missed so we need to
clean up. Closes: #593550.
Modified: openldap/trunk/debian/changelog
===================================================================
--- openldap/trunk/debian/changelog 2010-08-18 20:21:46 UTC (rev 1306)
+++ openldap/trunk/debian/changelog 2010-08-19 21:41:39 UTC (rev 1307)
@@ -1,3 +1,11 @@
+openldap (2.4.23-4) UNRELEASED; urgency=low
+
+ * Bump the database upgrade version check to 2.4.23-4; should have been
+ set to 2.4.23-1 when we switched to db4.8, but was missed so we need to
+ clean up. Closes: #593550.
+
+ -- Steve Langasek <vorlon at debian.org> Thu, 19 Aug 2010 14:40:42 -0700
+
openldap (2.4.23-3) unstable; urgency=low
* Configure the newly installed openldap package using slapd.d instead of
Modified: openldap/trunk/debian/slapd.scripts-common
===================================================================
--- openldap/trunk/debian/slapd.scripts-common 2010-08-18 20:21:46 UTC (rev 1306)
+++ openldap/trunk/debian/slapd.scripts-common 2010-08-19 21:41:39 UTC (rev 1307)
@@ -46,7 +46,7 @@
# Return success if yes.
# Usage: if database_format_changed; then
- if dpkg --compare-versions "$OLD_VERSION" lt-nl 2.4.21; then
+ if dpkg --compare-versions "$OLD_VERSION" lt-nl 2.4.23-4; then
return 0
else
return 1
More information about the Pkg-openldap-devel
mailing list