summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2018-03-30 11:56:19 +0000
committerbsiegert <bsiegert@pkgsrc.org>2018-03-30 11:56:19 +0000
commit19e55e6a3f146130964b2b0f1e7234b1996d4dd7 (patch)
tree06c923b346fbe7782859e8c75d990a110d197970 /security
parent69ef84b9029f5def4478df7fa501b4f919d82b97 (diff)
downloadpkgsrc-19e55e6a3f146130964b2b0f1e7234b1996d4dd7.tar.gz
Revbump all Go packages after 1.10.1 update.
ok wiz@ for committing during freeze
Diffstat (limited to 'security')
-rw-r--r--security/2fa/Makefile4
-rw-r--r--security/go-crypt/Makefile4
-rw-r--r--security/go-crypto/Makefile3
-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, 10 deletions
diff --git a/security/2fa/Makefile b/security/2fa/Makefile
index 434b0a2d722..bd28c79e422 100644
--- a/security/2fa/Makefile
+++ b/security/2fa/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2018/03/04 15:52:18 bsiegert Exp $
+# $NetBSD: Makefile,v 1.4 2018/03/30 11:56:25 bsiegert Exp $
DISTNAME= 2fa
PKGNAME= 2fa-20171122
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=rsc/}
GITHUB_TAG= c9558c536f6538d59f1b012915b44e44e3563823
diff --git a/security/go-crypt/Makefile b/security/go-crypt/Makefile
index 3611ba7c1a5..1e5f66dea8a 100644
--- a/security/go-crypt/Makefile
+++ b/security/go-crypt/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2018/03/04 15:52:18 bsiegert Exp $
+# $NetBSD: Makefile,v 1.4 2018/03/30 11:56:25 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= 1
+PKGREVISION= 2
MASTER_SITES= ${MASTER_SITE_GITHUB:=xordataexchange/}
CATEGORIES= security
GITHUB_TAG= 749e360c8f236773f28fc6d3ddfce4a470795227
diff --git a/security/go-crypto/Makefile b/security/go-crypto/Makefile
index 96a3fbaf643..614abcff9ff 100644
--- a/security/go-crypto/Makefile
+++ b/security/go-crypto/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2018/03/11 20:43:33 bsiegert Exp $
+# $NetBSD: Makefile,v 1.14 2018/03/30 11:56:25 bsiegert Exp $
COMMENT= Go supplementary cryptography libraries
+PKGREVISION= 1
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 1d18f8b8d2d..7659e6c62dd 100644
--- a/security/go-oauth2/Makefile
+++ b/security/go-oauth2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2018/03/04 15:52:19 bsiegert Exp $
+# $NetBSD: Makefile,v 1.12 2018/03/30 11:56:25 bsiegert Exp $
#
DISTNAME= oauth2
PKGNAME= go-${DISTNAME}-20151204
-PKGREVISION= 8
+PKGREVISION= 9
GITHUB_PROJECT= ${DISTNAME}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
diff --git a/security/go-sftp/Makefile b/security/go-sftp/Makefile
index 360aa9d7d48..69a6ae0335c 100644
--- a/security/go-sftp/Makefile
+++ b/security/go-sftp/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2018/03/04 15:52:19 bsiegert Exp $
+# $NetBSD: Makefile,v 1.4 2018/03/30 11:56:25 bsiegert Exp $
DISTNAME= sftp-1.0.0
PKGNAME= go-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
MASTER_SITES= ${MASTER_SITE_GITHUB:=pkg/}
CATEGORIES= security
GITHUB_TAG= ${PKGVERSION_NOREV}
diff --git a/security/vault/Makefile b/security/vault/Makefile
index c280e5d7b70..29e3fb3a793 100644
--- a/security/vault/Makefile
+++ b/security/vault/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2018/03/23 12:00:12 fhajny Exp $
+# $NetBSD: Makefile,v 1.26 2018/03/30 11:56:25 bsiegert Exp $
DISTNAME= vault-0.9.6
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}