summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-03-21 16:57:00 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-03-21 16:57:00 +0000
commite2d17129f907da9086f8fcde0e3940ae1bdf0c2e (patch)
tree65c7341e85d54d1fe8e4556459633e49e87cf32a /security
parent60678e2ae396e90fd301743eddd4883f97700f1f (diff)
downloadpkgsrc-e2d17129f907da9086f8fcde0e3940ae1bdf0c2e.tar.gz
Revbump all Go packages after go113 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/Makefile3
-rw-r--r--security/go-crypto/Makefile3
-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/go-xxhash/Makefile4
-rw-r--r--security/vault/Makefile4
10 files changed, 20 insertions, 18 deletions
diff --git a/security/2fa/Makefile b/security/2fa/Makefile
index 54e5b67e535..b6a01688ac1 100644
--- a/security/2fa/Makefile
+++ b/security/2fa/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2020/02/02 14:19:09 bsiegert Exp $
+# $NetBSD: Makefile,v 1.20 2020/03/21 16:57:03 bsiegert Exp $
DISTNAME= 2fa-1.1.0
-PKGREVISION= 7
+PKGREVISION= 8
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 0c3c5e23618..a18856df7a7 100644
--- a/security/go-asn1-ber/Makefile
+++ b/security/go-asn1-ber/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2020/02/02 14:19:09 bsiegert Exp $
+# $NetBSD: Makefile,v 1.9 2020/03/21 16:57:04 bsiegert Exp $
DISTNAME= asn1-ber-1.3
PKGNAME= go-${DISTNAME}
-PKGREVISION= 7
+PKGREVISION= 8
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 fec8744055a..eae9c751b3d 100644
--- a/security/go-crypt/Makefile
+++ b/security/go-crypt/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2020/02/02 14:19:09 bsiegert Exp $
+# $NetBSD: Makefile,v 1.21 2020/03/21 16:57:03 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= 16
+PKGREVISION= 17
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 883b95e3c28..fcc77d11f3d 100644
--- a/security/go-crypto-acme/Makefile
+++ b/security/go-crypto-acme/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2020/02/03 14:51:55 bsiegert Exp $
+# $NetBSD: Makefile,v 1.8 2020/03/21 16:57:04 bsiegert Exp $
PKGNAME= ${DISTNAME:S/crypto/crypto-acme/}
+PKGREVISION= 1
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 82a188157fc..d7b31efae10 100644
--- a/security/go-crypto/Makefile
+++ b/security/go-crypto/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2020/02/03 14:51:55 bsiegert Exp $
+# $NetBSD: Makefile,v 1.31 2020/03/21 16:57:04 bsiegert Exp $
COMMENT= Go supplementary cryptography libraries
+PKGREVISION= 1
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 25e7c0fb51a..ad29f556d92 100644
--- a/security/go-mkcert/Makefile
+++ b/security/go-mkcert/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2020/02/02 14:19:10 bsiegert Exp $
+# $NetBSD: Makefile,v 1.13 2020/03/21 16:57:03 bsiegert Exp $
DISTNAME= mkcert-${GITHUB_TAG}
PKGNAME= go-mkcert-${VERSION}
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=FiloSottile/}
GITHUB_PROJECT= mkcert
diff --git a/security/go-oauth2/Makefile b/security/go-oauth2/Makefile
index c1d4d3a10e2..7249906e7f6 100644
--- a/security/go-oauth2/Makefile
+++ b/security/go-oauth2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2020/02/02 14:19:10 bsiegert Exp $
+# $NetBSD: Makefile,v 1.28 2020/03/21 16:57:04 bsiegert Exp $
#
DISTNAME= oauth2
PKGNAME= go-${DISTNAME}-20151204
-PKGREVISION= 23
+PKGREVISION= 24
GITHUB_PROJECT= ${DISTNAME}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
diff --git a/security/go-sftp/Makefile b/security/go-sftp/Makefile
index e395a32f191..6a054c1a65e 100644
--- a/security/go-sftp/Makefile
+++ b/security/go-sftp/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2020/02/02 14:19:10 bsiegert Exp $
+# $NetBSD: Makefile,v 1.20 2020/03/21 16:57:04 bsiegert Exp $
DISTNAME= sftp-1.0.0
PKGNAME= go-${DISTNAME}
-PKGREVISION= 16
+PKGREVISION= 17
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 289075e388b..73c946068de 100644
--- a/security/go-xxhash/Makefile
+++ b/security/go-xxhash/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2020/02/02 14:19:10 bsiegert Exp $
+# $NetBSD: Makefile,v 1.5 2020/03/21 16:57:04 bsiegert Exp $
GITHUB_TAG= v${PKGVERSION_NOREV}
DISTNAME= go-xxhash-2.1.0
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=cespare/}
GITHUB_PROJECT= xxhash
diff --git a/security/vault/Makefile b/security/vault/Makefile
index 45798bba4a6..9289541a790 100644
--- a/security/vault/Makefile
+++ b/security/vault/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2020/02/02 14:19:10 bsiegert Exp $
+# $NetBSD: Makefile,v 1.49 2020/03/21 16:57:04 bsiegert Exp $
DISTNAME= vault-1.2.3
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}