pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-perl-ldap Update to 0.63. From the change...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/014ebbfbb4d7
branches:  trunk
changeset: 635665:014ebbfbb4d7
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Jun 09 18:33:18 2014 +0000

description:
Update to 0.63. From the changelog:

Enhancements:
* Entry.pm: accept options for update() in the LDIF case
* LDIF.pm:
  - implement writing controls
  - refactor _write_entry
  - check for decoding errors in LWP-based URLs
* Util.pm: remove superfluous space from POD
* FAQ.pm: update perl-ldap & Perl version numbers
* {LDAP,LDIF}.pod: update documentation of raw => REGEX
* support LWP-supproted URLs when reading LDIFs (incl. tests)
* add test for Net::LDAP::Util's time functions
* tests: set default OpenLDAP DB type to mdb
* IO::Socket::IP support
  - if installed in version 0.20 or higher, prefer it over IO::Socket::INET*
  - use IO::Socket::INET* as fallback if it isn't installed
  - this solves RT#93122, which IMHO is not really a bug of perl-ldap
* remove trailing whitespace in contrib/*
* t/60cancel.t: add explanation about potential cause of failure
* LDAP.pm: accessor method sasl for Authen::SASL object
* LDAP.pm: adapt socket() to support SASL layers
* Message.pod: consolidate dcwocumentation of control()
* Control.pm: documentation update
* LDAP.pod: add note about IO::Socket::IP and Timeout
* LDIF.pm: overhaul
  - set error when write fails
  - simplify _read_entry
  - simplify _write_entry
  - coding style harmonization
  - error checks when reading changetype: delete
  - make _error() return undef/empty list, adapt callers
  - refactor handling DNs when reading
  - new method _read_attribute_value()

Bug Fixes:
* RT#95001: Do not set SSL_ciphers to ALL by default
* Entry.pm: delete(): return $self if called w/o args
* RT#94357: t/08time.t: skip tests on too old Perl versions
* RT#94341: FAQ.pm: fix incorrect instruction
* jpegDisplay.pl: overhaul to make it work again
* RT#94047: Control.pm: add missing word in POD
* RT#93945: Util.pm: make sure $dec is defined
* LDIF.pm: when reading LDIFs, allow control values to be absent
* Control/ProxyAuth.pm: fix initialization using value => ...
* Util.pm: fix corner cases in time conversion functions
* Handle SASL security layers correctly on rebind
  Thanks Ben Morrow <ben%morrow.me.uk@localhost>
* Control/Paged.pm: fix typo in POD sample code

diffstat:

 databases/p5-perl-ldap/Makefile |  8 +++++---
 databases/p5-perl-ldap/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r b3889fa274d3 -r 014ebbfbb4d7 databases/p5-perl-ldap/Makefile
--- a/databases/p5-perl-ldap/Makefile   Mon Jun 09 18:27:21 2014 +0000
+++ b/databases/p5-perl-ldap/Makefile   Mon Jun 09 18:33:18 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2014/05/29 23:35:31 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2014/06/09 18:33:18 schmonz Exp $
 
-DISTNAME=      perl-ldap-0.58
+DISTNAME=      perl-ldap-0.63
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 SVR4_PKGNAME=  pldap
 CATEGORIES=    databases net devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=LWP/}
@@ -39,5 +38,8 @@
 
 PERL5_PACKLIST=                auto/Net/LDAP/.packlist
 
+post-extract:
+       chmod -x ${WRKSRC}/lib/Net/LDAP/DSML.pm
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r b3889fa274d3 -r 014ebbfbb4d7 databases/p5-perl-ldap/distinfo
--- a/databases/p5-perl-ldap/distinfo   Mon Jun 09 18:27:21 2014 +0000
+++ b/databases/p5-perl-ldap/distinfo   Mon Jun 09 18:33:18 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2014/02/15 16:15:34 schmonz Exp $
+$NetBSD: distinfo,v 1.16 2014/06/09 18:33:18 schmonz Exp $
 
-SHA1 (perl-ldap-0.58.tar.gz) = ccf83dbc3a7cd5c704b932b53f9f313988e86138
-RMD160 (perl-ldap-0.58.tar.gz) = cd0e0dd0181ab0d76648989bace759b30ede86fc
-Size (perl-ldap-0.58.tar.gz) = 307111 bytes
+SHA1 (perl-ldap-0.63.tar.gz) = 67a99b13185d1b83a27ed92bf74f38ec819393c2
+RMD160 (perl-ldap-0.63.tar.gz) = cb9c8175b991561155a4b7734fe3f04c99920fc6
+Size (perl-ldap-0.63.tar.gz) = 310067 bytes



Home | Main Index | Thread Index | Old Index