golang-1.15.git
4 years agoFix Lintian warnings about wrong interpreter path
Dr. Tobias Quathamer [Thu, 1 Aug 2019 11:50:48 +0000 (13:50 +0200)]
Fix Lintian warnings about wrong interpreter path

The command used for this change is as follows:

grep -rH "/usr/bin/env perl" * | cut -d: -f1 | xargs -n1 sed -i -e "s,/usr/bin/env perl,/usr/bin/perl,"

Gbp-Pq: Name 0002-Fix-Lintian-warnings-about-wrong-interpreter-path.patch

4 years agoDisable test for UserHomeDir.
Dr. Tobias Quathamer [Wed, 19 Dec 2018 13:25:06 +0000 (14:25 +0100)]
Disable test for UserHomeDir.

On Debian buildds, the user home dir does not exist, so this test fails.

Gbp-Pq: Name 0001-Disable-test-for-UserHomeDir.patch

4 years agogolang-1.15 (1.15.15-5) unstable; urgency=medium
Shengjing Zhu [Sat, 11 Dec 2021 17:52:21 +0000 (17:52 +0000)]
golang-1.15 (1.15.15-5) unstable; urgency=medium

  * Team upload.
  * Backport patch for CVE-2021-38297
    When invoking functions from WASM modules, built using GOARCH=wasm GOOS=js,
    passing very large arguments can cause portions of the module to be
    overwritten with data from the arguments.
  * Backport patch for CVE-2021-41771
    debug/macho: invalid dynamic symbol table command can cause panic
  * Backport patch for CVE-2021-44716
    net/http: limit growth of header canonicalization cache
  * Backport patch for CVE-2021-44717
    syscall: don’t close fd 0 on ForkExec error

[dgit import unpatched golang-1.15 1.15.15-5]

4 years agoImport golang-1.15_1.15.15-5.debian.tar.xz
Shengjing Zhu [Sat, 11 Dec 2021 17:52:21 +0000 (17:52 +0000)]
Import golang-1.15_1.15.15-5.debian.tar.xz

[dgit import tarball golang-1.15 1.15.15-5 golang-1.15_1.15.15-5.debian.tar.xz]

4 years agoImport golang-1.15_1.15.15.orig.tar.gz
Anthony Fok [Sun, 15 Aug 2021 22:44:15 +0000 (23:44 +0100)]
Import golang-1.15_1.15.15.orig.tar.gz

[dgit import orig golang-1.15_1.15.15.orig.tar.gz]