diff options
author | Peter Wagner <tripolar@gmx.at> | 2017-10-29 19:34:53 +0100 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2017-10-29 19:39:08 +0100 |
commit | 11af80ebe1f240bdd1ee317880871337af2b04e7 (patch) | |
tree | 4a002fa1415db10bd2dae3f7f58ff24e17e706c3 /net | |
parent | dfd652ff3be7032bc90fdc836d32bb6881d42247 (diff) |
wget: update to 1.19.2
Fixes: CVE-2017-13089, CVE-2017-13090
switch to gz as there is no xz tarball for 1.19.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'net')
-rw-r--r-- | net/wget/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index d346a6863..deb9ce6de 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wget -PKG_VERSION:=1.18 -PKG_RELEASE:=2 +PKG_VERSION:=1.19.2 +PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=b5b55b75726c04c06fe253daec9329a6f1a3c0c1878e3ea76ebfebc139ea9cc1 +PKG_HASH:=4f4a673b6d466efa50fbfba796bd84a46ae24e370fa562ede5b21ab53c11a920 PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com> PKG_LICENSE:=GPL-3.0+ PKG_LICENSE_FILES:=COPYING |