summaryrefslogtreecommitdiff
path: root/databases/p5-perl-ldap
diff options
context:
space:
mode:
authorseb <seb>2008-10-12 20:54:44 +0000
committerseb <seb>2008-10-12 20:54:44 +0000
commitee35ba98c4c8eb6a1d1325bb31beb7a68fc2e959 (patch)
treee9a809bf067e290b55418a4aefb084a7d95a0e6e /databases/p5-perl-ldap
parentdab7b645472848afb580815c2ca7a2d183665df0 (diff)
downloadpkgsrc-ee35ba98c4c8eb6a1d1325bb31beb7a68fc2e959.tar.gz
Update to version 0.38
Pkgsrc changes: fix dependency, this Perl module requires XML::SAX::Writer, not XML::SAX; handle IPv6 support. Changes since last packaged version (0.34): perl-ldap 0.38 -- Sun Sep 21 09:17:25 CDT 2008 ============================================== Bug Fixes * Fix bug in Net::LDAP::Extension using wrong field for resultCode * Fix Net::LDAP::Control::PasswordPolicy decoding bug. Enhancements * Net::LDAP::Extension::SetPassword now supports controls perl-ldap 0.37 -- Thu Aug 28 07:48:13 CDT 2008 ============================================== Bug Fixes * Pass correct hostname to SASL when connecting to a round-robin * Return the SASL error message when sasl client_start fails Enhancements * Add Modify Increment (RFC 4525) support * Add Content Synchronization (RFC 4453) support perl-ldap 0.36 -- Mon Apr 21 10:00:09 CDT 2008 ============================================== Bug Fixes * Fixed Net::LDAP::constant to return correct names for values 0 - 9 * Fixed DSML test to be more tolerant of whitespace Enhancements * Added controls for PreRead & PostRead perl-ldap 0.35 -- Sun Mar 30 13:35:04 CDT 2008 ============================================== Bug Fixes * Fix wrapping in Net::LDAP::LDIF * Patch from Gergely Santa to allow entries with no attributes in LDIF * Fix modr?dn to fetch values in sclar context * send packets in sizes that IO::Socket::SSL can chew * Avoid attept to use undef as hash reference in ->sync * Ensure Bind.pm presents final server response to SASL object Enhancements * Added vendorName/vendorVersion (RFC 3045) to root_dse() * add option to support IPv6 * Allow Entry->deleted to be called with a single value is well as array ref * Added Net::LDAP::Control::PasswordPolicy to support draft RFC
Diffstat (limited to 'databases/p5-perl-ldap')
-rw-r--r--databases/p5-perl-ldap/Makefile16
-rw-r--r--databases/p5-perl-ldap/distinfo8
2 files changed, 15 insertions, 9 deletions
diff --git a/databases/p5-perl-ldap/Makefile b/databases/p5-perl-ldap/Makefile
index 14f7fbc5228..3a485bfabe8 100644
--- a/databases/p5-perl-ldap/Makefile
+++ b/databases/p5-perl-ldap/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2008/06/12 02:14:18 joerg Exp $
+# $NetBSD: Makefile,v 1.35 2008/10/12 20:54:44 seb Exp $
-DISTNAME= perl-ldap-0.34
-PKGNAME= p5-perl-ldap-0.34
+DISTNAME= perl-ldap-0.38
+PKGNAME= p5-perl-ldap-0.38
SVR4_PKGNAME= pldap
CATEGORIES= databases net devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
@@ -12,15 +12,17 @@ COMMENT= Perl class to access LDAP servers
PKG_DESTDIR_SUPPORT= user-destdir
+BUILD_DEFS+= IPV6_READY
+
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-SAX-[0-9]*:../../textproc/p5-XML-SAX
+DEPENDS+= p5-XML-SAX-Writer-[0-9]*:../../textproc/p5-XML-SAX-Writer
MAKE_PARAMS+= --skip # skip CPAN auto installation of modules
-PKG_SUPPORTED_OPTIONS= sasl
+PKG_SUPPORTED_OPTIONS= sasl inet6
PKG_OPTIONS_VAR= PKG_OPTIONS.p5-perl-ldap
.include "../../mk/bsd.options.mk"
@@ -29,6 +31,10 @@ DEPENDS+= p5-Authen-SASL>=2.00:../../security/p5-Authen-SASL
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
.endif
+.if !empty(PKG_OPTIONS:Minet6)
+DEPENDS+= p5-INET6-[0-9]*:../../net/p5-INET6
+.endif
+
PERL5_PACKLIST= auto/Net/LDAP/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/databases/p5-perl-ldap/distinfo b/databases/p5-perl-ldap/distinfo
index 66a837a0f9c..37d9cc8abe1 100644
--- a/databases/p5-perl-ldap/distinfo
+++ b/databases/p5-perl-ldap/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2007/11/02 11:54:58 adam Exp $
+$NetBSD: distinfo,v 1.12 2008/10/12 20:54:44 seb Exp $
-SHA1 (perl-ldap-0.34.tar.gz) = db47457535d102a9f88dc420e46825d362a0584e
-RMD160 (perl-ldap-0.34.tar.gz) = 0d3d030d2cd7030569ec4140a3c9904fe87ddbb0
-Size (perl-ldap-0.34.tar.gz) = 254451 bytes
+SHA1 (perl-ldap-0.38.tar.gz) = b2db188d6eb6f266f3f6adea3d1a73dc3ad74e74
+RMD160 (perl-ldap-0.38.tar.gz) = a05de3c08d739f31d34cb04b163bfd25e59f1cdc
+Size (perl-ldap-0.38.tar.gz) = 258807 bytes