Nathan Zadoks
174221b744
go: 1.5.2 -> 1.5.3
...
This addresses CVE-2015-8618 (a vulnerability in math/big)
This issue can affect RSA computations in crypto/rsa, which is used by
crypto/tls. TLS servers on 32-bit systems could plausibly leak their RSA
private key due to this issue. Other protocol implementations that
create many RSA signatures could also be impacted in the same way.
https://groups.google.com/forum/#!topic/golang-dev/MEATuOi_ei4
2016-01-14 14:55:43 +01:00
Benjamin Staffin
212b83433d
go1.5: Fix Darwin build by disabling a broken test ( close #12075 )
...
TestNohup appears to work on Darwin if the test suite is running
attached to a terminal, but not when Nix runs it.
2016-01-02 12:29:26 +01:00
zimbatm
8111e1c902
go: 1.5.1 -> 1.5.2, fixes #11498
2015-12-08 02:09:59 +01:00
Stefan Junker
63edfb1871
go14: 1.4.2 -> 1.4.3 ( close #10702 )
2015-11-16 16:39:08 +01:00
Daiderd Jordan
adaf347bde
disabled some failing tests for darwin
2015-10-22 19:33:16 +02:00
Jude Taylor
f77bf46c1e
go-1.5: fix build on darwin, set to default version for all platforms
2015-10-19 16:14:36 -07:00
William A. Kennington III
1f1caff5c1
go: 1.5 -> 1.5.1
2015-09-08 23:35:42 -07:00
William A. Kennington III
645709eaa5
go1.5: Remove the bootstrap as it is unneeded
2015-08-28 16:29:22 -07:00
William A. Kennington III
500f871d45
go1.5: Fix references to go1.4
2015-08-28 16:17:47 -07:00
William A. Kennington III
2c4186b045
Fix go-tools to include cover/vet for 1.4 but not 1.5 onward
2015-08-27 01:02:00 -07:00
Jude Taylor
ba57bbf8dc
go-1.4: fix a few more possibly impure tests
2015-08-21 13:25:49 -07:00
William A. Kennington III
d730646832
go1.5: Fix pcre and port the remove-tools patch
2015-08-19 20:49:11 -07:00
William A. Kennington III
15a7e0ab71
go1.4: Fix some of the tests by adding missing pcre
2015-08-19 20:49:10 -07:00
William A. Kennington III
5344252155
go1.4: Cleanup compiler expression
2015-08-19 14:54:38 -07:00
Luca Bruno
d05cb3e0ea
go: add 1.5 compiler and packages
2015-08-19 23:25:16 +02:00
William A. Kennington III
e27567cff1
golang: Remove old, unused compilers
2015-08-19 13:25:44 -07:00
Luca Bruno
02b1c2727b
go: rename default.nix to 1.0.nix
2015-07-21 11:41:20 +02:00
Luca Bruno
5317cf9ff4
go: 1.0 and 1.2 not supported on i686 (ZHF)
2015-07-21 11:41:19 +02:00
Jude Taylor
2767e93843
darwin purity: go-1.4
2015-07-11 16:05:04 -07:00
Luca Bruno
33da6ac765
go 1.3: fix build on i686 (ZHF)
2015-07-09 11:05:46 +02:00
Pascal Wittmann
62d62b6588
Fixed some licenses
2015-06-10 13:00:42 +02:00
William A. Kennington III
e7d4e7ebce
go1.4: Decouple tools
2015-05-18 10:13:33 -07:00
Lluís Batlle i Rossell
4b09501f23
Making go build for any arm.
2015-05-15 13:24:32 +00:00
John Wiegley
88f7b04b5e
go 1.2: Add a missing argument
2015-05-13 12:38:28 -05:00
Domen Kožar
38d9663367
gtkvnc: add libgpgerror as dependency
2015-05-13 19:19:08 +02:00
William Roe
7dcde14809
go: Update to version 1.4.2
2015-03-04 11:55:47 +00:00
Dan Peebles
57250fc2cc
Enable cgo on darwin
2015-03-03 20:03:48 -05:00
Luca Bruno
10e7572d17
Use go1.4 instead of go-1.4 in derivation names. Closes #6243
...
I chose meta.branch because go 1.1 and 1.2 had this already.
2015-02-09 10:16:14 +01:00
Luca Bruno
3f718a743d
Add dontInstallSrc flag to buildGoPackage
2015-02-05 18:07:28 +01:00
Luca Bruno
a594f0bcd5
Port gox to buildGoPackage
2015-02-04 13:46:32 +01:00
Emery Hemingway
faa5dccab8
new Go support function 'buildGoPackage'
...
add a setupHook to the Go compiler that builds a GOPATH
new buildGoPackage function that overides the phases of stdenv
2015-02-03 14:21:48 +01:00
Brendan Long
51902ba32d
go: Update to version 1.4.1.
...
Also had to fix the code that was trying to make sure the go-* folders get renamed to just "go".
Resolves #5797
2015-01-22 21:49:41 -05:00
Brendan Long
8c3399f4d8
go: Update to 1.4
2015-01-06 13:31:02 -06:00
aszlig
c08a49bffc
go: Remove explicitly adding libgcc_s.so.
...
As of 65221567c12eb20d1254f6bc1b573e126af43645, it's no longer needed.
This is part of an attempt to fix nixpkgs tarball evaluation.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-03 18:39:31 +01:00
Shea Levy
05edd656f6
Missed gcc refs
2014-12-26 12:28:15 -05:00
John Wiegley
28b6fb61e6
Change occurrences of gcc to the more general cc
...
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
2014-12-26 11:06:21 -06:00
Domen Kožar
4aa3eec330
Merge branch 'master' into staging
...
Conflicts:
pkgs/development/libraries/fontconfig/default.nix
2014-12-07 14:02:48 +01:00
Ricardo M. Correia
d4b4bae307
Update my maintainership
2014-11-29 02:15:39 +01:00
Vladimír Čunát
a68c1adc35
*: fix builds by disregarding warning from new glibc
...
Says: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
CC: #4803 . There will likely appear more of these errors on Hydra in time.
2014-11-26 23:40:03 +01:00
Eelco Dolstra
e368ca20c9
Fix old Go versions
...
http://hydra.nixos.org/build/17432147
http://hydra.nixos.org/build/17439772
2014-11-25 00:53:06 +01:00
Evgeny Egorochkin
9b05a425cd
golang: add meta.branch
2014-11-03 13:12:47 +02:00
Lluís Batlle i Rossell
eb21ef2bc7
Updating go from 1.3.2 to 1.3.3.
2014-10-10 17:07:16 +02:00
Aristid Breitkreuz
361375c3ac
go: update from 1.3.2 to 1.3.3
2014-10-07 21:50:40 +02:00
Siarhei Zirukin
448f3229f8
package update: go-1.3.1 -> go-1.3.2
...
Closes #4279
2014-09-28 01:35:49 +01:00
Matej Cotman
e541add0c7
go 1.1 and 1.2: fix builds by removing one test
2014-09-26 00:26:29 +02:00
Matej Cotman
22e21c95d9
go: fix go 1.3.1 build
...
Closes #4243
2014-09-24 20:32:20 +01:00
Philip Horger
5e80764774
go: Include all 3 GOROOT tools
2014-09-21 01:24:18 +01:00
Eelco Dolstra
2d6d43c02c
Fix tarball build
2014-08-24 18:52:50 +02:00
Tino Breddin
f513e383ef
golang: bump to 1.3.1
2014-08-17 21:08:45 +02:00
Eelco Dolstra
4f7289eec9
Don't use ensureDir
2014-07-22 11:01:32 +02:00