From d6866e373c22e2449a385ee18157aca1f418f77b Mon Sep 17 00:00:00 2001 From: vanilla Date: Sat, 22 Apr 2000 22:25:32 +0000 Subject: Upgrade p5-Errno => 1.09 p5-File-BasicFlock => 98.1202 p5-File-Sync => 0.09 p5-Filter => 1.18 p5-HTML-Parser => 3.07 p5-IO-Tty => 0.03 p5-IO-stringy => 1.210 p5-Mysql => 1.2213 p5-Net => 1.703 p5-Storable => 0.6.11 p5-URI => 1.06 p5-libwww => 5.48 --- net/p5-Net/Makefile | 5 +- net/p5-Net/distinfo | 2 +- net/p5-Net/files/patch-aa | 175 +++++++++++++++++++++++++++++++++++++++------- net/p5-Net/pkg-plist | 3 +- 4 files changed, 153 insertions(+), 32 deletions(-) (limited to 'net/p5-Net') diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 182d50bcbbd6..0c8c08243555 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -6,7 +6,7 @@ # PORTNAME= p5-Net -PORTVERSION= 1.0607 +PORTVERSION= 1.0703 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -28,7 +28,8 @@ MAN3= \ Net::POP3.3 \ Net::SMTP.3 \ Net::SNPP.3 \ - Net::Time.3 + Net::Time.3 \ + Net::libnetFAQ.3 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL diff --git a/net/p5-Net/distinfo b/net/p5-Net/distinfo index f61926e73441..0d1ef6009b7a 100644 --- a/net/p5-Net/distinfo +++ b/net/p5-Net/distinfo @@ -1 +1 @@ -MD5 (libnet-1.0607.tar.gz) = bce57ec6d44f711f6b6fd229efba457f +MD5 (libnet-1.0703.tar.gz) = 78dc0672a735756ec3c2bba15498cfa0 diff --git a/net/p5-Net/files/patch-aa b/net/p5-Net/files/patch-aa index f46d98cd546a..09254573ba30 100644 --- a/net/p5-Net/files/patch-aa +++ b/net/p5-Net/files/patch-aa @@ -1,12 +1,12 @@ ---- Configure.orig Sat Sep 18 19:28:55 1999 -+++ Configure Sat Jan 8 02:43:46 2000 +--- Configure.orig Tue Jan 18 00:44:18 2000 ++++ Configure Sun Apr 23 05:00:59 2000 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # $Id: Configure,v 1.8 1997/03/04 09:22:32 gbarr Exp $ -@@ -241,18 +241,19 @@ +@@ -258,18 +258,19 @@ #--------------------------------------------------------------------------- @@ -32,13 +32,13 @@ +#EDQ +# +# $opt_d = 1 -+# unless get_bool($msg,0); ++# unless get_bool($msg,0); +# } +$opt_d = 0; #--------------------------------------------------------------------------- -@@ -269,7 +270,8 @@ +@@ -286,7 +287,8 @@ Do you want me to perform hostname lookups (y|n) ? EDQ @@ -48,7 +48,7 @@ print < external user & password +-fwuser/fwpass => firewall user & password +- +-0) None +-1) ----------------------- +- USER user@remote.host +- PASS pass +-2) ----------------------- +- USER fwuser +- PASS fwpass +- USER user@remote.host +- PASS pass +-3) ----------------------- +- USER fwuser +- PASS fwpass +- SITE remote.site +- USER user +- PASS pass +-4) ----------------------- +- USER fwuser +- PASS fwpass +- OPEN remote.site +- USER user +- PASS pass +-5) ----------------------- +- USER user@fwuser@remote.site +- PASS pass@fwpass +-6) ----------------------- +- USER fwuser@remote.site +- PASS fwpass +- USER user +- PASS pass +-7) ----------------------- +- USER user@remote.host +- PASS pass +- AUTH fwuser +- RESP fwpass +- +-Choice: +-EDQ +- $def = exists $oldcfg{'ftp_firewall_type'} ? $oldcfg{'ftp_firewall_type'} : 1; +- $ans = Prompt($msg,$def); +- $cfg{'ftp_firewall_type'} = 0+$ans; +- $def = $oldcfg{'ftp_firewall'} || $ENV{FTP_FIREWALL}; ++#$msg = < external user & password ++#fwuser/fwpass => firewall user & password ++# ++#0) None ++#1) ----------------------- ++# USER user@remote.host ++# PASS pass ++#2) ----------------------- ++# USER fwuser ++# PASS fwpass ++# USER user@remote.host ++# PASS pass ++#3) ----------------------- ++# USER fwuser ++# PASS fwpass ++# SITE remote.site ++# USER user ++# PASS pass ++#4) ----------------------- ++# USER fwuser ++# PASS fwpass ++# OPEN remote.site ++# USER user ++# PASS pass ++#5) ----------------------- ++# USER user@fwuser@remote.site ++# PASS pass@fwpass ++#6) ----------------------- ++# USER fwuser@remote.site ++# PASS fwpass ++# USER user ++# PASS pass ++#7) ----------------------- ++# USER user@remote.host ++# PASS pass ++# AUTH fwuser ++# RESP fwpass ++ ++#Choice: ++#EDQ ++# $def = exists $oldcfg{'ftp_firewall_type'} ? $oldcfg{'ftp_firewall_type'} : 1; ++# $ans = Prompt($msg,$def); ++# $cfg{'ftp_firewall_type'} = 0+$ans; ++ $cfg{'ftp_firewall_type'} = 0; ++# $def = $oldcfg{'ftp_firewall'} || $ENV{FTP_FIREWALL}; + +- $cfg{'ftp_firewall'} = get_hostname("FTP proxy hostname :", $def); +-} +-else { +- delete $cfg{'ftp_firewall'}; +-} ++# $cfg{'ftp_firewall'} = get_hostname("FTP proxy hostname :", $def); +$cfg{'ftp_firewall'} = $ENV{FTP_FIREWALL}; - #--------------------------------------------------------------------------- -@@ -414,37 +424,40 @@ + #--------------------------------------------------------------------------- +@@ -489,22 +496,23 @@ #--------------------------------------------------------------------------- @@ -188,21 +305,25 @@ +#server, this is called a passive transfer. +#EDQ - $msg = "\nShould all FTP connections via a firewall/proxy be passive (y|n) ?"; + if (defined $cfg{'ftp_firewall'}) { + $msg = "\nShould all FTP connections via a firewall/proxy be passive (y|n) ?"; + +- $def = $oldcfg{'ftp_ext_passive'} || 0; ++# $def = $oldcfg{'ftp_ext_passive'} || 0; --$def = $oldcfg{'ftp_ext_passive'} || 0; -+#$def = $oldcfg{'ftp_ext_passive'} || 0; +- $cfg{'ftp_ext_passive'} = get_bool($msg,$def); ++# $cfg{'ftp_ext_passive'} = get_bool($msg,$def); ++ $cfg{'ftp_ext_passive'} = 0; --$cfg{'ftp_ext_passive'} = get_bool($msg,$def); -+#$cfg{'ftp_ext_passive'} = get_bool($msg,$def); -+$cfg{'ftp_ext_passive'} = 0; + $msg = "\nShould all other FTP connections be passive (y|n) ?"; +@@ -513,18 +521,20 @@ + $msg = "\nShould all FTP connections be passive (y|n) ?"; + } -$def = $oldcfg{'ftp_int_passive'} || 0; +#$def = $oldcfg{'ftp_int_passive'} || 0; - $msg = "\nShould all other FTP connections be passive (y|n) ?"; - -$cfg{'ftp_int_passive'} = get_bool($msg,$def); +#$cfg{'ftp_int_passive'} = get_bool($msg,$def); +$cfg{'ftp_int_passive'} = 0; @@ -222,7 +343,7 @@ #--------------------------------------------------------------------------- -@@ -460,7 +473,8 @@ +@@ -540,7 +550,8 @@ Do you want me to run these tests (y|n) ? EDQ diff --git a/net/p5-Net/pkg-plist b/net/p5-Net/pkg-plist index 8228a29fd012..8c46c8d6ff30 100644 --- a/net/p5-Net/pkg-plist +++ b/net/p5-Net/pkg-plist @@ -16,7 +16,6 @@ lib/perl5/site_perl/%%PERL_VER%%/Net/SMTP.pm lib/perl5/site_perl/%%PERL_VER%%/Net/SNPP.pm lib/perl5/site_perl/%%PERL_VER%%/Net/Time.pm lib/perl5/site_perl/%%PERL_VER%%/Net/libnet.cfg +lib/perl5/site_perl/%%PERL_VER%%/Net/libnetFAQ.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/FTP -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net -- cgit