Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2014 22:36:55 +0000 (UTC)
From:      Julien Laffaye <jlaffaye@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342615 - head/security/go.crypto
Message-ID:  <201402042236.s14MatK5093924@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402042236.s14MatK5093924>