Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37528623
en ru br
ALT Linux repos
S:3.15-alt1
5.0: 1.22-alt1
4.1: 1.22-alt1
4.0: 1.20-alt2
3.0: 1.19-alt3

Group :: Development/Perl
RPM: perl-libnet

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: perl-libnet-1.13-alt-ftp-passive.patch
Download


--- libnet-1.13/Configure~	2001-03-21 22:15:29 +0000
+++ libnet-1.13/Configure	2003-03-14 00:39:19 +0000
@@ -502,7 +502,7 @@ EDQ
 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'} || 1;
 
   $cfg{'ftp_ext_passive'} = get_bool($msg,$def);
 
@@ -513,7 +513,7 @@ else {
   $msg = "\nShould all FTP connections be passive (y|n) ?";
 }
 
-$def = $oldcfg{'ftp_int_passive'} || 0;
+$def = $oldcfg{'ftp_int_passive'} || 1;
 
 $cfg{'ftp_int_passive'} = get_bool($msg,$def);
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin