update to 1.16
- fixes CVE-2014-4877 Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
93d837af46
commit
a9bc9945f7
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ wget-1.12.tar.bz2
|
|||||||
/wget-1.13.4.tar.bz2
|
/wget-1.13.4.tar.bz2
|
||||||
/wget-1.14.tar.xz
|
/wget-1.14.tar.xz
|
||||||
/wget-1.15.tar.xz
|
/wget-1.15.tar.xz
|
||||||
|
/wget-1.16.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
7a279d5ac5594919124d5526e7143e28 wget-1.15.tar.xz
|
fe102975ab3a6c049777883f1bb9ad07 wget-1.16.tar.xz
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
@@ -561,7 +561,7 @@
|
@@ -561,7 +561,7 @@
|
||||||
PACKAGE_NAME='wget'
|
PACKAGE_NAME='wget'
|
||||||
PACKAGE_TARNAME='wget'
|
PACKAGE_TARNAME='wget'
|
||||||
PACKAGE_VERSION='1.15'
|
PACKAGE_VERSION='1.16'
|
||||||
-PACKAGE_STRING='wget 1.15'
|
-PACKAGE_STRING='wget 1.16'
|
||||||
+PACKAGE_STRING='wget 1.15 (Red Hat modified)'
|
+PACKAGE_STRING='wget 1.16 (Red Hat modified)'
|
||||||
PACKAGE_BUGREPORT='bug-wget@gnu.org'
|
PACKAGE_BUGREPORT='bug-wget@gnu.org'
|
||||||
PACKAGE_URL=''
|
PACKAGE_URL=''
|
||||||
|
|
||||||
|
14
wget.spec
14
wget.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
||||||
Name: wget
|
Name: wget
|
||||||
Version: 1.15
|
Version: 1.16
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Url: http://www.gnu.org/software/wget/
|
Url: http://www.gnu.org/software/wget/
|
||||||
@ -9,11 +9,14 @@ Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.xz
|
|||||||
|
|
||||||
Patch1: wget-rh-modified.patch
|
Patch1: wget-rh-modified.patch
|
||||||
Patch2: wget-1.15-path.patch
|
Patch2: wget-1.15-path.patch
|
||||||
|
Patch3: wget-1.16-dont-run-failing-test.patch
|
||||||
|
|
||||||
Provides: webclient
|
Provides: webclient
|
||||||
Provides: bundled(gnulib)
|
Provides: bundled(gnulib)
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
Requires(preun): /sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
|
# needed for test suite
|
||||||
|
BuildRequires: perl-HTTP-Daemon, python3
|
||||||
BuildRequires: openssl-devel, pkgconfig, texinfo, gettext, autoconf, libidn-devel, libuuid-devel, perl-podlators
|
BuildRequires: openssl-devel, pkgconfig, texinfo, gettext, autoconf, libidn-devel, libuuid-devel, perl-podlators
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -30,6 +33,9 @@ support for Proxy servers, and configurability.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p0
|
%patch1 -p0
|
||||||
%patch2 -p1 -b .path
|
%patch2 -p1 -b .path
|
||||||
|
# don't run the Test-proxied-https-auth.px test since it fails with OpenSSL
|
||||||
|
# upstream is working on fix and will be fixed most probably in 1.16.1
|
||||||
|
%patch3 -p1 -b .test
|
||||||
|
|
||||||
%build
|
%build
|
||||||
if pkg-config openssl ; then
|
if pkg-config openssl ; then
|
||||||
@ -69,6 +75,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 31 2014 Tomas Hozza <thozza@redhat.com> - 1.16-1
|
||||||
|
- update to 1.16
|
||||||
|
- fixes CVE-2014-4877
|
||||||
|
|
||||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-3
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user