Update to version 0.33:

Bug Fixes
  * Removed superfluous "print" in Net::LDAP::LDIF before _write_attr on writing
  * Base64 encode any value starting with < in Net::LDAP::LDIF
  * Documentation updates
  * Fix case insensitivity issues in contrib/ldifdiff.pl

Enhancements
  * Added Net::LDAP::Extension::WhoAmI
  * Added write_version() and handle() methods to Net::LDAP::LDIF
  * Updated Net::LDAP::Control::ProxyAuth to support new OID from latest rfc-draft
  * Added contrib/recursive-ldap-delete.pl
  * Added ability to do case in comparisons to contrib/ldifsort.pl
This commit is contained in:
veego 2006-01-02 21:50:00 +00:00
parent 15bd415419
commit 4af40222b6
2 changed files with 7 additions and 8 deletions

View file

@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.28 2005/08/06 06:19:07 jlam Exp $
# $NetBSD: Makefile,v 1.29 2006/01/02 21:50:00 veego Exp $
#
DISTNAME= perl-ldap-0.3202
PKGNAME= p5-perl-ldap-0.32.02
DISTNAME= perl-ldap-0.33
PKGNAME= p5-perl-ldap-0.33
SVR4_PKGNAME= pldap
PKGREVISION= 1
CATEGORIES= databases net devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.9 2005/05/15 17:12:09 seb Exp $
$NetBSD: distinfo,v 1.10 2006/01/02 21:50:00 veego Exp $
SHA1 (perl-ldap-0.3202.tar.gz) = 2d5f418fdae1338b0a3c57f2d60f9fa1d7bd1d7c
RMD160 (perl-ldap-0.3202.tar.gz) = 87385925237c17563b9a135d0767efb6fb499d37
Size (perl-ldap-0.3202.tar.gz) = 226344 bytes
SHA1 (perl-ldap-0.33.tar.gz) = c3db2ede485d28b0e9c705bb3db21c24a7871f48
RMD160 (perl-ldap-0.33.tar.gz) = 1c79b53ca0af3d531bc661c4e18ad05a7938389c
Size (perl-ldap-0.33.tar.gz) = 227888 bytes