From: Peter Michael Green Date: Tue, 22 Oct 2019 20:25:18 +0000 (+0000) Subject: Merge changes from golang-1.17 '1.12.7-3+rpi1' into golang-1.18 packaging. X-Git-Tag: archive/raspbian/1.14-2+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5c62e887c2f2e3a0aea1e8ee6d2b90df51104c83;p=golang-1.14.git Merge changes from golang-1.17 '1.12.7-3+rpi1' into golang-1.18 packaging. --- 5c62e887c2f2e3a0aea1e8ee6d2b90df51104c83 diff --cc debian/changelog index fe655423,b7a93f28..78c4e29e --- a/debian/changelog +++ b/debian/changelog @@@ -1,41 -1,23 +1,53 @@@ -golang-1.12 (1.12.7-3+rpi1) bullseye-staging; urgency=medium ++golang-1.13 (1.13.1-1+rpi1) bullseye-staging; urgency=medium + + [changes brought forward from golang-1.10 1.10~rc2-1+rpi1 by Peter Michael Green at Sat, 24 Feb 2018 12:22:04 +0000] + * Build with GOARM=6 + * Disable testsuite. + * Fix clean target. + + [changes introduced in golang-1.12 1.12.7-3+rpi1 by Peter Michael Green] + * Further clean target fixing. + - -- Peter Michael Green Fri, 16 Aug 2019 20:02:16 +0000 ++ -- Peter Michael Green Tue, 22 Oct 2019 20:30:26 +0000 + -golang-1.12 (1.12.7-3) unstable; urgency=medium +golang-1.13 (1.13.1-1) unstable; urgency=medium - * Set GOCACHE to fix a FTBFS. (Closes: #933958) + * New upstream version 1.13.1 + - net/textproto: don't normalize headers with spaces before the colon. + Fixes CVE-2019-16276. See https://github.com/golang/go/issues/34541 + and Debian bug #941173 - -- Dr. Tobias Quathamer Mon, 05 Aug 2019 21:49:35 +0200 + -- Dr. Tobias Quathamer Thu, 26 Sep 2019 11:32:14 +0200 -golang-1.12 (1.12.7-2) unstable; urgency=medium +golang-1.13 (1.13-1) unstable; urgency=medium + * New upstream version 1.13 + - Refresh patch + * Set pristine-tar for gbp to False + + -- Dr. Tobias Quathamer Wed, 04 Sep 2019 11:28:07 +0200 + +golang-1.13 (1.13~rc2-1) unstable; urgency=medium + + * New upstream version 1.13~rc2 + - Remove patch for CVE-2019-9512 and CVE-2019-9514, + has been applied upstream + + -- Dr. Tobias Quathamer Fri, 30 Aug 2019 13:29:21 +0200 + +golang-1.13 (1.13~rc1-2) unstable; urgency=medium + + * Exclude testdata from dh_makeshlibs. + Otherwise, the build fails at least on armel and armhf. + * Apply changes from cme fix dpkg + * Set Rules-Requires-Root: no + + -- Dr. Tobias Quathamer Thu, 22 Aug 2019 15:21:10 +0200 + +golang-1.13 (1.13~rc1-1) unstable; urgency=medium + + * New upstream version 1.13~rc1 + - Remove patch for CVE-2019-14809, has been applied upstream * Use dh_missing instead of deprecated dh_install --fail-missing * Do not run dh_dwz, there is no debugging information * Use debhelper-compat (= 12)