pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc Update openldap to 2.1.29 (latest stable release).
details: https://anonhg.NetBSD.org/pkgsrc/rev/3f3d7bc2f8db
branches: trunk
changeset: 471786:3f3d7bc2f8db
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Mar 31 03:52:45 2004 +0000
description:
Update openldap to 2.1.29 (latest stable release).
Changes:
OpenLDAP 2.1.29 Release
Fixed slapd SASL invalid authcID crash (ITS#2961)
Fixed slapd sasl-regexp debug crash (ITS#3033)
Fixed back-bdb empty suffix bug (ITS#2970)
Fixed back-bdb IDL avl_delete failure bug (ITS#3004)
Fixed libldap assert failure (ITS#2982)
OpenLDAP 2.1.28 Release
Fixed back-bdb slapadd crash (ITS#2974)
Fixed typo in ACL STYLE slap_style_e enum (ITS#3001)
Added ACL set logging (ITS#2949)
Fixed '=' escape in DN (ITS#3009)
Documentation
Fixed ldapmodify(1) manpage (ITS#3002)
Fixed ldapmodrdn(1) manpage (ITS#3003)
OpenLDAP 2.1.27 Release
Fixed slapd replog ordering bug (ITS#2512)
Fixed slapd uninitialized variable bug
Fixed libldap SASL client callbacks (ITS#2926)
Build Environment
Fixed gai_strerr portability problem (ITS#2643)
Fixed DNS res_query portability problem
diffstat:
databases/openldap/Makefile | 5 ++---
databases/openldap/PLIST | 8 ++++----
databases/openldap/distinfo | 7 +++----
databases/openldap/patches/patch-ae | 34 ----------------------------------
doc/CHANGES | 3 ++-
5 files changed, 11 insertions(+), 46 deletions(-)
diffs (113 lines):
diff -r db2250630519 -r 3f3d7bc2f8db databases/openldap/Makefile
--- a/databases/openldap/Makefile Wed Mar 31 02:32:56 2004 +0000
+++ b/databases/openldap/Makefile Wed Mar 31 03:52:45 2004 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2004/03/26 02:27:36 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2004/03/31 03:52:46 xtraeme Exp $
-DISTNAME= openldap-2.1.25
-PKGREVISION= 3
+DISTNAME= openldap-2.1.29
SVR4_PKGNAME= oldap
CATEGORIES= databases
MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
diff -r db2250630519 -r 3f3d7bc2f8db databases/openldap/PLIST
--- a/databases/openldap/PLIST Wed Mar 31 02:32:56 2004 +0000
+++ b/databases/openldap/PLIST Wed Mar 31 03:52:45 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2004/02/19 14:42:39 jlam Exp $
+@comment $NetBSD: PLIST,v 1.14 2004/03/31 03:52:47 xtraeme Exp $
bin/ldapadd
bin/ldapcompare
bin/ldapdelete
@@ -20,17 +20,17 @@
lib/liblber.la
lib/liblber.so
lib/liblber.so.2
-lib/liblber.so.2.124
+lib/liblber.so.2.128
lib/libldap.a
lib/libldap.la
lib/libldap.so
lib/libldap.so.2
-lib/libldap.so.2.124
+lib/libldap.so.2.128
lib/libldap_r.a
lib/libldap_r.la
lib/libldap_r.so
lib/libldap_r.so.2
-lib/libldap_r.so.2.124
+lib/libldap_r.so.2.128
libexec/slapd
${SLURPD_COMMENT}libexec/slurpd
man/man1/ldapadd.1
diff -r db2250630519 -r 3f3d7bc2f8db databases/openldap/distinfo
--- a/databases/openldap/distinfo Wed Mar 31 02:32:56 2004 +0000
+++ b/databases/openldap/distinfo Wed Mar 31 03:52:45 2004 +0000
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.24 2004/03/07 12:12:38 markd Exp $
+$NetBSD: distinfo,v 1.25 2004/03/31 03:52:47 xtraeme Exp $
-SHA1 (openldap-2.1.25.tgz) = 802ad52c0540bf58fbe797fd64804ff0920159d4
-Size (openldap-2.1.25.tgz) = 2038669 bytes
+SHA1 (openldap-2.1.29.tgz) = 1623df1fb9772a952541422fa9883ba02e587e87
+Size (openldap-2.1.29.tgz) = 2044665 bytes
SHA1 (patch-aa) = 0f7f0ad7e11a16d084955f5125db12a5e53bafec
SHA1 (patch-ac) = 56ee06d724a2de895fc373cc57bf3de17058e30b
SHA1 (patch-ad) = 24734ea7dbfc85c0f1a5ebc7ad9209cfe64ef546
-SHA1 (patch-ae) = 75f5cb64c78c007f3439ad384b21c5a6ea5e9e3d
SHA1 (patch-af) = 74edff185f7d5222416023801084c069d08ec057
SHA1 (patch-ag) = 822efbcc01dfd4b6181c25390761f534aaeb4315
SHA1 (patch-ah) = 4fd10030b2531c7b4a4461053e5896274b24d5dd
diff -r db2250630519 -r 3f3d7bc2f8db databases/openldap/patches/patch-ae
--- a/databases/openldap/patches/patch-ae Wed Mar 31 02:32:56 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-$NetBSD: patch-ae,v 1.2 2004/02/14 11:31:50 jlam Exp $
-
---- servers/slapd/back-bdb/init.c.orig Sat Nov 29 04:59:10 2003
-+++ servers/slapd/back-bdb/init.c
-@@ -461,17 +461,19 @@ bdb_db_close( BackendDB *be )
- bdb_cache_release_all (&bdb->bi_cache);
-
- #ifdef SLAP_IDL_CACHE
-- ldap_pvt_thread_mutex_lock ( &bdb->bi_idl_tree_mutex );
-- entry = bdb->bi_idl_lru_head;
-- while ( entry != NULL ) {
-- next_entry = entry->idl_lru_next;
-- avl_delete( &bdb->bi_idl_tree, (caddr_t) entry, bdb_idl_entry_cmp );
-- free( entry->idl );
-- free( entry->kstr.bv_val );
-- free( entry );
-- entry = next_entry;
-+ if ( bdb->bi_idl_cache_max_size ) {
-+ ldap_pvt_thread_mutex_lock ( &bdb->bi_idl_tree_mutex );
-+ entry = bdb->bi_idl_lru_head;
-+ while ( entry != NULL ) {
-+ next_entry = entry->idl_lru_next;
-+ avl_delete( &bdb->bi_idl_tree, (caddr_t) entry, bdb_idl_entry_cmp );
-+ free( entry->idl );
-+ free( entry->kstr.bv_val );
-+ free( entry );
-+ entry = next_entry;
-+ }
-+ ldap_pvt_thread_mutex_unlock ( &bdb->bi_idl_tree_mutex );
- }
-- ldap_pvt_thread_mutex_unlock ( &bdb->bi_idl_tree_mutex );
- #endif
-
- return 0;
diff -r db2250630519 -r 3f3d7bc2f8db doc/CHANGES
--- a/doc/CHANGES Wed Mar 31 02:32:56 2004 +0000
+++ b/doc/CHANGES Wed Mar 31 03:52:45 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5383 2004/03/30 23:42:18 xtraeme Exp $
+$NetBSD: CHANGES,v 1.5384 2004/03/31 03:52:45 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -1623,3 +1623,4 @@
Updated streamtuner-local to 0.4.0 [xtraeme 2004-03-30]
Added poedit-1.2.5 [xtraeme 2004-03-30]
Added galeon-devel-1.3.14a [xtraeme 2004-03-30]
+ Updated openldap to 2.1.29 [xtraeme 2004-03-31]
Home |
Main Index |
Thread Index |
Old Index