diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2019-04-10 09:24:20 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2019-04-10 09:24:20 +0000 |
commit | d896a031566096940775ea4a9fc24985fc7ae192 (patch) | |
tree | 0b88ed49671cdff449057b118f7d5e5589468dfc | |
parent | 8b61b5df50c17565c22d4e0f43736c95af86eef6 (diff) | |
download | pkgsrc-d896a031566096940775ea4a9fc24985fc7ae192.tar.gz |
Pullup ticket #5941 - requested by gutteridge
net/wget: security fix
Revisions pulled up:
- net/wget/Makefile 1.146
- net/wget/distinfo 1.59
---
Module Name: pkgsrc
Committed By: gutteridge
Date: Sun Apr 7 09:02:00 UTC 2019
Modified Files:
pkgsrc/net/wget: Makefile distinfo
Log Message:
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
-rw-r--r-- | net/wget/Makefile | 4 | ||||
-rw-r--r-- | net/wget/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index 34c21302c3e..843aa2b5251 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.144 2019/02/10 19:49:58 spz Exp $ +# $NetBSD: Makefile,v 1.144.2.1 2019/04/10 09:24:20 bsiegert Exp $ -DISTNAME= wget-1.20.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..262be979a36 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.58.2.1 2019/04/10 09:24:20 bsiegert 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 |