diff --git a/wget.spec b/wget.spec index 5c92f34..26d9f25 100644 --- a/wget.spec +++ b/wget.spec @@ -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 1.8.2-5 +- fix directory traversal bug + * Wed Jul 24 2002 Trond Eivind Glomsrød 1.8.2-3 - Don't segfault when downloading URLs A-B-A (A-A-B worked) #49859