summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2016-09-10 19:47:19 +0000
committerbsiegert <bsiegert@pkgsrc.org>2016-09-10 19:47:19 +0000
commitbe25a00c4833d8eb372cf9643282d07484d1924a (patch)
tree6d50cea6118a94a9767f33dc429cf0bcda97a623 /security
parenta67eb3291c58dffc0721b19b8a5a6d7f5dbdf29f (diff)
downloadpkgsrc-be25a00c4833d8eb372cf9643282d07484d1924a.tar.gz
Revbump all Go packages after the Go 1.7.1 update.
Diffstat (limited to 'security')
-rw-r--r--security/boringssl/Makefile4
-rw-r--r--security/go-crypto/Makefile4
-rw-r--r--security/go-oauth2/Makefile4
-rw-r--r--security/vault/Makefile3
4 files changed, 8 insertions, 7 deletions
diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile
index a6fd5fec752..c568a0fa613 100644
--- a/security/boringssl/Makefile
+++ b/security/boringssl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2016/07/09 06:38:53 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2016/09/10 19:47:21 bsiegert Exp $
DISTNAME= boringssl-20151230
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL}
diff --git a/security/go-crypto/Makefile b/security/go-crypto/Makefile
index 47e7a107317..fbd74ef6968 100644
--- a/security/go-crypto/Makefile
+++ b/security/go-crypto/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2016/08/20 09:21:46 bsiegert Exp $
+# $NetBSD: Makefile,v 1.4 2016/09/10 19:47:21 bsiegert Exp $
DISTNAME= go-crypto-0.0.20151215
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
GITHUB_PROJECT= crypto
diff --git a/security/go-oauth2/Makefile b/security/go-oauth2/Makefile
index 7052783a80c..d5ebaa179b6 100644
--- a/security/go-oauth2/Makefile
+++ b/security/go-oauth2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2016/08/20 09:21:46 bsiegert Exp $
+# $NetBSD: Makefile,v 1.7 2016/09/10 19:47:21 bsiegert Exp $
#
DISTNAME= oauth2
PKGNAME= go-${DISTNAME}-20151204
-PKGREVISION= 3
+PKGREVISION= 4
GITHUB_PROJECT= ${DISTNAME}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
diff --git a/security/vault/Makefile b/security/vault/Makefile
index 4c270d5ff5e..bd9eaf3ff00 100644
--- a/security/vault/Makefile
+++ b/security/vault/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2016/09/09 13:26:04 fhajny Exp $
+# $NetBSD: Makefile,v 1.4 2016/09/10 19:47:21 bsiegert Exp $
DISTNAME= vault-0.6.1
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}