Path to this page:
./
lang/go,
The Go programming language
Branch: pkgsrc-2015Q4,
Version: 1.5.2nb2,
Package name: go-1.5.2nb2,
Maintainer: bsiegertThe Go programming language is an open source project to make
programmers more productive.
Go is expressive, concise, clean, and efficient. Its concurrency
mechanisms make it easy to write programs that get the most out of
multicore and networked machines, while its novel type system enables
flexible and modular program construction. Go compiles quickly to
machine code yet has the convenience of garbage collection and the power
of run-time reflection. It's a fast, statically typed, compiled language
that feels like a dynamically typed, interpreted language.
Required to run:[
lang/perl5] [
shells/bash]
Required to build:[
lang/go14] [
shells/bash]
Master sites:
SHA1: c7d78ba4df574b5f9a9bb5d17505f40c4d89b81c
RMD160: 38aec8e0f7f93c4616db58ccfc6152b3b35bbd08
Filesize: 11773.632 KB
Version history: (Expand)
- (2016-02-07) Updated to version: go-1.5.2nb2
- (2016-01-02) Package added to pkgsrc.se, version go-1.5.2nb1 (created)
CVS history: (Expand)
2016-02-06 20:50:15 by S.P.Zeidler | Files touched by this commit (3) |
Log message:
Pullup ticket #4908 - requested by bsiegert
lang/go: bugfix
Revisions pulled up:
- lang/go/Makefile 1.38
- lang/go/distinfo 1.32
- lang/go/patches/patch-src_crypto_x509_root__bsd.go 1.1
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: bsiegert
Date: Sun Jan 31 10:17:27 UTC 2016
Modified Files:
pkgsrc/lang/go: Makefile distinfo
Added Files:
pkgsrc/lang/go/patches: patch-src_crypto_x509_root__bsd.go
Log message:
Add the correct path for SSL certificates that mozilla-rootcerts uses.
PR pkg/50690.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/lang/go/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/go/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/lang/go/patches/patch-src_crypto_x509_root__bsd.go
|