auto-import changelog data from wget-1.8.2-5.src.rpm

Fri Oct 04 2002 Karsten Hopp <karsten@redhat.de> 1.8.2-5
- fix directory traversal bug
This commit is contained in:
cvsdist 2004-09-09 14:20:51 +00:00
parent c754417d7e
commit f2bfaebe8e

View File

@ -1,7 +1,7 @@
Summary: A utility for retrieving files using the HTTP or FTP protocols.
Name: wget
Version: 1.8.2
Release: 3
Release: 5
License: GPL
Group: Applications/Internet
Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.gz
@ -12,6 +12,7 @@ Source2: wget-1.5.3-ko.po
Patch1: wget-1.6-symlink.patch
Patch3: wget-1.8-md5.patch
Patch4: wget-1.8.2-ht.patch
Patch5: wget-1.8.2-filename.patch
Provides: webclient
Prereq: /sbin/install-info
BuildRequires: perl, openssl-devel
@ -30,6 +31,7 @@ support for Proxy servers, and configurability.
%setup -q
%patch3 -p1
%patch4 -p0
%patch5 -p1
cp %{SOURCE2} $RPM_BUILD_DIR/wget-%{version}/po/ko.po
@ -63,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
%{_infodir}/*
%changelog
* Fri Oct 4 2002 Karsten Hopp <karsten@redhat.de> 1.8.2-5
- fix directory traversal bug
* Wed Jul 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.8.2-3
- Don't segfault when downloading URLs A-B-A (A-A-B worked) #49859