diff options
author | vd <vd@FreeBSD.org> | 2018-05-10 00:18:52 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2018-05-10 00:18:52 +0800 |
commit | 6c95bcf1ac1224e4e2efe297b1328efb7e031d7f (patch) | |
tree | 4a0063d0568d8ae4b0afab6750daed7ab79b0a5c /ftp/wget/Makefile | |
parent | 9194398e76a1331b1621d0dd3b46648b90869d53 (diff) | |
download | freebsd-ports-gnome-6c95bcf1ac1224e4e2efe297b1328efb7e031d7f.tar.gz freebsd-ports-gnome-6c95bcf1ac1224e4e2efe297b1328efb7e031d7f.tar.zst freebsd-ports-gnome-6c95bcf1ac1224e4e2efe297b1328efb7e031d7f.zip |
ftp/wget: Upgrade from 1.19.4 to 1.19.5
Changelog: http://git.savannah.gnu.org/cgit/wget.git/plain/NEWS
PR: ports/228071
Reported by: Yasuhiro KIMURA <yasu@utahime.org>
MFH: 2018Q2
Security: CVE-2018-0494
Diffstat (limited to 'ftp/wget/Makefile')
-rw-r--r-- | ftp/wget/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 11a17fd10551..148dec837ba9 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wget -DISTVERSION= 1.19.4 -PORTREVISION= 2 +DISTVERSION= 1.19.5 CATEGORIES= ftp www ipv6 MASTER_SITES= GNU EXTRACT_SUFX= .tar.lz |