Date: Fri, 24 Jan 2014 23:37:37 GMT From: Carlo Strub <cs@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/186090: [UPDATE] security/go.crypto Message-ID: <201401242337.s0ONbbUN093885@oldred.freebsd.org> Resent-Message-ID: <201401242340.s0ONe0Bn006575@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401242337.s0ONbbUN093885>