diff options
author | rh <rh@pkgsrc.org> | 2000-10-16 10:13:16 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-10-16 10:13:16 +0000 |
commit | 7ba4e36013f3bcdc25eb54c32f5c6836b18f4954 (patch) | |
tree | d9692d6f50f24db452f5332614665d3415ebd49e /databases | |
parent | 3ab1c8f820d82768e5a8d4d564949b8cc482baae (diff) | |
download | pkgsrc-7ba4e36013f3bcdc25eb54c32f5c6836b18f4954.tar.gz |
Update p5-perl-ldap to 0.22. Changes include:
* Quick release to fix memory problem with 5.6.0
* Change ->get back to return what 0.19 returned
* Deprecate ->get in favor of ->get_value
* Net::LDAP::Schema now supports matchingRules
* Added experimental onerror option to ->new
* New FAQ by Clif Harden
* Added INSTALL and CREDITS files
* Net::LDAP::Entry ->get and ->attributes methods now support options
* Added Net::LDAP::DSML from Mark Wilcox
* Added Net::LDAPS from Chris Ridd
* Many documentation updates
* Several fixes to ::Control::* classes, they should now work as intended.
* Net::LDAP::Entry->get now always returns a scalar result as documented.
* bin/ldapsearch now requires URI-1.08
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-perl-ldap/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-perl-ldap/files/md5 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/p5-perl-ldap/Makefile b/databases/p5-perl-ldap/Makefile index 21bc05efe52..a7907660ccb 100644 --- a/databases/p5-perl-ldap/Makefile +++ b/databases/p5-perl-ldap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2000/08/27 10:37:02 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2000/10/16 10:13:16 rh Exp $ # -DISTNAME= perl-ldap-0.19 +DISTNAME= perl-ldap-0.22 PKGNAME= p5-${DISTNAME} CATEGORIES= databases net devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/} @@ -13,7 +13,7 @@ DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5 DEPENDS+= p5-Convert-ASN1-*:../../textproc/p5-Convert-ASN1 DEPENDS+= p5-libwww-*:../../www/p5-libwww -USE_PERL5= # defined +USE_PERL5= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/perl-ldap/.packlist do-configure: diff --git a/databases/p5-perl-ldap/files/md5 b/databases/p5-perl-ldap/files/md5 index 8a3482120ef..c9371f137c2 100644 --- a/databases/p5-perl-ldap/files/md5 +++ b/databases/p5-perl-ldap/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2000/06/09 14:32:48 kleink Exp $ +$NetBSD: md5,v 1.3 2000/10/16 10:13:17 rh Exp $ -MD5 (perl-ldap-0.19.tar.gz) = 93c9bd25a602206c5ffab73288d59a9f +MD5 (perl-ldap-0.22.tar.gz) = 5a77ffcf5333b9bf4fc6449522aa0090 |