From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 24 23:40:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 A28A1FDE for ; Fri, 24 Jan 2014 23:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 7DB9714D2 for ; Fri, 24 Jan 2014 23:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0ONe0vZ006577 for ; Fri, 24 Jan 2014 23:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0ONe0Bn006575; Fri, 24 Jan 2014 23:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 24 Jan 2014 23:40:00 GMT Resent-Message-Id: <201401242340.s0ONe0Bn006575@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Carlo Strub 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 16ADAF38 for ; Fri, 24 Jan 2014 23:37:38 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 02F7C14BE for ; Fri, 24 Jan 2014 23:37:38 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s0ONbbX5093886 for ; Fri, 24 Jan 2014 23:37:37 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s0ONbbUN093885; Fri, 24 Jan 2014 23:37:37 GMT (envelope-from nobody) Message-Id: <201401242337.s0ONbbUN093885@oldred.freebsd.org> Date: Fri, 24 Jan 2014 23:37:37 GMT From: Carlo Strub To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/186090: [UPDATE] security/go.crypto X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2014 23:40:00 -0000 >Number: 186090 >Category: ports >Synopsis: [UPDATE] security/go.crypto >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 24 23:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Carlo Strub >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/security/go.crypto/Makefile go.crypto/Makefile --- /usr/ports/security/go.crypto/Makefile 2014-01-11 17:46:33.000000000 +0000 +++ go.crypto/Makefile 2014-01-24 23:24:21.000000000 +0000 @@ -1,10 +1,9 @@ # $FreeBSD: security/go.crypto/Makefile 339441 2014-01-11 17:46:33Z jlaffaye $ 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 diff -ruN /usr/ports/security/go.crypto/distinfo go.crypto/distinfo --- /usr/ports/security/go.crypto/distinfo 2013-07-07 10:02:54.000000000 +0000 +++ go.crypto/distinfo 2014-01-24 23:26:32.000000000 +0000 @@ -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 diff -ruN /usr/ports/security/go.crypto/pkg-plist go.crypto/pkg-plist --- /usr/ports/security/go.crypto/pkg-plist 2014-01-11 17:46:33.000000000 +0000 +++ go.crypto/pkg-plist 2014-01-24 23:33:48.000000000 +0000 @@ -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 >Release-Note: >Audit-Trail: >Unformatted: