summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add go-github-com-ayufan-golang-kardianos-service.•••* gnu/packages/golang.scm (go-github-com-ayufan-golang-kardianos-service): New variable. Rouby Pierre-Antoine2018-06-201-0/+31
* gnu: Move go-github-com-kardianos-osext to (gnu packages golang).•••This package will not be used in later versions of Syncthing but may be needed by other Go programs. * gnu/packages/syncthing.scm (go-github-com-kardianos-osext): Move to ... * gnu/packages/golang.scm: ... here. Leo Famulari2018-06-201-0/+28
* gnu: Add go-github-com-sirupsen-logrus.•••* gnu/packages/golang.scm (go-github-com-sirupsen-logrus): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Rouby Pierre-Antoine2018-06-201-0/+30
* gnu: Go 1.10: Update to 1.10.3.•••* gnu/packages/golang.scm (go-1.10): Update to 1.10.3. Leo Famulari2018-06-141-2/+2
* gnu: Go 1.9: Update to 1.9.7.•••* gnu/packages/golang.scm (go-1.9): Update to 1.9.7. Leo Famulari2018-06-141-2/+2
* gnu: Add go-github-com-spf13-pflag.•••* gnu/packages/golang.scm (go-github-com-spf13-pflag): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rouby Pierre-Antoine2018-06-111-0/+29
* gnu: Add go-github-com-jonboulle-clockwork.•••* gnu/packages/golang.scm (go-github-com-jonboulle-clockwork): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rouby Pierre-Antoine2018-06-111-0/+26
* gnu: Add go-github-com-gorilla-mux.•••* gnu/packages/golang.scm (go-github-com-gorilla-mux): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rouby Pierre-Antoine2018-06-111-0/+26
* gnu: Add go-github-com-gorilla-context.•••* gnu/packages/golang.scm (go-github-com-gorilla-context): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Rouby Pierre-Antoine2018-05-291-0/+24
* gnu: Add go-github-com-google-gofuzz.•••* gnu/packages/golang.scm (go-github-com-google-gofuzz): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Rouby Pierre-Antoine2018-05-291-0/+25
* gnu: Add go-github-com-google-cadvisor.•••* gnu/packages/golang.scm (go-github-com-google-cadvisor): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Rouby Pierre-Antoine2018-05-291-0/+26
* gnu: Add go-github-com-emicklei-go-restful.•••* gnu/packages/golang.scm (go-github-com-emicklei-go-restful): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Rouby Pierre-Antoine2018-05-291-0/+25
* gnu: Add go-github-com-blang-semver.•••* gnu/packages/golang.scm (go-github-com-blang-semver): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Rouby Pierre-Antoine2018-05-291-0/+25
* gnu: Add go-github-com-urfave-cli.•••* gnu/packages/golang.scm (go-github-com-urfave-cli): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Rouby Pierre-Antoine2018-05-291-0/+25
* gnu: Add go-github-com-tevino-abool.•••* gnu/packages/golang.scm (go-github-com-tevino-abool): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rouby Pierre-Antoine2018-05-231-0/+26
* gnu: Add go-github-com-stretchr-testify.•••* gnu/packages/golang.scm (go-github-com-stretchr-testify): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rouby Pierre-Antoine2018-05-231-0/+34
* gnu: Add go-github-com-jpillora-backoff.•••* gnu/packages/golang.scm (go-github-com-jpillora-backoff): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rouby Pierre-Antoine2018-05-231-0/+26
* gnu: Add go-github-com-hashicorp-go-version.•••* gnu/packages/golang.scm (go-github-com-hashicorp-go-version): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rouby Pierre-Antoine2018-05-231-0/+30
* gnu: Add go-github-com-getsentry-raven-go.•••* gnu/packages/golang.scm (go-github-com-getsentry-raven-go): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rouby Pierre-Antoine2018-05-231-0/+27
* gnu: Add go-github-com-burntsushi-toml.•••* gnu/packages/golang.scm (go-github-com-burntsushi-toml): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rouby Pierre-Antoine2018-05-231-0/+28
* gnu: Go 1.10: Update to 1.10.2.•••* gnu/packages/golang.scm (go-1.10): Update to 1.10.2. Leo Famulari2018-05-121-2/+2
* gnu: Go 1.9: Update to 1.9.6.•••* gnu/packages/golang.scm (go-1.9): Update to 1.9.6. Leo Famulari2018-05-121-2/+2
* gnu: go@1.10: Update to 1.10.1 [fixes CVE-2018-7187].•••* gnu/packages/golang.scm (go-1.10): Update to 1.10.1. [arguments]: Disable the 'TestTwoPkgConfigs' test. Leo Famulari2018-04-241-2/+3
* gnu: go@1.9: Update to 1.9.5 [fixes CVE-2018-7187].•••* gnu/packages/golang.scm (go-1.9): Update to 1.9.5. [arguments]: Disable the 'TestTwoPkgConfigs' test. Leo Famulari2018-04-241-2/+3
* gnu: go@1.4: Use the "real" pkg-config.•••* gnu/packages/golang.scm (go-1.4)[native-inputs]: Use pkg-config instead of %pkg-config. Leo Famulari2018-04-241-1/+1
* gnu: Add go-golang-org-x-crypto-ssh-terminal.•••* gnu/packages/golang.scm (go-golang-org-x-crypto-ssh-terminal): New variable. Tomáš Čech2018-04-201-0/+41
* gnu: Move the Go standard libraries to (gnu packages golang).•••* gnu/packages/syncthing.scm (go-golang-org-x-crypto-bcrypt, go-golang-org-x-crypto-blowfish, go-golang-org-x-crypto-pbkdf2, go-golang-org-x-crypto-tea, go-golang-org-x-crypto-salsa20, go-golang-org-x-crypto-cast5, go-golang-org-x-crypto-twofish, go-golang-org-x-crypto-xtea, go-golang-org-x-net-ipv4, go-golang-org-x-net-bpf, go-golang-org-x-net-context, go-golang-org-x-net-internal-iana, go-golang-org-x-net-ipv6, go-golang-org-x-net-proxy, go-golang-org-x-sys-unix, go-golang-org-x-text-transform, go-golang-org-x-text-unicode-norm, go-golang-org-x-time-rate): Move these packages ... * gnu/packages/golang.scm: ... to here. Leo Famulari2018-04-171-0/+566
* gnu: Add go-github-com-hashicorp-hcl.•••* gnu/packages/golang.scm (go-github-com-hashicorp-hcl): New variable. Christopher Baines2018-03-171-0/+27
* gnu: Add go-github-com-tj-docopt.•••* gnu/packages/golang.scm (go-github-com-tj-docopt): New variable. Christopher Baines2018-03-171-0/+25
* gnu: go-github-com-aki237-nscjar: Declare a source file-name.•••* gnu/packages/golang.scm (go-github-com-aki237-nscjar)[source]: Declare a source file-name. Efraim Flashner2018-03-041-0/+1
* gnu: go-github-com-davidjpeacock-cli: Declare a source file-name.•••* gnu/packages/golang.scm (go-github-com-davidjpeacock-cli)[source]: Declare a source file-name. Efraim Flashner2018-03-041-0/+1
* gnu: go-github-com-alsm-ioprogress: Declare a source file-name.•••* gnu/packages/golang.scm (go-github-com-alsm-ioprogress)[source]: Declare a source file-name. Efraim Flashner2018-03-041-0/+1
* gnu: Add go@1.10.•••Building Go 1.10 with the Go 1.4 bootstrap, Thread Sanitizer from GCC 5 finds a data race during the the test suite of Go 1.10. With GCC 6, the race doesn't seem to be present. .##### ../misc/cgo/testsanitizers --- FAIL: TestShared (0.03s) --- FAIL: TestShared/tsan_shared (2.54s) cshared_test.go:71: `/tmp/guix-build-go-1.10.drv-0/TestShared367937240/tsan_shared` exited with exit status 66 ================== WARNING: ThreadSanitizer: data race (pid=28778) Write of size 8 at 0x7ffff5495c30 by thread T1: #0 pthread_attr_getstacksize <null> (tsan_shared+0x00000041be82) #1 x_cgo_init <null> (libtsan_shared.so+0x00000008aeaf) #2 runtime.rt0_go /tmp/guix-build-go-1.10.drv-0/go/src/runtime/asm_amd64.s:199 (libtsan_shared.so+0x000000081586) Previous write of size 8 at 0x7ffff5495c30 by main thread: #0 <null> <null> (0x000000000001) Location is stack of thread T1. Thread T1 (tid=28786, running) created by main thread at: #0 pthread_create <null> (tsan_shared+0x00000040c794) #1 _cgo_try_pthread_create <null> (libtsan_shared.so+0x00000008ad70) #2 x_cgo_sys_thread_create <null> (libtsan_shared.so+0x00000008ab12) #3 _rt0_amd64_lib /tmp/guix-build-go-1.10.drv-0/go/src/runtime/asm_amd64.s:56 (libtsan_shared.so+0x0000000813b6) SUMMARY: ThreadSanitizer: data race ??:0 __interceptor_pthread_attr_getstacksize * gnu/packages/golang.scm (go-1.10): New variable. (go-1.4)[native-inputs]: Use gcc:lib version 6. Leo Famulari2018-02-261-1/+118
* gnu: go: Update to 1.9.4 [fixes CVE-2018-6574].•••* gnu/packages/golang.scm (go-1.9): Update to 1.9.4. Leo Famulari2018-02-121-2/+2
* gnu: Add go-github.com-jtolds-gls.•••* gnu/packages/golang.scm (go-github.com-jtolds-gls): New variable. Christopher Baines2018-02-011-0/+23
* gnu: Add go-gopkg.in-tomb.v2.•••* gnu/packages/golang.scm (go-gopkg.in-tomb.v2): New variable. Christopher Baines2018-01-301-0/+25
* gnu: Add go-github.com-jessevdk-go-flags.•••* gnu/packages/golang.scm (go-github.com-jessevdk-go-flags): New variable. Christopher Baines2018-01-301-0/+25
* gnu: go: Update to 1.9.3.•••* gnu/packages/golang.scm (go-1.9): Update to 1.9.3. Leo Famulari2018-01-231-2/+2
* gnu: go: Improve description.•••* gnu/packages/golang.scm (go-1.4)[description]: Edit for clarity. Tobias Geerinckx-Rice2018-01-211-4/+5
* gnu: go@1.9: Drop left-over work-around.•••* gnu/packages/golang.scm (go-1.9)[arguments]: Remove substitution for fixed bug from the ‘prebuild’ phase. Tobias Geerinckx-Rice2018-01-211-7/+0
* gnu: Add go-github-com-davidjpeacock-cli.•••* gnu/packages/golang.scm (go-github-com-davidjpeacock-cli): New variable. Leo Famulari2017-12-311-0/+24
* gnu: Add go-github-com-aki237-nscjar.•••* gnu/packages/golang.scm (go-github-com-aki237-nscjar): New variable. Leo Famulari2017-12-311-0/+24
* gnu: Add go-github-com-alsm-ioprogress.•••* gnu/packages/golang.scm (go-github-com-alsm-ioprogress): New variable. Leo Famulari2017-12-311-0/+27
* gnu: go: Update to 1.9.2.•••* gnu/packages/golang.scm (go-1.9): Update to 1.9.2. Leo Famulari2017-10-261-2/+2
* gnu: go@1.4: Limit supported systems.•••* gnu/packages/golang.scm (go@1.4)[supported-systems]: New field, Limit supported systems to x86_64-linux, i686-linux and armhf-linux. (go@1.9)[supported-systems]: New field. Efraim Flashner2017-10-251-2/+4
* gnu: go: update to 1.9.1 [security fixes].•••See the release announcement and bug reports for more details about the security issues fixed in this release: https://groups.google.com/forum/m/#!topic/golang-nuts/sHfMg4gZNps https://golang.org/issue/22125 https://golang.org/issue/22134 * gnu/packages/golang.scm (go-1.9): Update to 1.9.1. Leo Famulari2017-10-041-2/+2
* Merge branch 'core-updates'Marius Bakke2017-08-261-0/+8
|\
| * gnu: go@1.8: Fix test failure.•••* gnu/packages/golang.scm (go-1.8)[arguments]: Escape braces in test data in 'prebuild' phase. Signed-off-by: Leo Famulari <leo@famulari.name> Alex Vong2017-07-151-0/+8
* | gnu: go: Update to 1.9.•••* gnu/packages/golang.scm (go-1.8): Replace with ... (go-1.9): ... new variable. [arguments]: Adjust the pre-build phase accordingly. Leo Famulari2017-08-251-5/+5
|/
* gnu: go@1.8: Update to 1.8.3 [fixes CVE-2017-8932].•••* gnu/packages/golang.scm (go-1.8): Update to 1.8.3. Leo Famulari2017-05-311-4/+4