Received: by mail.netbsd.org (Postfix, from userid 605) id 1179A84D33; Sun, 10 Feb 2019 19:50:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8E82384CD4 for ; Sun, 10 Feb 2019 19:49:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 5L28A5j2py-q for ; Sun, 10 Feb 2019 19:49:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 03C9D84CCC for ; Sun, 10 Feb 2019 19:49:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F2862FB16; Sun, 10 Feb 2019 19:49:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1549828198298520" MIME-Version: 1.0 Date: Sun, 10 Feb 2019 19:49:58 +0000 From: "S.P.Zeidler" Subject: CVS commit: pkgsrc/net/wget To: pkgsrc-changes@NetBSD.org Reply-To: spz@netbsd.org X-Mailer: log_accum Message-Id: <20190210194958.F2862FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1549828198298520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: spz Date: Sun Feb 10 19:49:58 UTC 2019 Modified Files: pkgsrc/net/wget: Makefile distinfo Log Message: updating wget to 1.20.1, which fixes CVE-2018-20483 Upstream changelog: * Changes in Wget 1.20.1 ** --xattr is no longer default since it introduces privacy issues. ** --xattr saves the Referer as scheme/host/port, user/pw/path/query/fragment are no longer saved to prevent privacy issues. ** --xattr saves the Original URL without user/password to prevent privacy issues. * Changes in Wget 1.20 ** Add new option `--retry-on-host-error` to treat local errors as transient and hence Wget will retry to download the file after a brief waiting period. ** Fixed multiple potential resource leaks as found by static analysis ** Wget will now not create an empty wget-log file when running with -q and -b switches together ** When compiled using the GnuTLS >= 3.6.3, Wget now has support for TLSv1.3 ** Now there is support for using libpcre2 for regex pattern matching ** When downloading over FTP recursively, one can now use the --{accept,reject}-regex switches to fine-tune the downloaded files ** Building Wget from the git sources now requires autoconf 2.63 or above. Building from the Tarballs works as it used to. To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.144 pkgsrc/net/wget/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/net/wget/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1549828198298520 Content-Disposition: inline Content-Length: 1619 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/wget/Makefile diff -u pkgsrc/net/wget/Makefile:1.143 pkgsrc/net/wget/Makefile:1.144 --- pkgsrc/net/wget/Makefile:1.143 Sun Dec 9 18:52:43 2018 +++ pkgsrc/net/wget/Makefile Sun Feb 10 19:49:58 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.143 2018/12/09 18:52:43 adam Exp $ +# $NetBSD: Makefile,v 1.144 2019/02/10 19:49:58 spz Exp $ -DISTNAME= wget-1.19.5 -PKGREVISION= 3 +DISTNAME= wget-1.20.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNU:=wget/} EXTRACT_SUFX= .tar.lz Index: pkgsrc/net/wget/distinfo diff -u pkgsrc/net/wget/distinfo:1.57 pkgsrc/net/wget/distinfo:1.58 --- pkgsrc/net/wget/distinfo:1.57 Mon May 7 06:48:39 2018 +++ pkgsrc/net/wget/distinfo Sun Feb 10 19:49:58 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.57 2018/05/07 06:48:39 wiz Exp $ +$NetBSD: distinfo,v 1.58 2019/02/10 19:49:58 spz Exp $ -SHA1 (wget-1.19.5.tar.lz) = a28bbdfdee0d68271165b7e965fa5b9742ab65e8 -RMD160 (wget-1.19.5.tar.lz) = 8da0bc988f14e340d00c02b589b86f454cb8cb04 -SHA512 (wget-1.19.5.tar.lz) = 4cab6aa9ea7153230ed763f20d220c1184b6ac305a0eb74352f5e8aab2964ea57e5f4ea925b4b9d9a1acccc17d5747a0a2c01633765fe618828c0cddc3f16bb2 -Size (wget-1.19.5.tar.lz) = 2204066 bytes +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 (patch-doc_wget.texi) = 6db25b3500ff4617b5ade34d9013b1f9876104f8 --_----------=_1549828198298520--