[Pkg-openldap-devel] r1151 - in openldap/trunk/debian: . patches

vorlon at alioth.debian.org vorlon at alioth.debian.org
Sat Jun 28 16:09:29 UTC 2008


Author: vorlon
Date: 2008-06-28 16:09:29 +0000 (Sat, 28 Jun 2008)
New Revision: 1151

Removed:
   openldap/trunk/debian/patches/hurd-path-max
Modified:
   openldap/trunk/debian/changelog
   openldap/trunk/debian/patches/series
Log:
Drop patch hurd-path-max, integrated upstream.

Modified: openldap/trunk/debian/changelog
===================================================================
--- openldap/trunk/debian/changelog	2008-06-28 16:04:34 UTC (rev 1150)
+++ openldap/trunk/debian/changelog	2008-06-28 16:09:29 UTC (rev 1151)
@@ -5,6 +5,7 @@
     - Clean up ld_defconn if it was freed, fixing an assertion failure in
       various clients.  Closes: #469232.
     - Fixes slapd syncrepl hang on back-config.  Closes: #471253.
+    - Drop patch hurd-path-max, integrated upstream.
   * Drop spurious build-dependency on heimdal-dev, introduced accidentally
     as part of an aborted attempt to build the smbk5pwd overlay.
 

Deleted: openldap/trunk/debian/patches/hurd-path-max
===================================================================
--- openldap/trunk/debian/patches/hurd-path-max	2008-06-28 16:04:34 UTC (rev 1150)
+++ openldap/trunk/debian/patches/hurd-path-max	2008-06-28 16:09:29 UTC (rev 1151)
@@ -1,18 +0,0 @@
-GNU Hurd doesn't have PATH_MAX.  Use MAXPATHLEN instead, which is
-defined by OpenLDAP portably in include/ac/param.h.  Patch from
-Samuel Thibault.
-
-Debian Bug#475744
-ITS #5531
-
---- ./servers/slapd/back-bdb/monitor.c.orig	2008-04-12 11:08:22.540562000 -0400
-+++ ./servers/slapd/back-bdb/monitor.c	2008-04-12 11:08:18.580562000 -0400
-@@ -395,7 +395,7 @@
- 	{
- 		struct berval	bv, nbv;
- 		ber_len_t	pathlen = 0, len = 0;
--		char		path[ PATH_MAX ] = { '\0' };
-+		char		path[ MAXPATHLEN ] = { '\0' };
- 		char		*fname = bdb->bi_dbenv_home,
- 				*ptr;
- 

Modified: openldap/trunk/debian/patches/series
===================================================================
--- openldap/trunk/debian/patches/series	2008-06-28 16:04:34 UTC (rev 1150)
+++ openldap/trunk/debian/patches/series	2008-06-28 16:09:29 UTC (rev 1151)
@@ -9,4 +9,3 @@
 libldap-symbol-versions
 gnutls-ciphers
 getaddrinfo-is-threadsafe
-hurd-path-max




More information about the Pkg-openldap-devel mailing list