pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-Net Update to 3.06
details: https://anonhg.NetBSD.org/pkgsrc/rev/64dbdc92ea16
branches: trunk
changeset: 650625:64dbdc92ea16
user: mef <mef%pkgsrc.org@localhost>
date: Sat Apr 25 08:55:17 2015 +0000
description:
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]
diffstat:
net/p5-Net/Makefile | 4 ++--
net/p5-Net/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r e8d47f5e67ce -r 64dbdc92ea16 net/p5-Net/Makefile
--- a/net/p5-Net/Makefile Sat Apr 25 08:43:35 2015 +0000
+++ b/net/p5-Net/Makefile Sat Apr 25 08:55:17 2015 +0000
@@ -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/}
diff -r e8d47f5e67ce -r 64dbdc92ea16 net/p5-Net/distinfo
--- a/net/p5-Net/distinfo Sat Apr 25 08:43:35 2015 +0000
+++ b/net/p5-Net/distinfo Sat Apr 25 08:55:17 2015 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2015/02/20 07:37:23 mef Exp $
+$NetBSD: distinfo,v 1.19 2015/04/25 08:55:17 mef Exp $
-SHA1 (libnet-3.05.tar.gz) = 7b5f0dd988f5fbbbd353c169d515e19439ba330c
-RMD160 (libnet-3.05.tar.gz) = a20d1442114f5236da909240d7e698a4887f34e6
-Size (libnet-3.05.tar.gz) = 83473 bytes
+SHA1 (libnet-3.06.tar.gz) = c55449770437695c1bd7bd5ec13cde0863c763b2
+RMD160 (libnet-3.06.tar.gz) = 610e7f4824eb694c19ffdd05eab096e5f978cd5e
+Size (libnet-3.06.tar.gz) = 91833 bytes
SHA1 (patch-aa) = 37fa2fb82b0191b6641ddf59656ddc82dce0e3d3
Home |
Main Index |
Thread Index |
Old Index