summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2022-05-11 19:26:18 +0000
committerbsiegert <bsiegert@pkgsrc.org>2022-05-11 19:26:18 +0000
commit91c90fac9deee89e66a2d9af4e0792009ab551bb (patch)
tree8c68707cbe6223043a7e563713cef98b7afab07f /security
parentf3ca190effcf6295dfa79cc350650dc86e5f33cf (diff)
downloadpkgsrc-91c90fac9deee89e66a2d9af4e0792009ab551bb.tar.gz
Revbump all Go packages after go118 update
Diffstat (limited to 'security')
-rw-r--r--security/2fa/Makefile4
-rw-r--r--security/age/Makefile4
-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-crypto/Makefile4
-rw-r--r--security/go-mkcert/Makefile4
-rw-r--r--security/vault/Makefile4
8 files changed, 16 insertions, 16 deletions
diff --git a/security/2fa/Makefile b/security/2fa/Makefile
index 8f8a8291c67..850d71e0619 100644
--- a/security/2fa/Makefile
+++ b/security/2fa/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2022/04/13 07:50:54 bsiegert Exp $
+# $NetBSD: Makefile,v 1.45 2022/05/11 19:26:22 bsiegert Exp $
DISTNAME= 2fa-1.2.0
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=rsc/}
GITHUB_TAG= v1.2.0
diff --git a/security/age/Makefile b/security/age/Makefile
index adf64308c15..16842deaecf 100644
--- a/security/age/Makefile
+++ b/security/age/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2022/04/13 07:50:55 bsiegert Exp $
+# $NetBSD: Makefile,v 1.16 2022/05/11 19:26:22 bsiegert Exp $
DISTNAME= age-1.0.0
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=FiloSottile/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/security/amass/Makefile b/security/amass/Makefile
index cad19ad3baf..6a6ed79748a 100644
--- a/security/amass/Makefile
+++ b/security/amass/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2022/04/13 07:50:54 bsiegert Exp $
+# $NetBSD: Makefile,v 1.25 2022/05/11 19:26:22 bsiegert Exp $
DISTNAME= amass-3.11.13
-PKGREVISION= 12
+PKGREVISION= 13
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=OWASP/}
GITHUB_PROJECT= Amass
diff --git a/security/authelia/Makefile b/security/authelia/Makefile
index 9c43c06d0e3..c935167fd03 100644
--- a/security/authelia/Makefile
+++ b/security/authelia/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2022/04/13 07:50:54 bsiegert Exp $
+# $NetBSD: Makefile,v 1.20 2022/05/11 19:26:22 bsiegert Exp $
DISTNAME= authelia-4.26.1
-PKGREVISION= 13
+PKGREVISION= 14
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 4c72c88898b..b91cd993fd0 100644
--- a/security/go-asn1-ber/Makefile
+++ b/security/go-asn1-ber/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2022/04/13 07:50:55 bsiegert Exp $
+# $NetBSD: Makefile,v 1.32 2022/05/11 19:26:22 bsiegert Exp $
DISTNAME= asn1-ber-1.3
PKGNAME= go-${DISTNAME}
-PKGREVISION= 30
+PKGREVISION= 31
MASTER_SITES= ${MASTER_SITE_GITHUB:=go-asn1-ber/}
CATEGORIES= security
GITHUB_PROJECT= asn1-ber
diff --git a/security/go-crypto/Makefile b/security/go-crypto/Makefile
index 425a8ce2b6b..2ff0a2d218d 100644
--- a/security/go-crypto/Makefile
+++ b/security/go-crypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2022/04/13 07:50:54 bsiegert Exp $
+# $NetBSD: Makefile,v 1.51 2022/05/11 19:26:22 bsiegert Exp $
COMMENT= Go supplementary cryptography libraries
DISTNAME= go-crypto-0.0.20200122
@@ -10,7 +10,7 @@ GITHUB_TAG= 69ecbb4d6d
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/golang/crypto/
LICENSE= modified-bsd
-PKGREVISION= 19
+PKGREVISION= 20
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 b54ca89705f..a01f9b93890 100644
--- a/security/go-mkcert/Makefile
+++ b/security/go-mkcert/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2022/04/13 07:50:55 bsiegert Exp $
+# $NetBSD: Makefile,v 1.37 2022/05/11 19:26:22 bsiegert Exp $
DISTNAME= mkcert-${GITHUB_TAG}
PKGNAME= go-mkcert-${VERSION}
-PKGREVISION= 19
+PKGREVISION= 20
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=FiloSottile/}
GITHUB_PROJECT= mkcert
diff --git a/security/vault/Makefile b/security/vault/Makefile
index b1fea38141a..81c655e5cd9 100644
--- a/security/vault/Makefile
+++ b/security/vault/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.77 2022/04/13 07:50:54 bsiegert Exp $
+# $NetBSD: Makefile,v 1.78 2022/05/11 19:26:22 bsiegert Exp $
DISTNAME= vault-1.6.6
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/}