[wget] update to 1.16.2

Tomas Hozza thozza at fedoraproject.org
Wed Mar 4 14:09:33 UTC 2015


commit bdee7caf1f895c49bd204090c42fd0c9abaa865a
Author: Tomas Hozza <thozza at redhat.com>
Date:   Wed Mar 4 15:04:37 2015 +0100

    update to 1.16.2
    
    Signed-off-by: Tomas Hozza <thozza at redhat.com>

 .gitignore                                   |  1 +
 sources                                      |  2 +-
 wget-1.16.1-5-digit-port-ftp-epsv-ipv6.patch | 31 ---------------------------
 wget-1.16.1-fix-ftp-crash.patch              | 32 ----------------------------
 wget-rh-modified.patch                       |  6 +++---
 wget.spec                                    | 15 +++++--------
 6 files changed, 10 insertions(+), 77 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 45879af..a148f42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ wget-1.12.tar.bz2
 /wget-1.15.tar.xz
 /wget-1.16.tar.xz
 /wget-1.16.1.tar.xz
+/wget-1.16.2.tar.xz
diff --git a/sources b/sources
index 80460b9..ed340df 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-78942cc0cce0a23e18114d982789e360  wget-1.16.1.tar.xz
+50b67a11971ecc6d142e634e8436fc0f  wget-1.16.2.tar.xz
diff --git a/wget-rh-modified.patch b/wget-rh-modified.patch
index 6c14e4e..bcf3f74 100644
--- a/wget-rh-modified.patch
+++ b/wget-rh-modified.patch
@@ -3,9 +3,9 @@
 @@ -561,7 +561,7 @@
  PACKAGE_NAME='wget'
  PACKAGE_TARNAME='wget'
- PACKAGE_VERSION='1.16.1'
--PACKAGE_STRING='wget 1.16.1'
-+PACKAGE_STRING='wget 1.16.1 (Red Hat modified)'
+ PACKAGE_VERSION='1.16.2'
+-PACKAGE_STRING='wget 1.16.2'
++PACKAGE_STRING='wget 1.16.2 (Red Hat modified)'
  PACKAGE_BUGREPORT='bug-wget at gnu.org'
  PACKAGE_URL=''
  
diff --git a/wget.spec b/wget.spec
index eaae8a3..85d7836 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.16.1
-Release: 4%{?dist}
+Version: 1.16.2
+Release: 1%{?dist}
 License: GPLv3+
 Group: Applications/Internet
 Url: http://www.gnu.org/software/wget/
@@ -10,8 +10,6 @@ Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.xz
 Patch1: wget-rh-modified.patch
 Patch2: wget-1.16.1-path.patch
 Patch3: wget-1.16-dont-run-failing-test.patch
-Patch4: wget-1.16.1-fix-ftp-crash.patch
-Patch5: wget-1.16.1-5-digit-port-ftp-epsv-ipv6.patch
 
 Provides: webclient
 Provides: bundled(gnulib) 
@@ -36,10 +34,8 @@ support for Proxy servers, and configurability.
 %patch1 -p0 -b .rh_modified
 %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
+# upstream is working on fix
 %patch3 -p1 -b .test
-%patch4 -p1 -b .ftp_crash
-%patch5 -p1 -b .5_digit_port
 
 %build
 if pkg-config openssl ; then
@@ -89,9 +85,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_infodir}/*
 
 %changelog
-* Sat Feb 21 2015 Till Maas <opensource at till.name> - 1.16.1-4
-- Rebuilt for Fedora 23 Change
-  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
+* Wed Mar 04 2015 Tomas Hozza <thozza at redhat.com> - 1.16.2-1
+- update to 1.16.2
 
 * Mon Jan 12 2015 Tomas Hozza <thozza at redhat.com> - 1.16.1-3
 - Fix wget to accept 5 digit port numbers in epsv responses over ipv6 (#1180777)


More information about the scm-commits mailing list