[Pkg-openldap-devel] r910 - openldap/trunk/debian
Steve Langasek
vorlon at alioth.debian.org
Sun Dec 16 09:55:49 UTC 2007
Author: vorlon
Date: 2007-12-16 09:55:49 +0000 (Sun, 16 Dec 2007)
New Revision: 910
Modified:
openldap/trunk/debian/changelog
openldap/trunk/debian/slapd.scripts-common
Log:
- need to dump and reload databases again for the upgrade from 2.3.39.
Modified: openldap/trunk/debian/changelog
===================================================================
--- openldap/trunk/debian/changelog 2007-12-16 09:52:18 UTC (rev 909)
+++ openldap/trunk/debian/changelog 2007-12-16 09:55:49 UTC (rev 910)
@@ -11,6 +11,7 @@
openldap2
- lastmod and denyop have been moved to contrib upstream and are no
longer shipped as supported overlays
+ - need to dump and reload databases again for the upgrade from 2.3.39.
* slapd.conf and DB_CONFIG are used in the postinst, they shouldn't be
shipped under doc/examples because /usr/share/doc can't be depended
on per policy; ship the files under /usr/share/slapd and symlink the
Modified: openldap/trunk/debian/slapd.scripts-common
===================================================================
--- openldap/trunk/debian/slapd.scripts-common 2007-12-16 09:52:18 UTC (rev 909)
+++ openldap/trunk/debian/slapd.scripts-common 2007-12-16 09:55:49 UTC (rev 910)
@@ -116,7 +116,7 @@
db_get slapd/migrate_ldbm_to_bdb
if [ "$RET" = "true" ] || dpkg --compare-versions \
- "$OLD_VERSION" lt-nl "2.3.19"; then
+ "$OLD_VERSION" lt-nl "2.4.7"; then
return 0
else
return 1
More information about the Pkg-openldap-devel
mailing list