aboutsummaryrefslogtreecommitdiff
path: root/net/openldap23-server/files
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-04-15 20:34:28 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-04-15 20:34:28 +0000
commit87cf5c694344ce55ef91548f71447a65572a7528 (patch)
tree2aecc5c8d6d8bbf9004cbebd6e5cb29964c6adb3 /net/openldap23-server/files
parent6f4ec082516ab044bcc1f23ec65af3de6188e548 (diff)
downloadports-87cf5c694344ce55ef91548f71447a65572a7528.tar.gz
ports-87cf5c694344ce55ef91548f71447a65572a7528.zip
- Update to 2.3.21 (a bugfix release)
PR: ports/95570 Submitted by: delphij
Notes
Notes: svn path=/head/; revision=159654
Diffstat (limited to 'net/openldap23-server/files')
-rw-r--r--net/openldap23-server/files/patch-ITS-444122
1 files changed, 0 insertions, 22 deletions
diff --git a/net/openldap23-server/files/patch-ITS-4441 b/net/openldap23-server/files/patch-ITS-4441
deleted file mode 100644
index d9e53b4eaa7b..000000000000
--- a/net/openldap23-server/files/patch-ITS-4441
+++ /dev/null
@@ -1,22 +0,0 @@
-===================================================================
-RCS file: /repo/OpenLDAP/pkg/ldap/libraries/libldap/unbind.c,v
-retrieving revision 1.54
-retrieving revision 1.55
-diff -u -r1.54 -r1.55
---- libraries/libldap/unbind.c 2006/01/03 22:12:09 1.54
-+++ libraries/libldap/unbind.c 2006/03/20 10:14:43 1.55
-@@ -1,4 +1,4 @@
--/* $OpenLDAP: libraries/libldap/unbind.c,v 1.54 2006/01/03 22:12:09 kurt Exp $ */
-+/* $OpenLDAP: libraries/libldap/unbind.c,v 1.55 2006/03/20 10:14:43 ando Exp $ */
- /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
- *
- * Copyright 1998-2006 The OpenLDAP Foundation.
-@@ -194,6 +194,7 @@
- #ifdef LDAP_R_COMPILE
- ldap_pvt_thread_mutex_destroy( &ld->ld_req_mutex );
- ldap_pvt_thread_mutex_destroy( &ld->ld_res_mutex );
-+ ldap_pvt_thread_mutex_destroy( &ld->ld_conn_mutex );
- #endif
- #ifndef NDEBUG
- LDAP_TRASH(ld);
-