From owner-svn-ports-head@freebsd.org Fri Apr 7 14:03:21 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0B06D31965; Fri, 7 Apr 2017 14:03:21 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BAF65E08; Fri, 7 Apr 2017 14:03:21 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v37E3KqO079431; Fri, 7 Apr 2017 14:03:20 GMT (envelope-from jlaffaye@FreeBSD.org) Received: (from jlaffaye@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v37E3K0s079428; Fri, 7 Apr 2017 14:03:20 GMT (envelope-from jlaffaye@FreeBSD.org) Message-Id: <201704071403.v37E3K0s079428@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlaffaye set sender to jlaffaye@FreeBSD.org using -f From: Julien Laffaye Date: Fri, 7 Apr 2017 14:03:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437924 - head/security/go.crypto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Apr 2017 14:03:22 -0000 Author: jlaffaye Date: Fri Apr 7 14:03:20 2017 New Revision: 437924 URL: https://svnweb.freebsd.org/changeset/ports/437924 Log: Update to 20170330 snapshot PR: 218307 Submitted by: cs 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 Apr 7 13:46:28 2017 (r437923) +++ head/security/go.crypto/Makefile Fri Apr 7 14:03:20 2017 (r437924) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= go.crypto -PORTVERSION= 20160709 +PORTVERSION= 20170330 CATEGORIES= security devel MAINTAINER= jlaffaye@FreeBSD.org @@ -12,16 +12,19 @@ LICENSE= BSD3CLAUSE USE_GITHUB= yes GH_ACCOUNT= golang GH_PROJECT= crypto -GH_TAGNAME= c2f4947f41766b144bb09066e919466da5eddeae +GH_TAGNAME= 3cb07270c9455e8ad27956a70891c962d121a228 USES= go GO_PKGNAME= golang.org/x/crypto GO_TARGET= ${GO_PKGNAME}/bcrypt \ + ${GO_PKGNAME}/blake2b \ + ${GO_PKGNAME}/blake2s \ ${GO_PKGNAME}/blowfish \ ${GO_PKGNAME}/bn256 \ ${GO_PKGNAME}/cast5 \ + ${GO_PKGNAME}/chacha20poly1305 \ + ${GO_PKGNAME}/cryptobyte \ ${GO_PKGNAME}/curve25519 \ ${GO_PKGNAME}/ed25519 \ - ${GO_PKGNAME}/ed25519/internal/edwards25519\ ${GO_PKGNAME}/hkdf \ ${GO_PKGNAME}/md4 \ ${GO_PKGNAME}/nacl/box \ @@ -37,7 +40,6 @@ GO_TARGET= ${GO_PKGNAME}/bcrypt \ ${GO_PKGNAME}/otr \ ${GO_PKGNAME}/pbkdf2 \ ${GO_PKGNAME}/pkcs12 \ - ${GO_PKGNAME}/pkcs12/internal/rc2\ ${GO_PKGNAME}/poly1305 \ ${GO_PKGNAME}/ripemd160 \ ${GO_PKGNAME}/salsa20 \ @@ -48,7 +50,6 @@ GO_TARGET= ${GO_PKGNAME}/bcrypt \ ${GO_PKGNAME}/ssh/agent \ ${GO_PKGNAME}/ssh/terminal \ ${GO_PKGNAME}/ssh/test \ - ${GO_PKGNAME}/ssh/testdata \ ${GO_PKGNAME}/tea \ ${GO_PKGNAME}/twofish \ ${GO_PKGNAME}/xtea \ Modified: head/security/go.crypto/distinfo ============================================================================== --- head/security/go.crypto/distinfo Fri Apr 7 13:46:28 2017 (r437923) +++ head/security/go.crypto/distinfo Fri Apr 7 14:03:20 2017 (r437924) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468178973 -SHA256 (golang-crypto-20160709-c2f4947f41766b144bb09066e919466da5eddeae_GH0.tar.gz) = 793910f411bcf5ddec4490b18308bc4b9f333bcbb7861fdec84d262bb47a78a5 -SIZE (golang-crypto-20160709-c2f4947f41766b144bb09066e919466da5eddeae_GH0.tar.gz) = 1028056 +TIMESTAMP = 1491146093 +SHA256 (golang-crypto-20170330-3cb07270c9455e8ad27956a70891c962d121a228_GH0.tar.gz) = 6ba16cc8071100343f382124ce29b811ac82461293a14ea19b5161f23fc42d03 +SIZE (golang-crypto-20170330-3cb07270c9455e8ad27956a70891c962d121a228_GH0.tar.gz) = 1318405 Modified: head/security/go.crypto/pkg-plist ============================================================================== --- head/security/go.crypto/pkg-plist Fri Apr 7 13:46:28 2017 (r437923) +++ head/security/go.crypto/pkg-plist Fri Apr 7 14:03:20 2017 (r437924) @@ -1,10 +1,13 @@ %%GO_LIBDIR%%/%%GO_PKGNAME%%/bcrypt.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/blake2b.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/blake2s.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/blowfish.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/bn256.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/cast5.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/chacha20poly1305.a +%%GO_LIBDIR%%/%%GO_PKGNAME%%/cryptobyte.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/curve25519.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/ed25519.a -%%GO_LIBDIR%%/%%GO_PKGNAME%%/ed25519/internal/edwards25519.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/hkdf.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/md4.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/nacl/box.a @@ -20,7 +23,6 @@ %%GO_LIBDIR%%/%%GO_PKGNAME%%/otr.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/pbkdf2.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/pkcs12.a -%%GO_LIBDIR%%/%%GO_PKGNAME%%/pkcs12/internal/rc2.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/poly1305.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/ripemd160.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/salsa20.a @@ -31,7 +33,6 @@ %%GO_LIBDIR%%/%%GO_PKGNAME%%/ssh/agent.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/ssh/terminal.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/ssh/test.a -%%GO_LIBDIR%%/%%GO_PKGNAME%%/ssh/testdata.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/tea.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/twofish.a %%GO_LIBDIR%%/%%GO_PKGNAME%%/xtea.a @@ -39,6 +40,24 @@ %%GO_SRCDIR%%/%%GO_PKGNAME%%/bcrypt/base64.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/bcrypt/bcrypt.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/bcrypt/bcrypt_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/blake2b/blake2b.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/blake2b/blake2bAVX2_amd64.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/blake2b/blake2bAVX2_amd64.s +%%GO_SRCDIR%%/%%GO_PKGNAME%%/blake2b/blake2b_amd64.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/blake2b/blake2b_amd64.s +%%GO_SRCDIR%%/%%GO_PKGNAME%%/blake2b/blake2b_generic.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/blake2b/blake2b_ref.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/blake2b/blake2b_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/blake2b/register.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/blake2s/blake2s.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/blake2s/blake2s_386.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/blake2s/blake2s_386.s +%%GO_SRCDIR%%/%%GO_PKGNAME%%/blake2s/blake2s_amd64.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/blake2s/blake2s_amd64.s +%%GO_SRCDIR%%/%%GO_PKGNAME%%/blake2s/blake2s_generic.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/blake2s/blake2s_ref.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/blake2s/blake2s_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/blake2s/register.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/blowfish/block.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/blowfish/blowfish_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/blowfish/cipher.go @@ -55,6 +74,22 @@ %%GO_SRCDIR%%/%%GO_PKGNAME%%/bn256/twist.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/cast5/cast5.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/cast5/cast5_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/chacha20poly1305/chacha20poly1305.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/chacha20poly1305/chacha20poly1305_amd64.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/chacha20poly1305/chacha20poly1305_amd64.s +%%GO_SRCDIR%%/%%GO_PKGNAME%%/chacha20poly1305/chacha20poly1305_generic.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/chacha20poly1305/chacha20poly1305_noasm.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/chacha20poly1305/chacha20poly1305_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/chacha20poly1305/chacha20poly1305_vectors_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/chacha20poly1305/internal/chacha20/chacha_generic.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/chacha20poly1305/internal/chacha20/chacha_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/cryptobyte/asn1.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/cryptobyte/asn1_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/cryptobyte/builder.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/cryptobyte/cryptobyte_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/cryptobyte/example_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/cryptobyte/string.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/const_amd64.h %%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/const_amd64.s %%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/cswap_amd64.s %%GO_SRCDIR%%/%%GO_PKGNAME%%/curve25519/curve25519.go @@ -78,6 +113,7 @@ %%GO_SRCDIR%%/%%GO_PKGNAME%%/md4/md4block.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl/box/box.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl/box/box_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl/secretbox/example_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl/secretbox/secretbox.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/nacl/secretbox/secretbox_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ocsp/ocsp.go @@ -153,13 +189,12 @@ %%GO_SRCDIR%%/%%GO_PKGNAME%%/pkcs12/pkcs12.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/pkcs12/pkcs12_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/pkcs12/safebags.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305/const_amd64.s %%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305/poly1305.go -%%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305/poly1305_amd64.s -%%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305/poly1305_arm.s %%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305/poly1305_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305/sum_amd64.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305/sum_amd64.s %%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305/sum_arm.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305/sum_arm.s %%GO_SRCDIR%%/%%GO_PKGNAME%%/poly1305/sum_ref.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ripemd160/ripemd160.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ripemd160/ripemd160_test.go @@ -177,6 +212,8 @@ %%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3/doc.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3/hashes.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3/keccakf.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3/keccakf_amd64.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3/keccakf_amd64.s %%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3/register.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3/sha3.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/sha3/sha3_test.go @@ -233,6 +270,7 @@ %%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_plan9.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal/util_solaris.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