golang-1.18.git
3 years ago[PATCH] cmd/dist: increase default timeout scale for arm
Balint Reczey [Mon, 31 Aug 2020 11:14:51 +0000 (13:14 +0200)]
[PATCH] cmd/dist: increase default timeout scale for arm

Forwarded: https://github.com/golang/go/issues/43002

Most developers use (faster) amd64 machines setting the test timeouts,
but test may run on slower arm ones and also different tests may suffer
different relative slowdown on the arm CPUs.

Due to those two varying factors it is safer to allow a higher timeout
scale on arm to avoid tests timing out.

Gbp-Pq: Name 0003-cmd-dist-increase-default-timeout-scale-for-arm.patch

3 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

3 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

3 years agogolang-1.18 (1.18.8-1) unstable; urgency=medium
William 'jawn-smith' Wilson [Thu, 3 Nov 2022 13:20:54 +0000 (13:20 +0000)]
golang-1.18 (1.18.8-1) unstable; urgency=medium

  * New upstream version 1.18.8
    + CVE-2022-41716: syscall, os/exec: unsanitized NUL in environment variables
      On Windows, syscall.StartProcess and os/exec.Cmd did not properly check
      for invalid environment variable values. A malicious environment variable
      value could exploit this behavior to set a value for a different
      environment variable.

[dgit import unpatched golang-1.18 1.18.8-1]

3 years agoImport golang-1.18_1.18.8.orig.tar.gz
William 'jawn-smith' Wilson [Thu, 3 Nov 2022 13:20:54 +0000 (13:20 +0000)]
Import golang-1.18_1.18.8.orig.tar.gz

[dgit import orig golang-1.18_1.18.8.orig.tar.gz]

3 years agoImport golang-1.18_1.18.8-1.debian.tar.xz
William 'jawn-smith' Wilson [Thu, 3 Nov 2022 13:20:54 +0000 (13:20 +0000)]
Import golang-1.18_1.18.8-1.debian.tar.xz

[dgit import tarball golang-1.18 1.18.8-1 golang-1.18_1.18.8-1.debian.tar.xz]