summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-07-17 18:04:11 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-07-17 18:04:11 +0000
commit4dc51bbe311eb7780668b6267662c66c1329d72b (patch)
tree245b4972759fb02dfc409c1dba500e33437d2908 /security
parent93470644062449efefa45f04a90c918011fe5b01 (diff)
downloadpkgsrc-4dc51bbe311eb7780668b6267662c66c1329d72b.tar.gz
Revbump all Go packages after go114 update.
Diffstat (limited to 'security')
-rw-r--r--security/2fa/Makefile4
-rw-r--r--security/go-asn1-ber/Makefile4
-rw-r--r--security/go-crypt/Makefile4
-rw-r--r--security/go-crypto-acme/Makefile4
-rw-r--r--security/go-crypto/Makefile4
-rw-r--r--security/go-mkcert/Makefile3
-rw-r--r--security/go-oauth2/Makefile4
-rw-r--r--security/go-sftp/Makefile4
-rw-r--r--security/go-xxhash/Makefile4
-rw-r--r--security/vault/Makefile4
10 files changed, 20 insertions, 19 deletions
diff --git a/security/2fa/Makefile b/security/2fa/Makefile
index 00b70519b18..1b4137b19a3 100644
--- a/security/2fa/Makefile
+++ b/security/2fa/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2020/06/17 09:54:15 bsiegert Exp $
+# $NetBSD: Makefile,v 1.23 2020/07/17 18:04:27 bsiegert Exp $
DISTNAME= 2fa-1.1.0
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=rsc/}
GITHUB_TAG= v1.1.0
diff --git a/security/go-asn1-ber/Makefile b/security/go-asn1-ber/Makefile
index 3630c258f3d..ad90e50c24f 100644
--- a/security/go-asn1-ber/Makefile
+++ b/security/go-asn1-ber/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2020/06/17 09:54:16 bsiegert Exp $
+# $NetBSD: Makefile,v 1.12 2020/07/17 18:04:27 bsiegert Exp $
DISTNAME= asn1-ber-1.3
PKGNAME= go-${DISTNAME}
-PKGREVISION= 10
+PKGREVISION= 11
MASTER_SITES= ${MASTER_SITE_GITHUB:=go-asn1-ber/}
CATEGORIES= security
GITHUB_PROJECT= asn1-ber
diff --git a/security/go-crypt/Makefile b/security/go-crypt/Makefile
index 4b927e91272..484c83c57fb 100644
--- a/security/go-crypt/Makefile
+++ b/security/go-crypt/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.23 2020/06/17 09:54:16 bsiegert Exp $
+# $NetBSD: Makefile,v 1.24 2020/07/17 18:04:27 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= 19
+PKGREVISION= 20
MASTER_SITES= ${MASTER_SITE_GITHUB:=xordataexchange/}
CATEGORIES= security
GITHUB_TAG= 749e360c8f236773f28fc6d3ddfce4a470795227
diff --git a/security/go-crypto-acme/Makefile b/security/go-crypto-acme/Makefile
index fcc77d11f3d..4fd9543636d 100644
--- a/security/go-crypto-acme/Makefile
+++ b/security/go-crypto-acme/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2020/03/21 16:57:04 bsiegert Exp $
+# $NetBSD: Makefile,v 1.9 2020/07/17 18:04:27 bsiegert Exp $
PKGNAME= ${DISTNAME:S/crypto/crypto-acme/}
-PKGREVISION= 1
+PKGREVISION= 2
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 b46d82a7764..0725831eb39 100644
--- a/security/go-crypto/Makefile
+++ b/security/go-crypto/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2020/06/17 09:54:15 bsiegert Exp $
+# $NetBSD: Makefile,v 1.34 2020/07/17 18:04:27 bsiegert Exp $
COMMENT= Go supplementary cryptography libraries
-PKGREVISION= 3
+PKGREVISION= 4
GO_SRCPATH= golang.org/x/crypto
GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}*
diff --git a/security/go-mkcert/Makefile b/security/go-mkcert/Makefile
index 370b45a53f7..5e7d7db4187 100644
--- a/security/go-mkcert/Makefile
+++ b/security/go-mkcert/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2020/07/07 20:35:50 bsiegert Exp $
+# $NetBSD: Makefile,v 1.17 2020/07/17 18:04:28 bsiegert Exp $
DISTNAME= mkcert-${GITHUB_TAG}
PKGNAME= go-mkcert-${VERSION}
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=FiloSottile/}
GITHUB_PROJECT= mkcert
diff --git a/security/go-oauth2/Makefile b/security/go-oauth2/Makefile
index 12d1c7e642e..550d27c218e 100644
--- a/security/go-oauth2/Makefile
+++ b/security/go-oauth2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.30 2020/06/17 09:54:15 bsiegert Exp $
+# $NetBSD: Makefile,v 1.31 2020/07/17 18:04:28 bsiegert Exp $
#
DISTNAME= oauth2
PKGNAME= go-${DISTNAME}-20151204
-PKGREVISION= 26
+PKGREVISION= 27
GITHUB_PROJECT= ${DISTNAME}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
diff --git a/security/go-sftp/Makefile b/security/go-sftp/Makefile
index 61e95cf6bac..a05983c89a7 100644
--- a/security/go-sftp/Makefile
+++ b/security/go-sftp/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2020/06/17 09:54:16 bsiegert Exp $
+# $NetBSD: Makefile,v 1.23 2020/07/17 18:04:28 bsiegert Exp $
DISTNAME= sftp-1.0.0
PKGNAME= go-${DISTNAME}
-PKGREVISION= 19
+PKGREVISION= 20
MASTER_SITES= ${MASTER_SITE_GITHUB:=pkg/}
CATEGORIES= security
GITHUB_TAG= ${PKGVERSION_NOREV}
diff --git a/security/go-xxhash/Makefile b/security/go-xxhash/Makefile
index e6f29957045..a2e21396668 100644
--- a/security/go-xxhash/Makefile
+++ b/security/go-xxhash/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2020/06/17 09:54:15 bsiegert Exp $
+# $NetBSD: Makefile,v 1.9 2020/07/17 18:04:28 bsiegert Exp $
GITHUB_TAG= v${PKGVERSION_NOREV}
DISTNAME= go-xxhash-2.1.0
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=cespare/}
GITHUB_PROJECT= xxhash
diff --git a/security/vault/Makefile b/security/vault/Makefile
index a559daa8a52..7b095cf3f04 100644
--- a/security/vault/Makefile
+++ b/security/vault/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2020/06/17 09:54:16 bsiegert Exp $
+# $NetBSD: Makefile,v 1.53 2020/07/17 18:04:28 bsiegert Exp $
DISTNAME= vault-1.2.3
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}