summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2017-04-13 15:12:03 +0000
committerbsiegert <bsiegert>2017-04-13 15:12:03 +0000
commit754de8ad2f7e82334a4b16d67663183cd9c256b8 (patch)
treec15c4597e5f6add99d0190620318d07859cdae9d /security
parent1b9d6be81e85f838735490a7f5a54f77a044a58b (diff)
downloadpkgsrc-754de8ad2f7e82334a4b16d67663183cd9c256b8.tar.gz
Revbump all Go packages after the Go 1.8.1 update.
Diffstat (limited to 'security')
-rw-r--r--security/boringssl/Makefile4
-rw-r--r--security/go-crypto-acme/Makefile3
-rw-r--r--security/go-crypto/Makefile4
-rw-r--r--security/go-oauth2/Makefile4
-rw-r--r--security/vault/Makefile3
5 files changed, 10 insertions, 8 deletions
diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile
index 703ab2a8122..72f4e3a054b 100644
--- a/security/boringssl/Makefile
+++ b/security/boringssl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2016/12/04 16:30:00 bsiegert Exp $
+# $NetBSD: Makefile,v 1.8 2017/04/13 15:12:06 bsiegert Exp $
DISTNAME= boringssl-20151230
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL}
diff --git a/security/go-crypto-acme/Makefile b/security/go-crypto-acme/Makefile
index 93cd794cc1f..bb31d9bf3ac 100644
--- a/security/go-crypto-acme/Makefile
+++ b/security/go-crypto-acme/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2017/03/20 22:36:49 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2 2017/04/13 15:12:06 bsiegert Exp $
PKGNAME= ${DISTNAME:S/crypto/crypto-acme/}
+PKGREVISION= 1
COMMENT= ACME library from go-crypto
GO_SRCPATH= golang.org/x/crypto/acme
diff --git a/security/go-crypto/Makefile b/security/go-crypto/Makefile
index 4b7eeb58226..b9eab7a32f8 100644
--- a/security/go-crypto/Makefile
+++ b/security/go-crypto/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2017/03/20 22:53:45 bsiegert Exp $
+# $NetBSD: Makefile,v 1.10 2017/04/13 15:12:06 bsiegert Exp $
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Go supplementary cryptography libraries
diff --git a/security/go-oauth2/Makefile b/security/go-oauth2/Makefile
index 76237c88db6..a7dc075eefb 100644
--- a/security/go-oauth2/Makefile
+++ b/security/go-oauth2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2016/12/04 16:30:00 bsiegert Exp $
+# $NetBSD: Makefile,v 1.10 2017/04/13 15:12:06 bsiegert Exp $
#
DISTNAME= oauth2
PKGNAME= go-${DISTNAME}-20151204
-PKGREVISION= 6
+PKGREVISION= 7
GITHUB_PROJECT= ${DISTNAME}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
diff --git a/security/vault/Makefile b/security/vault/Makefile
index bfed1438837..34157e7250f 100644
--- a/security/vault/Makefile
+++ b/security/vault/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2017/03/20 15:15:28 fhajny Exp $
+# $NetBSD: Makefile,v 1.11 2017/04/13 15:12:06 bsiegert Exp $
DISTNAME= vault-0.7.0
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}