Blame SPECS/wget.spec

226bdc
Summary: A utility for retrieving files using the HTTP or FTP protocols
226bdc
Name: wget
226bdc
Version: 1.14
226bdc
Release: 18%{?dist}.1
226bdc
License: GPLv3+
226bdc
Group: Applications/Internet
226bdc
Url: http://www.gnu.org/software/wget/
226bdc
Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.xz
226bdc
226bdc
Patch1: wget-rh-modified.patch
226bdc
Patch2: wget-1.12-path.patch
226bdc
Patch3: wget-1.14-sslreadtimeout.patch
226bdc
Patch4: wget-1.14-manpage-tex5.patch
226bdc
Patch5: wget-1.14-add_missing_options_doc.patch
226bdc
Patch6: wget-1.14-texi2pod_error_perl518.patch
226bdc
Patch7: wget-1.14-fix-double-free-of-iri-orig_url.patch
226bdc
Patch8: wget-1.14-Fix-deadcode-and-possible-NULL-use.patch
226bdc
Patch9: wget-1.14-doc-missing-opts-and-fix-preserve-permissions.patch
226bdc
Patch10: wget-1.14-set_sock_to_-1_if_no_persistent_conn.patch
226bdc
Patch11: wget-1.14-document-backups.patch
226bdc
Patch12: wget-1.14-fix-backups-to-work-as-documented.patch
226bdc
Patch13: wget-1.14-CVE-2014-4877.patch
226bdc
Patch14: wget-1.14-rh1203384.patch
226bdc
Patch15: wget-1.14-rh1147572.patch
226bdc
Patch16: wget-1.14-CVE-2016-4971.patch
226bdc
# needed because fix for CVE-2016-4971 changes default behavior
226bdc
# and the file is not saved in correct encoding. This caused the
226bdc
# Test-ftp-iri-fallback test to fail. This additional change makes
226bdc
# Test-ftp-iri-fallback test pass again.
226bdc
Patch17: wget-1.14-support-non-ASCII-characters.patch
226bdc
Patch18: wget-1.14-add-openssl-tlsv11-tlsv12-support.patch
226bdc
# Fix for randomly failing unit test
226bdc
# combination of upstream commits without the support for Valgrind
226bdc
# commit 3eff3ad69a46364475e1f4abdf9412cfa87e3d6c
226bdc
# commit 2303793a626158627bdb2ac255e0f58697682b24
226bdc
Patch19: wget-1.14-fix-synchronization-in-Test-proxied-https-auth.patch
226bdc
Patch20: wget-1.14-CVE-2017-13089.patch
226bdc
Patch21: wget-1.14-CVE-2017-13090.patch
226bdc
# Partial backport without setting the default algorithm
226bdc
# http://git.savannah.gnu.org/cgit/wget.git/commit/?id=e9cc8b2f7c4678b832ad56f7119bba86a8db08ef
226bdc
Patch22: wget-1.14-digest-auth-qop-segfault-fix.patch
226bdc
# https://git.savannah.gnu.org/cgit/wget.git/commit/?id=1fc9c95ec144499e69dc8ec76dbe07799d7d82cd
226bdc
Patch23: wget-1.14-CVE-2018-0494.patch
226bdc
# http://git.savannah.gnu.org/cgit/wget.git/commit/?id=cbbeca2af4962a648a2373b35cf8e497e11d90fd
226bdc
# http://git.savannah.gnu.org/cgit/wget.git/commit/?id=692d5c5215de0db482c252492a92fc424cc6a97c
226bdc
# http://git.savannah.gnu.org/cgit/wget.git/commit/?id=562eacb76a2b64d5dc80a443f0f739bc9ef76c17
226bdc
Patch24: wget-1.14-CVE-2019-5953.patch
226bdc
226bdc
Provides: webclient
226bdc
Provides: bundled(gnulib) 
226bdc
Requires(post): /sbin/install-info
226bdc
Requires(preun): /sbin/install-info
226bdc
BuildRequires: openssl-devel, pkgconfig, texinfo, gettext, autoconf, libidn-devel, libuuid-devel, perl-podlators
226bdc
# dependencies for the test suite
226bdc
BuildRequires: perl-libwww-perl
226bdc
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
226bdc
226bdc
%description
226bdc
GNU Wget is a file retrieval utility which can use either the HTTP or
226bdc
FTP protocols. Wget features include the ability to work in the
226bdc
background while you are logged out, recursive retrieval of
226bdc
directories, file name wildcard matching, remote file timestamp
226bdc
storage and comparison, use of Rest with FTP servers and Range with
226bdc
HTTP servers to retrieve files over slow or unstable connections,
226bdc
support for Proxy servers, and configurability.
226bdc
226bdc
%prep
226bdc
%setup -q
226bdc
%patch1 -p0
226bdc
%patch2 -p1
226bdc
%patch3 -p1 -b .sslreadtimeout
226bdc
%patch4 -p1
226bdc
%patch5 -p1
226bdc
%patch6 -p1
226bdc
%patch7 -p1
226bdc
%patch8 -p1
226bdc
%patch9 -p1
226bdc
%patch10 -p1
226bdc
%patch11 -p1
226bdc
%patch12 -p1
226bdc
%patch13 -p1
226bdc
%patch14 -p1
226bdc
%patch15 -p1
226bdc
%patch16 -p1
226bdc
%patch17 -p1
226bdc
%patch18 -p1 -b .tls11_tls12
226bdc
%patch19 -p1 -b .test_synch_fix
226bdc
%patch20 -p1 -b .CVE-2017-13089
226bdc
%patch21 -p1 -b .CVE-2017-13090
226bdc
%patch22 -p1 -b .digest-auth-segfault
226bdc
%patch23 -p1 -b .CVE-2018-0494
226bdc
%patch24 -p1 -b .CVE-2019-5953
226bdc
226bdc
%build
226bdc
if pkg-config openssl ; then
226bdc
    CPPFLAGS=`pkg-config --cflags openssl`; export CPPFLAGS
226bdc
    LDFLAGS=`pkg-config --libs openssl`; export LDFLAGS
226bdc
fi
226bdc
%configure --with-ssl=openssl --enable-largefile --enable-opie --enable-digest --enable-ntlm --enable-nls --enable-ipv6 --disable-rpath
226bdc
make %{?_smp_mflags}
226bdc
226bdc
%install
226bdc
rm -rf $RPM_BUILD_ROOT
226bdc
make install DESTDIR=$RPM_BUILD_ROOT CFLAGS="$RPM_OPT_FLAGS"
226bdc
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
226bdc
226bdc
%find_lang %{name}
226bdc
226bdc
%post
226bdc
/sbin/install-info %{_infodir}/wget.info.gz %{_infodir}/dir || :
226bdc
226bdc
%preun
226bdc
if [ "$1" = 0 ]; then
226bdc
    /sbin/install-info --delete %{_infodir}/wget.info.gz %{_infodir}/dir || :
226bdc
fi
226bdc
226bdc
%clean
226bdc
rm -rf $RPM_BUILD_ROOT
226bdc
226bdc
%check
226bdc
make check
226bdc
226bdc
%files -f %{name}.lang
226bdc
%defattr(-,root,root)
226bdc
%doc AUTHORS MAILING-LIST NEWS README COPYING doc/sample.wgetrc
226bdc
%config(noreplace) %{_sysconfdir}/wgetrc
226bdc
%{_mandir}/man1/wget.*
226bdc
%{_bindir}/wget
226bdc
%{_infodir}/*
226bdc
226bdc
%changelog
226bdc
* Fri Apr 05 2019 Tomas Hozza <thozza@redhat.com> - 1.14-18.1
226bdc
- Fix CVE-2019-5953 (#1696733)
226bdc
226bdc
* Wed May 09 2018 Tomas Hozza <thozza@redhat.com> - 1.14-18
226bdc
- Fix CVE-2018-0494 (#1576106)
226bdc
226bdc
* Mon Apr 23 2018 Tomas Hozza <thozza@redhat.com> - 1.14-17
226bdc
- Fix segfault when Digest Authentication header is missing 'qop' part (#1545310)
226bdc
226bdc
* Tue Oct 24 2017 Tomas Hozza <thozza@redhat.com> - 1.14-16
226bdc
- Fixed various security flaws (CVE-2017-13089, CVE-2017-13090)
226bdc
226bdc
* Fri May 05 2017 Tomas Hozza <thozza@redhat.com> - 1.14-15
226bdc
- Added TLSv1_1 and TLSv1_2 as secure-protocol values to help (#1439811)
226bdc
- Fixed synchronization in randomly failing unit test Test-proxied-https-auth (#1448440)
226bdc
226bdc
* Wed Apr 12 2017 Tomas Hozza <thozza@redhat.com> - 1.14-14
226bdc
- TLS v1.1 and v1.2 can now be specified with --secure-protocol option (#1439811)
226bdc
226bdc
* Mon Jun 20 2016 Tomas Hozza <thozza@redhat.com> - 1.14-13
226bdc
- Fix CVE-2016-4971 (#1345778)
226bdc
- Added support for non-ASCII URLs (Related: CVE-2016-4971)
226bdc
226bdc
* Mon Mar 21 2016 Tomas Hozza <thozza@redhat.com> - 1.14-12
226bdc
- Fix wget to include Host header on CONNECT as required by HTTP 1.1 (#1203384)
226bdc
- Run internal test suite during build (#1295846)
226bdc
- Fix -nv being documented as synonym for two options (#1147572)
226bdc
226bdc
* Fri Oct 24 2014 Tomas Hozza <thozza@redhat.com> - 1.14-11
226bdc
- Fix CVE-2014-4877 wget: FTP symlink arbitrary filesystem access (#1156136)
226bdc
226bdc
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.14-10
226bdc
- Mass rebuild 2014-01-24
226bdc
226bdc
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.14-9
226bdc
- Mass rebuild 2013-12-27
226bdc
226bdc
* Mon Jul 15 2013 Tomas Hozza <thozza@redhat.com> - 1.14-8
226bdc
- Fix deadcode and possible use of NULL in vprintf (#913153)
226bdc
- Add documentation for --regex-type and --preserve-permissions
226bdc
- Fix --preserve-permissions to work as documented (and expected)
226bdc
- Fix bug when authenticating using user:password@url syntax (#912358)
226bdc
- Document and fix --backups option
226bdc
226bdc
* Wed Jul 10 2013 Tomas Hozza <thozza@redhat.com> - 1.14-7
226bdc
- Fix double free of iri->orig_url (#981778)
226bdc
226bdc
* Mon Jun 24 2013 Tomas Hozza <thozza@redhat.com> - 1.14-6
226bdc
- add missing options accept-regex and reject-regex to man page
226bdc
- fix errors in texi2pod introduced in Perl-5.18
226bdc
226bdc
* Fri Feb 22 2013 Tomas Hozza <thozza@redhat.com> - 1.14-5
226bdc
- Added BuildRequires: perl-podlators for pod2man
226bdc
- Patched manpage to silent new Tex errors
226bdc
- Resolves: (#914571) 
226bdc
226bdc
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-4
226bdc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
226bdc
226bdc
* Thu Oct 11 2012 Tomas Hozza <thozza@redhat.com> 1.14-3
226bdc
- Added libuuid-devel to BuildRequires to use libuuid functions
226bdc
  in "src/warc.c" functions (#865421)
226bdc
226bdc
* Wed Oct 10 2012 Tomas Hozza <thozza@redhat.com> 1.14-2
226bdc
- Added libidn-devel to BuildRequires to support IDN domains (#680394)
226bdc
226bdc
* Thu Aug 09 2012 Karsten Hopp <karsten@redhat.com> 1.14-1
226bdc
- Update to wget-1.14
226bdc
226bdc
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13.4-5
226bdc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
226bdc
226bdc
* Tue May 29 2012 Karsten Hopp <karsten@redhat.com> 1.13.4-4
226bdc
- fix timeout if http server doesn't answer to SSL handshake (#860727)
226bdc
226bdc
* Tue May 15 2012 Karsten Hopp <karsten@redhat.com> 1.13.4-3
226bdc
- add virtual provides per https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries
226bdc
226bdc
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13.4-2
226bdc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
226bdc
226bdc
* Fri Dec 16 2011 Jon Ciesla <limburgher@gmail.com> - 1.13.4-1
226bdc
- New upstream, BZ 730286.
226bdc
- Modified path patch.
226bdc
- subjectAltNames patch upstreamed.
226bdc
- Specified openssl at config time.
226bdc
226bdc
* Thu Jun 23 2011 Volker Fröhlich <volker27@gmx.at> - 1.12-4
226bdc
- Applied patch to accept subjectAltNames in X509 certificates (#674186)
226bdc
- New URL (#658969)
226bdc
226bdc
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-3
226bdc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
226bdc
226bdc
* Wed Nov 18 2009 Karsten Hopp <karsten@redhat.com> 1.12-2
226bdc
- don't provide /usr/share/info/dir
226bdc
226bdc
* Tue Nov 17 2009 Karsten Hopp <karsten@redhat.com> 1.12-1
226bdc
- update to wget-1.12
226bdc
- fixes CVE-2009-3490 wget: incorrect verification of SSL certificate
226bdc
  with NUL in name
226bdc
226bdc
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.11.4-5
226bdc
- rebuilt with new openssl
226bdc
226bdc
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.4-4
226bdc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
226bdc
226bdc
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.4-3
226bdc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
226bdc
226bdc
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> 1.11.4-2
226bdc
- rebuild with new openssl
226bdc
226bdc
* Wed Aug 13 2008 Karsten Hopp <karsten@redhat.com> 1.11.4-1
226bdc
- update
226bdc
226bdc
* Wed Jun 04 2008 Karsten Hopp <karsten@redhat.com> 1.11.3-1
226bdc
- wget-1.11.3, downgrades the combination of the -N and -O options
226bdc
  to a warning instead of an error
226bdc
226bdc
* Fri May 09 2008 Karsten Hopp <karsten@redhat.com> 1.11.2-1
226bdc
- wget-1.11.2, fixes #179962
226bdc
226bdc
* Mon Mar 31 2008 Karsten Hopp <karsten@redhat.com> 1.11.1-1
226bdc
- update to bugfix release 1.11.1, fixes p.e. #433606
226bdc
226bdc
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.11-2
226bdc
- Autorebuild for GCC 4.3
226bdc
226bdc
* Tue Dec 04 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-17
226bdc
- rebuild to pick up new openssl SONAME
226bdc
226bdc
* Mon Aug 27 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-16
226bdc
- fix license tag
226bdc
- rebuild
226bdc
226bdc
* Mon Feb 12 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-15
226bdc
- fix discarding of expired cookies
226bdc
- escape non-printable characters
226bdc
- drop to11 patch for now (#223754, #227853, #227498)
226bdc
226bdc
* Mon Feb 05 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-14
226bdc
- shut up rpmlint, even though xx isn't a macro
226bdc
226bdc
* Mon Feb 05 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-13
226bdc
- merge review changes (#226538)
226bdc
  - use version/release/... in buildroot tag
226bdc
  - remove BR perl
226bdc
  - use SMP flags
226bdc
  - use make install instead of %%makeinstall
226bdc
  - include copy of license
226bdc
  - use Requires(post)/Requires(preun)
226bdc
  - use optflags
226bdc
  - remove trailing dot from summary
226bdc
  - change tabs to spaces
226bdc
226bdc
* Thu Jan 18 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-12
226bdc
- don't abort (un)install scriptlets when _excludedocs is set (Ville Skyttä)
226bdc
226bdc
* Wed Jan 10 2007 Karsten Hopp <karsten@redhat.com> 1.10.2-11
226bdc
- add fix for CVE-2006-6719
226bdc
226bdc
* Fri Dec 08 2006 Karsten Hopp <karsten@redhat.com> 1.10.2-10
226bdc
- fix repeated downloads (Tomas Heinrich, #186195)
226bdc
226bdc
* Thu Dec 07 2006 Karsten Hopp <karsten@redhat.com> 1.10.2-9
226bdc
- add distflag, rebuild
226bdc
226bdc
* Thu Dec 07 2006 Karsten Hopp <karsten@redhat.com> 1.10.2-8
226bdc
- Resolves: #218211
226bdc
  fix double free corruption
226bdc
226bdc
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.10.2-7
226bdc
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
226bdc
226bdc
* Mon Sep 25 2006 Karsten Hopp <karsten@redhat.de> 1.10.2-6
226bdc
- fix resumed downloads (#205723)
226bdc
226bdc
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.10.2-5.1
226bdc
- rebuild
226bdc
226bdc
* Thu Jun 29 2006 Karsten Hopp <karsten@redhat.de> 1.10.2-5
226bdc
- updated german translations from Robert Scheck
226bdc
226bdc
* Tue Jun 27 2006 Karsten Hopp <karsten@redhat.de> 1.10.2-4
226bdc
- upstream patches
226bdc
226bdc
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.10.2-3.2.1
226bdc
- bump again for double-long bug on ppc(64)
226bdc
226bdc
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.10.2-3.2
226bdc
- rebuilt for new gcc4.1 snapshot and glibc changes
226bdc
226bdc
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
226bdc
- rebuilt
226bdc
226bdc
* Thu Nov 10 2005 Tomas Mraz <tmraz@redhat.com> 1.10.2-3
226bdc
- rebuilt against new openssl
226bdc
226bdc
* Tue Oct 25 2005 Karsten Hopp <karsten@redhat.de> 1.10.2-2
226bdc
- use %%{_sysconfdir} (#171555)
226bdc
226bdc
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
226bdc
- 1.10.2
226bdc
226bdc
* Thu Sep 08 2005 Karsten Hopp <karsten@redhat.de> 1.10.1-7
226bdc
- fix builtin help of --load-cookies / --save-cookies (#165408)
226bdc
226bdc
* Wed Sep 07 2005 Karsten Hopp <karsten@redhat.de> 1.10.1-6
226bdc
- convert changelog to UTF-8 (#159585)
226bdc
226bdc
* Mon Sep 05 2005 Karsten Hopp <karsten@redhat.de> 1.10.1-5
226bdc
- update
226bdc
- drop patches which are already in the upstream sources
226bdc
226bdc
* Wed Jul 13 2005 Karsten Hopp <karsten@redhat.de> 1.10-5
226bdc
- update german translation
226bdc
226bdc
* Mon Jul 11 2005 Karsten Hopp <karsten@redhat.de> 1.10-4
226bdc
- update german translation (Robert Scheck)
226bdc
226bdc
* Tue Jul 05 2005 Karsten Hopp <karsten@redhat.de> 1.10-3
226bdc
- fix minor documentation bug
226bdc
- fix --no-cookies crash
226bdc
226bdc
* Mon Jul 04 2005 Karsten Hopp <karsten@redhat.de> 1.10-2
226bdc
- update to wget-1.10
226bdc
  - drop passive-ftp patch, already in 1.10
226bdc
  - drop CVS patch
226bdc
  - drop LFS patch, similar fix in 1.10
226bdc
  - drop protdir patch, similar fix in 1.10
226bdc
  - drop actime patch, already in 1.10
226bdc
226bdc
* Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-22
226bdc
- build with gcc-4
226bdc
226bdc
* Wed Feb 02 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-21 
226bdc
- remove old copy of the manpage (#146875, #135597)
226bdc
- fix garbage in manpage (#117519)
226bdc
226bdc
* Tue Feb 01 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-20 
226bdc
- texi2pod doesn't handle texinfo xref's. rewrite some lines so that
226bdc
  the man page doesn't have incomplete sentences anymore (#140470)
226bdc
226bdc
* Mon Jan 31 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-19 
226bdc
- Don't set actime to access time of the remote file or tmpwatch might 
226bdc
  remove the file again (#146440).  Set it to the current time instead.
226bdc
  timestamping checks only modtime, so this should be ok.
226bdc
226bdc
* Thu Jan 20 2005 Karsten Hopp <karsten@redhat.de> 1.9.1-18
226bdc
- add support for --protocol-directories option as documented
226bdc
  in the man page (Ville Skyttä, #145571)
226bdc
226bdc
* Wed Sep 29 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-17 
226bdc
- additional LFS patch from Leonid Petrov to fix file lengths in 
226bdc
  http downloads
226bdc
226bdc
* Thu Sep 16 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-16 
226bdc
- more fixes
226bdc
226bdc
* Tue Sep 14 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-15 
226bdc
- added strtol fix from Leonid Petrov, reenable LFS
226bdc
226bdc
* Tue Sep 14 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-14
226bdc
- buildrequires gettext (#132519)
226bdc
226bdc
* Wed Sep 01 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-13
226bdc
- disable LFS patch for now, it breaks normal downloads (123524#c15)
226bdc
226bdc
* Tue Aug 31 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-12 
226bdc
- move largefile stuff inside the configure script, it didn't
226bdc
  get appended to CFLAGS
226bdc
226bdc
* Tue Aug 31 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-11
226bdc
- rebuild
226bdc
226bdc
* Tue Aug 31 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-10 
226bdc
- fix patch
226bdc
226bdc
* Sun Aug 29 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-9
226bdc
- more cleanups of the manpage (#117519)
226bdc
226bdc
* Fri Aug 27 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-8
226bdc
- rebuild
226bdc
226bdc
* Fri Aug 27 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-7 
226bdc
- clean up manpage (#117519)
226bdc
- buildrequire texinfo (#123780)
226bdc
- LFS patch, based on wget-LFS-20040630.patch from Leonid Petrov
226bdc
  (#123524, #124628, #115348)
226bdc
226bdc
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
226bdc
- rebuilt
226bdc
226bdc
* Thu Mar 11 2004 Karsten Hopp <karsten@redhat.de> 1.9.1-3 
226bdc
- fix documentation (#117517)
226bdc
226bdc
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
226bdc
- rebuilt
226bdc
226bdc
* Fri Nov 28 2003 Karsten Hopp <karsten@redhat.de> 1.9.1-3
226bdc
- update to -stable CVS
226bdc
- document the passive ftp default
226bdc
226bdc
* Fri Nov 28 2003 Karsten Hopp <karsten@redhat.de> 1.9.1-2
226bdc
- add patch from -stable CVS
226bdc
226bdc
* Fri Nov 28 2003 Karsten Hopp <karsten@redhat.de> 1.9.1-1
226bdc
- update to 1.9.1
226bdc
- remove obsolete patches
226bdc
226bdc
* Mon Aug 04 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-15.3
226bdc
- fix variable usage
226bdc
226bdc
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 1.8.2-15.2
226bdc
- rebuild
226bdc
226bdc
* Wed Jun 25 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-15.1
226bdc
- rebuilt
226bdc
226bdc
* Wed Jun 25 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-15
226bdc
- default to passive-ftp (#97996)
226bdc
226bdc
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
226bdc
- rebuilt
226bdc
226bdc
* Wed Jun 04 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-13
226bdc
- rebuild
226bdc
226bdc
* Wed Jun 04 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-12
226bdc
- merge debian patch for long URLs
226bdc
- cleanup filename patch
226bdc
226bdc
* Sun May 11 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-11
226bdc
- rebuild
226bdc
226bdc
* Sun May 11 2003 Karsten Hopp <karsten@redhat.de> 1.8.2-10
226bdc
- upstream fix off-by-one error
226bdc
226bdc
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
226bdc
- rebuilt
226bdc
226bdc
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.8.2-8
226bdc
- rebuild
226bdc
226bdc
* Fri Dec 13 2002 Nalin Dahyabhai <nalin@redhat.com>
226bdc
- use openssl pkg-config data, if present
226bdc
- don't bomb out when building with newer openssl
226bdc
226bdc
* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 1.8.2-7
226bdc
- rebuild on all arches
226bdc
226bdc
* Tue Nov 19 2002 Tim Powers <timp@redhat.com>
226bdc
- rebuild on all arches
226bdc
226bdc
* Fri Oct 4 2002 Karsten Hopp <karsten@redhat.de> 1.8.2-5
226bdc
- fix directory traversal bug
226bdc
226bdc
* Wed Jul 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.8.2-3
226bdc
- Don't segfault when downloading URLs A-B-A (A-A-B worked) #49859
226bdc
226bdc
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
226bdc
- automated rebuild
226bdc
226bdc
* Wed May 29 2002 Florian La Roche <Florian.LaRoche@redhat.de>
226bdc
- update to 1.8.2 (bug-fix release)
226bdc
226bdc
* Thu May 23 2002 Tim Powers <timp@redhat.com>
226bdc
- automated rebuild
226bdc
226bdc
* Mon Apr 29 2002 Florian La Roche <Florian.LaRoche@redhat.de>
226bdc
- remove s390 patch, not needed anymore
226bdc
226bdc
* Wed Feb 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.8.1-4
226bdc
- Rebuild
226bdc
226bdc
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
226bdc
- automated rebuild
226bdc
226bdc
* Fri Dec 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
226bdc
- add hack to not link against libmd5, even if available
226bdc
226bdc
* Fri Dec 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
226bdc
- update to 1.8.1
226bdc
226bdc
* Thu Dec 13 2001 Florian La Roche <Florian.LaRoche@redhat.de>
226bdc
- update to 1.8
226bdc
- also include md5global to get it compile
226bdc
226bdc
* Sun Nov 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
226bdc
- update to 1.7.1
226bdc
226bdc
* Wed Sep  5 2001 Phil Knirsch <phil@redhat.de> 1.7-3
226bdc
- Added va_args patch required for S390.
226bdc
226bdc
* Mon Sep  3 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.7-2
226bdc
- Configure with ssl support (duh - #53116)
226bdc
- s/Copyright/License/
226bdc
226bdc
* Wed Jun  6 2001 Trond Eivind Glomsrød <teg@redhat.com>
226bdc
- 1.7
226bdc
- Require perl for building (to get man pages)
226bdc
- Don't include the Japanese po file, it's now included
226bdc
- Use %%{_tmppath}
226bdc
- no patches necessary
226bdc
- Make /etc/wgetrc noreplace
226bdc
- More docs
226bdc
226bdc
* Tue Jan 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
226bdc
- Norwegian isn't a iso-8859-2 locale, neither is Danish.
226bdc
  This fixes #15025.
226bdc
- langify
226bdc
226bdc
* Sat Jan  6 2001 Bill Nottingham <notting@redhat.com>
226bdc
- escape %%xx characters before fnmatch (#23475, patch from alane@geeksrus.net)
226bdc
226bdc
* Fri Jan  5 2001 Bill Nottingham <notting@redhat.com>
226bdc
- update to 1.6, fix patches accordingly (#23412)
226bdc
- fix symlink patch (#23411)
226bdc
226bdc
* Mon Dec 18 2000 Yukihiro Nakai <ynakai@redhat.com>
226bdc
- Add Japanese and Korean Resources
226bdc
226bdc
* Tue Aug  1 2000 Bill Nottingham <notting@redhat.com>
226bdc
- setlocale for LC_CTYPE too, or else all the translations think their
226bdc
  characters are unprintable.
226bdc
226bdc
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
226bdc
- automatic rebuild
226bdc
226bdc
* Sun Jun 11 2000 Bill Nottingham <notting@redhat.com>
226bdc
- build in new environment
226bdc
226bdc
* Mon Jun  5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
226bdc
- FHS compliance
226bdc
226bdc
* Thu Feb  3 2000 Bill Nottingham <notting@redhat.com>
226bdc
- handle compressed man pages
226bdc
226bdc
* Thu Aug 26 1999 Jeff Johnson <jbj@redhat.com>
226bdc
- don't permit chmod 777 on symlinks (#4725).
226bdc
226bdc
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
226bdc
- auto rebuild in the new build environment (release 4)
226bdc
226bdc
* Fri Dec 18 1998 Bill Nottingham <notting@redhat.com>
226bdc
- build for 6.0 tree
226bdc
- add Provides
226bdc
226bdc
* Sat Oct 10 1998 Cristian Gafton <gafton@redhat.com>
226bdc
- strip binaries
226bdc
- version 1.5.3
226bdc
226bdc
* Sat Jun 27 1998 Jeff Johnson <jbj@redhat.com>
226bdc
- updated to 1.5.2
226bdc
226bdc
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
226bdc
- modified group to Applications/Networking
226bdc
226bdc
* Wed Apr 22 1998 Cristian Gafton <gafton@redhat.com>
226bdc
- upgraded to 1.5.0
226bdc
- they removed the man page from the distribution (Duh!) and I added it back
226bdc
  from 1.4.5. Hey, removing the man page is DUMB!
226bdc
226bdc
* Fri Nov 14 1997 Cristian Gafton <gafton@redhat.com>
226bdc
- first build against glibc