pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/go Update go to 1.2.1, released today.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/328509625369
branches:  trunk
changeset: 631397:328509625369
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Mon Mar 03 15:41:12 2014 +0000

description:
Update go to 1.2.1, released today.

It contains the following fixes:

* runtime: fix crash in runtime.GoroutineProfile
* runtime: if traceback sees a breakpoint, don't change the PC
* runtime: fix data race in GC
* net: ignore some errors in windows Accept
* database/sql: Use all connections in pool

diffstat:

 lang/go/Makefile |  12 ++++--------
 lang/go/PLIST    |   4 ++--
 lang/go/distinfo |  11 ++++-------
 3 files changed, 10 insertions(+), 17 deletions(-)

diffs (68 lines):

diff -r 12e98bd7a6e6 -r 328509625369 lang/go/Makefile
--- a/lang/go/Makefile  Mon Mar 03 15:07:45 2014 +0000
+++ b/lang/go/Makefile  Mon Mar 03 15:41:12 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2014/01/05 14:55:09 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2014/03/03 15:41:12 bsiegert Exp $
 
-DISTNAME=      go1.2.src
-PKGNAME=       go-1.2
-PKGREVISION=   1
+VERSION=       1.2.1
+DISTNAME=      go${VERSION}.src
+PKGNAME=       go-${VERSION}
 CATEGORIES=    lang
 MASTER_SITES=  https://go.googlecode.com/files/
 PATCH_SITES=   https://codereview.appspot.com/download/
@@ -12,10 +12,6 @@
 COMMENT=       The Go programming language
 LICENSE=       modified-bsd
 
-# Fixes Unix domain socket handling under NetBSD/current
-PATCHFILES=    issue46420044_60001.diff
-PATCH_DIST_STRIP=-p1
-
 WRKSRC=                ${WRKDIR}/go
 USE_TOOLS+=    bash:run perl:run pax
 
diff -r 12e98bd7a6e6 -r 328509625369 lang/go/PLIST
--- a/lang/go/PLIST     Mon Mar 03 15:07:45 2014 +0000
+++ b/lang/go/PLIST     Mon Mar 03 15:41:12 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2014/01/04 11:35:48 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.5 2014/03/03 15:41:12 bsiegert Exp $
 bin/go
 bin/gofmt
 go/AUTHORS
@@ -2016,6 +2016,7 @@
 go/src/pkg/net/multicast_test.go
 go/src/pkg/net/net.go
 go/src/pkg/net/net_test.go
+go/src/pkg/net/net_windows_test.go
 go/src/pkg/net/packetconn_test.go
 go/src/pkg/net/parse.go
 go/src/pkg/net/parse_test.go
@@ -2694,7 +2695,6 @@
 go/src/pkg/syscall/str.go
 go/src/pkg/syscall/syscall.go
 go/src/pkg/syscall/syscall_bsd.go
-go/src/pkg/syscall/syscall_bsd.go.orig_dist
 go/src/pkg/syscall/syscall_darwin.go
 go/src/pkg/syscall/syscall_darwin_386.go
 go/src/pkg/syscall/syscall_darwin_amd64.go
diff -r 12e98bd7a6e6 -r 328509625369 lang/go/distinfo
--- a/lang/go/distinfo  Mon Mar 03 15:07:45 2014 +0000
+++ b/lang/go/distinfo  Mon Mar 03 15:41:12 2014 +0000
@@ -1,8 +1,5 @@
-$NetBSD: distinfo,v 1.4 2014/01/04 11:35:48 bsiegert Exp $
+$NetBSD: distinfo,v 1.5 2014/03/03 15:41:12 bsiegert Exp $
 
-SHA1 (go1.2.src.tar.gz) = 7dd2408d40471aeb30a9e0b502c6717b5bf383a5
-RMD160 (go1.2.src.tar.gz) = 9aa81a21c760c2c01e28254aee8424f69dad75cc
-Size (go1.2.src.tar.gz) = 9519109 bytes
-SHA1 (issue46420044_60001.diff) = 91d877471f90f23ee64828cb68e6837ea20bf6e8
-RMD160 (issue46420044_60001.diff) = 4827b47839173c44ee4019544d29aac4da19bf6d
-Size (issue46420044_60001.diff) = 1015 bytes
+SHA1 (go1.2.1.src.tar.gz) = 6a4b9991eddd8039438438d6aa25126ab7e07f2f
+RMD160 (go1.2.1.src.tar.gz) = ed813801a46e26952ab92be9acd145962937cc7e
+Size (go1.2.1.src.tar.gz) = 9520633 bytes



Home | Main Index | Thread Index | Old Index