summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2018-11-04 18:37:54 +0000
committerbsiegert <bsiegert@pkgsrc.org>2018-11-04 18:37:54 +0000
commitee84c46bdd5b107685b626efd7378a5749d9d9b7 (patch)
tree27d8bc4a990dcea81d9172b048effa85f287260f /security
parent1782b5111e93fc3df8ea6d7c1de67926a57e6287 (diff)
downloadpkgsrc-ee84c46bdd5b107685b626efd7378a5749d9d9b7.tar.gz
Revbump all Go packages after go111 update.
Diffstat (limited to 'security')
-rw-r--r--security/2fa/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
6 files changed, 12 insertions, 11 deletions
diff --git a/security/2fa/Makefile b/security/2fa/Makefile
index 28b15b7d564..afa0b548aae 100644
--- a/security/2fa/Makefile
+++ b/security/2fa/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2018/06/12 17:50:27 bsiegert Exp $
+# $NetBSD: Makefile,v 1.6 2018/11/04 18:38:06 bsiegert Exp $
DISTNAME= 2fa
PKGNAME= 2fa-20171122
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=rsc/}
GITHUB_TAG= c9558c536f6538d59f1b012915b44e44e3563823
diff --git a/security/go-crypt/Makefile b/security/go-crypt/Makefile
index e69bb08f59a..b4e6fdbb45e 100644
--- a/security/go-crypt/Makefile
+++ b/security/go-crypt/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2018/06/12 17:50:28 bsiegert Exp $
+# $NetBSD: Makefile,v 1.6 2018/11/04 18:38:05 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= 3
+PKGREVISION= 4
MASTER_SITES= ${MASTER_SITE_GITHUB:=xordataexchange/}
CATEGORIES= security
GITHUB_TAG= 749e360c8f236773f28fc6d3ddfce4a470795227
diff --git a/security/go-crypto/Makefile b/security/go-crypto/Makefile
index 0ebfda89b20..43603fd1305 100644
--- a/security/go-crypto/Makefile
+++ b/security/go-crypto/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2018/06/12 17:50:28 bsiegert Exp $
+# $NetBSD: Makefile,v 1.16 2018/11/04 18:38:05 bsiegert Exp $
COMMENT= Go supplementary cryptography libraries
-PKGREVISION= 2
+PKGREVISION= 3
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 4774ec5cdbd..02eabd0b753 100644
--- a/security/go-oauth2/Makefile
+++ b/security/go-oauth2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2018/06/12 17:50:27 bsiegert Exp $
+# $NetBSD: Makefile,v 1.14 2018/11/04 18:38:06 bsiegert Exp $
#
DISTNAME= oauth2
PKGNAME= go-${DISTNAME}-20151204
-PKGREVISION= 10
+PKGREVISION= 11
GITHUB_PROJECT= ${DISTNAME}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
diff --git a/security/go-sftp/Makefile b/security/go-sftp/Makefile
index 2a99cd26b9c..793d498ae0f 100644
--- a/security/go-sftp/Makefile
+++ b/security/go-sftp/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2018/06/12 17:50:27 bsiegert Exp $
+# $NetBSD: Makefile,v 1.6 2018/11/04 18:38:06 bsiegert Exp $
DISTNAME= sftp-1.0.0
PKGNAME= go-${DISTNAME}
-PKGREVISION= 3
+PKGREVISION= 4
MASTER_SITES= ${MASTER_SITE_GITHUB:=pkg/}
CATEGORIES= security
GITHUB_TAG= ${PKGVERSION_NOREV}
diff --git a/security/vault/Makefile b/security/vault/Makefile
index 7f3302041c6..61ff2f51a86 100644
--- a/security/vault/Makefile
+++ b/security/vault/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2018/10/07 20:19:38 fhajny Exp $
+# $NetBSD: Makefile,v 1.34 2018/11/04 18:38:06 bsiegert Exp $
DISTNAME= vault-0.11.2
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}