From owner-svn-ports-all@FreeBSD.ORG Tue Feb 4 22:36:56 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B89CBB8; Tue, 4 Feb 2014 22:36:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2807F15A2; Tue, 4 Feb 2014 22:36:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s14MauGK093927; Tue, 4 Feb 2014 22:36:56 GMT (envelope-from jlaffaye@svn.freebsd.org) Received: (from jlaffaye@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s14MatK5093924; Tue, 4 Feb 2014 22:36:55 GMT (envelope-from jlaffaye@svn.freebsd.org) Message-Id: <201402042236.s14MatK5093924@svn.freebsd.org> From: Julien Laffaye Date: Tue, 4 Feb 2014 22:36:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342615 - 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-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 22:36:56 -0000 Author: jlaffaye Date: Tue Feb 4 22:36:55 2014 New Revision: 342615 URL: http://svnweb.freebsd.org/changeset/ports/342615 QAT: https://qat.redports.org/buildarchive/r342615/ Log: - Update to 20140113 snapshot PR: ports/186090 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 Tue Feb 4 22:23:28 2014 (r342614) +++ head/security/go.crypto/Makefile Tue Feb 4 22:36:55 2014 (r342615) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= go.crypto -PORTVERSION= 20130706 -PORTREVISION= 1 +PORTVERSION= 20140113 CATEGORIES= security devel -MASTER_SITES= http://jlaffaye.net/ LOCAL/jlaffaye +MASTER_SITES= http://www.c-s.li/ports/ MAINTAINER= jlaffaye@FreeBSD.org COMMENT= Additional cryptography packages for Go Modified: head/security/go.crypto/distinfo ============================================================================== --- head/security/go.crypto/distinfo Tue Feb 4 22:23:28 2014 (r342614) +++ head/security/go.crypto/distinfo Tue Feb 4 22:36:55 2014 (r342615) @@ -1,2 +1,2 @@ -SHA256 (go.crypto-20130706.tar.gz) = bbff726f916947a1ad89686b5cbd4caf394ac098ea90f071e75221488b23f7c2 -SIZE (go.crypto-20130706.tar.gz) = 265534 +SHA256 (go.crypto-20140113.tar.gz) = 45e93f0552d9977cfaccc77ab890a9255ac4769e9781a158223df593c1de01e0 +SIZE (go.crypto-20140113.tar.gz) = 298940 Modified: head/security/go.crypto/pkg-plist ============================================================================== --- head/security/go.crypto/pkg-plist Tue Feb 4 22:23:28 2014 (r342614) +++ head/security/go.crypto/pkg-plist Tue Feb 4 22:36:55 2014 (r342615) @@ -74,6 +74,7 @@ %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/elgamal/elgamal_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/errors/errors.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/keys.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/keys_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/compressed.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/compressed_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/config.go @@ -91,13 +92,19 @@ %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/private_key_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/public_key.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/public_key_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/public_key_v3.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/public_key_v3_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/reader.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/signature.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/signature_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/signature_v3.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/signature_v3_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/symmetric_key_encrypted.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/symmetric_key_encrypted_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/symmetrically_encrypted.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/symmetrically_encrypted_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/userattribute.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/userattribute_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/userid.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/packet/userid_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/openpgp/read.go @@ -138,18 +145,24 @@ %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/buffer.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/buffer_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/certs.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/certs_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/channel.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/cipher.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/cipher_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/client.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/client_auth.go %%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/doc.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/example_test.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/kex.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/kex_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/keys.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/keys_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/mac.go +%%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/server.go @@ -157,6 +170,7 @@ %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/session.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/session_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/tcpip.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/tcpip_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal/terminal.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal/terminal_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/ssh/terminal/util.go