pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/openldap Changes 2.2.20:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9c84085e684
branches:  trunk
changeset: 486968:d9c84085e684
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 06 11:10:55 2005 +0000

description:
Changes 2.2.20:
Fixed slapd sanity check on protocol in authz-regexp URI (ITS#3411)
Fixed slapd ID to DN mapping when values need DN escaping (ITS#3419)
Fixed slapd sl_realloc memory overrun (ITS#3420, #3404, #3296)
Fixed slapd syncrepl bugs (ITS#3423, #3425, #3443, #3448)
Fixed slapd bad tag handling
Fixed slapd error return for modrdn invalid access (ITS#3450)
Fixed back-bdb locks in backend_group (ITS#3263, #3365)
Fixed back-bdb/back-hdb listing of permissive control (ITS#3453)
Fixed back-ldap failed connection retry (ITS#3217)
Fixed back-ldap/back-meta memory handling in attr mapping
Fixed back-meta modrdn newSuperior target selection
Fixed back-sql segfault when logging and delete_rule is NULL (ITS#3407)
Build Environment
Fixed slurpd build on Windows

diffstat:

 databases/openldap/Makefile |  7 +++----
 databases/openldap/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (38 lines):

diff -r 6177bbde64c2 -r d9c84085e684 databases/openldap/Makefile
--- a/databases/openldap/Makefile       Thu Jan 06 10:58:30 2005 +0000
+++ b/databases/openldap/Makefile       Thu Jan 06 11:10:55 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.94 2004/12/28 10:12:27 minskim Exp $
+# $NetBSD: Makefile,v 1.95 2005/01/06 11:10:55 adam Exp $
 
-DISTNAME=      openldap-2.2.19
+DISTNAME=      openldap-2.2.20
 SVR4_PKGNAME=  oldap
-PKGREVISION=   1
 CATEGORIES=    databases
 MASTER_SITES=  ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
 EXTRACT_SUFX=  .tgz
@@ -16,8 +15,8 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_BUILDLINK3=                yes
+USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
-USE_LIBTOOL=           yes
 TEST_TARGET=           test
 
 MAKE_ENV+=             LIBMODE=${LIBMODE}
diff -r 6177bbde64c2 -r d9c84085e684 databases/openldap/distinfo
--- a/databases/openldap/distinfo       Thu Jan 06 10:58:30 2005 +0000
+++ b/databases/openldap/distinfo       Thu Jan 06 11:10:55 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.35 2004/12/28 10:12:27 minskim Exp $
+$NetBSD: distinfo,v 1.36 2005/01/06 11:10:55 adam Exp $
 
-SHA1 (openldap-2.2.19.tgz) = cc74d3a62ca79eb169aa112d8ee19a26f7079194
-Size (openldap-2.2.19.tgz) = 2601096 bytes
+SHA1 (openldap-2.2.20.tgz) = 307460c990a2f4ecfeceaffa4833f6c479005ed5
+Size (openldap-2.2.20.tgz) = 2605791 bytes
 SHA1 (patch-ac) = f3d5edf5ddbad93d7a88a6837ea962820fc475ce
 SHA1 (patch-ad) = c49ccf52a60110a6fe16afaff0d327e112216c50
 SHA1 (patch-af) = 8479e8754a0d93a6c318c4bba3b4363d69688854



Home | Main Index | Thread Index | Old Index