summaryrefslogtreecommitdiff
path: root/mail/perdition/files/patch-perdition-db-ldap-perditiondb_ldap
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2007-11-06 11:08:18 +0000
committerBeech Rintoul <beech@FreeBSD.org>2007-11-06 11:08:18 +0000
commite647e3e6c262886bc6b860bdd3d0a3f321e55f35 (patch)
treef9dd9090ab7e0a27379b4211b0d1f10766c0c514 /mail/perdition/files/patch-perdition-db-ldap-perditiondb_ldap
parent- perdition entry - correct range (diff)
- Security update to 1.17.1
PR: ports/117796 Submitted by: Thomas Vogt <thomas@bsdunix.ch> (maintainer) Approved by: portmgr (pav), linimon (mentor) Security: http://www.sec-consult.com/300.html
Notes
Notes: svn path=/head/; revision=202542
Diffstat (limited to 'mail/perdition/files/patch-perdition-db-ldap-perditiondb_ldap')
-rw-r--r--mail/perdition/files/patch-perdition-db-ldap-perditiondb_ldap18
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/perdition/files/patch-perdition-db-ldap-perditiondb_ldap b/mail/perdition/files/patch-perdition-db-ldap-perditiondb_ldap
deleted file mode 100644
index 6da3393089bc..000000000000
--- a/mail/perdition/files/patch-perdition-db-ldap-perditiondb_ldap
+++ /dev/null
@@ -1,18 +0,0 @@
---- perdition/db/ldap/perditiondb_ldap.c.orig Tue Dec 6 22:32:57 2005
-+++ perdition/db/ldap/perditiondb_ldap.c Tue Dec 6 22:38:31 2005
-@@ -334,9 +334,12 @@
- }
-
- /* Open LDAP connection */
--#if defined(LDAP_API_FEATURE_X_OPENLDAP) && (LDAP_API_VERSION > 2000)
-- if (ldap_initialize(&connection, pldap_filter) != LDAP_SUCCESS) {
-- VANESSA_LOGGER_DEBUG_ERRNO("ldap_initialize");
-+#if 0
-+//#if defined(LDAP_API_FEATURE_X_OPENLDAP) && (LDAP_API_VERSION > 2000)
-+ err = ldap_initialize(&connection, pldap_filter);
-+ if (err != LDAP_SUCCESS) {
-+ VANESSA_LOGGER_DEBUG_UNSAFE("ldap_initialize: %s",
-+ ldap_err2string(err));
- goto leave;
- }
- #else