summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2021-06-06 12:18:57 +0000
committerbsiegert <bsiegert@pkgsrc.org>2021-06-06 12:18:57 +0000
commit0c590c74d90cd61a7064c92bc0a199e05ccbdc9e (patch)
tree9df38653fc761708f71cd6fbe6e7d6ee060d6bdd /security
parent2515cdf44765239222607cf9c3ba25e43bab4fa3 (diff)
downloadpkgsrc-0c590c74d90cd61a7064c92bc0a199e05ccbdc9e.tar.gz
Revbump all Go packages after go116 update
Diffstat (limited to 'security')
-rw-r--r--security/2fa/Makefile3
-rw-r--r--security/amass/Makefile4
-rw-r--r--security/authelia/Makefile4
-rw-r--r--security/go-asn1-ber/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-sftp/Makefile4
-rw-r--r--security/go-xxhash/Makefile4
-rw-r--r--security/vault/Makefile3
10 files changed, 20 insertions, 18 deletions
diff --git a/security/2fa/Makefile b/security/2fa/Makefile
index 3c6c0e03697..65f6f0cf9a8 100644
--- a/security/2fa/Makefile
+++ b/security/2fa/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2021/05/12 14:19:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.33 2021/06/06 12:18:57 bsiegert Exp $
DISTNAME= 2fa-1.2.0
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=rsc/}
GITHUB_TAG= v1.2.0
diff --git a/security/amass/Makefile b/security/amass/Makefile
index 54413ee0753..37ab5e87b7a 100644
--- a/security/amass/Makefile
+++ b/security/amass/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2021/05/08 15:02:29 bsiegert Exp $
+# $NetBSD: Makefile,v 1.13 2021/06/06 12:18:58 bsiegert Exp $
DISTNAME= amass-3.11.13
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=OWASP/}
GITHUB_PROJECT= Amass
diff --git a/security/authelia/Makefile b/security/authelia/Makefile
index ffb14a27fe9..6ba3ccc3da4 100644
--- a/security/authelia/Makefile
+++ b/security/authelia/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2021/05/08 15:02:29 bsiegert Exp $
+# $NetBSD: Makefile,v 1.9 2021/06/06 12:18:58 bsiegert Exp $
DISTNAME= authelia-4.26.1
-PKGREVISION= 2
+PKGREVISION= 3
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 605f4514ff7..1301546ee51 100644
--- a/security/go-asn1-ber/Makefile
+++ b/security/go-asn1-ber/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2021/05/08 15:02:29 bsiegert Exp $
+# $NetBSD: Makefile,v 1.21 2021/06/06 12:18:57 bsiegert Exp $
DISTNAME= asn1-ber-1.3
PKGNAME= go-${DISTNAME}
-PKGREVISION= 19
+PKGREVISION= 20
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 53cc3f085ac..82057f7f64a 100644
--- a/security/go-crypt/Makefile
+++ b/security/go-crypt/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.32 2021/05/08 15:02:30 bsiegert Exp $
+# $NetBSD: Makefile,v 1.33 2021/06/06 12:18:57 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= 28
+PKGREVISION= 29
MASTER_SITES= ${MASTER_SITE_GITHUB:=xordataexchange/}
CATEGORIES= security
GITHUB_TAG= 749e360c8f236773f28fc6d3ddfce4a470795227
diff --git a/security/go-crypto/Makefile b/security/go-crypto/Makefile
index ad7796d1f1f..04f66f42464 100644
--- a/security/go-crypto/Makefile
+++ b/security/go-crypto/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2021/05/08 15:02:29 bsiegert Exp $
+# $NetBSD: Makefile,v 1.39 2021/06/06 12:18:57 bsiegert Exp $
COMMENT= Go supplementary cryptography libraries
-PKGREVISION= 8
+PKGREVISION= 9
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 3741f64b09b..e188e642770 100644
--- a/security/go-mkcert/Makefile
+++ b/security/go-mkcert/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2021/05/08 15:02:29 bsiegert Exp $
+# $NetBSD: Makefile,v 1.25 2021/06/06 12:18:57 bsiegert Exp $
DISTNAME= mkcert-${GITHUB_TAG}
PKGNAME= go-mkcert-${VERSION}
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=FiloSottile/}
GITHUB_PROJECT= mkcert
diff --git a/security/go-sftp/Makefile b/security/go-sftp/Makefile
index b71292b5ca1..82d11fa5e93 100644
--- a/security/go-sftp/Makefile
+++ b/security/go-sftp/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2021/05/08 15:02:29 bsiegert Exp $
+# $NetBSD: Makefile,v 1.32 2021/06/06 12:18:57 bsiegert Exp $
DISTNAME= sftp-1.0.0
PKGNAME= go-${DISTNAME}
-PKGREVISION= 28
+PKGREVISION= 29
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 1236bf8a657..a296cf05632 100644
--- a/security/go-xxhash/Makefile
+++ b/security/go-xxhash/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2021/05/08 15:02:29 bsiegert Exp $
+# $NetBSD: Makefile,v 1.18 2021/06/06 12:18:57 bsiegert Exp $
GITHUB_TAG= v${PKGVERSION_NOREV}
DISTNAME= go-xxhash-2.1.0
-PKGREVISION= 15
+PKGREVISION= 16
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=cespare/}
GITHUB_PROJECT= xxhash
diff --git a/security/vault/Makefile b/security/vault/Makefile
index b052befbdaf..db234c6e9eb 100644
--- a/security/vault/Makefile
+++ b/security/vault/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.65 2021/05/30 17:37:53 he Exp $
+# $NetBSD: Makefile,v 1.66 2021/06/06 12:18:58 bsiegert Exp $
DISTNAME= vault-1.6.5
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}