summaryrefslogtreecommitdiff
path: root/net/wget/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-11-23 16:03:29 +0000
committerwiz <wiz@pkgsrc.org>2017-11-23 16:03:29 +0000
commit75ef9df4030297cb874be1d0885cdb01e69d8d97 (patch)
tree22b2bcc0e70a658e4b3528891ae58085c5ba76fd /net/wget/Makefile
parent790cd3c25ff3249c3ec08f61dcd3c81b45244297 (diff)
downloadpkgsrc-75ef9df4030297cb874be1d0885cdb01e69d8d97.tar.gz
wget: update to 1.19.2.
* Changes in Wget 1.19.2 * Fix CVE-2017-13089 (Stack overflow in HTTP protocol handling) * Fix CVE-2017-13090 (Heap overflow in HTTP protocol handling) * New option --compression for gzip Content-Encoding * New option --[no]-netrc to control .netrc parsing * Added GNU extensions to .netrc parsing * Improved IDNA 2003 compatibility * Fix VPATH issues * Improved and extended the test suite * Support Wayback Machine's X-Archive-Orig-last-modified * Several bug fixes
Diffstat (limited to 'net/wget/Makefile')
-rw-r--r--net/wget/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile
index 3c668312078..f37ce062721 100644
--- a/net/wget/Makefile
+++ b/net/wget/Makefile
@@ -1,15 +1,9 @@
-# $NetBSD: Makefile,v 1.137 2017/11/14 09:51:13 leot Exp $
+# $NetBSD: Makefile,v 1.138 2017/11/23 16:03:29 wiz Exp $
-DISTNAME= wget-1.19.1
-PKGREVISION= 3
+DISTNAME= wget-1.19.2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=wget/}
-EXTRACT_SUFX= .tar.xz
-
-PATCH_SITES= http://git.savannah.gnu.org/cgit/wget.git/patch/?id=
-PATCH_DIST_STRIP= -p1
-# For CVE-2017-6508
-PATCHFILES= 4d729e322fae359a1aefaafec1144764a54e8ad4
+EXTRACT_SUFX= .tar.lz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/wget/wget.html