diff options
author | cube <cube@pkgsrc.org> | 2003-09-18 21:24:36 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2003-09-18 21:24:36 +0000 |
commit | b4fbc8100666a949bac7236d94cfbb507ad91ad3 (patch) | |
tree | 9c006a91715a7453d0e0715c50f87c82e5e5892a /databases/p5-perl-ldap | |
parent | b2515ab240631db803fa9ee87b1b5d402b58f132 (diff) | |
download | pkgsrc-b4fbc8100666a949bac7236d94cfbb507ad91ad3.tar.gz |
Update to 0.29, closing PR pkg/21907. OK'd by wiz@ and seb@.
Add optional dependencies for SASL Authentification mechanisms.
Full ChangeLog at the top of the tarball, here's an extract:
Release 0.29
Work-a-round a bug in IO::Socket::SSL where it leaves the socket
blessed into IO::Socket::SSL when socket_to_SSL fails
Fix reference loop problem by hiding the real object behind a tied
hash and only using the inner hash internally and the outer hash
externally
Extended ldap_error_name, ldap_error_text and ldap_error_desc to take Message args
Added error_name, error_text and error_desc methods
Release 0.28
Fix url host extraction
Fix bug in URL parsing when the host contains a port.
Change root_dse to return a RootDSE object instead of an Entry
Add support for URIs to be passed to ->new. ldap: ldaps: and ldapi:
are supported.
Change Net::LDAPS and Net::LDAPI to be very thin wrappers over new URI code
Support "Notice of Disconnection"
Added LDAP Extensions section
Call the callback, if any, for a message when its
error is explicitly set
Check result of client_step is defined or cause SASL auth to terminate
Check client_start return value
changes now returns an empty array if there were no changes.
Added ->disconnect to do explicit disconnects from the server
Better handling on IO errors
Return schema parse errors
Fix VLV response extraction. Patch from Paul Connolly
Added information about perl-ldap installation in ActiveState Perl.
Changed Messaging Direct to Isode.
Added some information about the ResourcePool perl module.
Replaced XML::Parse with XML::SAX.
Change XML::Parser to XML::SAX::Base
Changed decryptkey to keydecrypt for consistency
Fixed clone(): update $clone->{changetype} and $clone->{changes}.
Added the ablitiy to modify entry information by reading a ldif file. This
requires the patch that I submitted for LDAP.pm.
Added clone() function to copy an Entry object.
Diffstat (limited to 'databases/p5-perl-ldap')
-rw-r--r-- | databases/p5-perl-ldap/Makefile | 19 | ||||
-rw-r--r-- | databases/p5-perl-ldap/distinfo | 6 |
2 files changed, 16 insertions, 9 deletions
diff --git a/databases/p5-perl-ldap/Makefile b/databases/p5-perl-ldap/Makefile index c6520236518..76cdd2943b1 100644 --- a/databases/p5-perl-ldap/Makefile +++ b/databases/p5-perl-ldap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2003/07/17 21:28:44 grant Exp $ +# $NetBSD: Makefile,v 1.20 2003/09/18 21:24:36 cube Exp $ # -DISTNAME= perl-ldap-0.2701 +DISTNAME= perl-ldap-0.29 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= pldap CATEGORIES= databases net devel perl5 @@ -11,11 +11,18 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://perl-ldap.sourceforge.net/ COMMENT= Perl class to access LDAP servers -DEPENDS+= p5-Convert-ASN1-[0-9]*:../../textproc/p5-Convert-ASN1 -DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 -DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL +DEPENDS+= p5-Convert-ASN1>=0.07:../../textproc/p5-Convert-ASN1 +DEPENDS+= p5-IO-Socket-SSL>=0.81:../../security/p5-IO-Socket-SSL +DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 DEPENDS+= p5-URI>=1.08:../../www/p5-URI -DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser +DEPENDS+= p5-XML-SAX-[0-9]*:../../textproc/p5-XML-SAX + +.include "../../mk/bsd.prefs.mk" + +.if defined(USE_SASL) && ${USE_SASL} == "YES" +DEPENDS+= p5-Authen-SASL>=2.00:../../security/p5-Authen-SASL +DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 +.endif USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/perl-ldap/.packlist diff --git a/databases/p5-perl-ldap/distinfo b/databases/p5-perl-ldap/distinfo index c20b74e0900..f826cf27071 100644 --- a/databases/p5-perl-ldap/distinfo +++ b/databases/p5-perl-ldap/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2003/01/31 11:14:46 shell Exp $ +$NetBSD: distinfo,v 1.6 2003/09/18 21:24:36 cube Exp $ -SHA1 (perl-ldap-0.2701.tar.gz) = d8d391c2cdb43281f840136c9669190c94a5c4c2 -Size (perl-ldap-0.2701.tar.gz) = 202429 bytes +SHA1 (perl-ldap-0.29.tar.gz) = 9739a2a5703d20c0694c6402472fea01d05322ae +Size (perl-ldap-0.29.tar.gz) = 220461 bytes |