From 02692887ba897db20e00cbf7eaa710bd844231e7 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sat, 6 Jan 2018 12:20:47 +0200 Subject: [PATCH] wget: backport 1.19.2 from master Backport the update to 1.19.2 from master. Fixes e.g. CVE-2017-13089 and CVE-2017-13090 (tested in my own ipq806x and ar71xx lede-17.01 builds) Signed-off-by: Hannu Nyman --- net/wget/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/net/wget/Makefile b/net/wget/Makefile index 052f2d81e..3fcd321bb 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wget -PKG_VERSION:=1.18 +PKG_VERSION:=1.19.2 PKG_RELEASE:=2 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_MD5SUM:=af9ca95a4bb8ac4a9bf10aeae66fa5ec -PKG_MAINTAINER:=Maxim Storchak +PKG_HASH:=4f4a673b6d466efa50fbfba796bd84a46ae24e370fa562ede5b21ab53c11a920 +PKG_MAINTAINER:=Peter Wagner PKG_LICENSE:=GPL-3.0+ PKG_LICENSE_FILES:=COPYING @@ -66,6 +66,7 @@ endef CONFIGURE_ARGS+= \ --disable-rpath \ --disable-iri \ + --with-included-libunistring \ --without-libuuid CONFIGURE_VARS += \