diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2019-09-26 20:10:39 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2019-09-26 20:10:39 +0000 |
commit | afb8590c95bba19b651cd83dcd3530827692d05b (patch) | |
tree | ed43a265f959cb2bbc57bc6c19ff8573746b7921 /security | |
parent | e54fbaf177ffb1f14bb0396c9b497a60e438d9ef (diff) | |
download | pkgsrc-afb8590c95bba19b651cd83dcd3530827692d05b.tar.gz |
Revbump all Go packages after 1.12.10 update.
ok wiz@ for PMC
Diffstat (limited to 'security')
-rw-r--r-- | security/2fa/Makefile | 4 | ||||
-rw-r--r-- | security/go-asn1-ber/Makefile | 4 | ||||
-rw-r--r-- | security/go-crypt/Makefile | 4 | ||||
-rw-r--r-- | security/go-crypto/Makefile | 4 | ||||
-rw-r--r-- | security/go-mkcert/Makefile | 4 | ||||
-rw-r--r-- | security/go-oauth2/Makefile | 4 | ||||
-rw-r--r-- | security/go-sftp/Makefile | 4 | ||||
-rw-r--r-- | security/vault/Makefile | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/security/2fa/Makefile b/security/2fa/Makefile index 9b9c2165010..0bc386fc747 100644 --- a/security/2fa/Makefile +++ b/security/2fa/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2019/08/14 15:45:46 bsiegert Exp $ +# $NetBSD: Makefile,v 1.15 2019/09/26 20:10:51 bsiegert Exp $ DISTNAME= 2fa-1.1.0 -PKGREVISION= 2 +PKGREVISION= 3 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 b5b8d6be1e9..4c83f7ccacd 100644 --- a/security/go-asn1-ber/Makefile +++ b/security/go-asn1-ber/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2019/08/14 15:45:47 bsiegert Exp $ +# $NetBSD: Makefile,v 1.4 2019/09/26 20:10:52 bsiegert Exp $ DISTNAME= asn1-ber-1.3 PKGNAME= go-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 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 0c8dee79d45..1a9e72bafc5 100644 --- a/security/go-crypt/Makefile +++ b/security/go-crypt/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2019/08/14 15:45:46 bsiegert Exp $ +# $NetBSD: Makefile,v 1.14 2019/09/26 20:10:52 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= 11 +PKGREVISION= 12 MASTER_SITES= ${MASTER_SITE_GITHUB:=xordataexchange/} CATEGORIES= security GITHUB_TAG= 749e360c8f236773f28fc6d3ddfce4a470795227 diff --git a/security/go-crypto/Makefile b/security/go-crypto/Makefile index 802a5e7a7b5..97ec06ed8e9 100644 --- a/security/go-crypto/Makefile +++ b/security/go-crypto/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2019/08/14 15:45:46 bsiegert Exp $ +# $NetBSD: Makefile,v 1.24 2019/09/26 20:10:52 bsiegert Exp $ COMMENT= Go supplementary cryptography libraries -PKGREVISION= 10 +PKGREVISION= 11 DISTNAME= go-crypto-0.0.20180308 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} diff --git a/security/go-mkcert/Makefile b/security/go-mkcert/Makefile index 0b3ad8a4a22..749df230d1c 100644 --- a/security/go-mkcert/Makefile +++ b/security/go-mkcert/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2019/08/14 15:45:47 bsiegert Exp $ +# $NetBSD: Makefile,v 1.8 2019/09/26 20:10:52 bsiegert Exp $ DISTNAME= mkcert-${GITHUB_TAG} PKGNAME= go-mkcert-${VERSION} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=FiloSottile/} GITHUB_PROJECT= mkcert diff --git a/security/go-oauth2/Makefile b/security/go-oauth2/Makefile index f513ef696dc..1f1a108d504 100644 --- a/security/go-oauth2/Makefile +++ b/security/go-oauth2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2019/08/14 15:45:46 bsiegert Exp $ +# $NetBSD: Makefile,v 1.22 2019/09/26 20:10:52 bsiegert Exp $ # DISTNAME= oauth2 PKGNAME= go-${DISTNAME}-20151204 -PKGREVISION= 18 +PKGREVISION= 19 GITHUB_PROJECT= ${DISTNAME} CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} diff --git a/security/go-sftp/Makefile b/security/go-sftp/Makefile index ffd9a8f8ebe..2f887b3c5b9 100644 --- a/security/go-sftp/Makefile +++ b/security/go-sftp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2019/08/14 15:45:47 bsiegert Exp $ +# $NetBSD: Makefile,v 1.14 2019/09/26 20:10:52 bsiegert Exp $ DISTNAME= sftp-1.0.0 PKGNAME= go-${DISTNAME} -PKGREVISION= 11 +PKGREVISION= 12 MASTER_SITES= ${MASTER_SITE_GITHUB:=pkg/} CATEGORIES= security GITHUB_TAG= ${PKGVERSION_NOREV} diff --git a/security/vault/Makefile b/security/vault/Makefile index 0a3ebb5c581..dd5490bd773 100644 --- a/security/vault/Makefile +++ b/security/vault/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2019/08/14 15:45:46 bsiegert Exp $ +# $NetBSD: Makefile,v 1.43 2019/09/26 20:10:52 bsiegert Exp $ DISTNAME= vault-0.11.2 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=hashicorp/} |