pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang go111: update to 1.11.13 (security release).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c4f3909e28a
branches:  trunk
changeset: 399701:5c4f3909e28a
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Wed Aug 14 15:17:41 2019 +0000

description:
go111: update to 1.11.13 (security release).

net/http: Denial of Service vulnerabilities in the HTTP/2 implementation

net/http and golang.org/x/net/http2 servers that accept direct connections from
untrusted clients could be remotely made to allocate an unlimited amount of
memory, until the program crashes. Servers will now close connections if the
send queue accumulates too many control messages.

The issues are CVE-2019-9512 and CVE-2019-9514, and Go issue golang.org/issue/33606.
Thanks to Jonathan Looney from Netflix for discovering and reporting these issues.

This is also fixed in version v0.0.0-20190813141303-74dc4d7220e7 of
golang.org/x/net/http2.

net/url: parsing validation issue

url.Parse would accept URLs with malformed hosts, such that the Host field
could have arbitrary suffixes that would appear in neither Hostname() nor
Port(), allowing authorization bypasses in certain applications. Note that URLs
with invalid, not numeric ports will now return an error from url.Parse.

The issue is CVE-2019-14809 and Go issue golang.org/issue/29098.
Thanks to Julian Hector and Nikolai Krein from Cure53, and Adi Cohen (adico.me)
for discovering and reporting this issue.

diffstat:

 lang/go/version.mk  |   4 ++--
 lang/go111/Makefile |   3 +--
 lang/go111/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (47 lines):

diff -r ecb382c148c2 -r 5c4f3909e28a lang/go/version.mk
--- a/lang/go/version.mk        Wed Aug 14 15:14:36 2019 +0000
+++ b/lang/go/version.mk        Wed Aug 14 15:17:41 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.65 2019/07/14 15:19:55 bsiegert Exp $
+# $NetBSD: version.mk,v 1.66 2019/08/14 15:17:41 bsiegert Exp $
 
 CTF_SUPPORTED=         no
 SSP_SUPPORTED=         no
@@ -7,7 +7,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 GO112_VERSION= 1.12.7
-GO111_VERSION= 1.11.12
+GO111_VERSION= 1.11.13
 GO110_VERSION= 1.10.8
 GO19_VERSION=  1.9.7
 GO14_VERSION=  1.4.3
diff -r ecb382c148c2 -r 5c4f3909e28a lang/go111/Makefile
--- a/lang/go111/Makefile       Wed Aug 14 15:14:36 2019 +0000
+++ b/lang/go111/Makefile       Wed Aug 14 15:17:41 2019 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.5 2019/08/11 13:21:21 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2019/08/14 15:17:41 bsiegert Exp $
 
-PKGREVISION= 1
 .include "../../lang/go/version.mk"
 
 DISTNAME=      go${GO111_VERSION}.src
diff -r ecb382c148c2 -r 5c4f3909e28a lang/go111/distinfo
--- a/lang/go111/distinfo       Wed Aug 14 15:14:36 2019 +0000
+++ b/lang/go111/distinfo       Wed Aug 14 15:17:41 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.9 2019/07/14 12:25:18 bsiegert Exp $
+$NetBSD: distinfo,v 1.10 2019/08/14 15:17:41 bsiegert Exp $
 
-SHA1 (go1.11.12.src.tar.gz) = 8a84f7eda08fbcc9b1c4f7133bb6cf13c774b4c0
-RMD160 (go1.11.12.src.tar.gz) = b2cdeab4dba28597782596a4abf59891f42cbcf1
-SHA512 (go1.11.12.src.tar.gz) = ff74678d7002be20c994702cc778d2447bbe4aad2ecf906e4cde9cf00c0c226c2f0def25146acd24f86fddf397b47602c1e5509c21b0d7b856cf933a05e19a6d
-Size (go1.11.12.src.tar.gz) = 21113396 bytes
+SHA1 (go1.11.13.src.tar.gz) = 3039af0d0714db1902059add729f6b36390a9776
+RMD160 (go1.11.13.src.tar.gz) = 19d71fb4c196bd5bb03cab40cc99b35f312aaefc
+SHA512 (go1.11.13.src.tar.gz) = a5dc8ec2bdad226e2498fdfb3560d6e7e19a84711cc1adb91675a8563a0b1fd153513397ca2a2b8cf266d718a6964ad143dfa588313dcf7fe350dd4a24efc3e9
+Size (go1.11.13.src.tar.gz) = 21114296 bytes
 SHA1 (patch-misc_io_clangwrap.sh) = cd91c47ba0fe7b6eb8009dd261c0c26c7d581c29
 SHA1 (patch-src_cmd_dist_util.go) = 24e6f1b6ded842a8ce322a40e8766f7d344bc47e
 SHA1 (patch-src_cmd_link_internal_ld_elf.go) = 990a54e3baf239916e4c7f0c1d54240e2898601a



Home | Main Index | Thread Index | Old Index