summaryrefslogtreecommitdiff
path: root/databases/p5-perl-ldap/Makefile
diff options
context:
space:
mode:
authorkleink <kleink>2000-06-09 14:32:47 +0000
committerkleink <kleink>2000-06-09 14:32:47 +0000
commit932c558365c13cd54562b67ad8ddc40f5958ffbc (patch)
tree7ea8688eb6c6bf7396afd4a568cb9b782ab87a64 /databases/p5-perl-ldap/Makefile
parent57a0ed65d14783eab61a758cf86e4543858aa6e2 (diff)
downloadpkgsrc-932c558365c13cd54562b67ad8ddc40f5958ffbc.tar.gz
Update p5-perl-ldap to 0.19 (provided by Bernd Ernesti); changes since
release 0.13 include, but are not limited to due to incomplete release notes: perl-ldap 0.19 June 8 2000 ============================ * Fixed bug which caused 2nd and subsequent binds to be anonymous. * Fixed bug in moddn. * Fix bug which caused a call to ->pop_entry or ->shift_entry to hang forever. perl-ldap 0.18 May 22 2000 ============================ * Now passes -wc with 5.004, 5.005_03 and 5.6.0 * Bundle now correctly references Convert::ASN1 instead of the non-existant Convert::ASN * Net::LDAP::Filter will now catch the case of unmatched ()'s and return an error * as_struct, which was broken in the changeover to Convert::ASN1, now works again. KNOWN PROBLEMS -------------- Test t/02filter.t fails with perl 5.6.0 compiled with threads enabled This is due to a bug in 5.6.0 when compiled with threads, see http://bugs.perl.org/perlbug.cgi?req=tidmids&tidmids=20000409.003&range=32323&format=h perl-ldap 0.17 May 12 2000 ============================ * Change to use asn_read instead of asn_resc. This seems to have fixed the known problem with 0.16 * Various bug fixes, see ChangeLog perl-ldap 0.16 April 27 2000 ============================ * This is the first release which uses Convert::ASN1 instead of Convert::BER. This should show an increase in performance. * Added support for LDAPv3 controls. Controls supported are - VirtualListView - Sort - Paged * HTML version of the documentation is now included in the distribution * Added Bundle::Net::LDAP * Net::LDAP->schema can now be told where to search for the schema.
Diffstat (limited to 'databases/p5-perl-ldap/Makefile')
-rw-r--r--databases/p5-perl-ldap/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-perl-ldap/Makefile b/databases/p5-perl-ldap/Makefile
index 11edd7a09d4..951e6ae5b3b 100644
--- a/databases/p5-perl-ldap/Makefile
+++ b/databases/p5-perl-ldap/Makefile
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.3 1999/12/28 12:49:56 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2000/06/09 14:32:47 kleink Exp $
#
-DISTNAME= perl-ldap-0.13
+DISTNAME= perl-ldap-0.19
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases net devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://www.pobox.com/~gbarr/perl-ldap/
+HOMEPAGE= http://perl-ldap.sourceforge.net/
DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5
-DEPENDS+= p5-Convert-BER-*:../../textproc/p5-Convert-BER
+DEPENDS+= p5-Convert-ASN1-*:../../textproc/p5-Convert-ASN1
DEPENDS+= p5-libwww-*:../../www/p5-libwww
USE_PERL5= YES