Till Maas 2015-02-21 22:15:50 +01:00
parent b77ba37465
commit 613f7f49ad

View File

@ -1,7 +1,7 @@
Summary: A utility for retrieving files using the HTTP or FTP protocols
Name: wget
Version: 1.16.1
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv3+
Group: Applications/Internet
Url: http://www.gnu.org/software/wget/
@ -89,6 +89,10 @@ rm -rf $RPM_BUILD_ROOT
%{_infodir}/*
%changelog
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.16.1-4
- Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
* Mon Jan 12 2015 Tomas Hozza <thozza@redhat.com> - 1.16.1-3
- Fix wget to accept 5 digit port numbers in epsv responses over ipv6 (#1180777)