[Pkg-openldap-devel] r870 - openldap/trunk-2.3/debian
Steve Langasek
vorlon at alioth.debian.org
Sat Nov 24 23:18:16 UTC 2007
Author: vorlon
Date: 2007-11-24 23:18:16 +0000 (Sat, 24 Nov 2007)
New Revision: 870
Modified:
openldap/trunk-2.3/debian/changelog
openldap/trunk-2.3/debian/slapd.examples
openldap/trunk-2.3/debian/slapd.install
openldap/trunk-2.3/debian/slapd.links
Log:
* 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
/other/ way, which also spares us from dh_compress trying to gzip
slapd.conf. Closes: #452749.
Modified: openldap/trunk-2.3/debian/changelog
===================================================================
--- openldap/trunk-2.3/debian/changelog 2007-11-19 02:11:59 UTC (rev 869)
+++ openldap/trunk-2.3/debian/changelog 2007-11-24 23:18:16 UTC (rev 870)
@@ -1,3 +1,13 @@
+openldap2.3 (2.3.39-2) UNRELEASED; urgency=low
+
+ * 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
+ /other/ way, which also spares us from dh_compress trying to gzip
+ slapd.conf. Closes: #452749.
+
+ -- Steve Langasek <vorlon at debian.org> Sat, 24 Nov 2007 15:09:23 -0800
+
openldap2.3 (2.3.39-1) unstable; urgency=medium
* Medium severity due to denial of service fix.
Modified: openldap/trunk-2.3/debian/slapd.examples
===================================================================
--- openldap/trunk-2.3/debian/slapd.examples 2007-11-19 02:11:59 UTC (rev 869)
+++ openldap/trunk-2.3/debian/slapd.examples 2007-11-24 23:18:16 UTC (rev 870)
@@ -1,3 +1 @@
-debian/DB_CONFIG
-debian/slapd.conf
debian/slapd.backup
Modified: openldap/trunk-2.3/debian/slapd.install
===================================================================
--- openldap/trunk-2.3/debian/slapd.install 2007-11-19 02:11:59 UTC (rev 869)
+++ openldap/trunk-2.3/debian/slapd.install 2007-11-24 23:18:16 UTC (rev 870)
@@ -7,3 +7,4 @@
debian/fix_ldif usr/share/slapd
debian/ldiftopasswd usr/share/slapd
debian/DB_CONFIG usr/share/slapd
+debian/slapd.conf usr/share/slapd
Modified: openldap/trunk-2.3/debian/slapd.links
===================================================================
--- openldap/trunk-2.3/debian/slapd.links 2007-11-19 02:11:59 UTC (rev 869)
+++ openldap/trunk-2.3/debian/slapd.links 2007-11-24 23:18:16 UTC (rev 870)
@@ -1,5 +1,5 @@
-usr/share/doc/slapd/examples/DB_CONFIG usr/share/slapd/DB_CONFIG
-usr/share/doc/slapd/examples/slapd.conf usr/share/slapd/slapd.conf
+usr/share/slapd/DB_CONFIG usr/share/doc/slapd/examples/DB_CONFIG
+usr/share/slapd/slapd.conf usr/share/doc/slapd/examples/slapd.conf
usr/sbin/slapd usr/sbin/slapacl
usr/sbin/slapd usr/sbin/slapadd
usr/sbin/slapd usr/sbin/slapauth
More information about the Pkg-openldap-devel
mailing list