diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2019-04-07 09:02:00 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2019-04-07 09:02:00 +0000 |
commit | 469b8e3b1df857978c7f9323be4f45192153409b (patch) | |
tree | e1ef1be51f70c999cd51859055f80c8488fd9e5e /net/wget | |
parent | 51d8ce2a8870d9fe1c4362524b08b47ae0384a19 (diff) | |
download | pkgsrc-469b8e3b1df857978c7f9323be4f45192153409b.tar.gz |
Update wget to 1.20.3, which fixes CVE-2019-5953
It appears that the buffer overflow issue referred to is the same in
both 1.20.2 and 1.20.3 (they had to fix the fix).
Upstream changelog:
* Changes in Wget 1.20.3
** Fixed a buffer overflow vulnerability
* Changes in Wget 1.20.2
** NTLM authentication will retry under certain cases
** Fixed a buffer overflow vulnerability
Diffstat (limited to 'net/wget')
-rw-r--r-- | net/wget/Makefile | 5 | ||||
-rw-r--r-- | net/wget/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index d47d522ddcf..b30d88d1921 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.145 2019/04/03 00:33:02 ryoon Exp $ +# $NetBSD: Makefile,v 1.146 2019/04/07 09:02:00 gutteridge Exp $ -DISTNAME= wget-1.20.1 -PKGREVISION= 1 +DISTNAME= wget-1.20.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU:=wget/} EXTRACT_SUFX= .tar.lz diff --git a/net/wget/distinfo b/net/wget/distinfo index 4bc9a46913c..6c926151818 100644 --- a/net/wget/distinfo +++ b/net/wget/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.58 2019/02/10 19:49:58 spz Exp $ +$NetBSD: distinfo,v 1.59 2019/04/07 09:02:00 gutteridge Exp $ -SHA1 (wget-1.20.1.tar.lz) = 6c46afab96031eba0429ceba7e1d6f8206b9a036 -RMD160 (wget-1.20.1.tar.lz) = 82f71ce2a47a052ed7fb7b0d18f0a62e62142b75 -SHA512 (wget-1.20.1.tar.lz) = d35cdb390c1a28efb756b86c6cdb5c19d40809883266b7a98c7916cda515e34600951f2ad3d148864b3ace2451f8db726c2b7025cc2dd2d692aafc59dae200f8 -Size (wget-1.20.1.tar.lz) = 2120611 bytes +SHA1 (wget-1.20.3.tar.lz) = 021929778956b7d71cf5c4fd98b4c719b293088d +RMD160 (wget-1.20.3.tar.lz) = 799ac821c7ffde9d2cb3007a6ce4114a66181ce6 +SHA512 (wget-1.20.3.tar.lz) = 95fb064f0d79b0a3178a83322f58a85a3a036fb300ed759eb67a538f0bbacdd552f6cbeb60d63b4f0113e8467d923a5ce7ac5570b7a4ce1733b3dfd559bb33b2 +Size (wget-1.20.3.tar.lz) = 2135272 bytes SHA1 (patch-doc_wget.texi) = 6db25b3500ff4617b5ade34d9013b1f9876104f8 |