diff options
author | vd <vd@FreeBSD.org> | 2017-10-27 20:50:37 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2017-10-27 20:50:37 +0800 |
commit | c82d115f544262af468966879f5919f482a482f6 (patch) | |
tree | 4bf6f5d2784a0d587815abe372a210c8efa28eb6 /ftp/wget | |
parent | c73c6c070a74becd5abb9c8bfae3a073508380d5 (diff) | |
download | freebsd-ports-gnome-c82d115f544262af468966879f5919f482a482f6.tar.gz freebsd-ports-gnome-c82d115f544262af468966879f5919f482a482f6.tar.zst freebsd-ports-gnome-c82d115f544262af468966879f5919f482a482f6.zip |
ftp/wget: Upgrade from 1.19.1 to 1.19.2
Changelog: http://git.savannah.gnu.org/cgit/wget.git/plain/NEWS
Reported by: Andrew Perry <pez_098@yahoo.com>
Security: CVE-2017-13089
Security: CVE-2017-13090
Diffstat (limited to 'ftp/wget')
-rw-r--r-- | ftp/wget/Makefile | 4 | ||||
-rw-r--r-- | ftp/wget/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 7b0085d76257..aa22c4d33ae9 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= wget -DISTVERSION= 1.19.1 -PORTREVISION= 1 +DISTVERSION= 1.19.2 CATEGORIES= ftp www ipv6 MASTER_SITES= GNU +EXTRACT_SUFX= .tar.lz MAINTAINER= vd@FreeBSD.org COMMENT= Retrieve files from the Net via HTTP(S) and FTP diff --git a/ftp/wget/distinfo b/ftp/wget/distinfo index 05dc2d2026c5..d9ff31c8c70e 100644 --- a/ftp/wget/distinfo +++ b/ftp/wget/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491337367 -SHA256 (wget-1.19.1.tar.xz) = 0c950b9671881222a4d385b013c9604e98a8025d1988529dfca0e93617744cd2 -SIZE (wget-1.19.1.tar.xz) = 2111756 +TIMESTAMP = 1509106236 +SHA256 (wget-1.19.2.tar.lz) = d59a745ad2c522970660bb30d38601f9457b151b322e01fa20a5a0da0f55df07 +SIZE (wget-1.19.2.tar.lz) = 2152055 |