diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2016-06-09 22:54:58 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2016-06-09 22:55:15 +0200 |
commit | 6bacb0358a23551f79681c945a50cbd3bc16a369 (patch) | |
tree | d8eb072daa26db5bc99f19f88585cada7601cfc8 /wget | |
parent | 6dbeb16caa3582ed4e3b9dc4c9ec27f9f119c644 (diff) | |
download | core-6bacb0358a23551f79681c945a50cbd3bc16a369.tar.gz core-6bacb0358a23551f79681c945a50cbd3bc16a369.tar.xz |
[notify] wget: updated to 1.18. Fix for CVE-2016-4971
Diffstat (limited to 'wget')
-rw-r--r-- | wget/.md5sum | 2 | ||||
-rw-r--r-- | wget/Pkgfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/wget/.md5sum b/wget/.md5sum index e3621d1e..2d9c6a3e 100644 --- a/wget/.md5sum +++ b/wget/.md5sum @@ -1,2 +1,2 @@ -b0d58ef4963690e71effba24c105ed52 wget-1.17.1.tar.xz +af9ca95a4bb8ac4a9bf10aeae66fa5ec wget-1.18.tar.xz fa717c9970a09e8ee1775a93e51fb694 wgetrc diff --git a/wget/Pkgfile b/wget/Pkgfile index 9a7e76ab..caa086a5 100644 --- a/wget/Pkgfile +++ b/wget/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl name=wget -version=1.17.1 +version=1.18 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz \ wgetrc) |