Received: by mail.netbsd.org (Postfix, from userid 605) id E15A884D57; Fri, 17 Sep 2021 12:56:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2613284D0F for ; Fri, 17 Sep 2021 12:56:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id FriOUH1Tzy0g for ; Fri, 17 Sep 2021 12:56:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 94D1684C71 for ; Fri, 17 Sep 2021 12:56:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9207DFA97; Fri, 17 Sep 2021 12:56:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16318833782030" MIME-Version: 1.0 Date: Fri, 17 Sep 2021 12:56:18 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20210917125618.9207DFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16318833782030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Fri Sep 17 12:56:18 UTC 2021 Modified Files: pkgsrc/lang/go: version.mk pkgsrc/lang/go116: distinfo Log Message: Update go116 to 1.16.8 (security). go1.16.8 (released 2021-09-09) includes a security fix to the archive/zip package, as well as bug fixes to the archive/zip, go/internal/gccgoimporter, html/template, net/http, and runtime/pprof packages. To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128 pkgsrc/lang/go/version.mk cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/go116/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16318833782030 Content-Disposition: inline Content-Length: 1948 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/go/version.mk diff -u pkgsrc/lang/go/version.mk:1.127 pkgsrc/lang/go/version.mk:1.128 --- pkgsrc/lang/go/version.mk:1.127 Sat Sep 4 15:46:42 2021 +++ pkgsrc/lang/go/version.mk Fri Sep 17 12:56:18 2021 @@ -1,4 +1,4 @@ -# $NetBSD: version.mk,v 1.127 2021/09/04 15:46:42 bsiegert Exp $ +# $NetBSD: version.mk,v 1.128 2021/09/17 12:56:18 bsiegert Exp $ # # If bsd.prefs.mk is included before go-package.mk in a package, then this @@ -7,7 +7,7 @@ .include "go-vars.mk" GO117_VERSION= 1.17 -GO116_VERSION= 1.16.7 +GO116_VERSION= 1.16.8 GO110_VERSION= 1.10.8 GO19_VERSION= 1.9.7 GO14_VERSION= 1.4.3 Index: pkgsrc/lang/go116/distinfo diff -u pkgsrc/lang/go116/distinfo:1.10 pkgsrc/lang/go116/distinfo:1.11 --- pkgsrc/lang/go116/distinfo:1.10 Wed Aug 11 19:00:24 2021 +++ pkgsrc/lang/go116/distinfo Fri Sep 17 12:56:18 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.10 2021/08/11 19:00:24 bsiegert Exp $ +$NetBSD: distinfo,v 1.11 2021/09/17 12:56:18 bsiegert Exp $ -SHA1 (go1.16.7.src.tar.gz) = 94e3f19866c40bb73700d93625489998604d1b15 -RMD160 (go1.16.7.src.tar.gz) = b1f1b8458dfc659cfca33b61a3041408dc9fbbf7 -SHA512 (go1.16.7.src.tar.gz) = 1aab6f3dcbae71ebfa29a1d9a46613a3aa48de01cee82b48842d92abbb4ee57db019a4d47a3f12af9553c8e2a982e90114a06ee187f908f7c29245d9786b9186 -Size (go1.16.7.src.tar.gz) = 20922206 bytes +SHA1 (go1.16.8.src.tar.gz) = 5d72485dfaee6d7153f38b649a007f8c10a0336f +RMD160 (go1.16.8.src.tar.gz) = e476b83c7ac83b65f4224e4914d7af0114b16ab2 +SHA512 (go1.16.8.src.tar.gz) = 49b3b341ee3dbf2964f8e938a6d797a48e4b46e19c6c6f240038cd48c8668b76982f0c9c61e38bfdc42eb03db72d125457905cba76589d1d7d2f825bc67587e3 +Size (go1.16.8.src.tar.gz) = 20922236 bytes SHA1 (patch-misc_ios_clangwrap.sh) = 0a06403609cb7bce2e6f65444fd322f486761afe SHA1 (patch-src_cmd_dist_util.go) = 24e6f1b6ded842a8ce322a40e8766f7d344bc47e SHA1 (patch-src_crypto_x509_root__bsd.go) = 27636e0d8c121ccec6c46a3a82cd0e0469473a6e --_----------=_16318833782030--