summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2016-10-29 08:59:46 +0000
committerbsiegert <bsiegert@pkgsrc.org>2016-10-29 08:59:46 +0000
commitfb3e410b11aa8c8de078c03e189695ac5a2cc253 (patch)
tree0747b8e0dcb029c58287c06901b2beaa4b85292c /security
parent05c7afcf4774da5f9452b912b06ae501eb20fe38 (diff)
downloadpkgsrc-fb3e410b11aa8c8de078c03e189695ac5a2cc253.tar.gz
Revbump packages depending on Go after the Go 1.7.3 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 c568a0fa613..558cccff25d 100644
--- a/security/boringssl/Makefile
+++ b/security/boringssl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2016/09/10 19:47:21 bsiegert Exp $
+# $NetBSD: Makefile,v 1.6 2016/10/29 08:59:48 bsiegert Exp $
DISTNAME= boringssl-20151230
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL}
diff --git a/security/go-crypto/Makefile b/security/go-crypto/Makefile
index fbd74ef6968..9e54876672e 100644
--- a/security/go-crypto/Makefile
+++ b/security/go-crypto/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2016/09/10 19:47:21 bsiegert Exp $
+# $NetBSD: Makefile,v 1.5 2016/10/29 08:59:48 bsiegert Exp $
DISTNAME= go-crypto-0.0.20151215
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
GITHUB_PROJECT= crypto
diff --git a/security/go-oauth2/Makefile b/security/go-oauth2/Makefile
index d5ebaa179b6..7938f0126db 100644
--- a/security/go-oauth2/Makefile
+++ b/security/go-oauth2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2016/09/10 19:47:21 bsiegert Exp $
+# $NetBSD: Makefile,v 1.8 2016/10/29 08:59:49 bsiegert Exp $
#
DISTNAME= oauth2
PKGNAME= go-${DISTNAME}-20151204
-PKGREVISION= 4
+PKGREVISION= 5
GITHUB_PROJECT= ${DISTNAME}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
diff --git a/security/vault/Makefile b/security/vault/Makefile
index 4736b6c2faa..2c302e77ff8 100644
--- a/security/vault/Makefile
+++ b/security/vault/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2016/10/26 11:49:11 fhajny Exp $
+# $NetBSD: Makefile,v 1.6 2016/10/29 08:59:49 bsiegert Exp $
DISTNAME= vault-0.6.2
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}