Update to 1.20.1

Fix CVE-2018-20483

Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
Tomas Hozza 2019-01-02 14:23:19 +01:00
parent 3862fbb154
commit 940a94bb81
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@ wget-1.12.tar.bz2
/wget-1.19.4.tar.gz /wget-1.19.4.tar.gz
/wget-1.19.5.tar.gz /wget-1.19.5.tar.gz
/wget-1.20.tar.gz /wget-1.20.tar.gz
/wget-1.20.1.tar.gz

View File

@ -1 +1 @@
SHA512 (wget-1.20.tar.gz) = 2e50b9e83c22cb342d85981f89253d9c72bb1a48152c17c4c0b6315683890075f60ad2783e4fa8c2a6d15c53820d9ecb8d0c4b81cfcef4fcc66126ed1cb7ff54 SHA512 (wget-1.20.1.tar.gz) = 855c7e3c45f9020a9fdb30e286ee6a0bdcaa780be3d0dda9ffdae73b562ae1012d4550242f66240407a28076a7054328d4f08a469a0da227a9e3410b8d5f46dc

View File

@ -1,6 +1,6 @@
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.20 Version: 1.20.1
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv3+ License: GPLv3+
Group: Applications/Internet Group: Applications/Internet
@ -31,7 +31,7 @@ support for Proxy servers, and configurability.
sed -i "s|\(PACKAGE_STRING='wget .*\)'|\1 (Red Hat modified)'|" configure sed -i "s|\(PACKAGE_STRING='wget .*\)'|\1 (Red Hat modified)'|" configure
grep "PACKAGE_STRING='wget .* (Red Hat modified)'" configure || exit 1 grep "PACKAGE_STRING='wget .* (Red Hat modified)'" configure || exit 1
%patch1 -p1 -b .path %autopatch -p1
%build %build
%configure \ %configure \
@ -66,6 +66,10 @@ make check
%{_infodir}/* %{_infodir}/*
%changelog %changelog
* Wed Jan 02 2019 Tomas Hozza <thozza@redhat.com> - 1.20.1-1
- Update to 1.20.1
- Fix CVE-2018-20483
* Thu Dec 06 2018 Tomas Hozza <thozza@redhat.com> - 1.20-1 * Thu Dec 06 2018 Tomas Hozza <thozza@redhat.com> - 1.20-1
- Update to 1.20 - Update to 1.20
- --secure-protocol=TLSv1_3 now works (#1623994) - --secure-protocol=TLSv1_3 now works (#1623994)