diff options
author | mef <mef@pkgsrc.org> | 2015-04-25 08:55:17 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-04-25 08:55:17 +0000 |
commit | d7d5e6cfcf4aeeb958b76fba64d0cff3ed90a7f9 (patch) | |
tree | 355d315812d685fa5f9d9ecc432a1b7b9583f3eb | |
parent | 4fdf6329fffaea9c220735cbe202f3b12a43b444 (diff) | |
download | pkgsrc-d7d5e6cfcf4aeeb958b76fba64d0cff3ed90a7f9.tar.gz |
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]
-rw-r--r-- | net/p5-Net/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
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/} diff --git a/net/p5-Net/distinfo b/net/p5-Net/distinfo index 6ef6291e25f..07032db7c05 100644 --- a/net/p5-Net/distinfo +++ b/net/p5-Net/distinfo @@ -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 |