From c0df9191f801a47e20a146246c66ca08d76ebd2496c752ba8d1eefa75bfb2ac3 Mon Sep 17 00:00:00 2001 From: Jeff Kowalczyk Date: Fri, 7 Jan 2022 00:08:51 +0000 Subject: [PATCH] Accepting request 944560 from home:jfkw:branches:devel:languages:go - go1.17.6 (released 2022-01-06) includes fixes to the compiler, linker, runtime, and the crypto/x509, net/http, and reflect packages. Refs boo#1190649 go1.17 release tracking * go#50165 crypto/x509: error parsing large ASN.1 identifiers * go#50073 runtime: race detector SIGABRT or SIGSEGV on macOS Monterey * go#49961 reflect: segmentation violation while using html/template * go#49921 x/net/http2: http.Server.WriteTimeout does not fire if the http2 stream's window is out of space. * go#49413 cmd/compile: internal compiler error: Op...LECall and OpDereference have mismatched mem * go#48116 runtime: mallocs cause "base outside usable address space" panic when running on iOS 14 OBS-URL: https://build.opensuse.org/request/show/944560 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.17?expand=0&rev=10 --- go1.17.5.src.tar.gz | 3 --- go1.17.6.src.tar.gz | 3 +++ go1.17.changes | 14 ++++++++++++++ go1.17.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 go1.17.5.src.tar.gz create mode 100644 go1.17.6.src.tar.gz diff --git a/go1.17.5.src.tar.gz b/go1.17.5.src.tar.gz deleted file mode 100644 index 3b6d644..0000000 --- a/go1.17.5.src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3defb9a09bed042403195e872dcbc8c6fae1485963332279668ec52e80a95a2d -size 22186577 diff --git a/go1.17.6.src.tar.gz b/go1.17.6.src.tar.gz new file mode 100644 index 0000000..1568c78 --- /dev/null +++ b/go1.17.6.src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dc1bbf3ff61f0c1ff2b19355e6d88151a70126268a47c761477686ef94748c8 +size 22191372 diff --git a/go1.17.changes b/go1.17.changes index 349084a..5c10251 100644 --- a/go1.17.changes +++ b/go1.17.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Jan 6 20:38:08 UTC 2022 - Jeff Kowalczyk + +- go1.17.6 (released 2022-01-06) includes fixes to the compiler, + linker, runtime, and the crypto/x509, net/http, and reflect + packages. + Refs boo#1190649 go1.17 release tracking + * go#50165 crypto/x509: error parsing large ASN.1 identifiers + * go#50073 runtime: race detector SIGABRT or SIGSEGV on macOS Monterey + * go#49961 reflect: segmentation violation while using html/template + * go#49921 x/net/http2: http.Server.WriteTimeout does not fire if the http2 stream's window is out of space. + * go#49413 cmd/compile: internal compiler error: Op...LECall and OpDereference have mismatched mem + * go#48116 runtime: mallocs cause "base outside usable address space" panic when running on iOS 14 + ------------------------------------------------------------------- Thu Dec 9 17:31:00 UTC 2021 - Jeff Kowalczyk diff --git a/go1.17.spec b/go1.17.spec index 0380fa8..1c4730e 100644 --- a/go1.17.spec +++ b/go1.17.spec @@ -1,7 +1,7 @@ # # spec file for package go1.17 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -135,7 +135,7 @@ %endif Name: go1.17 -Version: 1.17.5 +Version: 1.17.6 Release: 0 Summary: A compiled, garbage-collected, concurrent programming language License: BSD-3-Clause