[pkg-lighttpd] r287 - in lighttpd/trunk/debian: . patches

madcoder at alioth.debian.org madcoder at alioth.debian.org
Tue Mar 4 11:15:01 UTC 2008


Author: madcoder
Date: 2008-03-04 11:15:00 +0000 (Tue, 04 Mar 2008)
New Revision: 287

Added:
   lighttpd/trunk/debian/patches/ldap-deprecated.dpatch
Modified:
   lighttpd/trunk/debian/changelog
Log:
fix 463368



Modified: lighttpd/trunk/debian/changelog
===================================================================
--- lighttpd/trunk/debian/changelog	2008-02-27 16:11:27 UTC (rev 286)
+++ lighttpd/trunk/debian/changelog	2008-03-04 11:15:00 UTC (rev 287)
@@ -1,3 +1,10 @@
+lighttpd (1.4.18-3) UNRELEASED; urgency=low
+
+  * Force use of deprecated ldap interfaces (Closes: 463368),
+    thanks to Dann Frazier (patches/ldap-deprecated.dpatch).
+
+ -- Pierre Habouzit <madcoder at debian.org>  Wed, 27 Feb 2008 17:11:29 +0100
+
 lighttpd (1.4.18-2) unstable; urgency=high
 
   * Move the aliases on /doc/ and /images/ mandated by policy at the end to

Added: lighttpd/trunk/debian/patches/ldap-deprecated.dpatch
===================================================================
--- lighttpd/trunk/debian/patches/ldap-deprecated.dpatch	                        (rev 0)
+++ lighttpd/trunk/debian/patches/ldap-deprecated.dpatch	2008-03-04 11:15:00 UTC (rev 287)
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## ldap-deprecated.dpatch by Pierre Habouzit <madcoder at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad pkg~/src/http_auth.h pkg/src/http_auth.h
+--- pkg~/src/http_auth.h	2007-07-28 22:25:30.000000000 +0200
++++ pkg/src/http_auth.h	2008-03-04 12:13:22.000000000 +0100
+@@ -6,6 +6,7 @@
+ 
+ #if defined(HAVE_LDAP_H) && defined(HAVE_LBER_H) && defined(HAVE_LIBLDAP) && defined(HAVE_LIBLBER)
+ # define USE_LDAP
++# define LDAP_DEPRECATED 1
+ # include <ldap.h>
+ #endif
+ 


Property changes on: lighttpd/trunk/debian/patches/ldap-deprecated.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-lighttpd-maintainers mailing list