diff --git a/go1.17.10.src.tar.gz b/go1.17.10.src.tar.gz new file mode 100644 index 0000000..d77d811 --- /dev/null +++ b/go1.17.10.src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299e55af30f15691b015d8dcf8ecae72412412569e5b2ece20361753a456f2f9 +size 22196380 diff --git a/go1.17.9.src.tar.gz b/go1.17.9.src.tar.gz deleted file mode 100644 index 1b3b4a6..0000000 --- a/go1.17.9.src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:763ad4bafb80a9204458c5fa2b8e7327fa971aee454252c0e362c11236156813 -size 22200358 diff --git a/go1.17.changes b/go1.17.changes index 3029f64..6f787b1 100644 --- a/go1.17.changes +++ b/go1.17.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue May 10 22:25:54 UTC 2022 - Jeff Kowalczyk + +- go1.17.10 (released 2022-05-10) includes security fixes to the + syscall package, as well as bug fixes to the compiler, runtime, + and the crypto/x509 and net/http/httptest packages. + Refs boo#1190649 go1.17 release tracking + CVE-2022-29526 + * boo#1199413 go#52313 CVE-2022-29526 + * go#52439 syscall: Faccessat checks wrong group + * go#51858 crypto/x509: x509 certificate with issuerUniqueID and/or subjectUniqueID parse error + * go#52095 cmd/compile: fails to compile very long files starting go1.17 + * go#52148 syscall: TestGroupCleanupUserNamespace failure on linux-s390x-ibm + * go#52306 sync: TestWaitGroupMisuse2 is flaky + * go#52374 runtime: executable compiled under Go 1.17.7 will occasionally wedge + * go#52455 net/http/httptest: race in Close + * go#52705 net: TestDialCancel is not compatible with new macOS ARM64 builders + ------------------------------------------------------------------- Mon May 2 08:43:22 UTC 2022 - Martin Liška diff --git a/go1.17.spec b/go1.17.spec index 570ab20..79f61a9 100644 --- a/go1.17.spec +++ b/go1.17.spec @@ -145,7 +145,7 @@ %endif Name: go1.17 -Version: 1.17.9 +Version: 1.17.10 Release: 0 Summary: A compiled, garbage-collected, concurrent programming language License: BSD-3-Clause