summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2018-06-12 17:50:20 +0000
committerbsiegert <bsiegert@pkgsrc.org>2018-06-12 17:50:20 +0000
commitfa7e2bdd95978c77ba91bd892167bbd6ca692018 (patch)
tree61ee70baa437b5a95916282a6ce246f81fad3c50 /security
parent2d69138801c11474c23d8dc3248f61230e1284dc (diff)
downloadpkgsrc-fa7e2bdd95978c77ba91bd892167bbd6ca692018.tar.gz
Revbump all Go packages after lang/go update.
Diffstat (limited to 'security')
-rw-r--r--security/2fa/Makefile4
-rw-r--r--security/boringssl/Makefile4
-rw-r--r--security/go-crypt/Makefile4
-rw-r--r--security/go-crypto/Makefile4
-rw-r--r--security/go-oauth2/Makefile4
-rw-r--r--security/go-sftp/Makefile4
-rw-r--r--security/vault/Makefile3
7 files changed, 14 insertions, 13 deletions
diff --git a/security/2fa/Makefile b/security/2fa/Makefile
index bd28c79e422..28b15b7d564 100644
--- a/security/2fa/Makefile
+++ b/security/2fa/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2018/03/30 11:56:25 bsiegert Exp $
+# $NetBSD: Makefile,v 1.5 2018/06/12 17:50:27 bsiegert Exp $
DISTNAME= 2fa
PKGNAME= 2fa-20171122
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=rsc/}
GITHUB_TAG= c9558c536f6538d59f1b012915b44e44e3563823
diff --git a/security/boringssl/Makefile b/security/boringssl/Makefile
index 72f4e3a054b..b301a98a23a 100644
--- a/security/boringssl/Makefile
+++ b/security/boringssl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2017/04/13 15:12:06 bsiegert Exp $
+# $NetBSD: Makefile,v 1.9 2018/06/12 17:50:27 bsiegert Exp $
DISTNAME= boringssl-20151230
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL}
diff --git a/security/go-crypt/Makefile b/security/go-crypt/Makefile
index 1e5f66dea8a..e69bb08f59a 100644
--- a/security/go-crypt/Makefile
+++ b/security/go-crypt/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2018/03/30 11:56:25 bsiegert Exp $
+# $NetBSD: Makefile,v 1.5 2018/06/12 17:50:28 bsiegert Exp $
# Making up a version number, as this is a snapshot after the latest release
DISTNAME= crypt-0.0.2b
PKGNAME= go-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
MASTER_SITES= ${MASTER_SITE_GITHUB:=xordataexchange/}
CATEGORIES= security
GITHUB_TAG= 749e360c8f236773f28fc6d3ddfce4a470795227
diff --git a/security/go-crypto/Makefile b/security/go-crypto/Makefile
index 614abcff9ff..0ebfda89b20 100644
--- a/security/go-crypto/Makefile
+++ b/security/go-crypto/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2018/03/30 11:56:25 bsiegert Exp $
+# $NetBSD: Makefile,v 1.15 2018/06/12 17:50:28 bsiegert Exp $
COMMENT= Go supplementary cryptography libraries
-PKGREVISION= 1
+PKGREVISION= 2
DISTNAME= go-crypto-0.0.20180308
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
diff --git a/security/go-oauth2/Makefile b/security/go-oauth2/Makefile
index 7659e6c62dd..4774ec5cdbd 100644
--- a/security/go-oauth2/Makefile
+++ b/security/go-oauth2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2018/03/30 11:56:25 bsiegert Exp $
+# $NetBSD: Makefile,v 1.13 2018/06/12 17:50:27 bsiegert Exp $
#
DISTNAME= oauth2
PKGNAME= go-${DISTNAME}-20151204
-PKGREVISION= 9
+PKGREVISION= 10
GITHUB_PROJECT= ${DISTNAME}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
diff --git a/security/go-sftp/Makefile b/security/go-sftp/Makefile
index 69a6ae0335c..2a99cd26b9c 100644
--- a/security/go-sftp/Makefile
+++ b/security/go-sftp/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2018/03/30 11:56:25 bsiegert Exp $
+# $NetBSD: Makefile,v 1.5 2018/06/12 17:50:27 bsiegert Exp $
DISTNAME= sftp-1.0.0
PKGNAME= go-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
MASTER_SITES= ${MASTER_SITE_GITHUB:=pkg/}
CATEGORIES= security
GITHUB_TAG= ${PKGVERSION_NOREV}
diff --git a/security/vault/Makefile b/security/vault/Makefile
index 9500762a820..3bc1b20aae1 100644
--- a/security/vault/Makefile
+++ b/security/vault/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2018/04/27 14:02:41 fhajny Exp $
+# $NetBSD: Makefile,v 1.29 2018/06/12 17:50:27 bsiegert Exp $
DISTNAME= vault-0.10.1
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}