Sat Apr 16 13:41:00 2016 UTC ()
Update to 0.65

Upstream changes:
0.65 -- Mon Apr  6 19:43:37 CEST 2015

Enhancements:
* t/74matchedvalues.t: more tests
* {ASN,Extension}.pm: update ExtendedResponse to RFC 4511
* Constant.pm: add LDAP_NOTICE_OF_DISCONNECTION
* Control/DontUseCopy.pm: new
* Control/ProxyAuth.pm: make sure criticality does not get changed
* Control/Relax.pm: make sure value & criticality do not get changed
* Control/ManageDsaIT.pm: make sure value never gets set

Bug Fixes
* LDAP.pm: do not set default sslversion for start_tls() & LDAPS
  Instead of second-guessing a default sslversion for start_tls() and LDAPS,
  rely on the - known to be sane - default value used by IO::Socket::SSL.
* RT#100151: LDAP.pm: localize $SIG{__DIE__} in IPv6 support check
  Thanks to Troy Loveday <troyl@ti.com> for the detailed bug report and patch.
* FAQ.pod: fix error in search() example
* RFC.pod: typo fix

0.64 -- Thu Jun 19 17:48:08 CEST 2014

Bug Fixes:
* LDAP.pm: set SSL_cipher_list correctly
* RT#96203: LDAP.pm: use correct length for syswrite
* LDIF.pm: fix next outside loop in _write_one_entry
* Entry.pod: fix typo


(wen)
diff -r1.53 -r1.54 pkgsrc/databases/p5-perl-ldap/Makefile
diff -r1.17 -r1.18 pkgsrc/databases/p5-perl-ldap/distinfo

cvs diff -r1.53 -r1.54 pkgsrc/databases/p5-perl-ldap/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-perl-ldap/Makefile 2016/03/03 19:42:29 1.53
+++ pkgsrc/databases/p5-perl-ldap/Makefile 2016/04/16 13:41:00 1.54
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.53 2016/03/03 19:42:29 shattered Exp $ 1# $NetBSD: Makefile,v 1.54 2016/04/16 13:41:00 wen Exp $
2 2
3DISTNAME= perl-ldap-0.63 3DISTNAME= perl-ldap-0.65
4PKGREVISION= 2 
5PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
6CATEGORIES= databases net devel perl5 5CATEGORIES= databases net devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://ldap.perl.org/ 9HOMEPAGE= http://ldap.perl.org/
11COMMENT= Perl class to access LDAP servers 10COMMENT= Perl class to access LDAP servers
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14BUILD_DEFS+= IPV6_READY 13BUILD_DEFS+= IPV6_READY
15 14
16DEPENDS+= p5-Convert-ASN1>=0.07:../../textproc/p5-Convert-ASN1 15DEPENDS+= p5-Convert-ASN1>=0.07:../../textproc/p5-Convert-ASN1
17DEPENDS+= p5-IO-Socket-SSL>=0.81:../../security/p5-IO-Socket-SSL 16DEPENDS+= p5-IO-Socket-SSL>=0.81:../../security/p5-IO-Socket-SSL

cvs diff -r1.17 -r1.18 pkgsrc/databases/p5-perl-ldap/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-perl-ldap/distinfo 2015/11/03 01:56:24 1.17
+++ pkgsrc/databases/p5-perl-ldap/distinfo 2016/04/16 13:41:00 1.18
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.17 2015/11/03 01:56:24 agc Exp $ 1$NetBSD: distinfo,v 1.18 2016/04/16 13:41:00 wen Exp $
2 2
3SHA1 (perl-ldap-0.63.tar.gz) = 67a99b13185d1b83a27ed92bf74f38ec819393c2 3SHA1 (perl-ldap-0.65.tar.gz) = b7e270a63639eeb2a92da1f430f7ed6e165ddd5a
4RMD160 (perl-ldap-0.63.tar.gz) = cb9c8175b991561155a4b7734fe3f04c99920fc6 4RMD160 (perl-ldap-0.65.tar.gz) = d64f937a294c640adde6bfb8fa3176c964105a52
5SHA512 (perl-ldap-0.63.tar.gz) = 17ed98c43081fdbdb89a1c7ea0e5d60635a3f4cd59eb0a8e077498b7d305e7614250e07938fa86a6b8e90d325426378ad698eec01c789b74f078f2ae5678dd95 5SHA512 (perl-ldap-0.65.tar.gz) = 567de41fc1e659de23b4ae7b6cec5a60df0ad8bc90062158cf83f90d3729ac27a8bacb276b732931fefbf33847fe1baec7a62393aae5978f3c55c6c602f93747
6Size (perl-ldap-0.63.tar.gz) = 310067 bytes 6Size (perl-ldap-0.65.tar.gz) = 311145 bytes