diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2022-09-07 09:32:14 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2022-09-07 09:32:14 +0000 |
commit | 8bd9d1d9bea810a33ab5110cf0b87fdb64afd3a6 (patch) | |
tree | 7927a273edb89b6d3ae9069c5d4a25fee1e6527d /security | |
parent | f6019c7fc92cf51c03d9932ff4072fa649ab8093 (diff) | |
download | pkgsrc-8bd9d1d9bea810a33ab5110cf0b87fdb64afd3a6.tar.gz |
Revbump all Go packages after go118 security update
Diffstat (limited to 'security')
-rw-r--r-- | security/2fa/Makefile | 4 | ||||
-rw-r--r-- | security/age/Makefile | 4 | ||||
-rw-r--r-- | security/amass/Makefile | 4 | ||||
-rw-r--r-- | security/authelia/Makefile | 4 | ||||
-rw-r--r-- | security/go-asn1-ber/Makefile | 4 | ||||
-rw-r--r-- | security/go-crypto/Makefile | 4 | ||||
-rw-r--r-- | security/go-mkcert/Makefile | 4 | ||||
-rw-r--r-- | security/trufflehog/Makefile | 3 | ||||
-rw-r--r-- | security/vault/Makefile | 4 |
9 files changed, 18 insertions, 17 deletions
diff --git a/security/2fa/Makefile b/security/2fa/Makefile index bf0c6507e0a..2d3a087e0af 100644 --- a/security/2fa/Makefile +++ b/security/2fa/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2022/08/12 20:38:03 bsiegert Exp $ +# $NetBSD: Makefile,v 1.49 2022/09/07 09:32:19 bsiegert Exp $ DISTNAME= 2fa-1.2.0 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=rsc/} GITHUB_TAG= v1.2.0 diff --git a/security/age/Makefile b/security/age/Makefile index f45b8a8942e..434861fc08c 100644 --- a/security/age/Makefile +++ b/security/age/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2022/08/12 20:38:04 bsiegert Exp $ +# $NetBSD: Makefile,v 1.20 2022/09/07 09:32:20 bsiegert Exp $ DISTNAME= age-1.0.0 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=FiloSottile/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/security/amass/Makefile b/security/amass/Makefile index f1017af2ed5..8abb7e1f312 100644 --- a/security/amass/Makefile +++ b/security/amass/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2022/08/12 20:38:04 bsiegert Exp $ +# $NetBSD: Makefile,v 1.29 2022/09/07 09:32:19 bsiegert Exp $ DISTNAME= amass-3.11.13 -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=OWASP/} GITHUB_PROJECT= Amass diff --git a/security/authelia/Makefile b/security/authelia/Makefile index 7e70ea2c79c..d25b01d46e1 100644 --- a/security/authelia/Makefile +++ b/security/authelia/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2022/08/12 20:38:04 bsiegert Exp $ +# $NetBSD: Makefile,v 1.24 2022/09/07 09:32:19 bsiegert Exp $ DISTNAME= authelia-4.26.1 -PKGREVISION= 17 +PKGREVISION= 18 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 42352e14ba4..9b02ddd2d5b 100644 --- a/security/go-asn1-ber/Makefile +++ b/security/go-asn1-ber/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2022/08/12 20:38:04 bsiegert Exp $ +# $NetBSD: Makefile,v 1.36 2022/09/07 09:32:20 bsiegert Exp $ DISTNAME= asn1-ber-1.3 PKGNAME= go-${DISTNAME} -PKGREVISION= 34 +PKGREVISION= 35 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 d79d9f77ae6..0f6b706c1fd 100644 --- a/security/go-crypto/Makefile +++ b/security/go-crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2022/08/12 20:38:04 bsiegert Exp $ +# $NetBSD: Makefile,v 1.55 2022/09/07 09:32:19 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= 23 +PKGREVISION= 24 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 d3e7c750017..18573fe40f5 100644 --- a/security/go-mkcert/Makefile +++ b/security/go-mkcert/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2022/08/12 20:38:04 bsiegert Exp $ +# $NetBSD: Makefile,v 1.41 2022/09/07 09:32:20 bsiegert Exp $ DISTNAME= mkcert-${GITHUB_TAG} PKGNAME= go-mkcert-${VERSION} -PKGREVISION= 23 +PKGREVISION= 24 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=FiloSottile/} GITHUB_PROJECT= mkcert diff --git a/security/trufflehog/Makefile b/security/trufflehog/Makefile index 1651f5c0015..c77a681c095 100644 --- a/security/trufflehog/Makefile +++ b/security/trufflehog/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2022/09/02 19:28:16 leot Exp $ +# $NetBSD: Makefile,v 1.4 2022/09/07 09:32:20 bsiegert Exp $ DISTNAME= trufflehog-3.10.2 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=trufflesecurity/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/security/vault/Makefile b/security/vault/Makefile index 9e66036fec3..bfe8b9f311b 100644 --- a/security/vault/Makefile +++ b/security/vault/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.81 2022/08/12 20:38:03 bsiegert Exp $ +# $NetBSD: Makefile,v 1.82 2022/09/07 09:32:19 bsiegert Exp $ DISTNAME= vault-1.6.6 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/} |