Author: baggins Date: Wed Jan 18 00:06:19 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - define LDAP_DEPRECATED to allow compilation with openldap 2.3
---- Files affected: SOURCES: apache-mod_cfg_ldap-openldap-2.3.patch (NONE -> 1.1) (NEW), pdns-openldap-2.3.patch (NONE -> 1.1) (NEW), teapop-openldap-2.3.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/apache-mod_cfg_ldap-openldap-2.3.patch diff -u /dev/null SOURCES/apache-mod_cfg_ldap-openldap-2.3.patch:1.1 --- /dev/null Wed Jan 18 01:06:19 2006 +++ SOURCES/apache-mod_cfg_ldap-openldap-2.3.patch Wed Jan 18 01:06:14 2006 @@ -0,0 +1,11 @@ +--- mod_cfg_ldap-1.2/mod_cfg_ldap.c~ 2004-09-16 19:02:15.000000000 +0200 ++++ mod_cfg_ldap-1.2/mod_cfg_ldap.c 2006-01-18 01:01:50.000000000 +0100 +@@ -45,6 +45,8 @@ + #include "http_log.h" + #include "http_request.h" + #include "apr_strings.h" ++ ++#define LDAP_DEPRECATED 1 + #include "ldap.h" + + #define CFG_LDAP_NO_SUCH_VHOST "cfg_ldap_no_such_vhost" ================================================================ Index: SOURCES/pdns-openldap-2.3.patch diff -u /dev/null SOURCES/pdns-openldap-2.3.patch:1.1 --- /dev/null Wed Jan 18 01:06:19 2006 +++ SOURCES/pdns-openldap-2.3.patch Wed Jan 18 01:06:14 2006 @@ -0,0 +1,11 @@ +--- pdns-2.9.19/modules/ldapbackend/powerldap.hh~ 2006-01-18 00:55:23.000000000 +0100 ++++ pdns-2.9.19/modules/ldapbackend/powerldap.hh 2006-01-18 01:03:42.000000000 +0100 +@@ -27,6 +27,8 @@ + #include <stdexcept> + #include <errno.h> + #include <lber.h> ++ ++#define LDAP_DEPRECATED 1 + #include <ldap.h> + + ================================================================ Index: SOURCES/teapop-openldap-2.3.patch diff -u /dev/null SOURCES/teapop-openldap-2.3.patch:1.1 --- /dev/null Wed Jan 18 01:06:19 2006 +++ SOURCES/teapop-openldap-2.3.patch Wed Jan 18 01:06:14 2006 @@ -0,0 +1,10 @@ +--- teapop-0.3.8/teapop/pop_ldap.c~ 2003-08-04 17:33:49.000000000 +0200 ++++ teapop-0.3.8/teapop/pop_ldap.c 2006-01-18 01:04:55.000000000 +0100 +@@ -47,6 +47,7 @@ + #include <stdlib.h> + #include <unistd.h> + ++#define LDAP_DEPRECATED 1 + #include <ldap.h> + + #include "teapop.h" ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
