summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2016-08-20 09:21:44 +0000
committerbsiegert <bsiegert@pkgsrc.org>2016-08-20 09:21:44 +0000
commitbd9838d573cee4f53ae5ce5dcd840dbf7bb208c0 (patch)
treef40fb32ea675f71555fd240cdbee100e2fb34573 /security
parentc96492562e5426bdd1ab9795430bfea8112e5f0d (diff)
downloadpkgsrc-bd9838d573cee4f53ae5ce5dcd840dbf7bb208c0.tar.gz
Revbump packages using Go for Go 1.7 release.
Diffstat (limited to 'security')
-rw-r--r--security/go-crypto/Makefile4
-rw-r--r--security/go-oauth2/Makefile4
-rw-r--r--security/vault/Makefile3
3 files changed, 6 insertions, 5 deletions
diff --git a/security/go-crypto/Makefile b/security/go-crypto/Makefile
index b3958f68a05..47e7a107317 100644
--- a/security/go-crypto/Makefile
+++ b/security/go-crypto/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2016/02/23 20:18:12 bsiegert Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/20 09:21:46 bsiegert Exp $
DISTNAME= go-crypto-0.0.20151215
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
GITHUB_PROJECT= crypto
diff --git a/security/go-oauth2/Makefile b/security/go-oauth2/Makefile
index 02184cf11b2..7052783a80c 100644
--- a/security/go-oauth2/Makefile
+++ b/security/go-oauth2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2016/02/23 20:18:12 bsiegert Exp $
+# $NetBSD: Makefile,v 1.6 2016/08/20 09:21:46 bsiegert Exp $
#
DISTNAME= oauth2
PKGNAME= go-${DISTNAME}-20151204
-PKGREVISION= 2
+PKGREVISION= 3
GITHUB_PROJECT= ${DISTNAME}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
diff --git a/security/vault/Makefile b/security/vault/Makefile
index bc9c996d641..7a4a44c0806 100644
--- a/security/vault/Makefile
+++ b/security/vault/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2016/05/06 13:35:52 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2016/08/20 09:21:46 bsiegert Exp $
DISTNAME= vault-0.5.2
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}