diff options
author | kleink <kleink@pkgsrc.org> | 2001-11-28 21:16:13 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2001-11-28 21:16:13 +0000 |
commit | 86cb6d973a079497ee47729cb6baa4489c1da9aa (patch) | |
tree | 4231e6f4583a34aa75f1b8e74e35c2af71847902 | |
parent | 92d724ccfecc3a8141849af05487d01b411bb02e (diff) | |
download | pkgsrc-86cb6d973a079497ee47729cb6baa4489c1da9aa.tar.gz |
Update p5-perl-ldap to 0.25; notable changes since 0.23 include:
perl-ldap 0.25 29 Oct 2001
==========================
* Added support for EXTERNAL SASL authentication
* Caller can now specify attributes to return from root_dse
* More scripts added to contrib
* Various bug fixes
* Caller can now specify sslversion for LDAPS and start_tls
perl-ldap 0.24 17 July 2001
===========================
* Added support for startTLS
* Better error checking in Net::LDAP methods
* VLV control now works
* Can now use oid or name for the matchingRule in filter extensible matches
* Major overhaul of LDIF.pm
* $schema->name2oid is now context sensetive
* test suite now works with openldap2
-rw-r--r-- | databases/p5-perl-ldap/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-perl-ldap/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/databases/p5-perl-ldap/Makefile b/databases/p5-perl-ldap/Makefile index f2f1eac10aa..040b2888faf 100644 --- a/databases/p5-perl-ldap/Makefile +++ b/databases/p5-perl-ldap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2001/11/26 06:49:43 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2001/11/28 21:16:13 kleink Exp $ # -DISTNAME= perl-ldap-0.23 +DISTNAME= perl-ldap-0.25 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= pldap CATEGORIES= databases net devel perl5 @@ -15,6 +15,7 @@ DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 DEPENDS+= p5-Convert-ASN1-[0-9]*:../../textproc/p5-Convert-ASN1 DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +DEPENDS+= p5-IO-Socket-SSL-[0-9]*:security/p5-IO-Socket-SSL USE_BUILDLINK_ONLY= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/perl-ldap/.packlist diff --git a/databases/p5-perl-ldap/distinfo b/databases/p5-perl-ldap/distinfo index 2fe5bc0d63d..730896a78ad 100644 --- a/databases/p5-perl-ldap/distinfo +++ b/databases/p5-perl-ldap/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/05/04 14:29:00 wiz Exp $ +$NetBSD: distinfo,v 1.4 2001/11/28 21:16:13 kleink Exp $ -SHA1 (perl-ldap-0.23.tar.gz) = 36e33c689f8d1d131a70c1773ce5791332c97e07 -Size (perl-ldap-0.23.tar.gz) = 173048 bytes +SHA1 (perl-ldap-0.25.tar.gz) = 1594a87e386bc257dd0d4060bc3bf179f22748ff +Size (perl-ldap-0.25.tar.gz) = 256330 bytes |