OBS User unknown 2008-05-01 13:08:20 +00:00 committed by Git OBS Bridge
parent 554efdaf20
commit 24ea85568e
4 changed files with 24 additions and 13 deletions

View File

@ -1,11 +0,0 @@
--- doc/sample.wgetrc
+++ doc/sample.wgetrc
@@ -42,7 +42,7 @@
# firewalls software explicitly supports active FTP and in fact has
# problems supporting passive transfer. If you are in such
# environment, use "passive_ftp = off" to revert to active FTP.
-#passive_ftp = off
+passive_ftp = on
# The "wait" command below makes Wget wait between every connection.
# If, instead, you want Wget to wait only between retries of failed

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Apr 30 19:16:30 CEST 2008 - max@suse.de
- Let the resolver (/etc/gai.conf) decide whether to prefer IPv4
or IPv6 if a host has addresses of both kinds (bnc#310224).
- Passive FTP is the default now, so we don't need to set it
explicitly anymore.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 23 16:39:30 CEST 2008 - max@suse.de Wed Apr 23 16:39:30 CEST 2008 - max@suse.de

View File

@ -18,10 +18,10 @@ License: GPL v3 or later
Group: Productivity/Networking/Web/Utilities Group: Productivity/Networking/Web/Utilities
AutoReqProv: on AutoReqProv: on
Version: 1.11.1 Version: 1.11.1
Release: 1 Release: 4
Summary: A Tool for Mirroring FTP and HTTP Servers Summary: A Tool for Mirroring FTP and HTTP Servers
Source: %name-%version.tar.bz2 Source: %name-%version.tar.bz2
Patch1: wget-passive-ftp.patch Patch1: wgetrc.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %install_info_prereq PreReq: %install_info_prereq
@ -67,6 +67,11 @@ rm -rf $RPM_BUILD_ROOT;
%{_bindir}/* %{_bindir}/*
%changelog %changelog
* Wed Apr 30 2008 max@suse.de
- Let the resolver (/etc/gai.conf) decide whether to prefer IPv4
or IPv6 if a host has addresses of both kinds (bnc#310224).
- Passive FTP is the default now, so we don't need to set it
explicitly anymore.
* Wed Apr 23 2008 max@suse.de * Wed Apr 23 2008 max@suse.de
- New version 1.11.1: - New version 1.11.1:
* Migration to the GPLv3+ license. * Migration to the GPLv3+ license.

9
wgetrc.patch Normal file
View File

@ -0,0 +1,9 @@
--- doc/sample.wgetrc
+++ doc/sample.wgetrc
@@ -110,3 +110,6 @@
# To have Wget follow FTP links from HTML files by default, set this
# to on:
#follow_ftp = off
+
+# Let the DNS resolver decide whether to prefer IPv4 or Pv6
+prefer-family = none