Frederik Rietdijk
f3618342ec
Merge staging-next into staging
2019-12-10 19:01:27 +01:00
R. RyanTM
85a369d427
go: 1.13.4 -> 1.13.5 ( #75236 )
2019-12-10 01:10:20 -08:00
Diego Medina
051bc353d0
go: do not replace path to mime.types
2019-12-08 07:20:23 -05:00
Diego Medina
5a0be78562
go: do not replace path to zoneinfo.zip
...
Prepend the nix path to the zoneinfo.zip file and keep the original alternatives
to allow go programs built using nix to run on non nix servers.
see https://github.com/NixOS/nixpkgs/issues/54603
2019-12-04 21:53:15 -05:00
R. RyanTM
eb87a73fe0
go: 1.13.3 -> 1.13.4
2019-11-03 10:31:19 +01:00
R. RyanTM
c307ed8170
go: 1.13.1 -> 1.13.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/go/versions
2019-10-22 10:11:50 +02:00
Frederik Rietdijk
12441bdf9f
Merge staging-next into staging
2019-10-16 11:17:12 +02:00
Vladimír Čunát
610afbca84
Revert "go: apply upstream patch"
...
This reverts commit d8218de5c5
.
It makes no sense after the parent commit.
2019-10-16 10:49:23 +02:00
Dima
cffba01e12
go_1_12: disable flakey TestGcSys test (PR #70368 )
...
In our tests we have experienced failures of this test,
but it was otherwise not reproducible so far. A backported
upstream fix did not alleviate the issue either, so disabling
seems workable for now.
2019-10-16 10:49:22 +02:00
Jan Tojnar
e2e3861d6b
Merge branch 'staging-next' into staging
2019-10-12 00:51:55 +02:00
Roman Volosatovs
f93ea5abe1
go_1_13: add kalbasit to maintainers
2019-10-11 10:09:11 +02:00
Roman Volosatovs
bd023200a9
go_1_13: init at 1.13.1
2019-10-11 10:09:05 +02:00
Vladimír Čunát
d8218de5c5
go: apply upstream patch
...
This should fix the tests almost always failing on Hydra for i686.
2019-10-09 08:41:19 +02:00
Dima
aa467810a5
go_1_12: 1.12.9 -> 1.12.10
...
GO 1.12.10 has been released 5 days ago, so
bumping it in the hope that it also fixes some
flakey GC tests.
Also see https://github.com/NixOS/nixpkgs/pull/69359
2019-10-02 06:09:08 +02:00
adisbladis
3e501fe168
go_1_11: Drop package
...
It's unsupported by upstream.
2019-09-11 14:33:13 +01:00
Frederik Rietdijk
66bc7fc1b3
Merge master into staging-next
2019-09-06 22:46:05 +02:00
adisbladis
b611485ad5
go_1_10: Drop package
...
It's unsupported by upstream.
2019-09-05 22:33:41 +01:00
Frederik Rietdijk
5061fe0c2c
Merge staging-next into staging
2019-08-28 08:26:42 +02:00
volth
35d68ef143
treewide: remove redundant quotes
2019-08-26 21:40:19 +00:00
Vladimír Čunát
985d1ac425
Merge branch 'master' into staging-next
...
There were several more conflicts from name -> pname+version;
all auto-solved by kdiff3, hopefully OK.
Hydra nixpkgs: ?compare=1538611
2019-08-25 14:57:11 +02:00
Roman Volosatovs
ef67737897
go: 1.12.7 -> 1.12.9
...
Co-authored-by: Diego Medina <fmpwizard@gmail.com>
2019-08-24 22:39:02 +02:00
Roman Volosatovs
d989d5261c
go: 1.11.12 -> 1.11.13
...
Co-authored-by: Diego Medina <fmpwizard@gmail.com>
2019-08-24 22:38:57 +02:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Roman Volosatovs
7fd4ec66e7
go: Add rvolosatovs to maintainers
2019-07-17 10:22:58 +02:00
Roman Volosatovs
adf5588512
go_1_11: 1.11.11 -> 1.11.12
2019-07-17 10:22:58 +02:00
Roman Volosatovs
6e85a5a788
go_1_12: 1.12.6 -> 1.12.7
2019-07-17 10:22:58 +02:00
Vladimír Čunát
0aa9f35a99
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1525828
2019-06-18 09:44:13 +02:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Roman Volosatovs
fb657d7d15
go: 1.11.10 -> 1.11.11
2019-06-12 16:46:29 +02:00
Roman Volosatovs
c14e0181c2
go: 1.12.5 -> 1.12.6
2019-06-12 16:41:23 +02:00
Will Dietz
4a2fad0cf7
go_1_11: 1.11.{6 -> 10}
2019-05-21 12:25:18 +02:00
Will Dietz
fe7ee2976b
go_1_12: 1.12.1 -> 1.12.5
...
https://groups.google.com/forum/#!topic/golang-dev/QwUlynmpl8A
2019-05-21 12:25:18 +02:00
Matthew Bauer
da38a49a24
treewide: mark bad packages
...
Some old stuff is known not to work.
2019-04-26 21:55:11 -04:00
Matthew Bauer
31060e23ba
go: disable tests on darwin
...
Unfortunately, i can’t get these to work:
https://hydra.nixos.org/build/92530029/nixlog/1/tail
Hopefully we can fix them at some point.
/cc @cstrahan @orivej @mic92
2019-04-26 21:54:59 -04:00
Matthew Bauer
1b5021771b
go1.12: remove dsymutil patch
...
stdenv provides dsymutil for us. Already done for other compilers but
not this one.
2019-04-26 21:54:58 -04:00
Matthew Bauer
8cabf4d5c5
treewide: rename llvm-dsymutil to dsymutil
...
This is a change introduced between llvm 5 and llvm 7.
2019-04-26 21:54:50 -04:00
John Ericson
4ccb74011f
Merge commit '18aa59b0f26fc707e7313f8467e67159e61600c2' from master into staging
...
There was one conflict in the NixOS manual; I checked that it still
built after resolving it.
2019-04-01 00:40:03 -04:00
John Ericson
655a29ff9c
ghc, go, guile: Use new pkgs*
...
`pkgsBuildTarget` allows us to avoid repeated and confusing conditions.
The others merely provide clarity for one the foreign package set's
target platform matters.
2019-03-24 22:12:15 -04:00
Wael M. Nasreddine
276d8c97bb
go_1_12: 1.12 -> 1.12.1
2019-03-21 22:33:43 -07:00
Wael M. Nasreddine
2d9d054bce
go_1_11: 1.11.5 -> 1.11.6
2019-03-21 22:33:42 -07:00
Wael Nasreddine
37d2f71e2f
go_1_12: set meta.branch to 1.12 ( #56852 )
2019-03-04 23:18:12 -08:00
Wael M. Nasreddine
252376c617
go_1_12: switch to fetchurl for sha256 consistency on Darwin
...
fetchFromGitHub and thus fetchzip hashes the contents of the archive and
not the archive itself. Unicode file names lead to different checksums
on HFS+ vs. other file systems because of Unicode normalisation
2019-03-03 16:32:04 -08:00
Wael M. Nasreddine
6ef04cabd4
go_1_12: init at go 1.12
2019-03-02 14:24:17 -08:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
...
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Vladimír Čunát
4851a04deb
go_1_10: fix tests after binutils update
2019-02-19 11:35:54 +01:00
adisbladis
affee8aa47
go_1_9: Drop go 1.9
...
Unsupported by upstream
2019-02-01 06:19:14 +00:00
Vladimír Čunát
a687ef9739
go_1_9: mark as insecure (see the parent commit)
...
Upstream only supports two latest releases.
https://github.com/golang/go/issues/29903#issuecomment-457307356
2019-01-27 11:33:57 +01:00
Vladimír Čunát
d32e779ae8
go_1_10: 1.10.7 -> 1.10.8 (security)
...
https://groups.google.com/forum/#!topic/golang-announce/mVeX35iXuSw
https://github.com/NixOS/nixpkgs/pull/54658
2019-01-27 11:29:13 +01:00
allowthere
d803da845f
go: 1.11.4 -> 1.11.5
...
https://groups.google.com/forum/#!msg/golang-announce/mVeX35iXuSw/Flp8FX7QEAAJ
We have just released Go 1.11.5 and Go 1.10.8 to address a recently reported security issue. We recommend that all users update to one of these releases (if you’re not sure which, choose Go 1.11.5).
This DoS vulnerability in the crypto/elliptic implementations of the P-521 and P-384 elliptic curves may let an attacker craft inputs that consume excessive amounts of CPU.
These inputs might be delivered via TLS handshakes, X.509 certificates, JWT tokens, ECDH shares or ECDSA signatures. In some cases, if an ECDH private key is reused more than once, the attack can also lead to key recovery.
The issue is CVE-2019-6486 and Go issue golang.org/issue/29903. See the Go issue for more details.
2019-01-27 02:59:44 +00:00
Jörg Thalheim
b5c1deca8a
treewide: remove wkennington as maintainer
...
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
rnhmjoj
ba7266c629
go: patch missing mimetype database
2019-01-20 00:58:57 +01:00
Benjamin Herr
ce2d980be8
go: 1.11.2 -> 1.11.4
2018-12-15 06:54:12 -08:00
Benjamin Herr
3cb3a24ce9
go_1_10: 1.10.3 -> 1.10.7
2018-12-15 06:53:50 -08:00
Jörg Thalheim
7b63cdcc07
go_1_11: remove build artifacts
2018-11-26 07:22:50 +00:00
Jörg Thalheim
79b9462468
go_1_11: fix cross compilation
2018-11-24 10:36:57 +00:00
Frederik Rietdijk
2219e2578e
Merge staging-next into staging
2018-11-22 10:10:40 +01:00
Frederik Rietdijk
c31cb577ae
Merge master into staging-next
2018-11-22 09:57:08 +01:00
Jörg Thalheim
416d8928b2
go_1_11: split into install/check phase
...
For cross compilation we want to skip installCheckPhase.
2018-11-22 04:17:43 +01:00
Jörg Thalheim
60c6dc3f5e
go_1_11: remove unused postConfigure
...
Since it was overriding configurePhase postConfigure has not be used in a while.
2018-11-22 04:17:43 +01:00
Jörg Thalheim
ebe6575b43
go_1_10: update outdated meta.branch
2018-11-21 17:55:21 +00:00
Jörg Thalheim
a4f37346e7
go_1_11: update outdated meta.branch
2018-11-21 17:53:28 +00:00
Frederik Rietdijk
3b052406ea
Merge staging-next into staging
2018-11-12 19:01:36 +01:00
ryan4729
b46f5e1277
go: organize GOARCH and GOOS
2018-11-11 14:37:12 -08:00
ryan4729
5302222337
go: make compiler usable for cross compiles
2018-11-10 22:41:46 -08:00
Jaka Hudoklin
734bd4ca54
go_1_11: 1.11 -> 1.11.2f
...
fixes #50180
2018-11-10 21:59:58 +00:00
Yegor Timoshenko
f969e6e474
go: do not wrap with go get
tools
...
See: https://github.com/NixOS/nixpkgs/issues/46603
These tools are not required for `buildGoPackage`, while
significantly affecting closure size and build time.
This essentially reverts 458895db33
.
2018-10-12 19:36:34 +00:00
Colin Rice
cdeb26ee76
go: Remove pkg/obj directory from the build outputs.
...
This appears to be causing the go package to be roughly 900MB in size.
2018-09-24 03:37:43 +00:00
Jörg Thalheim
51a6c88394
go_1_11: add url to flaky test
2018-09-16 11:08:53 +01:00
Bob van der Linden
0bf6b440d9
go: skip flaky os/exec TestExtraFiles
...
This seems to only happen on i686 on go 1.11. It also happens on
Debian. For more information:
https://github.com/golang/go/issues/25628
2018-09-15 18:46:18 +02:00
Sarah Brofeldt
17b6efaf3d
go_1_11: Only allow one of GOARM=5, 6 or 7
2018-09-04 11:46:35 +02:00
John Ericson
2c2f1e37d4
reewide: Purge all uses stdenv.system
and top-level system
...
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
adisbladis
90d3ed0096
go_1_11: init at 1.11
2018-08-26 23:11:10 +08:00
Jörg Thalheim
218298b30f
Merge branch 'master' into unused5
2018-07-21 15:41:22 +01:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
volth
6d2857a311
[bot] treewide: remove unused 'inherit' in let blocks
2018-07-20 19:38:19 +00:00
Jörg Thalheim
b0f2233917
go_1_10: remove cache artifacts from package
...
fixes #42465
2018-07-13 20:02:36 -04:00
R. RyanTM
fce5759f24
go: 1.10.2 -> 1.10.3
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/go/versions .
These checks were done:
- built on NixOS
- Warning: no invocation of /nix/store/sz746n0jm0n8dnv47d7cqvwny8ncfbi4-go-1.10.3/bin/gofmt had a zero exit code or showed the expected version
- /nix/store/sz746n0jm0n8dnv47d7cqvwny8ncfbi4-go-1.10.3/bin/.go-wrapped passed the binary check.
- /nix/store/sz746n0jm0n8dnv47d7cqvwny8ncfbi4-go-1.10.3/bin/go passed the binary check.
- 2 of 3 passed binary check by having a zero exit code.
- 0 of 3 passed binary check by having the new version present in output.
- found 1.10.3 with grep in /nix/store/sz746n0jm0n8dnv47d7cqvwny8ncfbi4-go-1.10.3
- directory tree listing: https://gist.github.com/499abd38cfb9318ba6bbcd885951c6b8
- du listing: https://gist.github.com/04fbe15eac23c814fa6b313c8e543e4c
2018-06-14 07:59:05 -07:00
Matthew Bauer
6748534d83
Merge remote-tracking branch 'upstream/master' into staging
2018-05-08 09:36:00 -05:00
xeji
a958d80051
Merge pull request #38309 from volth/fix37704
...
go_1_{9,10}: disable problematic tests in net module
2018-05-03 22:39:05 +02:00
R. RyanTM
59c22bf3a1
go: 1.10.1 -> 1.10.2
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/go/versions .
These checks were done:
- built on NixOS
- ran ‘/nix/store/w2wgdl5ljbx1fq6iwlavrl4nzbchq954-go-1.10.2/bin/.go-wrapped help’ got 0 exit code
- ran ‘/nix/store/w2wgdl5ljbx1fq6iwlavrl4nzbchq954-go-1.10.2/bin/go help’ got 0 exit code
- found 1.10.2 with grep in /nix/store/w2wgdl5ljbx1fq6iwlavrl4nzbchq954-go-1.10.2
- directory tree listing: https://gist.github.com/249bfa4dc4d10281576f20de902e501a
2018-05-02 16:04:31 -07:00
John Ericson
ba52ae5048
treewide: isArm -> isAarch32
...
Following legacy packing conventions, `isArm` was defined just for
32-bit ARM instruction set. This is confusing to non packagers though,
because Aarch64 is an ARM instruction set.
The official ARM overview for ARMv8[1] is surprisingly not confusing,
given the overall state of affairs for ARM naming conventions, and
offers us a solution. It divides the nomenclature into three levels:
```
ISA: ARMv8 {-A, -R, -M}
/ \
Mode: Aarch32 Aarch64
| / \
Encoding: A64 A32 T32
```
At the top is the overall v8 instruction set archicture. Second are the
two modes, defined by bitwidth but differing in other semantics too, and
buttom are the encodings, (hopefully?) isomorphic if they encode the
same mode.
The 32 bit encodings are mostly backwards compatible with previous
non-Thumb and Thumb encodings, and if so we can pun the mode names to
instead mean "sets of compatable or isomorphic encodings", and then
voilà we have nice names for 32-bit and 64-bit arm instruction sets
which do not use the word ARM so as to not confused either laymen or
experienced ARM packages.
[1]: https://developer.arm.com/products/architecture/a-profile
2018-04-25 15:28:55 -04:00
volth
9e11e4ba64
go_1_{9,10}: disable TestVariousDeadlines test
2018-04-01 20:39:12 +00:00
volth
8a77a0ae0e
go_1_{9,10}: disable TestWritevError test
2018-04-01 20:32:33 +00:00
Will Dietz
266cd103f1
Merge pull request #38076 from dtzWill/update/go-1.10.1
...
go: 1.10 -> 1.10.1
2018-03-29 18:06:24 -05:00
Will Dietz
1661c0b2c6
go: 1.10 -> 1.10.1
2018-03-29 17:17:12 -05:00
Will Dietz
166a632124
go: 1.9.4 -> 1.9.5
2018-03-29 17:15:57 -05:00
Matthew Bauer
ef428ab202
treewide: cleanup procps uses
2018-03-27 18:17:37 -05:00
adisbladis
0b3a5b567a
Merge pull request #35350 from adisbladis/drop/go-1_8
...
go: Remove old version 1.8
2018-02-23 14:29:25 +08:00
Jörg Thalheim
d81e32be2a
Merge pull request #35330 from Mic92/go
...
go_1_10: init at 1.10 and set as default
2018-02-22 23:00:23 +00:00
adisbladis
1cba8cc275
go_1_8: Go 1.8 is EOL
2018-02-23 01:46:29 +08:00
Jörg Thalheim
394981c236
go_1_10: cleanup remove-test-pie.patch
2018-02-22 12:17:31 +00:00
Jörg Thalheim
37ef0b8ab6
go_1_10: add mic92 and velovix to maintainers
...
cc @velovix
2018-02-22 12:16:08 +00:00
Jörg Thalheim
ee5602112e
go_1_10: misc/cgo/errors/test.bash no longer exists
2018-02-22 12:07:50 +00:00
Jörg Thalheim
1a9316e47d
go_1_10: init at 1.10 and set as default
...
Changes are minor from 1.9, so let's just set it as default straight.
2018-02-22 11:40:07 +00:00
adisbladis
b144524ec8
go_1_7: Go 1.7 is EOL
2018-02-22 17:35:04 +08:00
adisbladis
804a21ea00
go_1_6: Go 1.6 is EOL
2018-02-22 17:34:22 +08:00
adisbladis
9ea5a00a4b
go: Remove unused patches
2018-02-22 17:33:11 +08:00
Will Dietz
6ae1bd4502
go: don't require glibc (.static), dunno if go works w/musl
2018-02-13 09:44:51 -06:00
adisbladis
d424160b33
go_1_8: 1.8.5 -> 1.8.7
2018-02-11 03:33:13 +08:00
adisbladis
cac2a6596c
go_1_9: 1.9.3 -> 1.9.4
2018-02-11 03:33:08 +08:00
Tuomas Tynkkynen
a25e6e1d96
go_1_8: Scale up test timeouts
...
https://hydra.nixos.org/build/68539514
2018-02-03 16:01:17 +02:00
Tuomas Tynkkynen
8f0508ebc1
go: Scale up test timeouts
...
I can't reproduce the problem on an idle machine where it finishes in
112.954s, so let's hope this works.
https://hydra.nixos.org/build/68236758
2018-01-26 03:49:24 +02:00
adisbladis
f7dd6951aa
go: 1.9.2 -> 1.9.3
2018-01-24 23:00:26 +08:00
Daiderd Jordan
5a02143c20
Merge pull request #33010 from LnL7/cacert-hook
...
cacert: add hook that sets SSL_CERT_FILE
2018-01-07 09:55:15 +01:00
Frederik Rietdijk
804285f589
Merge remote-tracking branch 'upstream/staging' into HEAD
2018-01-02 19:10:45 +01:00
John Ericson
046f091e0d
treewide: Don't use envHook anymore
...
This commits needs a MAJOR audit as I oftentimes just guessed which of
`$hostOffset`, `$targetOffset`, or a fixed offset should be used.
2017-12-30 22:04:22 -05:00
Daiderd Jordan
091c2b9f04
cacert: cleanup exporting SSL_CERT_FILE
2017-12-27 21:36:32 +01:00
Ben Wolsieffer
23ffb9d701
go-1.8, go-1.9: use stdenv.shell instead of /usr/bin/env bash
...
Fixes tests on ARMv6/7 during sandboxed builds.
2017-12-23 20:20:08 -05:00
Orivej Desh
4a7a497fb6
go: add procps for sysctl in tests, print ulimits for debugging resource exhaustion
2017-12-02 12:19:14 +00:00
Orivej Desh
1161741351
Merge branch 'master' into staging
...
* master: (28 commits)
go_1_9: skip flaky TestWaitGroupMisuse2
erlangR18: fix patch hashes with fetchpatch
xml2: replace dead links
nixos/pam: fix docs about path to u2f_keys file
cinelerra: add a note about parallel building
msmtp: install docs and examples (#31769 )
kernel: Fix out-of-tree modules on aarch64
nixos/tests/acme: update terms of service to fix test
gixy: init at 0.1.8
pythonPackages.ConfigArgParse: 0.9.3 -> 0.12.0, refactor, move to python-modules
mono: init at 4.8
wal-g: fix license so not to break evaluation
wal-g: init at 0.1.2
maintainers: add backuitist
nixos/prometheus: Correct documentation for external_labels
spidermonkey: replace broken links
vagrant: removed custom rake gem
vagrant: 2.0.0 -> 2.0.1
nixos/prometheus: add external_labels option
nixos/prometheus: add scrape_configs.honor_labels
...
2017-11-17 18:06:22 +00:00
Orivej Desh
73598e3787
go_1_9: skip flaky TestWaitGroupMisuse2
...
https://github.com/golang/go/issues/20072
https://hydra.nixos.org/build/64351217/nixlog/1
2017-11-17 18:05:30 +00:00
Orivej Desh
d99a2fc093
Merge branch 'master' into staging
...
* master: (293 commits)
go_1_9: skip flaky TestServerCancelsReadTimeoutWhenIdle
qsyncthingtray: fix build
qt56.qtwebengine: fix build
stdman: d860212 -> 2017.04.02
jackett: use mono50
hg-git: disable with python3
hg-git: 0.8.5 -> 0.8.10
xfce4-settings: enable parallel building
gcc-snapshot: mark as broken
heaptrack: 2017-02-14 -> 2017-10-30
nixos-container: Modify existing test to cover show-ip command
nixos-container: Make show-ip work together with ipv4 + netmask
linux-copperhead: 4.13.12.a -> 4.13.13.a
matterbridge: 1.1.0 -> 1.4.1
nixos/nghttpx: add module for the nghttpx proxy server (#31680 )
mattermost: 4.3.0 -> 4.4.0
breakpad: delete
simp_le: 0.2.0 -> 0.6.1
certbot: 0.11.1 -> 0.19.0
afl: 2.51b -> 2.52b
...
2017-11-17 05:35:09 +00:00
Orivej Desh
3ac474aee6
go_1_9: skip flaky TestServerCancelsReadTimeoutWhenIdle
...
https://github.com/golang/go/issues/19608
https://hydra.nixos.org/build/64329767/nixlog/1
https://hydra.nixos.org/build/64244716/nixlog/1
Remove the patch for https://github.com/golang/go/issues/21559 because it is
skipped as flaky since Go 1.9.2.
2017-11-17 05:28:22 +00:00
Dan Peebles
7dc0cab794
Fix go bootstrap build on sandbox
2017-11-14 21:51:40 -05:00
adisbladis
df04f0cb63
go: 1.9.1 -> 1.9.2
2017-10-26 18:28:08 +08:00
adisbladis
1d1e0920d9
go: 1.8.4 -> 1.8.5
2017-10-26 18:27:57 +08:00
Orivej Desh
6b05fd71d2
Merge pull request #30101 from sigma/pr/go-1.9.1
...
go: 1.9 -> 1.9.1
2017-10-05 08:03:58 +00:00
Yann Hodique
ca685bb9a5
go: 1.9 -> 1.9.1
2017-10-04 14:44:34 -07:00
Yann Hodique
419d33305b
go: 1.8.3 -> 1.8.4
2017-10-04 14:43:05 -07:00
Orivej Desh
8d4b0eefce
go: declare support for aarch64
2017-10-01 21:33:28 +00:00
Orivej Desh
589574e5c9
go: fix tests and impurity
2017-09-28 10:21:17 +00:00
Daiderd Jordan
57ef1a3564
go: fix darwin build
2017-09-06 19:45:10 +02:00
Charles Strahan
3189b01647
go: init 1.9 (and set as default)
2017-09-05 16:44:13 -04:00
Eric Litak
723bd8b9c5
go: support for aarch64 via binary bootstrap
2017-08-11 23:02:20 +02:00
Robert Vollmert
f65b55d7ce
go_1_6: Fix darwin (sierra) compile, backport systime syscall fix
...
This patches go1.6 minimally with a change that was backported
to upstream go1.4.
2017-07-08 00:44:45 +02:00
Daiderd Jordan
b9bea6b17f
go: disable tests on arm
2017-05-26 21:35:27 +02:00
Yann Hodique
c9e63ded80
go: 1.8.2 -> 1.8.3
2017-05-25 03:23:41 +02:00
Franz Pletz
760248360c
Merge pull request #26050 from sigma/pr/go-1.8.2
...
go: 1.8.1 -> 1.8.2
2017-05-24 12:53:19 +02:00
Yann Hodique
ccfc81397b
go: 1.8.1 -> 1.8.2
2017-05-24 01:30:39 -07:00
Yann Hodique
a69ae2c7f9
go: 1.7.5 -> 1.7.6
2017-05-24 01:18:56 -07:00
Willi Butz
458895db33
go: add dependencies for go get
...
go get expects git, subversion, mercurial and bazaar to be in PATH when
needed. (https://github.com/golang/go/wiki/GoGetTools )
2017-05-21 01:16:42 +02:00
Daiderd Jordan
0d6d47edd1
Merge pull request #25568 from sigma/pr/go-1.8.1
...
go: 1.8 -> 1.8.1
2017-05-09 18:44:12 +02:00
Yann Hodique
19ebff1d95
go: 1.7.4 -> 1.7.5
2017-05-08 13:14:46 +02:00
Yann Hodique
aa513180c5
go: 1.8 -> 1.8.1
2017-05-06 12:55:32 -07:00
Jörg Thalheim
36fca93290
rename iana_etc to iana-etc
...
fixes #23621
2017-03-28 22:35:15 +02:00
Daiderd Jordan
f36f21c650
go: Respect $NIX_SSL_CERT_FILE
2017-03-19 15:24:57 +01:00
Dan Peebles
2ffda66f11
go1.8: patch test to work with recent tzdata
2017-03-15 15:17:11 -04:00
Dan Peebles
e6a5ab85b4
go1.7: patch test to work with recent tzdata
2017-03-15 15:17:11 -04:00
Dan Peebles
08314598bb
go1.6: patch test to work with recent tzdata
2017-03-15 15:17:11 -04:00
Dan Peebles
331f5a886d
go1.4: patch test to work with recent tzdata
2017-03-15 15:17:11 -04:00
Parnell Springmeyer
8d6fbd0578
go: 1.7 -> 1.8
2017-03-06 08:47:50 -05:00
Daiderd Jordan
99f8e2c9cb
go_1_6: disable x509 tests on darwin
2017-01-22 02:03:50 +01:00
Daiderd Jordan
79a7729338
go_bootstrap: fix tests on darwin
2017-01-22 01:41:37 +01:00
Michael Raskin
5b1dad79cd
go_1_6, go_1_7: comment out testLoadFixed in a way recommended by vcunat. The test depends on specific timezone names, and the latest tzdata changed the naming. Upstream only agrees to fix the test in the 1.8 branch that has no stable releases yer
2016-12-29 15:33:44 +01:00
Michael Raskin
581070147e
go_bootstrap (go_1_4): 1.4.3 -> 1.4-bootstrap-20161024
2016-12-29 15:33:43 +01:00
Graham Christensen
3e1ad38909
go_bootstrap: Fix credential test for new user namespacing
2016-12-21 21:40:29 -05:00
Graham Christensen
adc2a8f648
Fix go_1_6 test
...
In a user namespace, sending credentials for an unmapped user return
EINVAL instead of EPERM. So handle that case.
2016-12-21 19:30:35 -05:00
Eelco Dolstra
45043abd2d
Fix go test
...
In a user namespace, sending credentials for an unmapped user return
EINVAL instead of EPERM. So handle that case.
http://hydra.nixos.org/build/44839000
(cherry picked from commit 1dd0fb6b5a
)
2016-12-21 19:30:34 -05:00
Daiderd Jordan
891e391cdb
go: 1.7.3 -> 1.7.4
2016-12-15 17:17:58 -05:00
Graham Christensen
503c57237f
go_1_6: 1.6.3 -> 1.6.4 for DoS vector
2016-12-15 17:17:58 -05:00