summaryrefslogtreecommitdiff
path: root/security/go-crypto
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2017-05-02 17:06:30 +0000
committerfhajny <fhajny@pkgsrc.org>2017-05-02 17:06:30 +0000
commit8b37b38c646a5ea5c827e6efeab31a4eae24c8ec (patch)
tree24161ed62019a856313f040969dae0e1373c8d2e /security/go-crypto
parent4ca16524713959bf37771a3cb480b6f50f221952 (diff)
downloadpkgsrc-8b37b38c646a5ea5c827e6efeab31a4eae24c8ec.tar.gz
Update go-crypto to state as of 20170502, no changelog available.
Fix build on (at least) SunOS by depending on go-sys.
Diffstat (limited to 'security/go-crypto')
-rw-r--r--security/go-crypto/Makefile4
-rw-r--r--security/go-crypto/Makefile.common9
-rw-r--r--security/go-crypto/PLIST8
-rw-r--r--security/go-crypto/distinfo10
4 files changed, 18 insertions, 13 deletions
diff --git a/security/go-crypto/Makefile b/security/go-crypto/Makefile
index b9eab7a32f8..6ea684b8c61 100644
--- a/security/go-crypto/Makefile
+++ b/security/go-crypto/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2017/04/13 15:12:06 bsiegert Exp $
+# $NetBSD: Makefile,v 1.11 2017/05/02 17:06:30 fhajny Exp $
-PKGREVISION= 2
+#PKGREVISION= #
COMMENT= Go supplementary cryptography libraries
diff --git a/security/go-crypto/Makefile.common b/security/go-crypto/Makefile.common
index 0e812beba74..c76a57fcf8b 100644
--- a/security/go-crypto/Makefile.common
+++ b/security/go-crypto/Makefile.common
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile.common,v 1.1 2017/03/20 22:53:45 bsiegert Exp $
-#
+# $NetBSD: Makefile.common,v 1.2 2017/05/02 17:06:30 fhajny Exp $
+#
# used by security/go-crypto
# used by security/go-crypto-acme
-DISTNAME= go-crypto-0.0.20170317
+DISTNAME= go-crypto-0.0.20170502
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
GITHUB_PROJECT= crypto
-GITHUB_TAG= 728b753
+GITHUB_TAG= 8e03fc1ab6
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/golang/crypto/
@@ -16,4 +16,5 @@ LICENSE= modified-bsd
DISTINFO_FILE= ${.CURDIR}/../../security/go-crypto/distinfo
.include "../../lang/go/go-package.mk"
+.include "../../devel/go-sys/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/go-crypto/PLIST b/security/go-crypto/PLIST
index a411be6c69f..97706858b23 100644
--- a/security/go-crypto/PLIST
+++ b/security/go-crypto/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/03/20 22:53:45 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/05/02 17:06:30 fhajny Exp $
gopkg/pkg/${GO_PLATFORM}/golang.org/x/crypto/bcrypt.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/crypto/blake2b.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/crypto/blake2s.a
@@ -35,6 +35,7 @@ gopkg/pkg/${GO_PLATFORM}/golang.org/x/crypto/scrypt.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/crypto/sha3.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/crypto/ssh.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/crypto/ssh/agent.a
+gopkg/pkg/${GO_PLATFORM}/golang.org/x/crypto/ssh/knownhosts.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/crypto/ssh/terminal.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/crypto/ssh/test.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/crypto/tea.a
@@ -264,6 +265,8 @@ gopkg/src/golang.org/x/crypto/ssh/kex.go
gopkg/src/golang.org/x/crypto/ssh/kex_test.go
gopkg/src/golang.org/x/crypto/ssh/keys.go
gopkg/src/golang.org/x/crypto/ssh/keys_test.go
+gopkg/src/golang.org/x/crypto/ssh/knownhosts/knownhosts.go
+gopkg/src/golang.org/x/crypto/ssh/knownhosts/knownhosts_test.go
gopkg/src/golang.org/x/crypto/ssh/mac.go
gopkg/src/golang.org/x/crypto/ssh/mempipe_test.go
gopkg/src/golang.org/x/crypto/ssh/messages.go
@@ -273,6 +276,7 @@ gopkg/src/golang.org/x/crypto/ssh/mux_test.go
gopkg/src/golang.org/x/crypto/ssh/server.go
gopkg/src/golang.org/x/crypto/ssh/session.go
gopkg/src/golang.org/x/crypto/ssh/session_test.go
+gopkg/src/golang.org/x/crypto/ssh/streamlocal.go
gopkg/src/golang.org/x/crypto/ssh/tcpip.go
gopkg/src/golang.org/x/crypto/ssh/tcpip_test.go
gopkg/src/golang.org/x/crypto/ssh/terminal/terminal.go
@@ -285,10 +289,10 @@ gopkg/src/golang.org/x/crypto/ssh/terminal/util_solaris.go
gopkg/src/golang.org/x/crypto/ssh/terminal/util_windows.go
gopkg/src/golang.org/x/crypto/ssh/test/agent_unix_test.go
gopkg/src/golang.org/x/crypto/ssh/test/cert_test.go
+gopkg/src/golang.org/x/crypto/ssh/test/dial_unix_test.go
gopkg/src/golang.org/x/crypto/ssh/test/doc.go
gopkg/src/golang.org/x/crypto/ssh/test/forward_unix_test.go
gopkg/src/golang.org/x/crypto/ssh/test/session_test.go
-gopkg/src/golang.org/x/crypto/ssh/test/tcpip_test.go
gopkg/src/golang.org/x/crypto/ssh/test/test_unix_test.go
gopkg/src/golang.org/x/crypto/ssh/test/testdata_test.go
gopkg/src/golang.org/x/crypto/ssh/testdata/doc.go
diff --git a/security/go-crypto/distinfo b/security/go-crypto/distinfo
index d75c1de458f..03af909f241 100644
--- a/security/go-crypto/distinfo
+++ b/security/go-crypto/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/03/16 19:27:36 bsiegert Exp $
+$NetBSD: distinfo,v 1.3 2017/05/02 17:06:30 fhajny Exp $
-SHA1 (go-crypto-0.0.20170317-728b753.tar.gz) = 9b0e0b79e1c3a4137a9b05d885f442f131ea1c4b
-RMD160 (go-crypto-0.0.20170317-728b753.tar.gz) = dfd49c29c53a569ff8f78ea9cb11e98b9c121f71
-SHA512 (go-crypto-0.0.20170317-728b753.tar.gz) = 163ca4b00188133d5c4d82dd685deaf2b889ae76b97021697d96dd8f11675a57361352e204d774a6fb7941f45dc8027ddb324abf0a4799ed19c3052181536992
-Size (go-crypto-0.0.20170317-728b753.tar.gz) = 1317212 bytes
+SHA1 (go-crypto-0.0.20170502-8e03fc1ab6.tar.gz) = 9ca2509af63d3b9a366bae97fec3273028f5ffb0
+RMD160 (go-crypto-0.0.20170502-8e03fc1ab6.tar.gz) = e70c123d58914240cf4cb20bcd3c6b1bc13e2139
+SHA512 (go-crypto-0.0.20170502-8e03fc1ab6.tar.gz) = efcc9cb7d4b526a3d27a17198db3cfecdd5f2c7a9242244cdce0f8519b58aae2ac2287749d521504f43b56795b2811496b7a6bb62ad450c9ff62801a39638a53
+Size (go-crypto-0.0.20170502-8e03fc1ab6.tar.gz) = 1331613 bytes