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