golang-1.11.git
6 years agoarm64/arm64asm: recognise new ssbb/pssbb mnemonics from objdump
Michael Hudson-Doyle [Thu, 20 Sep 2018 07:20:31 +0000 (09:20 +0200)]
arm64/arm64asm: recognise new ssbb/pssbb mnemonics from objdump

Fixes golang/go#27754

Change-Id: I8fcc3bc3c718cf0d93afbd1d383df48316b522d4
Reviewed-on: https://go-review.googlesource.com/136455
Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Gbp-Pq: Name 0004-arm64-arm64asm-recognise-new-ssbb-pssbb-mnemonics-fr.patch

6 years agoFix Lintian warnings about wrong interpreter path
Dr. Tobias Quathamer [Sun, 16 Dec 2018 12:10:01 +0000 (13:10 +0100)]
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 0003-Fix-Lintian-warnings-about-wrong-interpreter-path.patch

6 years agocmd/internal/objfile: only consider executable segments for load address
Ian Lance Taylor [Fri, 3 Aug 2018 21:52:54 +0000 (14:52 -0700)]
cmd/internal/objfile: only consider executable segments for load address

Reportedly on some new Fedora systems the linker is producing extra
load segments, basically making the dynamic section non-executable.
We were assuming that the first load segment could be used to
determine the program's load offset, but that is no longer true.
Use the first executable load segment instead.

Fixes #26369

Change-Id: I5ee31ddeef2e8caeed3112edc5149065a6448456
Reviewed-on: https://go-review.googlesource.com/127895
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Gbp-Pq: Name 0002-cmd-internal-objfile-only-consider-executable-segmen.patch

6 years agoReproducible BUILD_PATH_PREFIX_MAP
Michael Stapelberg [Thu, 8 Feb 2018 09:00:00 +0000 (10:00 +0100)]
Reproducible BUILD_PATH_PREFIX_MAP

Make builds reproducible by honoring BUILD_PATH_PREFIX_MAP
Upstream has rejected the patch in this form and promised to implement an
alternative they are happy with instead. That hasn't happened yet though.

Bug: https://github.com/golang/go/issues/22491, https://github.com/golang/go/issues/16860
Forwarded: https://golang.org/cl/73291 (rejected upstream though)

Gbp-Pq: Name 0001-Reproducible-BUILD_PATH_PREFIX_MAP.patch

6 years agogolang-1.10 (1.10.7-2) unstable; urgency=medium
Dr. Tobias Quathamer [Fri, 28 Dec 2018 15:11:01 +0000 (15:11 +0000)]
golang-1.10 (1.10.7-2) unstable; urgency=medium

  [ Dr. Tobias Quathamer ]
  * Switch team address to tracker.d.o
  * Do not compress favicon.ico.
    Thanks to Dato Simó <dato@debian.org> (Closes: #917132)
  * Update patches for git-buildpackage

  [ Anthony Fok ]
  * Bump Standards-Version to 4.3.0 (no change)

[dgit import unpatched golang-1.10 1.10.7-2]

6 years agoImport golang-1.10_1.10.7-2.debian.tar.xz
Dr. Tobias Quathamer [Fri, 28 Dec 2018 15:11:01 +0000 (15:11 +0000)]
Import golang-1.10_1.10.7-2.debian.tar.xz

[dgit import tarball golang-1.10 1.10.7-2 golang-1.10_1.10.7-2.debian.tar.xz]

7 years agoImport golang-1.10_1.10.7.orig.tar.gz
Dr. Tobias Quathamer [Sun, 16 Dec 2018 12:37:11 +0000 (12:37 +0000)]
Import golang-1.10_1.10.7.orig.tar.gz

[dgit import orig golang-1.10_1.10.7.orig.tar.gz]