diff options
author | wiz <wiz@pkgsrc.org> | 2014-09-07 12:34:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-09-07 12:34:19 +0000 |
commit | 73b3797f46957f6b02daaaca75f5d7a0bd596c9b (patch) | |
tree | c2ed153c1bc50e6c42c32ee33026175b9377e160 /net | |
parent | f339aa3206e00e4c241d40da5366155d8544a2d3 (diff) | |
download | pkgsrc-73b3797f46957f6b02daaaca75f5d7a0bd596c9b.tar.gz |
Update to 1.27:
libnet 1.27 -- Fri May 30 2014
* Simplified Makefile.PL requirements.
libnet 1.26 -- Fri May 30 2014
* Set minimum required ExtUtils::MakeMaker version to 6.64 to ensure that all
parameters used are supported, to save jumping through hoops to support
earlier versions. (This should not be a problem since ExtUtils::MakeMaker
6.64 is easily installed into Perl 5.8.1 and above, that being the whole
point of the new choice of minimum supported Perl version.)
* Set minimum required Perl version to 5.8.1. This is in line with the
minimum requirement of the "Perl Toolchain".
libnet 1.25 -- Tue Feb 04 2014
* Fix Net::FTP::pasv_wait() not handling errors from Net::Cmd::reponse()
[bergner@cs.umu.se; resolves CPAN RT#50420]
* Make inheritance from Net::Cmd clearer in the documentation [Resolves CPAN
RT#72889]
* Set timeout for data connection creation in Net::FTP [Oleg G; resolves CPAN
RT#78926]
* Stop Net::Domain::domainname() from giving out warnings in android [Brian
Fraser]
libnet 1.24 -- Mon Jan 06 2014
* Fix incorrect handling of CRLF in Net::FTP [Willem Monsuwé; resolves CPAN
RT#41642/62029]
* POD fixes [Dominic Hargreaves; resolves CPAN RT#91761]
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net/Makefile | 7 | ||||
-rw-r--r-- | net/p5-Net/distinfo | 10 | ||||
-rw-r--r-- | net/p5-Net/patches/patch-aa | 92 |
3 files changed, 31 insertions, 78 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 9dcbb1d3441..14680f78532 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2014/05/29 23:37:06 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2014/09/07 12:34:19 wiz Exp $ -DISTNAME= libnet-1.23 -PKGNAME= p5-Net-1.23 -PKGREVISION= 1 +DISTNAME= libnet-1.27 +PKGNAME= p5-${DISTNAME:S/libnet/Net/} SVR4_PKGNAME= p5net CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} diff --git a/net/p5-Net/distinfo b/net/p5-Net/distinfo index 4d55408b4f5..265bfd0ef6d 100644 --- a/net/p5-Net/distinfo +++ b/net/p5-Net/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2013/09/12 14:36:46 adam Exp $ +$NetBSD: distinfo,v 1.17 2014/09/07 12:34:19 wiz Exp $ -SHA1 (libnet-1.23.tar.gz) = 722f61f1fe703ab84ebb4054f55f6f1b4e1553f5 -RMD160 (libnet-1.23.tar.gz) = 42e44f3da0739368ee5ec27ad203f1811dfbd246 -Size (libnet-1.23.tar.gz) = 67699 bytes -SHA1 (patch-aa) = 982c1b169f7be3ec06457f1227d612bb9e1062d2 +SHA1 (libnet-1.27.tar.gz) = 394909142009e7ab9717761cfa1f276854a1531c +RMD160 (libnet-1.27.tar.gz) = ea7dd163805e6255589ac3c8b4486cc68268c3b0 +Size (libnet-1.27.tar.gz) = 68615 bytes +SHA1 (patch-aa) = 37fa2fb82b0191b6641ddf59656ddc82dce0e3d3 diff --git a/net/p5-Net/patches/patch-aa b/net/p5-Net/patches/patch-aa index 49b977803b4..fc7ac2c4ed9 100644 --- a/net/p5-Net/patches/patch-aa +++ b/net/p5-Net/patches/patch-aa @@ -1,40 +1,16 @@ -$NetBSD: patch-aa,v 1.9 2005/12/01 20:25:44 wiz Exp $ +$NetBSD: patch-aa,v 1.10 2014/09/07 12:34:19 wiz Exp $ ---- Configure.orig Thu Mar 22 06:15:29 2001 -+++ Configure Sat Nov 17 02:40:26 2001 -@@ -258,18 +258,19 @@ +--- Configure.orig 2014-05-30 22:05:23.000000000 +0000 ++++ Configure +@@ -258,6 +258,7 @@ $oldcfg{'test_hosts'} = 1 unless exists #--------------------------------------------------------------------------- --if($have_old && !$opt_d) -- { -- $msg = <<EDQ; -- --Ah, I see you already have installed libnet before. -- --Do you want to modify/update your configuration (y|n) ? --EDQ -- -- $opt_d = 1 -- unless get_bool($msg,0); -- } -+#if($have_old && !$opt_d) -+# { -+# $msg = <<EDQ; -+# -+#Ah, I see you already have installed libnet before. -+# -+#Do you want to modify/update your configuration (y|n) ? -+#EDQ -+# -+# $opt_d = 1 -+# unless get_bool($msg,0); -+# } -+$opt_d = 0; - - #--------------------------------------------------------------------------- - -@@ -286,7 +287,7 @@ ++$have_old = 0; + if($have_old && !$opt_d) + { + $msg = <<EDQ; +@@ -286,7 +287,7 @@ it will require you to be on-line. Do you want me to perform hostname lookups (y|n) ? EDQ @@ -43,47 +19,25 @@ $NetBSD: patch-aa,v 1.9 2005/12/01 20:25:44 wiz Exp $ print <<EDQ unless $cfg{'test_exist'}; -@@ -301,21 +302,21 @@ - - #--------------------------------------------------------------------------- - --print <<EDQ; -- --The following questions all require a list of host names, separated --with spaces. If you do not have a host available for any of the --services, then enter a single space, followed by <CR>. To accept the --default, hit <CR> -- --EDQ -+# print <<EDQ; -+# -+# The following questions all require a list of host names, separated -+# with spaces. If you do not have a host available for any of the -+# services, then enter a single space, followed by <CR>. To accept the -+# default, hit <CR> -+# -+# EDQ - - $msg = 'Enter a list of available NNTP hosts :'; - +@@ -315,7 +316,7 @@ $msg = 'Enter a list of available NNTP h $def = $oldcfg{'nntp_hosts'} || - [ default_hostname($ENV{NNTPSERVER},$ENV{NEWSHOST},'news') ]; + [ default_hostname($ENV{NNTPSERVER},$ENV{NEWSHOST},'news') ]; -$cfg{'nntp_hosts'} = get_host_list($msg,$def); +$cfg{'nntp_hosts'} = $def; #--------------------------------------------------------------------------- -@@ -324,7 +325,7 @@ +@@ -324,7 +325,7 @@ $msg = 'Enter a list of available SMTP h $def = $oldcfg{'smtp_hosts'} || - [ default_hostname(split(/:/,$ENV{SMTPHOSTS} || ""), 'mailhost') ]; + [ default_hostname(split(/:/,$ENV{SMTPHOSTS} || ""), 'mailhost') ]; -$cfg{'smtp_hosts'} = get_host_list($msg,$def); +$cfg{'smtp_hosts'} = $def; #--------------------------------------------------------------------------- -@@ -332,7 +333,7 @@ +@@ -332,7 +333,7 @@ $msg = 'Enter a list of available POP3 h $def = $oldcfg{'pop3_hosts'} || []; @@ -92,7 +46,7 @@ $NetBSD: patch-aa,v 1.9 2005/12/01 20:25:44 wiz Exp $ #--------------------------------------------------------------------------- -@@ -340,7 +341,7 @@ +@@ -340,7 +341,7 @@ $msg = 'Enter a list of available SNPP h $def = $oldcfg{'snpp_hosts'} || []; @@ -101,16 +55,16 @@ $NetBSD: patch-aa,v 1.9 2005/12/01 20:25:44 wiz Exp $ #--------------------------------------------------------------------------- -@@ -349,7 +350,7 @@ +@@ -349,7 +350,7 @@ $msg = 'Enter a list of available PH Hos $def = $oldcfg{'ph_hosts'} || - [ default_hostname('dirserv') ]; + [ default_hostname('dirserv') ]; -$cfg{'ph_hosts'} = get_host_list($msg,$def); +$cfg{'ph_hosts'} = $def; #--------------------------------------------------------------------------- -@@ -357,7 +358,7 @@ +@@ -357,7 +358,7 @@ $msg = 'Enter a list of available TIME H $def = $oldcfg{'time_hosts'} || []; @@ -119,7 +73,7 @@ $NetBSD: patch-aa,v 1.9 2005/12/01 20:25:44 wiz Exp $ #--------------------------------------------------------------------------- -@@ -365,7 +366,7 @@ +@@ -365,7 +366,7 @@ $msg = 'Enter a list of available DAYTIM $def = $oldcfg{'daytime_hosts'} || $oldcfg{'time_hosts'}; @@ -128,7 +82,7 @@ $NetBSD: patch-aa,v 1.9 2005/12/01 20:25:44 wiz Exp $ #--------------------------------------------------------------------------- -@@ -378,7 +379,8 @@ +@@ -378,7 +379,8 @@ If you use a SOCKS firewall answer no (y|n) ? EDQ @@ -138,7 +92,7 @@ $NetBSD: patch-aa,v 1.9 2005/12/01 20:25:44 wiz Exp $ $msg = <<'EDQ'; What series of FTP commands do you need to send to your -@@ -489,15 +491,15 @@ +@@ -489,15 +491,15 @@ current list and an empty line to contin #--------------------------------------------------------------------------- @@ -163,7 +117,7 @@ $NetBSD: patch-aa,v 1.9 2005/12/01 20:25:44 wiz Exp $ if (defined $cfg{'ftp_firewall'}) { $msg = "\nShould all FTP connections via a firewall/proxy be passive (y|n) ?"; -@@ -515,16 +517,16 @@ +@@ -515,16 +517,16 @@ else { $def = $oldcfg{'ftp_int_passive'} || 0; @@ -184,7 +138,7 @@ $NetBSD: patch-aa,v 1.9 2005/12/01 20:25:44 wiz Exp $ #--------------------------------------------------------------------------- -@@ -540,7 +542,7 @@ +@@ -540,7 +542,7 @@ unless the hosts are local. Do you want me to run these tests (y|n) ? EDQ |