aa6d84
Summary: A utility for retrieving files using the HTTP or FTP protocols
aa6d84
Name: wget
aa6d84
Version: 1.19.5
aa6d84
Release: 10%{?dist}
aa6d84
License: GPLv3+
aa6d84
Group: Applications/Internet
aa6d84
Url: http://www.gnu.org/software/wget/
aa6d84
Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
aa6d84
aa6d84
Patch1: wget-1.17-path.patch
aa6d84
Patch2: wget-1.19.5-Don-t-limit-the-test-suite-HTTPS-server-to-TLSv1.patch
aa6d84
Patch3: wget-1.19.5-covscan-important-issues.patch
aa6d84
Patch4: wget-1.19.5-Add-TLS-1.3-support-for-GnuTLS.patch
aa6d84
Patch5: wget-1.19.5-Enable-post-handshake-auth-under-gnutls-on-TLS1.3.patch
aa6d84
Patch6: wget-1.19.5-Dont-use-extended-attributes---xattr-by-default.patch
aa6d84
Patch7: wget-1.19.5-Dont-save-userpw-with---xattr.patch
aa6d84
# http://git.savannah.gnu.org/cgit/wget.git/commit/?id=692d5c5215de0db482c252492a92fc424cc6a97c
aa6d84
# http://git.savannah.gnu.org/cgit/wget.git/commit/?id=562eacb76a2b64d5dc80a443f0f739bc9ef76c17
aa6d84
Patch8: wget-1.19.5-CVE-2019-5953.patch
aa6d84
# http://git.savannah.gnu.org/cgit/wget.git/commit/?id=fd85ac9cc623847e9d94d9f9241ab34e2c146cbf
aa6d84
Patch9: wget-1.19.5-no_proxy-dot-prefix.patch
aa6d84
Patch10: wget-1.19.5-no_proxy-tests.patch
aa6d84
# http://git.savannah.gnu.org/cgit/wget.git/commit/?id=706e71564cadc7192ac21efbf51b661c967f35b5
aa6d84
Patch11: wget-1.19.5-ca-cert-too-verbose.patch
aa6d84
aa6d84
Provides: webclient
aa6d84
Provides: bundled(gnulib) 
aa6d84
Requires(post): /sbin/install-info
aa6d84
Requires(preun): /sbin/install-info
aa6d84
# needed for test suite
aa6d84
BuildRequires: perl-HTTP-Daemon, python3
aa6d84
BuildRequires: gnutls-devel, pkgconfig, texinfo, gettext, autoconf, libidn2-devel, libuuid-devel, perl-podlators, libpsl-devel, libmetalink-devel, gpgme-devel, gcc, zlib-devel
aa6d84
aa6d84
%description
aa6d84
GNU Wget is a file retrieval utility which can use either the HTTP or
aa6d84
FTP protocols. Wget features include the ability to work in the
aa6d84
background while you are logged out, recursive retrieval of
aa6d84
directories, file name wildcard matching, remote file timestamp
aa6d84
storage and comparison, use of Rest with FTP servers and Range with
aa6d84
HTTP servers to retrieve files over slow or unstable connections,
aa6d84
support for Proxy servers, and configurability.
aa6d84
aa6d84
%prep
aa6d84
%setup -q
aa6d84
aa6d84
# modify the package string
aa6d84
sed -i "s|\(PACKAGE_STRING='wget .*\)'|\1 (Red Hat modified)'|" configure
aa6d84
grep "PACKAGE_STRING='wget .* (Red Hat modified)'" configure || exit 1
aa6d84
aa6d84
%patch1 -p1 -b .path
aa6d84
%patch2 -p1 -b .tlsv1_testsuite
aa6d84
%patch3 -p1 -b .covscan_imp_issues
aa6d84
%patch4 -p1 -b .tls1_3
aa6d84
%patch5 -p1 -b .post_auth_tls13
aa6d84
%patch6 -p1 -b .no_xattr_by_default
aa6d84
%patch7 -p1 -b .no_userpw_in_xattr
aa6d84
%patch8 -p1 -b .CVE-2019-5953
aa6d84
%patch9 -p1 -b .no_proxy-dot-prefix
aa6d84
%patch10 -p1 -b .no_proxy-test
aa6d84
%patch11 -p1 -b .too_verbose
aa6d84
aa6d84
%build
aa6d84
%configure \
aa6d84
    --with-ssl=gnutls \
aa6d84
    --with-libpsl \
aa6d84
    --enable-largefile \
aa6d84
    --enable-opie \
aa6d84
    --enable-digest \
aa6d84
    --enable-ntlm \
aa6d84
    --enable-nls \
aa6d84
    --enable-ipv6 \
aa6d84
    --disable-rpath \
aa6d84
    --with-metalink
aa6d84
aa6d84
make %{?_smp_mflags}
aa6d84
aa6d84
%install
aa6d84
rm -rf $RPM_BUILD_ROOT
aa6d84
make install DESTDIR=$RPM_BUILD_ROOT CFLAGS="$RPM_OPT_FLAGS"
aa6d84
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
aa6d84
aa6d84
%find_lang %{name}
aa6d84
aa6d84
%check
aa6d84
make check
aa6d84
aa6d84
%post
aa6d84
/sbin/install-info %{_infodir}/wget.info.gz %{_infodir}/dir || :
aa6d84
aa6d84
%preun
aa6d84
if [ "$1" = 0 ]; then
aa6d84
    /sbin/install-info --delete %{_infodir}/wget.info.gz %{_infodir}/dir || :
aa6d84
fi
aa6d84
aa6d84
%clean
aa6d84
rm -rf $RPM_BUILD_ROOT
aa6d84
aa6d84
%files -f %{name}.lang
aa6d84
%defattr(-,root,root)
aa6d84
%doc AUTHORS MAILING-LIST NEWS README COPYING doc/sample.wgetrc
aa6d84
%config(noreplace) %{_sysconfdir}/wgetrc
aa6d84
%{_mandir}/man1/wget.*
aa6d84
%{_bindir}/wget
aa6d84
%{_infodir}/*
aa6d84
aa6d84
%changelog
aa6d84
* Tue Mar 31 2020 Tomas Hozza <thozza@redhat.com> - 1.19.5-10
aa6d84
- Fix wget being too verbose when using --no-verbose and --ca-certificate (#1807267)
aa6d84
aa6d84
* Thu Nov 21 2019 Tomáš Hozza <thozza@redhat.com> - 1.19.5-9
aa6d84
- Fix issue with dot-prefixed domain names in no_proxy ENV (#1763702)
aa6d84
aa6d84
* Sun Apr 07 2019 Tomas Hozza <thozza@redhat.com> - 1.19.5-8
aa6d84
- Fix CVE-2019-5953 (#1696736)
aa6d84
aa6d84
* Thu Jan 10 2019 Tomas Hozza <thozza@redhat.com> - 1.19.5-7
aa6d84
- Fix information exposure in set_file_metadata function in xattr.c (CVE-2018-20483)
aa6d84
aa6d84
* Fri Oct 12 2018 Tomas Hozza <thozza@redhat.com> - 1.19.5-6
aa6d84
- Enable post handshake auth under gnutls on TLS1.3 (#1636903)
aa6d84
aa6d84
* Wed Oct 03 2018 Tomas Hozza <thozza@redhat.com> - 1.19.5-5
aa6d84
- Allow specification of TLSv1_3 in --secure-protocol option (#1623997)
aa6d84
aa6d84
* Wed Aug 29 2018 Tomas Hozza <thozza@redhat.com> - 1.19.5-4
aa6d84
- Add zlib-devel to BuildRequires to enable compression of WARC files (#1623004)
aa6d84
aa6d84
* Mon Aug 27 2018 Tomas Hozza <thozza@redhat.com> - 1.19.5-3
aa6d84
- Fixed resource leaks found by Coverity (#1602729)
aa6d84
aa6d84
* Fri Aug 10 2018 Tomas Hozza <thozza@redhat.com> - 1.19.5-2
aa6d84
- Fix FTBFS due to test suite HTTPS server forcing use of TLSv1 (#1611753)
aa6d84
aa6d84
* Wed May 09 2018 Tomas Hozza <thozza@redhat.com> - 1.19.5-1
aa6d84
- Update to 1.19.5 fixing CVE-2018-0494
aa6d84
aa6d84
* Thu Apr 26 2018 Tomas Hozza <thozza@redhat.com> - 1.19.4-3
aa6d84
- Added gcc as an explicit BuildRequires
aa6d84
aa6d84
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.4-2
aa6d84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
aa6d84
aa6d84
* Mon Jan 22 2018 Tomas Hozza <thozza@redhat.com> - 1.19.4-1
aa6d84
- Update to the latest upstream version
aa6d84
- Fix issue with decompressing with broken web servers (#1532233)
aa6d84
aa6d84
* Fri Dec 08 2017 Tomas Hozza <thozza@redhat.com> - 1.19.2-2
aa6d84
- Fix segfault when calling strchr in http.c (#1511562)
aa6d84
aa6d84
* Fri Oct 27 2017 Tomas Hozza <thozza@redhat.com> - 1.19.2-1
aa6d84
- Update to latest upstream version due to CVE-2017-13089 CVE-2017-13090
aa6d84
aa6d84
* Mon Oct 09 2017 Troy Dawson <tdawson@redhat.com> - 1.19.1-6
aa6d84
- Fix FTBFS (#1499876)
aa6d84
aa6d84
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-5
aa6d84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
aa6d84
aa6d84
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-4
aa6d84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
aa6d84
aa6d84
* Wed May 31 2017 Tomas Hozza <thozza@redhat.com> - 1.19.1-3
aa6d84
- Fixed use of .netrc (#1425097)
aa6d84
aa6d84
* Fri May 12 2017 Tomas Hozza <thozza@redhat.com> - 1.19.1-2
aa6d84
- Fix CVE-2017-6508 (#1429986)
aa6d84
aa6d84
* Thu Feb 16 2017 Tomas Hozza <thozza@redhat.com> - 1.19.1-1
aa6d84
- New upstream version 1.19.1 (#1421398)
aa6d84
aa6d84
* Fri Feb 10 2017 Tomas Hozza <thozza@redhat.com> - 1.19-1
aa6d84
- New upstream version 1.19 (#1419013)
aa6d84
- Use libidn2 instead of libidn (new upstream default)
aa6d84
aa6d84
* Tue Jul 26 2016 Tomas Hozza <thozza@redhat.com> - 1.18-2
aa6d84
- Switched openssl to gnutls for crypto
aa6d84
aa6d84
* Tue Jun 14 2016 Tomas Hozza <thozza@redhat.com> - 1.18-1
aa6d84
- Update to 1.18
aa6d84
aa6d84
* Wed May 18 2016 Filip Čáp <cap.filip.dev@gmail.com> - 1.17.1-4
aa6d84
- Added metalink support (#1321334)
aa6d84
aa6d84
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.1-3
aa6d84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
aa6d84
aa6d84
* Mon Feb 01 2016 Adam Williamson <awilliam@redhat.com> - 1.17.1-2
aa6d84
- rebuild for new libpsl
aa6d84
aa6d84
* Mon Dec 14 2015 Tomas Hozza <thozza@redhat.com> - 1.17.1-1
aa6d84
- Update to 1.17.1
aa6d84
aa6d84
* Fri Nov 27 2015 Tomas Hozza <thozza@redhat.com> - 1.17-1
aa6d84
- Updated to 1.17 + added some additional upstream fixes
aa6d84
- Fixed hardening of wget executable (#1281829)
aa6d84
aa6d84
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16.3-2
aa6d84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
aa6d84
aa6d84
* Tue Mar 10 2015 Tomas Hozza <thozza@redhat.com> - 1.16.3-1
aa6d84
- update to 1.16.3
aa6d84
aa6d84
* Wed Mar 04 2015 Tomas Hozza <thozza@redhat.com> - 1.16.2-1
aa6d84
- update to 1.16.2
aa6d84
aa6d84
* Mon Jan 12 2015 Tomas Hozza <thozza@redhat.com> - 1.16.1-3
aa6d84
- Fix wget to accept 5 digit port numbers in epsv responses over ipv6 (#1180777)
aa6d84
aa6d84
* Tue Dec 16 2014 Tomas Hozza <thozza@redhat.com> - 1.16.1-2
aa6d84
- build wget with libpsl support (#1123616)
aa6d84
- Fix NULL pointer dereference in FTP code (#1169022)
aa6d84
aa6d84
* Thu Dec 11 2014 Tomas Hozza <thozza@redhat.com> - 1.16.1-1
aa6d84
- update to 1.16.1
aa6d84
aa6d84
* Tue Nov 18 2014 Tomas Hozza <thozza@redhat.com> - 1.16-3
aa6d84
- Fix the progress bar issue (#1159643)
aa6d84
aa6d84
* Mon Nov 03 2014 Jakub Čajka <jcajka@redhat.com> - 1.16-2
aa6d84
- fix failing tests idn-cmd-utf8 and idn-robots-utf8
aa6d84
- re-enabled tests
aa6d84
aa6d84
* Fri Oct 31 2014 Tomas Hozza <thozza@redhat.com> - 1.16-1
aa6d84
- update to 1.16
aa6d84
- fixes CVE-2014-4877
aa6d84
aa6d84
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-3
aa6d84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
aa6d84
aa6d84
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-2
aa6d84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
aa6d84
aa6d84
* Wed Jan 22 2014 Tomas Hozza <thozza@redhat.com> - 1.15-1
aa6d84
- Update to 1.15
aa6d84
- Drop merged patches
aa6d84
aa6d84
* Mon Oct 21 2013 Tomas Hozza <thozza@redhat.com> - 1.14-11
aa6d84
- run test suite during the build
aa6d84
aa6d84
* Thu Oct 10 2013 Tomas Hozza <thozza@redhat.com> - 1.14-10
aa6d84
- remove excessive line for '-nv' option in the manpage (#1017106)
aa6d84
aa6d84
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-9
aa6d84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
aa6d84
aa6d84
* Mon Jul 15 2013 Tomas Hozza <thozza@redhat.com> - 1.14-8
aa6d84
- Fix deadcode and possible use of NULL in vprintf (#913153)
aa6d84
- Add documentation for --regex-type and --preserve-permissions
aa6d84
- Fix --preserve-permissions to work as documented (and expected)
aa6d84
- Fix bug when authenticating using user:password@url syntax (#912358)
aa6d84
- Document and fix --backups option
aa6d84
aa6d84
* Wed Jul 10 2013 Tomas Hozza <thozza@redhat.com> - 1.14-7
aa6d84
- Fix double free of iri->orig_url (#981778)
aa6d84
aa6d84
* Mon Jun 24 2013 Tomas Hozza <thozza@redhat.com> - 1.14-6
aa6d84
- add missing options accept-regex and reject-regex to man page
aa6d84
- fix errors in texi2pod introduced in Perl-5.18
aa6d84
aa6d84
* Fri Feb 22 2013 Tomas Hozza <thozza@redhat.com> - 1.14-5
aa6d84
- Added BuildRequires: perl-podlators for pod2man
aa6d84
- Patched manpage to silent new Tex errors
aa6d84
- Resolves: (#914571) 
aa6d84
aa6d84
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-4
aa6d84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
aa6d84
aa6d84
* Thu Oct 11 2012 Tomas Hozza <thozza@redhat.com> 1.14-3
aa6d84
- Added libuuid-devel to BuildRequires to use libuuid functions
aa6d84
  in "src/warc.c" functions (#865421)
aa6d84
aa6d84
* Wed Oct 10 2012 Tomas Hozza <thozza@redhat.com> 1.14-2
aa6d84
- Added libidn-devel to BuildRequires to support IDN domains (#680394)
aa6d84
aa6d84
* Thu Aug 09 2012 Karsten Hopp <karsten@redhat.com> 1.14-1
aa6d84
- Update to wget-1.14
aa6d84
aa6d84
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13.4-5
aa6d84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
aa6d84
aa6d84
* Tue May 29 2012 Karsten Hopp <karsten@redhat.com> 1.13.4-4
aa6d84
- fix timeout if http server doesn't answer to SSL handshake (#860727)
aa6d84
aa6d84
* Tue May 15 2012 Karsten Hopp <karsten@redhat.com> 1.13.4-3
aa6d84
- add virtual provides per https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries
aa6d84
aa6d84
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13.4-2
aa6d84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
aa6d84
aa6d84
* Fri Dec 16 2011 Jon Ciesla <limburgher@gmail.com> - 1.13.4-1
aa6d84
- New upstream, BZ 730286.
aa6d84
- Modified path patch.
aa6d84
- subjectAltNames patch upstreamed.
aa6d84
- Specified openssl at config time.
aa6d84
aa6d84
* Thu Jun 23 2011 Volker Fröhlich <volker27@gmx.at> - 1.12-4
aa6d84
- Applied patch to accept subjectAltNames in X509 certificates (#674186)
aa6d84
- New URL (#658969)
aa6d84
aa6d84
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-3
aa6d84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
aa6d84
aa6d84
* Wed Nov 18 2009 Karsten Hopp <karsten@redhat.com> 1.12-2
aa6d84
- don't provide /usr/share/info/dir
aa6d84
aa6d84
* Tue Nov 17 2009 Karsten Hopp <karsten@redhat.com> 1.12-1
aa6d84
- update to wget-1.12
aa6d84
- fixes CVE-2009-3490 wget: incorrect verification of SSL certificate
aa6d84
  with NUL in name
aa6d84
aa6d84
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.11.4-5
aa6d84
- rebuilt with new openssl
aa6d84
aa6d84
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.4-4
aa6d84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
aa6d84
aa6d84
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.4-3
aa6d84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
aa6d84
aa6d84
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> 1.11.4-2
aa6d84
- rebuild with new openssl
aa6d84
aa6d84
* Wed Aug 13 2008 Karsten Hopp <karsten@redhat.com> 1.11.4-1
aa6d84
- update
aa6d84
aa6d84
* Wed Jun 04 2008 Karsten Hopp <karsten@redhat.com> 1.11.3-1
aa6d84
- wget-1.11.3, downgrades the combination of the -N and -O options
aa6d84
  to a warning instead of an error
aa6d84
aa6d84
* Fri May 09 2008 Karsten Hopp <karsten@redhat.com> 1.11.2-1
aa6d84
- wget-1.11.2, fixes #179962
aa6d84
aa6d84
* Mon Mar 31 2008 Karsten Hopp <karsten@redhat.com> 1.11.1-1
aa6d84
- update to bugfix release 1.11.1, fixes p.e. #433606
aa6d84
aa6d84
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.11-2
aa6d84
- Autorebuild for GCC 4.3
aa6d84
aa6d84
* Tue Dec 04 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-17
aa6d84
- rebuild to pick up new openssl SONAME
aa6d84
aa6d84
* Mon Aug 27 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-16
aa6d84
- fix license tag
aa6d84
- rebuild
aa6d84
aa6d84
* Mon Feb 12 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-15
aa6d84
- fix discarding of expired cookies
aa6d84
- escape non-printable characters
aa6d84
- drop to11 patch for now (#223754, #227853, #227498)
aa6d84
aa6d84
* Mon Feb 05 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-14
aa6d84
- shut up rpmlint, even though xx isn't a macro
aa6d84
aa6d84
* Mon Feb 05 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-13
aa6d84
- merge review changes (#226538)
aa6d84
  - use version/release/... in buildroot tag
aa6d84
  - remove BR perl
aa6d84
  - use SMP flags
aa6d84
  - use make install instead of %%makeinstall
aa6d84
  - include copy of license
aa6d84
  - use Requires(post)/Requires(preun)
aa6d84
  - use optflags
aa6d84
  - remove trailing dot from summary
aa6d84
  - change tabs to spaces
aa6d84
aa6d84
* Thu Jan 18 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-12
aa6d84
- don't abort (un)install scriptlets when _excludedocs is set (Ville Skyttä)
aa6d84
aa6d84
* Wed Jan 10 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-11
aa6d84
- add fix for CVE-2006-6719
aa6d84
aa6d84
* Fri Dec 08 2006 Karsten Hopp <karsten@redhat.com> 1.10.2-10
aa6d84
- fix repeated downloads (Tomas Heinrich, #186195)
aa6d84
aa6d84
* Thu Dec 07 2006 Karsten Hopp <karsten@redhat.com> 1.10.2-9
aa6d84
- add distflag, rebuild
aa6d84
aa6d84
* Thu Dec 07 2006 Karsten Hopp <karsten@redhat.com> 1.10.2-8
aa6d84
- Resolves: #218211
aa6d84
  fix double free corruption
aa6d84
aa6d84
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.10.2-7
aa6d84
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
aa6d84
aa6d84
* Mon Sep 25 2006 Karsten Hopp <karsten@redhat.de> 1.10.2-6
aa6d84
- fix resumed downloads (#205723)
aa6d84
aa6d84
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.10.2-5.1
aa6d84
- rebuild
aa6d84
aa6d84
* Thu Jun 29 2006 Karsten Hopp <karsten@redhat.de> 1.10.2-5
aa6d84
- updated german translations from Robert Scheck
aa6d84
aa6d84
* Tue Jun 27 2006 Karsten Hopp <karsten@redhat.de> 1.10.2-4
aa6d84
- upstream patches
aa6d84
aa6d84
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.10.2-3.2.1
aa6d84
- bump again for double-long bug on ppc(64)
aa6d84
aa6d84
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.10.2-3.2
aa6d84
- rebuilt for new gcc4.1 snapshot and glibc changes
aa6d84
aa6d84
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
aa6d84
- rebuilt
aa6d84
aa6d84
* Thu Nov 10 2005 Tomas Mraz <tmraz@redhat.com> 1.10.2-3
aa6d84
- rebuilt against new openssl
aa6d84
aa6d84
* Tue Oct 25 2005 Karsten Hopp <karsten@redhat.de> 1.10.2-2
aa6d84
- use %%{_sysconfdir} (#171555)
aa6d84
aa6d84
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
aa6d84
- 1.10.2
aa6d84
aa6d84
* Thu Sep 08 2005 Karsten Hopp <karsten@redhat.de> 1.10.1-7
aa6d84
- fix builtin help of --load-cookies / --save-cookies (#165408)
aa6d84
aa6d84
* Wed Sep 07 2005 Karsten Hopp <karsten@redhat.de> 1.10.1-6
aa6d84
- convert changelog to UTF-8 (#159585)
aa6d84
aa6d84
* Mon Sep 05 2005 Karsten Hopp <karsten@redhat.de> 1.10.1-5
aa6d84
- update
aa6d84
- drop patches which are already in the upstream sources
aa6d84
aa6d84
* Wed Jul 13 2005 Karsten Hopp <karsten@redhat.de> 1.10-5
aa6d84
- update german translation
aa6d84
aa6d84
* Mon Jul 11 2005 Karsten Hopp <karsten@redhat.de> 1.10-4
aa6d84
- update german translation (Robert Scheck)
aa6d84
aa6d84
* Tue Jul 05 2005 Karsten Hopp <karsten@redhat.de> 1.10-3
aa6d84
- fix minor documentation bug
aa6d84
- fix --no-cookies crash
aa6d84
aa6d84
* Mon Jul 04 2005 Karsten Hopp <karsten@redhat.de> 1.10-2
aa6d84
- update to wget-1.10
aa6d84
  - drop passive-ftp patch, already in 1.10
aa6d84
  - drop CVS patch
aa6d84
  - drop LFS patch, similar fix in 1.10
aa6d84
  - drop protdir patch, similar fix in 1.10
aa6d84
  - drop actime patch, already in 1.10
aa6d84
aa6d84
* Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-22
aa6d84
- build with gcc-4
aa6d84
aa6d84
* Wed Feb 02 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-21 
aa6d84
- remove old copy of the manpage (#146875, #135597)
aa6d84
- fix garbage in manpage (#117519)
aa6d84
aa6d84
* Tue Feb 01 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-20 
aa6d84
- texi2pod doesn't handle texinfo xref's. rewrite some lines so that
aa6d84
  the man page doesn't have incomplete sentences anymore (#140470)
aa6d84
aa6d84
* Mon Jan 31 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-19 
aa6d84
- Don't set actime to access time of the remote file or tmpwatch might 
aa6d84
  remove the file again (#146440).  Set it to the current time instead.
aa6d84
  timestamping checks only modtime, so this should be ok.
aa6d84
aa6d84
* Thu Jan 20 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-18
aa6d84
- add support for --protocol-directories option as documented
aa6d84
  in the man page (Ville Skyttä, #145571)
aa6d84
aa6d84
* Wed Sep 29 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-17 
aa6d84
- additional LFS patch from Leonid Petrov to fix file lengths in 
aa6d84
  http downloads
aa6d84
aa6d84
* Thu Sep 16 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-16 
aa6d84
- more fixes
aa6d84
aa6d84
* Tue Sep 14 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-15 
aa6d84
- added strtol fix from Leonid Petrov, reenable LFS
aa6d84
aa6d84
* Tue Sep 14 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-14
aa6d84
- buildrequires gettext (#132519)
aa6d84
aa6d84
* Wed Sep 01 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-13
aa6d84
- disable LFS patch for now, it breaks normal downloads (123524#c15)
aa6d84
aa6d84
* Tue Aug 31 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-12 
aa6d84
- move largefile stuff inside the configure script, it didn't
aa6d84
  get appended to CFLAGS
aa6d84
aa6d84
* Tue Aug 31 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-11
aa6d84
- rebuild
aa6d84
aa6d84
* Tue Aug 31 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-10 
aa6d84
- fix patch
aa6d84
aa6d84
* Sun Aug 29 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-9
aa6d84
- more cleanups of the manpage (#117519)
aa6d84
aa6d84
* Fri Aug 27 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-8
aa6d84
- rebuild
aa6d84
aa6d84
* Fri Aug 27 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-7 
aa6d84
- clean up manpage (#117519)
aa6d84
- buildrequire texinfo (#123780)
aa6d84
- LFS patch, based on wget-LFS-20040630.patch from Leonid Petrov
aa6d84
  (#123524, #124628, #115348)
aa6d84
aa6d84
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
aa6d84
- rebuilt
aa6d84
aa6d84
* Thu Mar 11 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-3 
aa6d84
- fix documentation (#117517)
aa6d84
aa6d84
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
aa6d84
- rebuilt
aa6d84
aa6d84
* Fri Nov 28 2003 Karsten Hopp <karsten@redhat.de> 1.9.1-3
aa6d84
- update to -stable CVS
aa6d84
- document the passive ftp default
aa6d84
aa6d84
* Fri Nov 28 2003 Karsten Hopp <karsten@redhat.de> 1.9.1-2
aa6d84
- add patch from -stable CVS
aa6d84
aa6d84
* Fri Nov 28 2003 Karsten Hopp <karsten@redhat.de> 1.9.1-1
aa6d84
- update to 1.9.1
aa6d84
- remove obsolete patches
aa6d84
aa6d84
* Mon Aug 04 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-15.3
aa6d84
- fix variable usage
aa6d84
aa6d84
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 1.8.2-15.2
aa6d84
- rebuild
aa6d84
aa6d84
* Wed Jun 25 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-15.1
aa6d84
- rebuilt
aa6d84
aa6d84
* Wed Jun 25 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-15
aa6d84
- default to passive-ftp (#97996)
aa6d84
aa6d84
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
aa6d84
- rebuilt
aa6d84
aa6d84
* Wed Jun 04 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-13
aa6d84
- rebuild
aa6d84
aa6d84
* Wed Jun 04 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-12
aa6d84
- merge debian patch for long URLs
aa6d84
- cleanup filename patch
aa6d84
aa6d84
* Sun May 11 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-11
aa6d84
- rebuild
aa6d84
aa6d84
* Sun May 11 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-10
aa6d84
- upstream fix off-by-one error
aa6d84
aa6d84
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
aa6d84
- rebuilt
aa6d84
aa6d84
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.8.2-8
aa6d84
- rebuild
aa6d84
aa6d84
* Fri Dec 13 2002 Nalin Dahyabhai <nalin@redhat.com>
aa6d84
- use openssl pkg-config data, if present
aa6d84
- don't bomb out when building with newer openssl
aa6d84
aa6d84
* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 1.8.2-7
aa6d84
- rebuild on all arches
aa6d84
aa6d84
* Tue Nov 19 2002 Tim Powers <timp@redhat.com>
aa6d84
- rebuild on all arches
aa6d84
aa6d84
* Fri Oct 4 2002 Karsten Hopp <karsten@redhat.de> 1.8.2-5
aa6d84
- fix directory traversal bug
aa6d84
aa6d84
* Wed Jul 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.8.2-3
aa6d84
- Don't segfault when downloading URLs A-B-A (A-A-B worked) #49859
aa6d84
aa6d84
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
aa6d84
- automated rebuild
aa6d84
aa6d84
* Wed May 29 2002 Florian La Roche <Florian.LaRoche@redhat.de>
aa6d84
- update to 1.8.2 (bug-fix release)
aa6d84
aa6d84
* Thu May 23 2002 Tim Powers <timp@redhat.com>
aa6d84
- automated rebuild
aa6d84
aa6d84
* Mon Apr 29 2002 Florian La Roche <Florian.LaRoche@redhat.de>
aa6d84
- remove s390 patch, not needed anymore
aa6d84
aa6d84
* Wed Feb 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.8.1-4
aa6d84
- Rebuild
aa6d84
aa6d84
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
aa6d84
- automated rebuild
aa6d84
aa6d84
* Fri Dec 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
aa6d84
- add hack to not link against libmd5, even if available
aa6d84
aa6d84
* Fri Dec 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
aa6d84
- update to 1.8.1
aa6d84
aa6d84
* Thu Dec 13 2001 Florian La Roche <Florian.LaRoche@redhat.de>
aa6d84
- update to 1.8
aa6d84
- also include md5global to get it compile
aa6d84
aa6d84
* Sun Nov 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
aa6d84
- update to 1.7.1
aa6d84
aa6d84
* Wed Sep  5 2001 Phil Knirsch <phil@redhat.de> 1.7-3
aa6d84
- Added va_args patch required for S390.
aa6d84
aa6d84
* Mon Sep  3 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.7-2
aa6d84
- Configure with ssl support (duh - #53116)
aa6d84
- s/Copyright/License/
aa6d84
aa6d84
* Wed Jun  6 2001 Trond Eivind Glomsrød <teg@redhat.com>
aa6d84
- 1.7
aa6d84
- Require perl for building (to get man pages)
aa6d84
- Don't include the Japanese po file, it's now included
aa6d84
- Use %%{_tmppath}
aa6d84
- no patches necessary
aa6d84
- Make /etc/wgetrc noreplace
aa6d84
- More docs
aa6d84
aa6d84
* Tue Jan 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
aa6d84
- Norwegian isn't a iso-8859-2 locale, neither is Danish.
aa6d84
  This fixes #15025.
aa6d84
- langify
aa6d84
aa6d84
* Sat Jan  6 2001 Bill Nottingham <notting@redhat.com>
aa6d84
- escape %%xx characters before fnmatch (#23475, patch from alane@geeksrus.net)
aa6d84
aa6d84
* Fri Jan  5 2001 Bill Nottingham <notting@redhat.com>
aa6d84
- update to 1.6, fix patches accordingly (#23412)
aa6d84
- fix symlink patch (#23411)
aa6d84
aa6d84
* Mon Dec 18 2000 Yukihiro Nakai <ynakai@redhat.com>
aa6d84
- Add Japanese and Korean Resources
aa6d84
aa6d84
* Tue Aug  1 2000 Bill Nottingham <notting@redhat.com>
aa6d84
- setlocale for LC_CTYPE too, or else all the translations think their
aa6d84
  characters are unprintable.
aa6d84
aa6d84
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
aa6d84
- automatic rebuild
aa6d84
aa6d84
* Sun Jun 11 2000 Bill Nottingham <notting@redhat.com>
aa6d84
- build in new environment
aa6d84
aa6d84
* Mon Jun  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
aa6d84
- FHS compliance
aa6d84
aa6d84
* Thu Feb  3 2000 Bill Nottingham <notting@redhat.com>
aa6d84
- handle compressed man pages
aa6d84
aa6d84
* Thu Aug 26 1999 Jeff Johnson <jbj@redhat.com>
aa6d84
- don't permit chmod 777 on symlinks (#4725).
aa6d84
aa6d84
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
aa6d84
- auto rebuild in the new build environment (release 4)
aa6d84
aa6d84
* Fri Dec 18 1998 Bill Nottingham <notting@redhat.com>
aa6d84
- build for 6.0 tree
aa6d84
- add Provides
aa6d84
aa6d84
* Sat Oct 10 1998 Cristian Gafton <gafton@redhat.com>
aa6d84
- strip binaries
aa6d84
- version 1.5.3
aa6d84
aa6d84
* Sat Jun 27 1998 Jeff Johnson <jbj@redhat.com>
aa6d84
- updated to 1.5.2
aa6d84
aa6d84
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
aa6d84
- modified group to Applications/Networking
aa6d84
aa6d84
* Wed Apr 22 1998 Cristian Gafton <gafton@redhat.com>
aa6d84
- upgraded to 1.5.0
aa6d84
- they removed the man page from the distribution (Duh!) and I added it back
aa6d84
  from 1.4.5. Hey, removing the man page is DUMB!
aa6d84
aa6d84
* Fri Nov 14 1997 Cristian Gafton <gafton@redhat.com>
aa6d84
- first build against glibc