From 5c288f9795c49d908b4945a768e890af19f11fb3 Mon Sep 17 00:00:00 2001 From: mef Date: Sat, 25 Apr 2015 08:55:17 +0000 Subject: Update to 3.06 --------------- 3.06 2015-04-01 - Fixed INSTALLDIRS to account for the @INC reordering change in Perl 5.12. See Perl RT#116479 for details. (libnet entered the perl core in Perl 5.7.3 so that's what the lower bound of the check should strictly be, but since we only support Perl 5.8.1 and higher anyway it suffices to check for Perl 5.8. The upper bound is correctly Perl 5.11.0 since the @INC reordering change in question (Perl core commit #b9ba2fadb1) first appeared in Perl 5.11.0.) [CPAN RT#103238] - Fixed Net::FTP authorize() method, which incorrectly interpreted the return value of the _RESP() method and falsely reported a failure. [Troy Loveday, CPAN RT#48532] - Added optional SendHello argument to Net::SMTP->new() to allow preventing the EHLO/HELO command from being automatically sent by the constructor. [Danil Onishchenko, PR#13] --- net/p5-Net/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/p5-Net/Makefile') diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 1157459071a..e5325eb756e 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.58 2015/02/20 07:37:23 mef Exp $ +# $NetBSD: Makefile,v 1.59 2015/04/25 08:55:17 mef Exp $ -DISTNAME= libnet-3.05 +DISTNAME= libnet-3.06 PKGNAME= p5-${DISTNAME:S/libnet/Net/} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} -- cgit v1.2.3