SHA256
1
0
forked from pool/go1.21

40 Commits

Author SHA256 Message Date
df184d956e Accepting request 1192313 from devel:languages:go
- go1.21.13 (released 2024-08-06) includes fixes to the go command,
  the covdata command, and the bytes package.
  Refs boo#1212475 go1.21 release tracking
  * go#68491 cmd/covdata: too many open files due to defer f.Close() in for loop
  * go#68474 bytes: IndexByte can return -4294967295 when memory usage is above 2^31 on js/wasm
  * go#68221 cmd/go: list with -export and -covermode=atomic fails to build (forwarded request 1192310 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1192313
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.21?expand=0&rev=19
2024-08-08 08:57:12 +00:00
08ca02fd9c - go1.21.13 (released 2024-08-06) includes fixes to the go command,
the covdata command, and the bytes package.
  Refs boo#1212475 go1.21 release tracking
  * go#68491 cmd/covdata: too many open files due to defer f.Close() in for loop
  * go#68474 bytes: IndexByte can return -4294967295 when memory usage is above 2^31 on js/wasm
  * go#68221 cmd/go: list with -export and -covermode=atomic fails to build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.21?expand=0&rev=39
2024-08-07 14:08:25 +00:00
0f8bf11acd Accepting request 1184953 from devel:languages:go
- go1.21.12 (released 2024-07-02) includes security fixes to the
  net/http package, as well as bug fixes to the compiler, the go
  command, the runtime, and the crypto/x509, net/http, net/netip,
  and os packages.
  Refs boo#1212475 go1.21 release tracking
  CVE-2024-24791
  * go#68199 go#67555 boo#1227314 security: fix CVE CVE-2024-24791 net/http: expect: 100-continue handling is broken in various ways
  * go#67297 runtime: "fatal: morestack on g0" on amd64 after upgrade to Go 1.21, stale bounds
  * go#67426 cmd/link: need to handle new-style loong64 relocs
  * go#67714 cmd/cgo/internal/swig,cmd/go,x/build: swig cgo tests incompatible with C++ toolchain on builders
  * go#67849 go/internal/gccgoimporter: go building failing with gcc 14.1.0
  * go#67933 net: go DNS resolver fails to connect to local DNS server
  * go#67944 cmd/link: using -fuzz with test that links with cgo on darwin causes linker failure
  * go#68051 cmd/go: go list -u -m all fails loading module retractions: module requires go >= 1.N+1 (running go 1.N) (forwarded request 1184951 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1184953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.21?expand=0&rev=18
2024-07-03 18:29:36 +00:00
fd83d63a05 Accepting request 1184951 from home:jfkw:branches:devel:languages:go
- go1.21.12 (released 2024-07-02) includes security fixes to the
  net/http package, as well as bug fixes to the compiler, the go
  command, the runtime, and the crypto/x509, net/http, net/netip,
  and os packages.
  Refs boo#1212475 go1.21 release tracking
  CVE-2024-24791
  * go#68199 go#67555 boo#1227314 security: fix CVE CVE-2024-24791 net/http: expect: 100-continue handling is broken in various ways
  * go#67297 runtime: "fatal: morestack on g0" on amd64 after upgrade to Go 1.21, stale bounds
  * go#67426 cmd/link: need to handle new-style loong64 relocs
  * go#67714 cmd/cgo/internal/swig,cmd/go,x/build: swig cgo tests incompatible with C++ toolchain on builders
  * go#67849 go/internal/gccgoimporter: go building failing with gcc 14.1.0
  * go#67933 net: go DNS resolver fails to connect to local DNS server
  * go#67944 cmd/link: using -fuzz with test that links with cgo on darwin causes linker failure
  * go#68051 cmd/go: go list -u -m all fails loading module retractions: module requires go >= 1.N+1 (running go 1.N)

OBS-URL: https://build.opensuse.org/request/show/1184951
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.21?expand=0&rev=37
2024-07-02 22:08:25 +00:00
8113ba62fc Accepting request 1178640 from devel:languages:go
- go1.21.11 (released 2024-06-04) includes security fixes to the
  archive/zip and net/netip packages, as well as bug fixes to the
  compiler, the go command, the runtime, and the os package.
  Refs boo#1212475 go1.21 release tracking
  CVE-2024-24789 CVE-2024-24790
  * go#67553 go#66869 boo#1225973 security: fix CVE-2024-24789 archive/zip: EOCDR comment length handling is inconsistent with other ZIP implementations
  * go#67681 go#67680 boo#1225974 security: fix CVE-2024-24790 net/netip: unexpected behavior from Is methods for IPv4-mapped IPv6 addresses
  * go#64586 cmd/go: spurious "v1.x.y is not a tag" error when a tag's commit was previously download without the tag
  * go#67164 cmd/compile: SIGBUS unaligned access on mips64 via qemu-mips64
  * go#67187 runtime/metrics: /memory/classes/heap/unused:bytes spikes
  * go#67235 cmd/go: mod tidy reports toolchain not available with 'go 1.21'
  * go#67310 cmd/go: TestScript/gotoolchain_issue66175 fails on tip locally
  * go#67351 crypto/x509: TestPlatformVerifier failures on Windows due to broken connections
  * go#67695 os: RemoveAll susceptible to symlink race (forwarded request 1178638 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1178640
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.21?expand=0&rev=17
2024-06-06 10:30:25 +00:00
717ea0c3d3 Accepting request 1178638 from home:jfkw:branches:devel:languages:go
- go1.21.11 (released 2024-06-04) includes security fixes to the
  archive/zip and net/netip packages, as well as bug fixes to the
  compiler, the go command, the runtime, and the os package.
  Refs boo#1212475 go1.21 release tracking
  CVE-2024-24789 CVE-2024-24790
  * go#67553 go#66869 boo#1225973 security: fix CVE-2024-24789 archive/zip: EOCDR comment length handling is inconsistent with other ZIP implementations
  * go#67681 go#67680 boo#1225974 security: fix CVE-2024-24790 net/netip: unexpected behavior from Is methods for IPv4-mapped IPv6 addresses
  * go#64586 cmd/go: spurious "v1.x.y is not a tag" error when a tag's commit was previously download without the tag
  * go#67164 cmd/compile: SIGBUS unaligned access on mips64 via qemu-mips64
  * go#67187 runtime/metrics: /memory/classes/heap/unused:bytes spikes
  * go#67235 cmd/go: mod tidy reports toolchain not available with 'go 1.21'
  * go#67310 cmd/go: TestScript/gotoolchain_issue66175 fails on tip locally
  * go#67351 crypto/x509: TestPlatformVerifier failures on Windows due to broken connections
  * go#67695 os: RemoveAll susceptible to symlink race

OBS-URL: https://build.opensuse.org/request/show/1178638
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.21?expand=0&rev=35
2024-06-05 05:00:02 +00:00
d85ae656f5 Accepting request 1172535 from devel:languages:go
- go1.21.10 (released 2024-05-07) includes security fixes to the go
  command, as well as bug fixes to the net/http package.
  Refs boo#1212475 go1.21 release tracking
  CVE-2024-24787
  * go#67121 go#67119 boo#1224017 security: fix CVE-2024-24787 cmd/go: arbitrary code execution during build on darwin
  * go#66697 net/http: TestRequestLimit/h2 becomes significantly more expensive and slower after x/net@v0.23.0 (forwarded request 1172533 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1172535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.21?expand=0&rev=16
2024-05-09 10:07:32 +00:00
4a89139f0c Accepting request 1172533 from home:jfkw:branches:devel:languages:go
- go1.21.10 (released 2024-05-07) includes security fixes to the go
  command, as well as bug fixes to the net/http package.
  Refs boo#1212475 go1.21 release tracking
  CVE-2024-24787
  * go#67121 go#67119 boo#1224017 security: fix CVE-2024-24787 cmd/go: arbitrary code execution during build on darwin
  * go#66697 net/http: TestRequestLimit/h2 becomes significantly more expensive and slower after x/net@v0.23.0

OBS-URL: https://build.opensuse.org/request/show/1172533
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.21?expand=0&rev=33
2024-05-07 20:40:00 +00:00
9ee50dbbe2 Accepting request 1164437 from devel:languages:go
- go1.21.9 (released 2024-04-03) includes a security fix to the
  net/http package, as well as bug fixes to the linker, and the
  go/types and net/http packages.
  Refs boo#1212475 go1.21 release tracking
  CVE-2023-45288
  * go#65387 go#65051 boo#1221400 security: fix CVE-2023-45288 net/http, x/net/http2: close connections when receiving too many headers
  * go#66254 net/http: http2 round tripper nil pointer dereference causes panic causing deadlock
  * go#66326 cmd/compile: //go:build file version ignored when using generic function from package "slices" in Go 1.21
  * go#66411 cmd/link: bad carrier sym for symbol runtime.elf_savegpr0.args_stackmap on ppc64le (forwarded request 1164435 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1164437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.21?expand=0&rev=15
2024-04-04 20:24:38 +00:00
4a20dff5b8 Accepting request 1164435 from home:jfkw:branches:devel:languages:go
- go1.21.9 (released 2024-04-03) includes a security fix to the
  net/http package, as well as bug fixes to the linker, and the
  go/types and net/http packages.
  Refs boo#1212475 go1.21 release tracking
  CVE-2023-45288
  * go#65387 go#65051 boo#1221400 security: fix CVE-2023-45288 net/http, x/net/http2: close connections when receiving too many headers
  * go#66254 net/http: http2 round tripper nil pointer dereference causes panic causing deadlock
  * go#66326 cmd/compile: //go:build file version ignored when using generic function from package "slices" in Go 1.21
  * go#66411 cmd/link: bad carrier sym for symbol runtime.elf_savegpr0.args_stackmap on ppc64le

OBS-URL: https://build.opensuse.org/request/show/1164435
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.21?expand=0&rev=31
2024-04-03 18:53:31 +00:00
e36fc38ad6 Accepting request 1155402 from devel:languages:go
- go1.21.8 (released 2024-03-05) includes security fixes to the
  crypto/x509, html/template, net/http, net/http/cookiejar, and
  net/mail packages, as well as bug fixes to the go command and the
  runtime.
  Refs boo#1212475 go1.21 release tracking
  CVE-2023-45289 CVE-2023-45290 CVE-2024-24783 CVE-2024-24784 CVE-2024-24785
  * go#65385 go#65065 boo#1221000 security: fix CVE-2023-45289 net/http, net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect
  * go#65389 go#65383 boo#1221001 security: fix CVE-2023-45290 net/http: memory exhaustion in Request.ParseMultipartForm
  * go#65392 go#65390 boo#1220999 security: fix CVE-2024-24783 crypto/x509: Verify panics on certificates with an unknown public key algorithm
  * go#65848 go#65083 boo#1221002 security: fix CVE-2024-24784 net/mail: comments in display names are incorrectly handled
  * go#65968 go#65697 boo#1221003 security: fix CVE-2024-24785 html/template: errors returned from MarshalJSON methods may break template escaping
  * go#65472 internal/testenv: TestHasGoBuild failures on the LUCI noopt builders
  * go#65475 internal/testenv: support LUCI mobile builders in testenv tests
  * go#65478 runtime: don't let the tests leave core files behind
  * go#65640 cmd/cgo/internal/testsanitizers,x/build: LUCI clang15 builders failing
  * go#65851 cmd/go: "missing ziphash" error with go.work
  * go#65882 internal/poll: invalid uintptr conversion in call to windows.SetFileInformationByHandle (forwarded request 1155400 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1155402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.21?expand=0&rev=14
2024-03-07 17:27:27 +00:00
47c81931f8 Accepting request 1155400 from home:jfkw:branches:devel:languages:go
- go1.21.8 (released 2024-03-05) includes security fixes to the
  crypto/x509, html/template, net/http, net/http/cookiejar, and
  net/mail packages, as well as bug fixes to the go command and the
  runtime.
  Refs boo#1212475 go1.21 release tracking
  CVE-2023-45289 CVE-2023-45290 CVE-2024-24783 CVE-2024-24784 CVE-2024-24785
  * go#65385 go#65065 boo#1221000 security: fix CVE-2023-45289 net/http, net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect
  * go#65389 go#65383 boo#1221001 security: fix CVE-2023-45290 net/http: memory exhaustion in Request.ParseMultipartForm
  * go#65392 go#65390 boo#1220999 security: fix CVE-2024-24783 crypto/x509: Verify panics on certificates with an unknown public key algorithm
  * go#65848 go#65083 boo#1221002 security: fix CVE-2024-24784 net/mail: comments in display names are incorrectly handled
  * go#65968 go#65697 boo#1221003 security: fix CVE-2024-24785 html/template: errors returned from MarshalJSON methods may break template escaping
  * go#65472 internal/testenv: TestHasGoBuild failures on the LUCI noopt builders
  * go#65475 internal/testenv: support LUCI mobile builders in testenv tests
  * go#65478 runtime: don't let the tests leave core files behind
  * go#65640 cmd/cgo/internal/testsanitizers,x/build: LUCI clang15 builders failing
  * go#65851 cmd/go: "missing ziphash" error with go.work
  * go#65882 internal/poll: invalid uintptr conversion in call to windows.SetFileInformationByHandle

OBS-URL: https://build.opensuse.org/request/show/1155400
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.21?expand=0&rev=29
2024-03-06 03:58:57 +00:00
04889e9436 Accepting request 1152005 from devel:languages:go
- Packaging improvements:
  * Use %patch -P N instead of deprecated %patchN (forwarded request 1151997 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1152005
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.21?expand=0&rev=13
2024-02-28 18:44:49 +00:00
bec9812c03 Accepting request 1151997 from home:jfkw:branches:devel:languages:go
- Packaging improvements:
  * Use %patch -P N instead of deprecated %patchN

OBS-URL: https://build.opensuse.org/request/show/1151997
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.21?expand=0&rev=27
2024-02-27 06:02:31 +00:00
da82fb3eed Accepting request 1147336 from devel:languages:go
- Packaging improvements:
  * boo#1219988 ensure VERSION file is present in GOROOT
    as required by go tool dist and go tool distpack (forwarded request 1147333 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1147336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.21?expand=0&rev=12
2024-02-18 19:23:02 +00:00
7dcbc3d34b Accepting request 1147333 from home:jfkw:branches:devel:languages:go
- Packaging improvements:
  * boo#1219988 ensure VERSION file is present in GOROOT
    as required by go tool dist and go tool distpack

OBS-URL: https://build.opensuse.org/request/show/1147333
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.21?expand=0&rev=25
2024-02-17 14:43:03 +00:00
90586dc017 Accepting request 1144738 from devel:languages:go
- go1.21.7 (released 2024-02-06) includes fixes to the compiler,
  the go command, the runtime, and the crypto/x509 package.
  Refs boo#1212475 go1.21 release tracking
  * go#63209 runtime: "fatal: morestack on g0" on amd64 after upgrade to Go 1.21
  * go#63768 runtime: pinner.Pin doesn't panic when it says it will
  * go#64497 cmd/go: flag modcacherw does not take effect in the target package
  * go#64761 staticlockranking builders failing on release branches on LUCI
  * go#64935 runtime: "traceback: unexpected SPWRITE function runtime.systemstack"
  * go#65023 x/tools/go/analysis/unitchecker,slices: TestVetStdlib failing due to vet errors in panic tests
  * go#65053 cmd/compile: //go:build file version ignored when calling generic fn which has related type params
  * go#65323 crypto: rollback BoringCrypto fips-20220613 update
  * go#65351 cmd/go: go generate fails silently when run on a package in a nested workspace module
  * go#65380 crypto/x509: TestIssue51759 consistently failing on gotip-darwin-amd64_10.15 LUCI builder
  * go#65449 runtime/trace: frame pointer unwinding crash on arm64 during async preemption (forwarded request 1144736 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1144738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.21?expand=0&rev=11
2024-02-07 17:47:44 +00:00
5597962c22 Accepting request 1144736 from home:jfkw:branches:devel:languages:go
- go1.21.7 (released 2024-02-06) includes fixes to the compiler,
  the go command, the runtime, and the crypto/x509 package.
  Refs boo#1212475 go1.21 release tracking
  * go#63209 runtime: "fatal: morestack on g0" on amd64 after upgrade to Go 1.21
  * go#63768 runtime: pinner.Pin doesn't panic when it says it will
  * go#64497 cmd/go: flag modcacherw does not take effect in the target package
  * go#64761 staticlockranking builders failing on release branches on LUCI
  * go#64935 runtime: "traceback: unexpected SPWRITE function runtime.systemstack"
  * go#65023 x/tools/go/analysis/unitchecker,slices: TestVetStdlib failing due to vet errors in panic tests
  * go#65053 cmd/compile: //go:build file version ignored when calling generic fn which has related type params
  * go#65323 crypto: rollback BoringCrypto fips-20220613 update
  * go#65351 cmd/go: go generate fails silently when run on a package in a nested workspace module
  * go#65380 crypto/x509: TestIssue51759 consistently failing on gotip-darwin-amd64_10.15 LUCI builder
  * go#65449 runtime/trace: frame pointer unwinding crash on arm64 during async preemption

OBS-URL: https://build.opensuse.org/request/show/1144736
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.21?expand=0&rev=23
2024-02-06 21:27:05 +00:00
247283350e Accepting request 1137841 from devel:languages:go
- go1.21.6 (released 2024-01-09) includes fixes to the compiler,
  the runtime, and the crypto/tls, maps, and runtime/pprof
  packages.
  Refs boo#1212475 go1.21 release tracking
  * go#63911 x/build,os/signal: TestDetectNohup and TestNohup fail on replacement darwin LUCI builders
  * go#64410 runtime: ReadMemStats fatal error: mappedReady and other memstats are not equal
  * go#64472 cmd/compile: linux/s390x: inlining bug in s390x
  * go#64475 maps: maps.Clone reference semantics when cloning a map with large value types
  * go#64561 runtime: excessive memory use between 1.21.0 -> 1.21.1
  * go#64567 cmd/compile: max/min builtin broken when used with string(byte) conversions
  * go#64609 runtime/pprof: incorrect function names for generics functions
  * go#64719 crypto: upgrade to BoringCrypto fips-20220613 and enable TLS 1.3
  * go#64757 runtime: race condition raised with parallel tests, panic(nil) and -race (forwarded request 1137838 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1137841
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.21?expand=0&rev=10
2024-01-10 20:50:20 +00:00
6489073b21 Accepting request 1137838 from home:jfkw:branches:devel:languages:go
- go1.21.6 (released 2024-01-09) includes fixes to the compiler,
  the runtime, and the crypto/tls, maps, and runtime/pprof
  packages.
  Refs boo#1212475 go1.21 release tracking
  * go#63911 x/build,os/signal: TestDetectNohup and TestNohup fail on replacement darwin LUCI builders
  * go#64410 runtime: ReadMemStats fatal error: mappedReady and other memstats are not equal
  * go#64472 cmd/compile: linux/s390x: inlining bug in s390x
  * go#64475 maps: maps.Clone reference semantics when cloning a map with large value types
  * go#64561 runtime: excessive memory use between 1.21.0 -> 1.21.1
  * go#64567 cmd/compile: max/min builtin broken when used with string(byte) conversions
  * go#64609 runtime/pprof: incorrect function names for generics functions
  * go#64719 crypto: upgrade to BoringCrypto fips-20220613 and enable TLS 1.3
  * go#64757 runtime: race condition raised with parallel tests, panic(nil) and -race

OBS-URL: https://build.opensuse.org/request/show/1137838
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.21?expand=0&rev=21
2024-01-09 22:31:01 +00:00
350c153db6 Accepting request 1131275 from devel:languages:go
- go1.21.5 (released 2023-12-05) includes security fixes to the go
  command, and the net/http and path/filepath packages, as well as
  bug fixes to the compiler, the go command, the runtime, and the
  crypto/rand, net, os, and syscall packages.
  Refs boo#1212475 go1.21 release tracking
  CVE-2023-45285 CVE-2023-45284 CVE-2023-39326
  * go#63973 go#63845 boo#1217834 security: fix CVE-2023-45285 cmd/go: git VCS qualifier in module path uses git:// scheme
  * go#64041 go#63713 boo#1216943 security: fix CVE-2023-45284 path/filepath: Clean removes ending slash for volume on Windows in Go 1.21.4
  * go#64435 go#64433 boo#1217833 security: fix CVE-2023-39326 net/http: limit chunked data overhead
  * go#62055 cmd/go: go mod download needs to support toolchain upgrades
  * go#63743 cmd/compile: invalid pointer found on stack when compiled with -race
  * go#63764 os: NTFS deduped file changed from regular to irregular
  * go#63801 net: TCPConn.ReadFrom hangs when io.Reader is TCPConn or UnixConn, Linux kernel < 5.1
  * go#63984 cmd/compile: internal compiler error: panic during prove while compiling: unexpected induction with too many parents
  * go#63994 syscall: TestOpenFileLimit unintentionally runs on non-Unix platforms
  * go#64073 runtime: self-deadlock on mheap_.lock
  * go#64413 crypto/rand: Legacy RtlGenRandom use on Windows (forwarded request 1131273 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1131275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.21?expand=0&rev=9
2023-12-07 18:09:02 +00:00
d1b4dde925 Accepting request 1131273 from home:jfkw:branches:devel:languages:go
- go1.21.5 (released 2023-12-05) includes security fixes to the go
  command, and the net/http and path/filepath packages, as well as
  bug fixes to the compiler, the go command, the runtime, and the
  crypto/rand, net, os, and syscall packages.
  Refs boo#1212475 go1.21 release tracking
  CVE-2023-45285 CVE-2023-45284 CVE-2023-39326
  * go#63973 go#63845 boo#1217834 security: fix CVE-2023-45285 cmd/go: git VCS qualifier in module path uses git:// scheme
  * go#64041 go#63713 boo#1216943 security: fix CVE-2023-45284 path/filepath: Clean removes ending slash for volume on Windows in Go 1.21.4
  * go#64435 go#64433 boo#1217833 security: fix CVE-2023-39326 net/http: limit chunked data overhead
  * go#62055 cmd/go: go mod download needs to support toolchain upgrades
  * go#63743 cmd/compile: invalid pointer found on stack when compiled with -race
  * go#63764 os: NTFS deduped file changed from regular to irregular
  * go#63801 net: TCPConn.ReadFrom hangs when io.Reader is TCPConn or UnixConn, Linux kernel < 5.1
  * go#63984 cmd/compile: internal compiler error: panic during prove while compiling: unexpected induction with too many parents
  * go#63994 syscall: TestOpenFileLimit unintentionally runs on non-Unix platforms
  * go#64073 runtime: self-deadlock on mheap_.lock
  * go#64413 crypto/rand: Legacy RtlGenRandom use on Windows

OBS-URL: https://build.opensuse.org/request/show/1131273
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.21?expand=0&rev=19
2023-12-06 07:48:01 +00:00
82f21fd09b Accepting request 1124119 from devel:languages:go
- go1.21.4 (released 2023-11-07) includes security fixes to the
  path/filepath package, as well as bug fixes to the linker, the
  runtime, the compiler, and the go/types, net/http, and
  runtime/cgo packages.
  Refs boo#1212475 go1.21 release tracking
  CVE-2023-45283 CVE-2023-45284
  * go#63715 go#63713 boo#1216943 boo#1216944 security: fix CVE-2023-45283 CVE-2023-45284 path/filepath: insecure parsing of Windows paths
  * go#62207 spec: update unification rules
  * go#62545 cmd/compile: internal compiler error: expected struct value to have type struct
  * go#63317 cmd/link: split text sections for arm 32-bit
  * go#63335 runtime: MADV_COLLAPSE causes production performance issues on Linux
  * go#63339 go/types, x/tools/go/ssa: panic: type param without replacement encountered
  * go#63509 cmd/compile: -buildmode=c-archive produces code not suitable for use in a shared object on arm64
  * go#63560 net/http: http2 page fails on firefox/safari if pushing resources (forwarded request 1124117 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1124119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.21?expand=0&rev=8
2023-11-09 20:34:21 +00:00
a9e1c793ef Accepting request 1124117 from home:jfkw:branches:devel:languages:go
- go1.21.4 (released 2023-11-07) includes security fixes to the
  path/filepath package, as well as bug fixes to the linker, the
  runtime, the compiler, and the go/types, net/http, and
  runtime/cgo packages.
  Refs boo#1212475 go1.21 release tracking
  CVE-2023-45283 CVE-2023-45284
  * go#63715 go#63713 boo#1216943 boo#1216944 security: fix CVE-2023-45283 CVE-2023-45284 path/filepath: insecure parsing of Windows paths
  * go#62207 spec: update unification rules
  * go#62545 cmd/compile: internal compiler error: expected struct value to have type struct
  * go#63317 cmd/link: split text sections for arm 32-bit
  * go#63335 runtime: MADV_COLLAPSE causes production performance issues on Linux
  * go#63339 go/types, x/tools/go/ssa: panic: type param without replacement encountered
  * go#63509 cmd/compile: -buildmode=c-archive produces code not suitable for use in a shared object on arm64
  * go#63560 net/http: http2 page fails on firefox/safari if pushing resources

OBS-URL: https://build.opensuse.org/request/show/1124117
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.21?expand=0&rev=17
2023-11-07 21:48:30 +00:00
244b74a1b1 Accepting request 1116743 from devel:languages:go
- go1.21.3 (released 2023-10-10) includes a security fix to the
  net/http package.
  Refs boo#1212475 go1.21 release tracking
  CVE-2023-39325 CVE-2023-44487
  * go#63427 go#63417 boo#1216109 security: fix CVE-2023-39325 CVE-2023-44487 net/http: rapid stream resets can cause excessive work (forwarded request 1116741 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1116743
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.21?expand=0&rev=7
2023-10-12 21:39:04 +00:00
2baf04a366 Accepting request 1116741 from home:jfkw:branches:devel:languages:go
- go1.21.3 (released 2023-10-10) includes a security fix to the
  net/http package.
  Refs boo#1212475 go1.21 release tracking
  CVE-2023-39325 CVE-2023-44487
  * go#63427 go#63417 boo#1216109 security: fix CVE-2023-39325 CVE-2023-44487 net/http: rapid stream resets can cause excessive work

OBS-URL: https://build.opensuse.org/request/show/1116741
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.21?expand=0&rev=15
2023-10-10 20:08:49 +00:00
004baff42a Accepting request 1115934 from devel:languages:go
- go1.21.2 (released 2023-10-05) includes one security fixes to the
  cmd/go package, as well as bug fixes to the compiler, the go
  command, the linker, the runtime, and the runtime/metrics
  package.
  Refs boo#1212475 go1.21 release tracking
  CVE-2023-39323
  * go#63214 go#63211 boo#1215985 security: fix CVE-2023-39323 cmd/go: line directives allows arbitrary execution during build
  * go#62464 runtime: "traceback did not unwind completely"
  * go#62478 runtime/metrics: /gc/scan* metrics return zero
  * go#62505 plugin: variable not initialized properly
  * go#62506 cmd/compile: internal compiler error: InvertFlags should never make it to codegen v100 = InvertFlags v123
  * go#62509 runtime: scheduler change causes Delve's function call injection to fail intermittently
  * go#62537 runtime: "fatal: morestack on g0" with PGO enabled on arm64
  * go#62598 cmd/link: issues with Apple's new linker in Xcode 15 beta
  * go#62668 cmd/compile: slow to compile 17,000 line switch statement?
  * go#62711 cmd/go: TestScript/gotoolchain_path fails if golang.org/dl/go1.21.1 is installed in the user's $PATH (forwarded request 1115932 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1115934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.21?expand=0&rev=6
2023-10-08 10:16:17 +00:00
b12589dc45 Accepting request 1115932 from home:jfkw:branches:devel:languages:go
- go1.21.2 (released 2023-10-05) includes one security fixes to the
  cmd/go package, as well as bug fixes to the compiler, the go
  command, the linker, the runtime, and the runtime/metrics
  package.
  Refs boo#1212475 go1.21 release tracking
  CVE-2023-39323
  * go#63214 go#63211 boo#1215985 security: fix CVE-2023-39323 cmd/go: line directives allows arbitrary execution during build
  * go#62464 runtime: "traceback did not unwind completely"
  * go#62478 runtime/metrics: /gc/scan* metrics return zero
  * go#62505 plugin: variable not initialized properly
  * go#62506 cmd/compile: internal compiler error: InvertFlags should never make it to codegen v100 = InvertFlags v123
  * go#62509 runtime: scheduler change causes Delve's function call injection to fail intermittently
  * go#62537 runtime: "fatal: morestack on g0" with PGO enabled on arm64
  * go#62598 cmd/link: issues with Apple's new linker in Xcode 15 beta
  * go#62668 cmd/compile: slow to compile 17,000 line switch statement?
  * go#62711 cmd/go: TestScript/gotoolchain_path fails if golang.org/dl/go1.21.1 is installed in the user's $PATH

OBS-URL: https://build.opensuse.org/request/show/1115932
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.21?expand=0&rev=13
2023-10-05 22:39:46 +00:00
9f04b206a1 Accepting request 1109622 from devel:languages:go
- go1.21.1 (released 2023-09-06) includes four security fixes to
  the cmd/go, crypto/tls, and html/template packages, as well as
  bug fixes to the compiler, the go command, the linker, the
  runtime, and the context, crypto/tls, encoding/gob, encoding/xml,
  go/types, net/http, os, and path/filepath packages.
  Refs boo#1212475 go1.21 release tracking
  CVE-2023-39318 CVE-2023-39319 CVE-2023-39320 CVE-2023-39321 CVE-2023-39322

- Add missing directory pprof html asset directory to package.
  Refs boo#1215090
  * src/cmd/vendor/github.com/google/pprof/internal/driver/html/
    dir containing html assets is present in upstream Go
    distribution but missing from SUSE go1.x packages
  * Go programs importing runtime/pprof may fail with error:
    /usr/lib64/go/1.21/src/cmd/vendor/github.com/google/pprof/internal/driver/webhtml.go
    pattern html: no matching files found
  * Reformat adjacent commment in spec file (forwarded request 1109619 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1109622
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.21?expand=0&rev=5
2023-09-10 11:09:27 +00:00
772e631320 Accepting request 1109619 from home:jfkw:branches:devel:languages:go
- go1.21.1 (released 2023-09-06) includes four security fixes to
  the cmd/go, crypto/tls, and html/template packages, as well as
  bug fixes to the compiler, the go command, the linker, the
  runtime, and the context, crypto/tls, encoding/gob, encoding/xml,
  go/types, net/http, os, and path/filepath packages.
  Refs boo#1212475 go1.21 release tracking
  CVE-2023-39318 CVE-2023-39319 CVE-2023-39320 CVE-2023-39321 CVE-2023-39322

- Add missing directory pprof html asset directory to package.
  Refs boo#1215090
  * src/cmd/vendor/github.com/google/pprof/internal/driver/html/
    dir containing html assets is present in upstream Go
    distribution but missing from SUSE go1.x packages
  * Go programs importing runtime/pprof may fail with error:
    /usr/lib64/go/1.21/src/cmd/vendor/github.com/google/pprof/internal/driver/webhtml.go
    pattern html: no matching files found
  * Reformat adjacent commment in spec file

OBS-URL: https://build.opensuse.org/request/show/1109619
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.21?expand=0&rev=11
2023-09-07 21:27:05 +00:00
5cee6ae431 Accepting request 1103036 from devel:languages:go
- go1.21 (released 2023-08-08) is a major release of Go.
  go1.21.x minor releases will be provided through August 2024.
  https://github.com/golang/go/wiki/Go-Release-Cycle
  go1.21 arrives six months after go1.20. Most of its changes are
  in the implementation of the toolchain, runtime, and libraries.
  As always, the release maintains the Go 1 promise of
  compatibility. We expect almost all Go programs to continue to
  compile and run as before.
  Refs boo#1212475 go1.21 release tracking (forwarded request 1103035 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1103036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.21?expand=0&rev=4
2023-08-09 15:25:46 +00:00
d6e79df610 Accepting request 1103035 from home:jfkw:branches:devel:languages:go
- go1.21 (released 2023-08-08) is a major release of Go.
  go1.21.x minor releases will be provided through August 2024.
  https://github.com/golang/go/wiki/Go-Release-Cycle
  go1.21 arrives six months after go1.20. Most of its changes are
  in the implementation of the toolchain, runtime, and libraries.
  As always, the release maintains the Go 1 promise of
  compatibility. We expect almost all Go programs to continue to
  compile and run as before.
  Refs boo#1212475 go1.21 release tracking

OBS-URL: https://build.opensuse.org/request/show/1103035
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.21?expand=0&rev=9
2023-08-08 19:58:02 +00:00
e96c12df1d Accepting request 1102036 from devel:languages:go
- go1.21rc4 (released 2023-08-02) is a release candidate version of
  go1.21 cut from the master branch at the revision tagged
  go1.21rc4.
  Refs boo#1212475 go1.21 release tracking (forwarded request 1102035 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1102036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.21?expand=0&rev=3
2023-08-03 15:28:24 +00:00
5108707da3 Accepting request 1102035 from home:jfkw:branches:devel:languages:go
- go1.21rc4 (released 2023-08-02) is a release candidate version of
  go1.21 cut from the master branch at the revision tagged
  go1.21rc4.
  Refs boo#1212475 go1.21 release tracking

OBS-URL: https://build.opensuse.org/request/show/1102035
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.21?expand=0&rev=7
2023-08-02 15:12:39 +00:00
9b3da3fd90 Accepting request 1098742 from devel:languages:go
- go1.21rc3 (released 2023-07-14) is a release candidate version of
  go1.21 cut from the master branch at the revision tagged
  go1.21rc3.
  Refs boo#1212475 go1.21 release tracking (forwarded request 1098741 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1098742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.21?expand=0&rev=2
2023-07-18 19:53:57 +00:00
ea90d7ac71 Accepting request 1098741 from home:jfkw:branches:devel:languages:go
- go1.21rc3 (released 2023-07-14) is a release candidate version of
  go1.21 cut from the master branch at the revision tagged
  go1.21rc3.
  Refs boo#1212475 go1.21 release tracking

OBS-URL: https://build.opensuse.org/request/show/1098741
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.21?expand=0&rev=5
2023-07-15 00:26:24 +00:00
72ac591def Accepting request 1095300 from devel:languages:go
- go1.21rc2 (released 2023-06-21) is a release candidate version of
  go1.21 cut from the master branch at the revision tagged
  go1.21rc2. https://go.dev/blog/go1.21rc
  Refs boo#1212475 go1.21 release tracking
- Add missing go.env to package. go.env sets defaults including:
  GOPROXY GOSUMDB GOTOOLCHAIN
  Refs boo#1212667
- go1.21+ change default GOTOOLCHAIN=auto to local to prevent go
  tool commands from downloading upstream go1.x toolchain binaries
  Refs boo#1212669

OBS-URL: https://build.opensuse.org/request/show/1095300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/go1.21?expand=0&rev=1
2023-06-27 21:16:23 +00:00
59a2cedee8 Accepting request 1094969 from home:jfkw:branches:devel:languages:go
- go1.21+ change default GOTOOLCHAIN=auto to local to prevent go
  tool commands from downloading upstream go1.x toolchain binaries
  Refs boo#1212669
- Add missing go.env to package. go.env sets defaults including:
  GOPROXY GOSUMDB GOTOOLCHAIN
  Refs boo#1212667

OBS-URL: https://build.opensuse.org/request/show/1094969
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.21?expand=0&rev=3
2023-06-24 04:55:52 +00:00
bcc8970ea2 Accepting request 1094494 from home:jfkw:branches:devel:languages:go
Fix SLE-12 SP5 rpm macro environment does not work with %doc glob

OBS-URL: https://build.opensuse.org/request/show/1094494
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.21?expand=0&rev=2
2023-06-21 22:37:39 +00:00
6620f7349e Accepting request 1094489 from home:jfkw:branches:devel:languages:go
- go1.21rc2 (released 2023-06-21) is a release candidate version of
  go1.21 cut from the master branch at the revision tagged
  go1.21rc2. https://go.dev/blog/go1.21rc
  Refs boo#1212475 go1.21 release tracking

OBS-URL: https://build.opensuse.org/request/show/1094489
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go1.21?expand=0&rev=1
2023-06-21 21:28:27 +00:00