diff --git a/.gitignore b/.gitignore index caf47f9..84549cc 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ wget-1.12.tar.bz2 /wget-1.19.4.tar.gz /wget-1.19.5.tar.gz /wget-1.20.tar.gz +/wget-1.20.1.tar.gz diff --git a/sources b/sources index 65c3867..6dbab35 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wget-1.20.tar.gz) = 2e50b9e83c22cb342d85981f89253d9c72bb1a48152c17c4c0b6315683890075f60ad2783e4fa8c2a6d15c53820d9ecb8d0c4b81cfcef4fcc66126ed1cb7ff54 +SHA512 (wget-1.20.1.tar.gz) = 855c7e3c45f9020a9fdb30e286ee6a0bdcaa780be3d0dda9ffdae73b562ae1012d4550242f66240407a28076a7054328d4f08a469a0da227a9e3410b8d5f46dc diff --git a/wget.spec b/wget.spec index 38ed3fd..d343fbf 100644 --- a/wget.spec +++ b/wget.spec @@ -1,6 +1,6 @@ Summary: A utility for retrieving files using the HTTP or FTP protocols Name: wget -Version: 1.20 +Version: 1.20.1 Release: 1%{?dist} License: GPLv3+ Group: Applications/Internet @@ -31,7 +31,7 @@ support for Proxy servers, and configurability. sed -i "s|\(PACKAGE_STRING='wget .*\)'|\1 (Red Hat modified)'|" configure grep "PACKAGE_STRING='wget .* (Red Hat modified)'" configure || exit 1 -%patch1 -p1 -b .path +%autopatch -p1 %build %configure \ @@ -66,6 +66,10 @@ make check %{_infodir}/* %changelog +* Wed Jan 02 2019 Tomas Hozza - 1.20.1-1 +- Update to 1.20.1 +- Fix CVE-2018-20483 + * Thu Dec 06 2018 Tomas Hozza - 1.20-1 - Update to 1.20 - --secure-protocol=TLSv1_3 now works (#1623994)