summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2019-03-16 08:35:37 +0000
committerbsiegert <bsiegert@pkgsrc.org>2019-03-16 08:35:37 +0000
commit08c0196bb6c90b437a376c7c06958dc690c47a7b (patch)
tree8d368b0cf075b74cdd0a8eecd724e1697445ec85 /security
parentc2fdf38b76b0bbb0bc410194a6d98523fce63366 (diff)
downloadpkgsrc-08c0196bb6c90b437a376c7c06958dc690c47a7b.tar.gz
Revbump all Go packages after Go 1.12.1 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-mkcert/Makefile4
-rw-r--r--security/go-oauth2/Makefile4
-rw-r--r--security/go-sftp/Makefile4
-rw-r--r--security/vault/Makefile4
7 files changed, 14 insertions, 14 deletions
diff --git a/security/2fa/Makefile b/security/2fa/Makefile
index a17453fb258..28b11353ac1 100644
--- a/security/2fa/Makefile
+++ b/security/2fa/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2019/03/09 10:05:10 bsiegert Exp $
+# $NetBSD: Makefile,v 1.10 2019/03/16 08:35:41 bsiegert Exp $
DISTNAME= 2fa
PKGNAME= 2fa-20171122
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=rsc/}
GITHUB_TAG= c9558c536f6538d59f1b012915b44e44e3563823
diff --git a/security/go-crypt/Makefile b/security/go-crypt/Makefile
index 29c886756f2..ae1c3747c83 100644
--- a/security/go-crypt/Makefile
+++ b/security/go-crypt/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2019/03/09 10:05:11 bsiegert Exp $
+# $NetBSD: Makefile,v 1.10 2019/03/16 08:35:40 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= 7
+PKGREVISION= 8
MASTER_SITES= ${MASTER_SITE_GITHUB:=xordataexchange/}
CATEGORIES= security
GITHUB_TAG= 749e360c8f236773f28fc6d3ddfce4a470795227
diff --git a/security/go-crypto/Makefile b/security/go-crypto/Makefile
index e65d8319f27..00828b7da83 100644
--- a/security/go-crypto/Makefile
+++ b/security/go-crypto/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2019/03/09 10:05:11 bsiegert Exp $
+# $NetBSD: Makefile,v 1.20 2019/03/16 08:35:40 bsiegert Exp $
COMMENT= Go supplementary cryptography libraries
-PKGREVISION= 6
+PKGREVISION= 7
DISTNAME= go-crypto-0.0.20180308
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
diff --git a/security/go-mkcert/Makefile b/security/go-mkcert/Makefile
index 8345cdb7b4f..db12bfd9bff 100644
--- a/security/go-mkcert/Makefile
+++ b/security/go-mkcert/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2019/03/09 10:05:11 bsiegert Exp $
+# $NetBSD: Makefile,v 1.4 2019/03/16 08:35:41 bsiegert Exp $
DISTNAME= mkcert-${GITHUB_TAG}
PKGNAME= go-mkcert-${VERSION}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=FiloSottile/}
GITHUB_PROJECT= mkcert
diff --git a/security/go-oauth2/Makefile b/security/go-oauth2/Makefile
index f1880e7d350..81189029e40 100644
--- a/security/go-oauth2/Makefile
+++ b/security/go-oauth2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2019/03/09 10:05:11 bsiegert Exp $
+# $NetBSD: Makefile,v 1.18 2019/03/16 08:35:41 bsiegert Exp $
#
DISTNAME= oauth2
PKGNAME= go-${DISTNAME}-20151204
-PKGREVISION= 14
+PKGREVISION= 15
GITHUB_PROJECT= ${DISTNAME}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
diff --git a/security/go-sftp/Makefile b/security/go-sftp/Makefile
index d6793f20961..a480be5d477 100644
--- a/security/go-sftp/Makefile
+++ b/security/go-sftp/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2019/03/09 10:05:11 bsiegert Exp $
+# $NetBSD: Makefile,v 1.10 2019/03/16 08:35:41 bsiegert Exp $
DISTNAME= sftp-1.0.0
PKGNAME= go-${DISTNAME}
-PKGREVISION= 7
+PKGREVISION= 8
MASTER_SITES= ${MASTER_SITE_GITHUB:=pkg/}
CATEGORIES= security
GITHUB_TAG= ${PKGVERSION_NOREV}
diff --git a/security/vault/Makefile b/security/vault/Makefile
index 5578d0c93c5..de23ffcebb9 100644
--- a/security/vault/Makefile
+++ b/security/vault/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2019/03/09 10:05:11 bsiegert Exp $
+# $NetBSD: Makefile,v 1.39 2019/03/16 08:35:41 bsiegert Exp $
DISTNAME= vault-0.11.2
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}