diff options
author | jlam <jlam> | 2004-12-22 06:22:48 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-12-22 06:22:48 +0000 |
commit | ef8fd51971d24863f9143e1cdb59e266f1e212cb (patch) | |
tree | 4aecfb3699f68882218f571dd9405ccf87a24dc4 /databases | |
parent | 8584b730f4903168cc27aa218c3654dad6e7c0c5 (diff) | |
download | pkgsrc-ef8fd51971d24863f9143e1cdb59e266f1e212cb.tar.gz |
Update databases/openldap to 2.2.19. Changes from version 2.2.18 include:
* Fixed slapd check for mandatory filter in authz-regexp URI
* Fixed slapd bad descriptor check
* Fixed slapd ACI when the subject contains '#'
* Fixed back-ldap malformed URI check for multiple URIs
* Fixed back-ldap/back-meta static definition of be_open()
* Fixed back-bdb cache bugs, ctxcsn memory leak
Diffstat (limited to 'databases')
-rw-r--r-- | databases/openldap/Makefile | 5 | ||||
-rw-r--r-- | databases/openldap/distinfo | 8 | ||||
-rw-r--r-- | databases/openldap/patches/patch-ah | 6 |
3 files changed, 9 insertions, 10 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile index 954231c040d..eea77f1fa4a 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.91 2004/12/14 09:08:37 adam Exp $ +# $NetBSD: Makefile,v 1.92 2004/12/22 06:22:48 jlam Exp $ -DISTNAME= openldap-2.2.18 -PKGREVISION= 3 +DISTNAME= openldap-2.2.19 SVR4_PKGNAME= oldap CATEGORIES= databases MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ diff --git a/databases/openldap/distinfo b/databases/openldap/distinfo index 820523cc3ae..f075d0810de 100644 --- a/databases/openldap/distinfo +++ b/databases/openldap/distinfo @@ -1,12 +1,12 @@ -$NetBSD: distinfo,v 1.33 2004/12/14 12:13:43 wiz Exp $ +$NetBSD: distinfo,v 1.34 2004/12/22 06:22:48 jlam Exp $ -SHA1 (openldap-2.2.18.tgz) = df7b681c2480aea39560b22e8b0c7d118915a8f1 -Size (openldap-2.2.18.tgz) = 2574691 bytes +SHA1 (openldap-2.2.19.tgz) = cc74d3a62ca79eb169aa112d8ee19a26f7079194 +Size (openldap-2.2.19.tgz) = 2601096 bytes SHA1 (patch-ac) = f3d5edf5ddbad93d7a88a6837ea962820fc475ce SHA1 (patch-ad) = c49ccf52a60110a6fe16afaff0d327e112216c50 SHA1 (patch-af) = cd7c9527272dadf4509c4df1388d353378cdba13 SHA1 (patch-ag) = 4dcbfa758f8c69193a69cb1cc018565a54789939 -SHA1 (patch-ah) = e421d148537c936d76d3bb3cc3cd8f7dfb504c20 +SHA1 (patch-ah) = b0e2a31920dd1d0a99b04e84561195d669815df7 SHA1 (patch-aj) = cb425a00e480ce625332d9e3c56fd9305075fd01 SHA1 (patch-ak) = 1fd396ea0591fc61a97038bb754a2fd3c9436a48 SHA1 (patch-al) = 83b877289c1306b0d3d5647159c1ba5d546d2012 diff --git a/databases/openldap/patches/patch-ah b/databases/openldap/patches/patch-ah index 85418d3788c..8184be540e4 100644 --- a/databases/openldap/patches/patch-ah +++ b/databases/openldap/patches/patch-ah @@ -1,8 +1,8 @@ -$NetBSD: patch-ah,v 1.2 2004/07/24 03:32:24 jlam Exp $ +$NetBSD: patch-ah,v 1.3 2004/12/22 06:22:48 jlam Exp $ ---- libraries/libldap/init.c.orig Thu Jan 1 13:16:29 2004 +--- libraries/libldap/init.c.orig 2004-09-07 18:34:42.000000000 -0400 +++ libraries/libldap/init.c -@@ -532,6 +532,9 @@ void ldap_int_initialize( struct ldapopt +@@ -533,6 +533,9 @@ void ldap_int_initialize( struct ldapopt #if defined(LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND) \ || defined(HAVE_TLS) || defined(HAVE_CYRUS_SASL) |