svn commit: r367382 - head/security/go.crypto

Carlo Strub cs at FreeBSD.org
Fri Sep 5 19:25:28 UTC 2014


Author: cs
Date: Fri Sep  5 19:25:27 2014
New Revision: 367382
URL: http://svnweb.freebsd.org/changeset/ports/367382
QAT: https://qat.redports.org/buildarchive/r367382/

Log:
  Update to 20140828
  
  PR:		193293
  Submitted by:	cs@
  Approved by:	jlaffaye@ (maintainer)

Modified:
  head/security/go.crypto/Makefile
  head/security/go.crypto/distinfo
  head/security/go.crypto/pkg-plist

Modified: head/security/go.crypto/Makefile
==============================================================================
--- head/security/go.crypto/Makefile	Fri Sep  5 19:11:20 2014	(r367381)
+++ head/security/go.crypto/Makefile	Fri Sep  5 19:25:27 2014	(r367382)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	go.crypto
-PORTVERSION=	20140113
+PORTVERSION=	20140828
 CATEGORIES=	security devel
 MASTER_SITES=	http://www.c-s.li/ports/
 
@@ -14,6 +14,7 @@ GO_TARGET=	${GO_PKGNAME}/bcrypt		\
 		${GO_PKGNAME}/bn256		\
 		${GO_PKGNAME}/cast5		\
 		${GO_PKGNAME}/curve25519	\
+		${GO_PKGNAME}/hkdf		\
 		${GO_PKGNAME}/md4		\
 		${GO_PKGNAME}/nacl/box		\
 		${GO_PKGNAME}/nacl/secretbox	\

Modified: head/security/go.crypto/distinfo
==============================================================================
--- head/security/go.crypto/distinfo	Fri Sep  5 19:11:20 2014	(r367381)
+++ head/security/go.crypto/distinfo	Fri Sep  5 19:25:27 2014	(r367382)
@@ -1,2 +1,2 @@
-SHA256 (go.crypto-20140113.tar.gz) = 45e93f0552d9977cfaccc77ab890a9255ac4769e9781a158223df593c1de01e0
-SIZE (go.crypto-20140113.tar.gz) = 298940
+SHA256 (go.crypto-20140828.tar.gz) = 452576b5ab1819ab0e4c80ca3d9cb68688ed1440a042ed5bbfa69903a8b22b19
+SIZE (go.crypto-20140828.tar.gz) = 325260

Modified: head/security/go.crypto/pkg-plist
==============================================================================
--- head/security/go.crypto/pkg-plist	Fri Sep  5 19:11:20 2014	(r367381)
+++ head/security/go.crypto/pkg-plist	Fri Sep  5 19:25:27 2014	(r367382)
@@ -3,6 +3,7 @@
 %%GO_LIBDIR%%/%%GO_PKGNAME%%/bn256.a
 %%GO_LIBDIR%%/%%GO_PKGNAME%%/cast5.a
 %%GO_LIBDIR%%/%%GO_PKGNAME%%/curve25519.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/hkdf.a
 %%GO_LIBDIR%%/%%GO_PKGNAME%%/md4.a
 %%GO_LIBDIR%%/%%GO_PKGNAME%%/nacl/box.a
 %%GO_LIBDIR%%/%%GO_PKGNAME%%/nacl/secretbox.a
@@ -54,6 +55,9 @@
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/mont25519_amd64.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/mul_amd64.s
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/square_amd64.s
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/hkdf/example_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/hkdf/hkdf.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/hkdf/hkdf_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/md4/md4.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/md4/md4_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/md4/md4block.go
@@ -141,7 +145,14 @@
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3/keccakf.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3/sha3.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3/sha3_test.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/client.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/client_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/forward.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/keyring.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/server.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/server_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent/testdata_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/benchmark_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/buffer.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/buffer_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/certs.go
@@ -154,9 +165,11 @@
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/client_auth_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/client_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/common.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/common_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/connection.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/doc.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/example_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/handshake.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/handshake_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/kex.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/kex_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/keys.go
@@ -165,8 +178,9 @@
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/mempipe_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/messages.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/messages_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/mux.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/mux_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/server.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/server_terminal.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/session.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/session_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/tcpip.go
@@ -176,12 +190,18 @@
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal/util.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal/util_bsd.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal/util_linux.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal/util_windows.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/agent_unix_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/cert_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/doc.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/forward_unix_test.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/keys_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/session_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/tcpip_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/test_unix_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test/testdata_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/testdata/doc.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/testdata/keys.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/testdata_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/transport.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/transport_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/twofish/twofish.go
@@ -191,47 +211,50 @@
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/xtea/xtea_test.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/xts/xts.go
 %%GO_SRCDIR%%/%%GO_PKGNAME%%/xts/xts_test.go
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/xts
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/xtea
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/twofish
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/scrypt
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20/salsa
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/ripemd160
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/pbkdf2
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/otr
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/s2k
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/errors
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/elgamal
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/clearsign
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/armor
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/ocsp
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl/secretbox
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl/box
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/md4
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/cast5
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/blowfish
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/bcrypt
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%
- at dirrmtry %%GO_SRCDIR%%/code.google.com/p
- at dirrmtry %%GO_SRCDIR%%/code.google.com
- at dirrmtry %%GO_SRCDIR%%
- at dirrmtry %%GO_LIBDIR%%/%%GO_PKGNAME%%/salsa20
- at dirrmtry %%GO_LIBDIR%%/%%GO_PKGNAME%%/openpgp
 @dirrmtry %%GO_LIBDIR%%/%%GO_PKGNAME%%/nacl
+ at dirrmtry %%GO_LIBDIR%%/%%GO_PKGNAME%%/openpgp
+ at dirrmtry %%GO_LIBDIR%%/%%GO_PKGNAME%%/salsa20
 @dirrmtry %%GO_LIBDIR%%/%%GO_PKGNAME%%
 @dirrmtry %%GO_LIBDIR%%/code.google.com/p
 @dirrmtry %%GO_LIBDIR%%/code.google.com
 @dirrmtry %%GO_LIBDIR%%
 @dirrmtry share/go/pkg
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/bcrypt
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/blowfish
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/cast5
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/hkdf
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/md4
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl/box
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl/secretbox
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/ocsp
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/armor
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/clearsign
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/elgamal
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/errors
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/s2k
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/otr
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/pbkdf2
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/ripemd160
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20/salsa
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/salsa20
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/scrypt
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/agent
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/test
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/testdata
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/twofish
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/xtea
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/xts
+ at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%
+ at dirrmtry %%GO_SRCDIR%%/code.google.com/p
+ at dirrmtry %%GO_SRCDIR%%/code.google.com
+ at dirrmtry %%GO_SRCDIR%%
 @dirrmtry share/go


More information about the svn-ports-head mailing list