From 5e75bed6a286ece6226c62ff85719ba41a0e0c8a446fda2325ec92360408c378 Mon Sep 17 00:00:00 2001 From: Jeff Kowalczyk Date: Fri, 3 Dec 2021 04:33:25 +0000 Subject: [PATCH] Accepting request 935320 from home:jfkw:branches:devel:languages:go - go1.17.4 (released 2021-12-02) includes fixes to the compiler, linker, runtime, and the go/types, net/http, and time packages. Refs boo#1190649 go1.17 release tracking * go#49911 x/net/http2: frequent failures in TestClientConnCloseAtBody * go#49909 x/net/ipv6: TestPacketConnReadWriteMulticast{UDP,ICMP} failing with "i/o timeout" on OpenBSD 6.8 and 7.0 * go#49905 x/net/http2: Client doesn't send body until ExpectContinueTimeout expires * go#49868 syscall: ntdll.dll errors in rtlGetNtVersionNumbers via os.StartProcess * go#49729 runtime: "fatal error: unexpected signal during runtime execution" in cmd/go tests on darwin-amd64-race running macOS 12.0 * go#49662 x/net/http2: TestUnreadFlowControlReturned_Server failures with stream error "NO_ERROR" since 2021-10-05 * go#49624 net/http: Possible HTTP/2 busy loop regression in Go 1.17.3 * go#49568 net/http: server responds with Transfer-Encoding: identity * go#49561 x/net/http2: setting Request.Close doesn't close TCP connections * go#49559 net/http: HTTP/2 response body Close method sometimes returns spurious context cancelation error (1.17.3 regression) * go#49511 cmd/compile: init info of OAS node in a select case is being dropped * go#49479 runtime: "morestack on g0" in x/perf/storage/app on windows/arm64 * go#49407 time: ParseInLocation error * go#49392 cmd/compile: internal compiler error: Expand calls interface data problem * go#49369 runtime: time goes backwards on windows-arm64 (frequent TestGcLastTime failures) * go#49129 cmd/compile: internal compiler error: can't find source for b12->b4: v31 = MOVBload v14 v1 : DX * go#48825 go/types, types2: stack overflow in hasVarSize for invalid type OBS-URL: https://build.opensuse.org/request/show/935320 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.17?expand=0&rev=8 --- go1.17.3.src.tar.gz | 3 --- go1.17.4.src.tar.gz | 3 +++ go1.17.changes | 24 ++++++++++++++++++++++++ go1.17.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 go1.17.3.src.tar.gz create mode 100644 go1.17.4.src.tar.gz diff --git a/go1.17.3.src.tar.gz b/go1.17.3.src.tar.gz deleted file mode 100644 index e761839..0000000 --- a/go1.17.3.src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:705c64251e5b25d5d55ede1039c6aa22bea40a7a931d14c370339853643c3df0 -size 22183309 diff --git a/go1.17.4.src.tar.gz b/go1.17.4.src.tar.gz new file mode 100644 index 0000000..b776681 --- /dev/null +++ b/go1.17.4.src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bef3699381ef09e075628504187416565d710660fec65b057edf1ceb187fc4b +size 22186114 diff --git a/go1.17.changes b/go1.17.changes index 795d5ac..8966acc 100644 --- a/go1.17.changes +++ b/go1.17.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Dec 3 02:15:02 UTC 2021 - Jeff Kowalczyk + +- go1.17.4 (released 2021-12-02) includes fixes to the compiler, + linker, runtime, and the go/types, net/http, and time packages. + Refs boo#1190649 go1.17 release tracking + * go#49911 x/net/http2: frequent failures in TestClientConnCloseAtBody + * go#49909 x/net/ipv6: TestPacketConnReadWriteMulticast{UDP,ICMP} failing with "i/o timeout" on OpenBSD 6.8 and 7.0 + * go#49905 x/net/http2: Client doesn't send body until ExpectContinueTimeout expires + * go#49868 syscall: ntdll.dll errors in rtlGetNtVersionNumbers via os.StartProcess + * go#49729 runtime: "fatal error: unexpected signal during runtime execution" in cmd/go tests on darwin-amd64-race running macOS 12.0 + * go#49662 x/net/http2: TestUnreadFlowControlReturned_Server failures with stream error "NO_ERROR" since 2021-10-05 + * go#49624 net/http: Possible HTTP/2 busy loop regression in Go 1.17.3 + * go#49568 net/http: server responds with Transfer-Encoding: identity + * go#49561 x/net/http2: setting Request.Close doesn't close TCP connections + * go#49559 net/http: HTTP/2 response body Close method sometimes returns spurious context cancelation error (1.17.3 regression) + * go#49511 cmd/compile: init info of OAS node in a select case is being dropped + * go#49479 runtime: "morestack on g0" in x/perf/storage/app on windows/arm64 + * go#49407 time: ParseInLocation error + * go#49392 cmd/compile: internal compiler error: Expand calls interface data problem + * go#49369 runtime: time goes backwards on windows-arm64 (frequent TestGcLastTime failures) + * go#49129 cmd/compile: internal compiler error: can't find source for b12->b4: v31 = MOVBload v14 v1 : DX + * go#48825 go/types, types2: stack overflow in hasVarSize for invalid type + ------------------------------------------------------------------- Thu Nov 4 21:23:39 UTC 2021 - Jeff Kowalczyk diff --git a/go1.17.spec b/go1.17.spec index 15eb985..7dfe912 100644 --- a/go1.17.spec +++ b/go1.17.spec @@ -135,7 +135,7 @@ %endif Name: go1.17 -Version: 1.17.3 +Version: 1.17.4 Release: 0 Summary: A compiled, garbage-collected, concurrent programming language License: BSD-3-Clause