summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-11-08 21:59:09 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-11-08 21:59:09 +0000
commit90ec0cef96181f974072861ab2d73ad9f9f2dc8e (patch)
tree203cd1d9b99811acefdff941d7f3f71d6b831516 /security
parent6b02a14420bd80c9a4d761495b08d88aecc7c1b0 (diff)
downloadpkgsrc-90ec0cef96181f974072861ab2d73ad9f9f2dc8e.tar.gz
Revbump all Go packages after Go 1.15 update.
Diffstat (limited to 'security')
-rw-r--r--security/2fa/Makefile4
-rw-r--r--security/amass/Makefile3
-rw-r--r--security/authelia/Makefile3
-rw-r--r--security/go-asn1-ber/Makefile4
-rw-r--r--security/go-crypt/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/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 969132daf92..a824b9d7ab6 100644
--- a/security/2fa/Makefile
+++ b/security/2fa/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2020/10/15 13:08:28 bsiegert Exp $
+# $NetBSD: Makefile,v 1.27 2020/11/08 21:59:31 bsiegert Exp $
DISTNAME= 2fa-1.1.0
-PKGREVISION= 14
+PKGREVISION= 15
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=rsc/}
GITHUB_TAG= v1.1.0
diff --git a/security/amass/Makefile b/security/amass/Makefile
index 75a2ff45292..02df4aef4c5 100644
--- a/security/amass/Makefile
+++ b/security/amass/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2020/10/08 08:47:58 leot Exp $
+# $NetBSD: Makefile,v 1.4 2020/11/08 21:59:31 bsiegert Exp $
DISTNAME= amass-3.10.5
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=OWASP/}
GITHUB_PROJECT= Amass
diff --git a/security/authelia/Makefile b/security/authelia/Makefile
index e66925713bb..a517b5dbb12 100644
--- a/security/authelia/Makefile
+++ b/security/authelia/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2020/11/06 18:15:37 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2020/11/08 21:59:31 bsiegert Exp $
DISTNAME= authelia-4.22.0
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=authelia/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/security/go-asn1-ber/Makefile b/security/go-asn1-ber/Makefile
index 243408185d9..85413216308 100644
--- a/security/go-asn1-ber/Makefile
+++ b/security/go-asn1-ber/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2020/10/15 13:08:28 bsiegert Exp $
+# $NetBSD: Makefile,v 1.16 2020/11/08 21:59:31 bsiegert Exp $
DISTNAME= asn1-ber-1.3
PKGNAME= go-${DISTNAME}
-PKGREVISION= 14
+PKGREVISION= 15
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 583d68c66e6..6ead0c29f25 100644
--- a/security/go-crypt/Makefile
+++ b/security/go-crypt/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2020/10/15 13:08:28 bsiegert Exp $
+# $NetBSD: Makefile,v 1.28 2020/11/08 21:59:31 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= 23
+PKGREVISION= 24
MASTER_SITES= ${MASTER_SITE_GITHUB:=xordataexchange/}
CATEGORIES= security
GITHUB_TAG= 749e360c8f236773f28fc6d3ddfce4a470795227
diff --git a/security/go-mkcert/Makefile b/security/go-mkcert/Makefile
index 479c3a3cde6..ce9225d77a7 100644
--- a/security/go-mkcert/Makefile
+++ b/security/go-mkcert/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2020/09/03 07:29:35 bsiegert Exp $
+# $NetBSD: Makefile,v 1.20 2020/11/08 21:59:32 bsiegert Exp $
DISTNAME= mkcert-${GITHUB_TAG}
PKGNAME= go-mkcert-${VERSION}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=FiloSottile/}
GITHUB_PROJECT= mkcert
diff --git a/security/go-oauth2/Makefile b/security/go-oauth2/Makefile
index 89dc05f80b8..eb96dffc71f 100644
--- a/security/go-oauth2/Makefile
+++ b/security/go-oauth2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.34 2020/10/15 13:08:28 bsiegert Exp $
+# $NetBSD: Makefile,v 1.35 2020/11/08 21:59:32 bsiegert Exp $
#
DISTNAME= oauth2
PKGNAME= go-${DISTNAME}-20151204
-PKGREVISION= 30
+PKGREVISION= 31
GITHUB_PROJECT= ${DISTNAME}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
diff --git a/security/go-sftp/Makefile b/security/go-sftp/Makefile
index cdc0f0a75d6..6878995cd6e 100644
--- a/security/go-sftp/Makefile
+++ b/security/go-sftp/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2020/10/15 13:08:28 bsiegert Exp $
+# $NetBSD: Makefile,v 1.27 2020/11/08 21:59:32 bsiegert Exp $
DISTNAME= sftp-1.0.0
PKGNAME= go-${DISTNAME}
-PKGREVISION= 23
+PKGREVISION= 24
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 cc018608b50..833df000f5e 100644
--- a/security/go-xxhash/Makefile
+++ b/security/go-xxhash/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2020/10/15 13:08:29 bsiegert Exp $
+# $NetBSD: Makefile,v 1.13 2020/11/08 21:59:32 bsiegert Exp $
GITHUB_TAG= v${PKGVERSION_NOREV}
DISTNAME= go-xxhash-2.1.0
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=cespare/}
GITHUB_PROJECT= xxhash
diff --git a/security/vault/Makefile b/security/vault/Makefile
index e94d5357b01..6577a5a46b0 100644
--- a/security/vault/Makefile
+++ b/security/vault/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2020/10/15 13:08:29 bsiegert Exp $
+# $NetBSD: Makefile,v 1.58 2020/11/08 21:59:32 bsiegert Exp $
DISTNAME= vault-1.5.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}