a2063cf
Summary: A utility for retrieving files using the HTTP or FTP protocols
cvsdist ef0ceb9
Name: wget
1d92875
Version: 1.19.2
0646b68
Release: 2%{?dist}
44dcfb6
License: GPLv3+
cvsdist ef0ceb9
Group: Applications/Internet
Kevin Kofler 1dfbea8
Url: http://www.gnu.org/software/wget/
1d92875
Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
a07f3db
a0e7331
Patch1: wget-1.17-path.patch
0646b68
# http://git.savannah.gnu.org/cgit/wget.git/commit/?id=973c26ed7d51052a7b6e120ed1b84e47266667e1
0646b68
Patch2: wget-1.19.2-fix-segfault-in-http-c.patch
Kevin Kofler 1dfbea8
cvsdist ef0ceb9
Provides: webclient
f50ee09
Provides: bundled(gnulib) 
a2063cf
Requires(post): /sbin/install-info
a2063cf
Requires(preun): /sbin/install-info
a9bc994
# needed for test suite
a9bc994
BuildRequires: perl-HTTP-Daemon, python3
1d92875
BuildRequires: gnutls-devel, pkgconfig, texinfo, gettext, autoconf, libidn2-devel, libuuid-devel, perl-podlators, libpsl-devel, libmetalink-devel, gpgme-devel
a2063cf
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cvsdist ef0ceb9
cvsdist ef0ceb9
%description
cvsdist ef0ceb9
GNU Wget is a file retrieval utility which can use either the HTTP or
cvsdist 8e35b33
FTP protocols. Wget features include the ability to work in the
cvsdist 8e35b33
background while you are logged out, recursive retrieval of
cvsdist ef0ceb9
directories, file name wildcard matching, remote file timestamp
cvsdist ef0ceb9
storage and comparison, use of Rest with FTP servers and Range with
cvsdist ef0ceb9
HTTP servers to retrieve files over slow or unstable connections,
cvsdist ef0ceb9
support for Proxy servers, and configurability.
cvsdist ef0ceb9
cvsdist ef0ceb9
%prep
cvsdist ef0ceb9
%setup -q
a0e7331
a0e7331
# modify the package string
a0e7331
sed -i "s|\(PACKAGE_STRING='wget .*\)'|\1 (Red Hat modified)'|" configure
a0e7331
grep "PACKAGE_STRING='wget .* (Red Hat modified)'" configure || exit 1
a0e7331
a0e7331
%patch1 -p1 -b .path
0646b68
%patch2 -p1 -b .http_segfault
9100e0b
cvsdist ef0ceb9
%build
6e00fda
%configure \
d52870c
    --with-ssl=gnutls \
6e00fda
    --with-libpsl \
6e00fda
    --enable-largefile \
6e00fda
    --enable-opie \
6e00fda
    --enable-digest \
6e00fda
    --enable-ntlm \
6e00fda
    --enable-nls \
6e00fda
    --enable-ipv6 \
a0c33de
    --disable-rpath \
a0c33de
    --with-metalink
6e00fda
a2063cf
make %{?_smp_mflags}
cvsdist ef0ceb9
cvsdist ef0ceb9
%install
cvsdist ef0ceb9
rm -rf $RPM_BUILD_ROOT
a2063cf
make install DESTDIR=$RPM_BUILD_ROOT CFLAGS="$RPM_OPT_FLAGS"
662e59a
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
cvsdist 0362e09
a2063cf
%find_lang %{name}
cvsdist ef0ceb9
948cb33
%check
2eda8fe
make check
948cb33
cvsdist ef0ceb9
%post
f5d4821
/sbin/install-info %{_infodir}/wget.info.gz %{_infodir}/dir || :
cvsdist ef0ceb9
cvsdist ef0ceb9
%preun
cvsdist ef0ceb9
if [ "$1" = 0 ]; then
f5d4821
    /sbin/install-info --delete %{_infodir}/wget.info.gz %{_infodir}/dir || :
cvsdist ef0ceb9
fi
cvsdist ef0ceb9
cvsdist ef0ceb9
%clean
cvsdist ef0ceb9
rm -rf $RPM_BUILD_ROOT
cvsdist ef0ceb9
cvsdist 0362e09
%files -f %{name}.lang
cvsdist ef0ceb9
%defattr(-,root,root)
44dcfb6
%doc AUTHORS MAILING-LIST NEWS README COPYING doc/sample.wgetrc
6b22eae
%config(noreplace) %{_sysconfdir}/wgetrc
cvsdist ef0ceb9
%{_mandir}/man1/wget.*
cvsdist ef0ceb9
%{_bindir}/wget
cvsdist ef0ceb9
%{_infodir}/*
cvsdist ef0ceb9
cvsdist ef0ceb9
%changelog
0646b68
* Fri Dec 08 2017 Tomas Hozza <thozza@redhat.com> - 1.19.2-2
0646b68
- Fix segfault when calling strchr in http.c (#1511562)
0646b68
1d92875
* Fri Oct 27 2017 Tomas Hozza <thozza@redhat.com> - 1.19.2-1
1d92875
- Update to latest upstream version due to CVE-2017-13089 CVE-2017-13090
1d92875
9100e0b
* Mon Oct 09 2017 Troy Dawson <tdawson@redhat.com> - 1.19.1-6
9100e0b
- Fix FTBFS (#1499876)
9100e0b
97c028b
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-5
97c028b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
97c028b
ecf7402
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-4
ecf7402
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
ecf7402
34da3b1
* Wed May 31 2017 Tomas Hozza <thozza@redhat.com> - 1.19.1-3
34da3b1
- Fixed use of .netrc (#1425097)
34da3b1
9222fc4
* Fri May 12 2017 Tomas Hozza <thozza@redhat.com> - 1.19.1-2
9222fc4
- Fix CVE-2017-6508 (#1429986)
9222fc4
ea14f57
* Thu Feb 16 2017 Tomas Hozza <thozza@redhat.com> - 1.19.1-1
ea14f57
- New upstream version 1.19.1 (#1421398)
ea14f57
a0e7331
* Fri Feb 10 2017 Tomas Hozza <thozza@redhat.com> - 1.19-1
a0e7331
- New upstream version 1.19 (#1419013)
e3a8838
- Use libidn2 instead of libidn (new upstream default)
a0e7331
d52870c
* Tue Jul 26 2016 Tomas Hozza <thozza@redhat.com> - 1.18-2
d52870c
- Switched openssl to gnutls for crypto
d52870c
fbf5b02
* Tue Jun 14 2016 Tomas Hozza <thozza@redhat.com> - 1.18-1
fbf5b02
- Update to 1.18
fbf5b02
a0c33de
* Wed May 18 2016 Filip Čáp <cap.filip.dev@gmail.com> - 1.17.1-4
a0c33de
- Added metalink support (#1321334)
a0c33de
3503a27
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.1-3
3503a27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
3503a27
d162506
* Mon Feb 01 2016 Adam Williamson <awilliam@redhat.com> - 1.17.1-2
d162506
- rebuild for new libpsl
d162506
1856f50
* Mon Dec 14 2015 Tomas Hozza <thozza@redhat.com> - 1.17.1-1
1856f50
- Update to 1.17.1
1856f50
1db9c7d
* Fri Nov 27 2015 Tomas Hozza <thozza@redhat.com> - 1.17-1
1db9c7d
- Updated to 1.17 + added some additional upstream fixes
0d4143a
- Fixed hardening of wget executable (#1281829)
1db9c7d
a3e0687
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16.3-2
a3e0687
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a3e0687
289ae6a
* Tue Mar 10 2015 Tomas Hozza <thozza@redhat.com> - 1.16.3-1
289ae6a
- update to 1.16.3
289ae6a
bdee7ca
* Wed Mar 04 2015 Tomas Hozza <thozza@redhat.com> - 1.16.2-1
bdee7ca
- update to 1.16.2
613f7f4
b77ba37
* Mon Jan 12 2015 Tomas Hozza <thozza@redhat.com> - 1.16.1-3
b77ba37
- Fix wget to accept 5 digit port numbers in epsv responses over ipv6 (#1180777)
b77ba37
6e00fda
* Tue Dec 16 2014 Tomas Hozza <thozza@redhat.com> - 1.16.1-2
6e00fda
- build wget with libpsl support (#1123616)
051f44d
- Fix NULL pointer dereference in FTP code (#1169022)
6e00fda
194ca6f
* Thu Dec 11 2014 Tomas Hozza <thozza@redhat.com> - 1.16.1-1
194ca6f
- update to 1.16.1
194ca6f
300076b
* Tue Nov 18 2014 Tomas Hozza <thozza@redhat.com> - 1.16-3
300076b
- Fix the progress bar issue (#1159643)
300076b
2eda8fe
* Mon Nov 03 2014 Jakub Čajka <jcajka@redhat.com> - 1.16-2
2eda8fe
- fix failing tests idn-cmd-utf8 and idn-robots-utf8
2eda8fe
- re-enabled tests
2eda8fe
a9bc994
* Fri Oct 31 2014 Tomas Hozza <thozza@redhat.com> - 1.16-1
a9bc994
- update to 1.16
a9bc994
- fixes CVE-2014-4877
a9bc994
93d837a
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-3
93d837a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
93d837a
c981b1b
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-2
c981b1b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c981b1b
e64a33b
* Wed Jan 22 2014 Tomas Hozza <thozza@redhat.com> - 1.15-1
e64a33b
- Update to 1.15
e64a33b
- Drop merged patches
e64a33b
948cb33
* Mon Oct 21 2013 Tomas Hozza <thozza@redhat.com> - 1.14-11
948cb33
- run test suite during the build
948cb33
1d5343a
* Thu Oct 10 2013 Tomas Hozza <thozza@redhat.com> - 1.14-10
f987fcc
- remove excessive line for '-nv' option in the manpage (#1017106)
f987fcc
2572b45
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-9
2572b45
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2572b45
b34c7e0
* Mon Jul 15 2013 Tomas Hozza <thozza@redhat.com> - 1.14-8
56de88b
- Fix deadcode and possible use of NULL in vprintf (#913153)
5f096ed
- Add documentation for --regex-type and --preserve-permissions
5f096ed
- Fix --preserve-permissions to work as documented (and expected)
6795875
- Fix bug when authenticating using user:password@url syntax (#912358)
b34c7e0
- Document and fix --backups option
56de88b
6e386f4
* Wed Jul 10 2013 Tomas Hozza <thozza@redhat.com> - 1.14-7
6e386f4
- Fix double free of iri->orig_url (#981778)
6e386f4
e15b2d8
* Mon Jun 24 2013 Tomas Hozza <thozza@redhat.com> - 1.14-6
e15b2d8
- add missing options accept-regex and reject-regex to man page
304bab8
- fix errors in texi2pod introduced in Perl-5.18
e15b2d8
bd52ba2
* Fri Feb 22 2013 Tomas Hozza <thozza@redhat.com> - 1.14-5
bd52ba2
- Added BuildRequires: perl-podlators for pod2man
bd52ba2
- Patched manpage to silent new Tex errors
bd52ba2
- Resolves: (#914571) 
bd52ba2
c487236
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-4
c487236
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c487236
57fc47d
* Thu Oct 11 2012 Tomas Hozza <thozza@redhat.com> 1.14-3
57fc47d
- Added libuuid-devel to BuildRequires to use libuuid functions
57fc47d
  in "src/warc.c" functions (#865421)
57fc47d
e6c496d
* Wed Oct 10 2012 Tomas Hozza <thozza@redhat.com> 1.14-2
e6c496d
- Added libidn-devel to BuildRequires to support IDN domains (#680394)
e6c496d
f71e23a
* Thu Aug 09 2012 Karsten Hopp <karsten@redhat.com> 1.14-1
f71e23a
- Update to wget-1.14
f71e23a
17e3016
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13.4-5
17e3016
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
17e3016
a7fd8ce
* Tue May 29 2012 Karsten Hopp <karsten@redhat.com> 1.13.4-4
5874b84
- fix timeout if http server doesn't answer to SSL handshake (#860727)
a7fd8ce
f50ee09
* Tue May 15 2012 Karsten Hopp <karsten@redhat.com> 1.13.4-3
f50ee09
- add virtual provides per https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries
f50ee09
06c61a7
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13.4-2
06c61a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
06c61a7
62d384e
* Fri Dec 16 2011 Jon Ciesla <limburgher@gmail.com> - 1.13.4-1
62d384e
- New upstream, BZ 730286.
62d384e
- Modified path patch.
62d384e
- subjectAltNames patch upstreamed.
62d384e
- Specified openssl at config time.
62d384e
Kevin Kofler 1dfbea8
* Thu Jun 23 2011 Volker Fröhlich <volker27@gmx.at> - 1.12-4
Kevin Kofler 1dfbea8
- Applied patch to accept subjectAltNames in X509 certificates (#674186)
Kevin Kofler 1dfbea8
- New URL (#658969)
Kevin Kofler 1dfbea8
a63ac06
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-3
a63ac06
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a63ac06
662e59a
* Wed Nov 18 2009 Karsten Hopp <karsten@redhat.com> 1.12-2
662e59a
- don't provide /usr/share/info/dir
662e59a
239bd5a
* Tue Nov 17 2009 Karsten Hopp <karsten@redhat.com> 1.12-1
239bd5a
- update to wget-1.12
239bd5a
- fixes CVE-2009-3490 wget: incorrect verification of SSL certificate
239bd5a
  with NUL in name
239bd5a
e024cd1
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.11.4-5
e024cd1
- rebuilt with new openssl
e024cd1
d9c6956
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.4-4
d9c6956
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d9c6956
0068f8c
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.4-3
0068f8c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
0068f8c
cf9b00c
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> 1.11.4-2
cf9b00c
- rebuild with new openssl
cf9b00c
fab2169
* Wed Aug 13 2008 Karsten Hopp <karsten@redhat.com> 1.11.4-1
fab2169
- update
fab2169
f79c705
* Wed Jun 04 2008 Karsten Hopp <karsten@redhat.com> 1.11.3-1
f79c705
- wget-1.11.3, downgrades the combination of the -N and -O options
f79c705
  to a warning instead of an error
f79c705
a0da00a
* Fri May 09 2008 Karsten Hopp <karsten@redhat.com> 1.11.2-1
a0da00a
- wget-1.11.2, fixes #179962
a0da00a
8b311df
* Mon Mar 31 2008 Karsten Hopp <karsten@redhat.com> 1.11.1-1
8b311df
- update to bugfix release 1.11.1, fixes p.e. #433606
8b311df
4a88189
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.11-2
4a88189
- Autorebuild for GCC 4.3
4a88189
1b46ff6
* Tue Dec 04 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-17
1b46ff6
- rebuild to pick up new openssl SONAME
1b46ff6
9326928
* Mon Aug 27 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-16
9326928
- fix license tag
9326928
- rebuild
9326928
fa626ef
* Mon Feb 12 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-15
d58c686
- fix discarding of expired cookies
d58c686
- escape non-printable characters
d58c686
- drop to11 patch for now (#223754, #227853, #227498)
d58c686
2889695
* Mon Feb 05 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-14
2889695
- shut up rpmlint, even though xx isn't a macro
2889695
a2063cf
* Mon Feb 05 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-13
a2063cf
- merge review changes (#226538)
a2063cf
  - use version/release/... in buildroot tag
a2063cf
  - remove BR perl
a2063cf
  - use SMP flags
a2063cf
  - use make install instead of %%makeinstall
a2063cf
  - include copy of license
a2063cf
  - use Requires(post)/Requires(preun)
a2063cf
  - use optflags
a2063cf
  - remove trailing dot from summary
a2063cf
  - change tabs to spaces
a2063cf
f5d4821
* Thu Jan 18 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-12
f5d4821
- don't abort (un)install scriptlets when _excludedocs is set (Ville Skyttä)
f5d4821
c96efe4
* Wed Jan 10 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-11
3ef7d19
- add fix for CVE-2006-6719
3ef7d19
86d4f1e
* Fri Dec 08 2006 Karsten Hopp <karsten@redhat.com> 1.10.2-10
2e3231d
- fix repeated downloads (Tomas Heinrich, #186195)
2e3231d
a8c1c15
* Thu Dec 07 2006 Karsten Hopp <karsten@redhat.com> 1.10.2-9
a8c1c15
- add distflag, rebuild
a8c1c15
a8c1c15
* Thu Dec 07 2006 Karsten Hopp <karsten@redhat.com> 1.10.2-8
a8c1c15
- Resolves: #218211
a8c1c15
  fix double free corruption
a8c1c15
ec9be17
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.10.2-7
ec9be17
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
ec9be17
ddf65cf
* Mon Sep 25 2006 Karsten Hopp <karsten@redhat.de> 1.10.2-6
ddf65cf
- fix resumed downloads (#205723)
ddf65cf
4dc2101
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.10.2-5.1
4dc2101
- rebuild
4dc2101
5407c7b
* Thu Jun 29 2006 Karsten Hopp <karsten@redhat.de> 1.10.2-5
5407c7b
- updated german translations from Robert Scheck
5407c7b
f3f0783
* Tue Jun 27 2006 Karsten Hopp <karsten@redhat.de> 1.10.2-4
f3f0783
- upstream patches
f3f0783
758cb4b
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.10.2-3.2.1
758cb4b
- bump again for double-long bug on ppc(64)
758cb4b
2749818
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.10.2-3.2
2749818
- rebuilt for new gcc4.1 snapshot and glibc changes
2749818
19f1ada
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
19f1ada
- rebuilt
19f1ada
7b2154b
* Thu Nov 10 2005 Tomas Mraz <tmraz@redhat.com> 1.10.2-3
7b2154b
- rebuilt against new openssl
7b2154b
6b22eae
* Tue Oct 25 2005 Karsten Hopp <karsten@redhat.de> 1.10.2-2
6b22eae
- use %%{_sysconfdir} (#171555)
6b22eae
Florian La Roche 83a1c86
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
Florian La Roche 83a1c86
- 1.10.2
Florian La Roche 83a1c86
6ec33df
* Thu Sep 08 2005 Karsten Hopp <karsten@redhat.de> 1.10.1-7
6ec33df
- fix builtin help of --load-cookies / --save-cookies (#165408)
6ec33df
6e96faa
* Wed Sep 07 2005 Karsten Hopp <karsten@redhat.de> 1.10.1-6
6e96faa
- convert changelog to UTF-8 (#159585)
6e96faa
0786cca
* Mon Sep 05 2005 Karsten Hopp <karsten@redhat.de> 1.10.1-5
0786cca
- update
0786cca
- drop patches which are already in the upstream sources
0786cca
a75fcb4
* Wed Jul 13 2005 Karsten Hopp <karsten@redhat.de> 1.10-5
a75fcb4
- update german translation
a75fcb4
98b3e68
* Mon Jul 11 2005 Karsten Hopp <karsten@redhat.de> 1.10-4
98b3e68
- update german translation (Robert Scheck)
98b3e68
3f399e4
* Tue Jul 05 2005 Karsten Hopp <karsten@redhat.de> 1.10-3
3f399e4
- fix minor documentation bug
3f399e4
- fix --no-cookies crash
3f399e4
8bdd1cb
* Mon Jul 04 2005 Karsten Hopp <karsten@redhat.de> 1.10-2
8bdd1cb
- update to wget-1.10
8bdd1cb
  - drop passive-ftp patch, already in 1.10
8bdd1cb
  - drop CVS patch
8bdd1cb
  - drop LFS patch, similar fix in 1.10
8bdd1cb
  - drop protdir patch, similar fix in 1.10
8bdd1cb
  - drop actime patch, already in 1.10
8bdd1cb
ce996a5
* Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-22
ce996a5
- build with gcc-4
ce996a5
014febe
* Wed Feb 02 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-21 
014febe
- remove old copy of the manpage (#146875, #135597)
8ebee84
- fix garbage in manpage (#117519)
014febe
fc24214
* Tue Feb 01 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-20 
fc24214
- texi2pod doesn't handle texinfo xref's. rewrite some lines so that
fc24214
  the man page doesn't have incomplete sentences anymore (#140470)
fc24214
d700765
* Mon Jan 31 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-19 
d700765
- Don't set actime to access time of the remote file or tmpwatch might 
d700765
  remove the file again (#146440).  Set it to the current time instead.
d700765
  timestamping checks only modtime, so this should be ok.
d700765
024cbe2
* Thu Jan 20 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-18
024cbe2
- add support for --protocol-directories option as documented
6e96faa
  in the man page (Ville Skyttä, #145571)
024cbe2
3fc1ac6
* Wed Sep 29 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-17 
3fc1ac6
- additional LFS patch from Leonid Petrov to fix file lengths in 
3fc1ac6
  http downloads
3fc1ac6
a863270
* Thu Sep 16 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-16 
a863270
- more fixes
a863270
91865de
* Tue Sep 14 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-15 
91865de
- added strtol fix from Leonid Petrov, reenable LFS
91865de
0465923
* Tue Sep 14 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-14
0465923
- buildrequires gettext (#132519)
0465923
cvsdist 323fa1a
* Wed Sep 01 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-13
cvsdist 323fa1a
- disable LFS patch for now, it breaks normal downloads (123524#c15)
cvsdist 323fa1a
cvsdist 323fa1a
* Tue Aug 31 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-12 
cvsdist 323fa1a
- move largefile stuff inside the configure script, it didn't
cvsdist 323fa1a
  get appended to CFLAGS
cvsdist 323fa1a
cvsdist d1d3bfa
* Tue Aug 31 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-11
cvsdist d1d3bfa
- rebuild
cvsdist d1d3bfa
cvsdist d1d3bfa
* Tue Aug 31 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-10 
cvsdist d1d3bfa
- fix patch
cvsdist d1d3bfa
cvsdist e6c6c25
* Sun Aug 29 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-9
cvsdist e6c6c25
- more cleanups of the manpage (#117519)
cvsdist e6c6c25
cvsdist 1cf45c4
* Fri Aug 27 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-8
cvsdist 1cf45c4
- rebuild
cvsdist 1cf45c4
cvsdist 1cf45c4
* Fri Aug 27 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-7 
cvsdist 1cf45c4
- clean up manpage (#117519)
cvsdist 1cf45c4
- buildrequire texinfo (#123780)
cvsdist 1cf45c4
- LFS patch, based on wget-LFS-20040630.patch from Leonid Petrov
cvsdist 1cf45c4
  (#123524, #124628, #115348)
cvsdist 1cf45c4
cvsdist 3e6d982
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 3e6d982
- rebuilt
cvsdist 3e6d982
cvsdist fbdc38f
* Thu Mar 11 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-3 
cvsdist fbdc38f
- fix documentation (#117517)
cvsdist fbdc38f
cvsdist fbdc38f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist fbdc38f
- rebuilt
cvsdist fbdc38f
cvsdist 1380abd
* Fri Nov 28 2003 Karsten Hopp <karsten@redhat.de> 1.9.1-3
cvsdist 1380abd
- update to -stable CVS
cvsdist 1380abd
- document the passive ftp default
cvsdist 1380abd
cvsdist 1380abd
* Fri Nov 28 2003 Karsten Hopp <karsten@redhat.de> 1.9.1-2
cvsdist 1380abd
- add patch from -stable CVS
cvsdist 1380abd
cvsdist 1380abd
* Fri Nov 28 2003 Karsten Hopp <karsten@redhat.de> 1.9.1-1
cvsdist 1380abd
- update to 1.9.1
cvsdist 1380abd
- remove obsolete patches
cvsdist 1380abd
cvsdist a411dee
* Mon Aug 04 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-15.3
cvsdist a411dee
- fix variable usage
cvsdist a411dee
cvsdist a411dee
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 1.8.2-15.2
cvsdist a411dee
- rebuild
cvsdist a411dee
cvsdist a411dee
* Wed Jun 25 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-15.1
cvsdist a411dee
- rebuilt
cvsdist a411dee
cvsdist a411dee
* Wed Jun 25 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-15
cvsdist a411dee
- default to passive-ftp (#97996)
cvsdist a411dee
cvsdist a411dee
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist a411dee
- rebuilt
cvsdist a411dee
cvsdist a411dee
* Wed Jun 04 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-13
cvsdist a411dee
- rebuild
cvsdist a411dee
cvsdist a411dee
* Wed Jun 04 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-12
cvsdist a411dee
- merge debian patch for long URLs
cvsdist a411dee
- cleanup filename patch
cvsdist a411dee
cvsdist a411dee
* Sun May 11 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-11
cvsdist a411dee
- rebuild
cvsdist a411dee
cvsdist a411dee
* Sun May 11 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-10
cvsdist a411dee
- upstream fix off-by-one error
cvsdist a411dee
cvsdist 61e7a45
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 61e7a45
- rebuilt
cvsdist 61e7a45
cvsdist 61e7a45
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.8.2-8
cvsdist 61e7a45
- rebuild
cvsdist 61e7a45
cvsdist 61e7a45
* Fri Dec 13 2002 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 61e7a45
- use openssl pkg-config data, if present
cvsdist 61e7a45
- don't bomb out when building with newer openssl
cvsdist 61e7a45
cvsdist 61e7a45
* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 1.8.2-7
cvsdist 61e7a45
- rebuild on all arches
cvsdist 61e7a45
cvsdist 61e7a45
* Tue Nov 19 2002 Tim Powers <timp@redhat.com>
cvsdist 61e7a45
- rebuild on all arches
cvsdist 61e7a45
cvsdist f2bfaeb
* Fri Oct 4 2002 Karsten Hopp <karsten@redhat.de> 1.8.2-5
cvsdist f2bfaeb
- fix directory traversal bug
cvsdist f2bfaeb
6e96faa
* Wed Jul 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.8.2-3
cvsdist c754417
- Don't segfault when downloading URLs A-B-A (A-A-B worked) #49859
cvsdist c754417
cvsdist ab3fcba
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist ab3fcba
- automated rebuild
cvsdist ab3fcba
cvsdist ab3fcba
* Wed May 29 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist ab3fcba
- update to 1.8.2 (bug-fix release)
cvsdist ab3fcba
cvsdist ab3fcba
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist ab3fcba
- automated rebuild
cvsdist ab3fcba
cvsdist aaa723c
* Mon Apr 29 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist aaa723c
- remove s390 patch, not needed anymore
cvsdist aaa723c
6e96faa
* Wed Feb 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.8.1-4
cvsdist 1d06b6e
- Rebuild
cvsdist 1d06b6e
cvsdist 1d06b6e
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 1d06b6e
- automated rebuild
cvsdist 1d06b6e
cvsdist 1d06b6e
* Fri Dec 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 1d06b6e
- add hack to not link against libmd5, even if available
cvsdist 1d06b6e
cvsdist 1d06b6e
* Fri Dec 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 1d06b6e
- update to 1.8.1
cvsdist 1d06b6e
cvsdist 1d06b6e
* Thu Dec 13 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 1d06b6e
- update to 1.8
cvsdist 1d06b6e
- also include md5global to get it compile
cvsdist 1d06b6e
cvsdist 1d06b6e
* Sun Nov 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 1d06b6e
- update to 1.7.1
cvsdist 1d06b6e
86d4f1e
* Wed Sep  5 2001 Phil Knirsch <phil@redhat.de> 1.7-3
cvsdist af15525
- Added va_args patch required for S390.
cvsdist af15525
6e96faa
* Mon Sep  3 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.7-2
cvsdist 8e35b33
- Configure with ssl support (duh - #53116)
cvsdist 8e35b33
- s/Copyright/License/
cvsdist 8e35b33
6e96faa
* Wed Jun  6 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist bdfaf02
- 1.7
cvsdist bdfaf02
- Require perl for building (to get man pages)
cvsdist bdfaf02
- Don't include the Japanese po file, it's now included
cvsdist bdfaf02
- Use %%{_tmppath}
cvsdist bdfaf02
- no patches necessary
cvsdist bdfaf02
- Make /etc/wgetrc noreplace
cvsdist bdfaf02
- More docs
cvsdist d411c3f
6e96faa
* Tue Jan 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 0362e09
- Norwegian isn't a iso-8859-2 locale, neither is Danish.
cvsdist 0362e09
  This fixes #15025.
cvsdist 0362e09
- langify
cvsdist 0362e09
cvsdist 0362e09
* Sat Jan  6 2001 Bill Nottingham <notting@redhat.com>
2889695
- escape %%xx characters before fnmatch (#23475, patch from alane@geeksrus.net)
cvsdist 0362e09
cvsdist 0362e09
* Fri Jan  5 2001 Bill Nottingham <notting@redhat.com>
cvsdist 0362e09
- update to 1.6, fix patches accordingly (#23412)
cvsdist 0362e09
- fix symlink patch (#23411)
cvsdist 0362e09
cvsdist 0362e09
* Mon Dec 18 2000 Yukihiro Nakai <ynakai@redhat.com>
cvsdist 0362e09
- Add Japanese and Korean Resources
cvsdist 0362e09
cvsdist ef0ceb9
* Tue Aug  1 2000 Bill Nottingham <notting@redhat.com>
cvsdist ef0ceb9
- setlocale for LC_CTYPE too, or else all the translations think their
cvsdist ef0ceb9
  characters are unprintable.
cvsdist ef0ceb9
cvsdist ef0ceb9
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
cvsdist ef0ceb9
- automatic rebuild
cvsdist ef0ceb9
cvsdist ef0ceb9
* Sun Jun 11 2000 Bill Nottingham <notting@redhat.com>
cvsdist ef0ceb9
- build in new environment
cvsdist ef0ceb9
cvsdist ef0ceb9
* Mon Jun  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist ef0ceb9
- FHS compliance
cvsdist ef0ceb9
cvsdist ef0ceb9
* Thu Feb  3 2000 Bill Nottingham <notting@redhat.com>
cvsdist ef0ceb9
- handle compressed man pages
cvsdist ef0ceb9
cvsdist ef0ceb9
* Thu Aug 26 1999 Jeff Johnson <jbj@redhat.com>
cvsdist ef0ceb9
- don't permit chmod 777 on symlinks (#4725).
cvsdist ef0ceb9
cvsdist ef0ceb9
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist ef0ceb9
- auto rebuild in the new build environment (release 4)
cvsdist ef0ceb9
cvsdist ef0ceb9
* Fri Dec 18 1998 Bill Nottingham <notting@redhat.com>
cvsdist ef0ceb9
- build for 6.0 tree
cvsdist ef0ceb9
- add Provides
cvsdist ef0ceb9
cvsdist ef0ceb9
* Sat Oct 10 1998 Cristian Gafton <gafton@redhat.com>
cvsdist ef0ceb9
- strip binaries
cvsdist ef0ceb9
- version 1.5.3
cvsdist ef0ceb9
cvsdist ef0ceb9
* Sat Jun 27 1998 Jeff Johnson <jbj@redhat.com>
cvsdist ef0ceb9
- updated to 1.5.2
cvsdist ef0ceb9
cvsdist ef0ceb9
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
cvsdist ef0ceb9
- modified group to Applications/Networking
cvsdist ef0ceb9
cvsdist ef0ceb9
* Wed Apr 22 1998 Cristian Gafton <gafton@redhat.com>
cvsdist ef0ceb9
- upgraded to 1.5.0
cvsdist ef0ceb9
- they removed the man page from the distribution (Duh!) and I added it back
cvsdist ef0ceb9
  from 1.4.5. Hey, removing the man page is DUMB!
cvsdist ef0ceb9
cvsdist ef0ceb9
* Fri Nov 14 1997 Cristian Gafton <gafton@redhat.com>
cvsdist ef0ceb9
- first build against glibc