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

Matthijs Mohlmann active2-guest at costa.debian.org
Thu Jun 8 21:00:46 UTC 2006


Author: active2-guest
Date: 2006-06-08 21:00:45 +0000 (Thu, 08 Jun 2006)
New Revision: 675

Added:
   openldap/trunk-2.3/debian/patches/disable-epoll-system-call
Modified:
   openldap/trunk-2.3/debian/changelog
   openldap/trunk-2.3/debian/patches/series
Log:
 * Added patch to add support for upgrades from systems with a 2.4 kernel. This
   patch can be dropped after etch releases.


Modified: openldap/trunk-2.3/debian/changelog
===================================================================
--- openldap/trunk-2.3/debian/changelog	2006-06-08 19:57:51 UTC (rev 674)
+++ openldap/trunk-2.3/debian/changelog	2006-06-08 21:00:45 UTC (rev 675)
@@ -7,8 +7,11 @@
   * Add dependency on adduser.
   * Specify the PATH variable in the init script. (Closes: #367981)
   * Added patch to read config before dropping privileges.
+  * epoll(4) system call is missing on kernels <2.6, this causes slapd to
+    not work on 2.4 kernels. Added patch that remove the #define in
+    portable.in (Closes: #369352, #372194)
 
- -- Matthijs Mohlmann <matthijs at cacholong.nl>  Thu,  8 Jun 2006 21:56:10 +0200
+ -- Matthijs Mohlmann <matthijs at cacholong.nl>  Thu,  8 Jun 2006 22:56:05 +0200
 
 openldap2.3 (2.3.24-1) unstable; urgency=low
 

Added: openldap/trunk-2.3/debian/patches/disable-epoll-system-call
===================================================================
--- openldap/trunk-2.3/debian/patches/disable-epoll-system-call	2006-06-08 19:57:51 UTC (rev 674)
+++ openldap/trunk-2.3/debian/patches/disable-epoll-system-call	2006-06-08 21:00:45 UTC (rev 675)
@@ -0,0 +1,14 @@
+Index: include/portable.hin
+===================================================================
+--- include/portable.hin.orig
++++ include/portable.hin
+@@ -163,9 +163,6 @@
+ /* Define to 1 if you have the `endpwent' function. */
+ #undef HAVE_ENDPWENT
+ 
+-/* define if your system supports epoll */
+-#undef HAVE_EPOLL
+-
+ /* Define to 1 if you have the <errno.h> header file. */
+ #undef HAVE_ERRNO_H
+ 

Modified: openldap/trunk-2.3/debian/patches/series
===================================================================
--- openldap/trunk-2.3/debian/patches/series	2006-06-08 19:57:51 UTC (rev 674)
+++ openldap/trunk-2.3/debian/patches/series	2006-06-08 21:00:45 UTC (rev 675)
@@ -11,3 +11,4 @@
 back-bdb-fix-lock-virtual-root-entry -p0
 fix-boolean-logic -p0
 read-config-before-dropping-privileges -p0
+disable-epoll-system-call -p0




More information about the Pkg-openldap-devel mailing list