-
golang-1.21 (1.21.1-1) unstable; urgency=medium
* Team upload
* New upstream version 1.21.1
+ CVE-2023-39320: cmd/go: go.mod toolchain directive allows arbitrary
execution
+ CVE-2023-39318: html/template: improper handling of HTML-like comments
within script contexts
+ CVE-2023-39319: html/template: improper handling of special tags within
script contexts
+ CVE-2023-39321/CVE-2023-39322: crypto/tls: panic when processing
post-handshake message on QUIC connections
-- Shengjing Zhu <email address hidden> Thu, 07 Sep 2023 11:51:55 +0800
-
golang-1.21 (1.21.0-1) unstable; urgency=medium
* Team upload
* New upstream version 1.21.0
-- Shengjing Zhu <email address hidden> Wed, 09 Aug 2023 14:40:00 +0800
-
golang-1.21 (1.21~rc4-1) unstable; urgency=medium
* Team upload
* New upstream version 1.21~rc4
-- Shengjing Zhu <email address hidden> Thu, 03 Aug 2023 15:15:53 +0800
-
golang-1.21 (1.21~rc3-2) unstable; urgency=medium
* Team upload
* Add Breaks+Replaces golang-1.21-go (<< 1.21~rc3) on golang-1.21-src
src/internal/platform/zosarch.go move from golang-1.21-go to
golang-1.21-src (Closes: #1041412)
-- Shengjing Zhu <email address hidden> Wed, 19 Jul 2023 16:12:19 +0800
-
golang-1.21 (1.21~rc3-1) unstable; urgency=medium
* Team upload
* New upstream version 1.21~rc3
-- Shengjing Zhu <email address hidden> Mon, 17 Jul 2023 15:20:39 +0800
-
golang-1.21 (1.21~rc2-2) unstable; urgency=medium
* Team upload
* Add autopkgtest
-- Shengjing Zhu <email address hidden> Thu, 29 Jun 2023 16:33:35 +0800
-
golang-1.21 (1.21~rc2-1) unstable; urgency=medium
* Team upload
* New upstream version 1.21~rc2
-- Shengjing Zhu <email address hidden> Thu, 22 Jun 2023 14:53:06 +0800
-
golang-1.21 (1.21~rc1-1) unstable; urgency=medium
* Team upload
* New upstream version 1.21rc1
* Install go.env in GOROOT
* Drop patches
+ 0001-Disable-test-for-UserHomeDir.patch.
Now the test doesn't fail if HOME dir doesn't exist
See https://github.com/golang/go/commit/bb4ea80b
+ 0002-Fix-Lintian-warnings-about-wrong-interpreter-path.patch.
We don't run these scripts, just leave them as is.
+ 0003-cmd-dist-increase-default-timeout-scale-for-arm.patch.
Upstream has removed arch-specific timeout scale heuristics.
See https://github.com/golang/go/issues/57117
We can move the setting to dh-golang.
+ 0004-skip-userns-test-in-schroot-as-well.patch.
Now the tests doesn't hardcode chroot types.
See https://github.com/golang/go/commit/09267142
-- Shengjing Zhu <email address hidden> Tue, 20 Jun 2023 17:39:49 +0800