Package: golang-1.12 / 1.12.7-2
Metadata
Package | Version | Patches format |
---|---|---|
golang-1.12 | 1.12.7-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Reproducible BUILD_PATH_PREFIX_MAP.patch | (download) |
src/cmd/go/internal/work/gc.go |
5 4 + 1 - 0 ! |
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 |
0002 Fix Lintian warnings about wrong interpreter path.patch | (download) |
src/cmd/vendor/golang.org/x/sys/unix/mksyscall_aix_ppc.pl |
2 1 + 1 - 0 ! |
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," |
0003 arm64 arm64asm recognise new ssbb pssbb mnemonics fr.patch | (download) |
src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/objdump_test.go |
12 12 + 0 - 0 ! |
arm64/arm64asm: recognise new ssbb/pssbb mnemonics from objdump Fixes golang/go#27754 |
0004 Disable test for UserHomeDir.patch | (download) |
src/os/os_test.go |
2 2 + 0 - 0 ! |
disable test for userhomedir. On Debian buildds, the user home dir does not exist, so this test fails. |