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]
This commit is contained in:
parent
78eeef7a83
commit
0bae50f1c9
2 changed files with 6 additions and 6 deletions
|
@ -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/}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue