pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cfssl: Update to 1.6.3



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Oct 8 22:45:59 2022 +0900
Changeset:	854cf02582af2c1a03c585f337b8b83175520bfe

Modified Files:
	cfssl/DESCR
	cfssl/Makefile
	cfssl/distinfo

Log Message:
cfssl: Update to 1.6.3

Pkgsrc changes:

* Update DESCR that it requires Go 1.16+.

Upstream changes:

* add DB accessor to get unexpired certs by one or more labels
* add postgres and mysql tests back to CI
* add test for GetUnexpiredCertificatesByLabel
* doc/api/intro.txt: there are 13 endpoints
* doc/cmd/cfssl.txt: grammar
* doc/cmd/multiroot.txt: Add dbconfig to example

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=854cf02582af2c1a03c585f337b8b83175520bfe

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cfssl/DESCR    | 2 +-
 cfssl/Makefile | 2 +-
 cfssl/distinfo | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/cfssl/DESCR b/cfssl/DESCR
index 85968343a8..c7dbb0a653 100644
--- a/cfssl/DESCR
+++ b/cfssl/DESCR
@@ -1,6 +1,6 @@
 CFSSL is CloudFlare's PKI/TLS swiss army knife. It is both a command line
 tool and an HTTP API server for signing, verifying, and bundling TLS
-certificates. It requires Go 1.12+ to build.
+certificates. It requires Go 1.16+ to build.
 
 Note that certain linux distributions have certain algorithms removed
 (RHEL-based distributions in particular), so the golang from the official
diff --git a/cfssl/Makefile b/cfssl/Makefile
index 07f597eb8a..4adc42c2e0 100644
--- a/cfssl/Makefile
+++ b/cfssl/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	cfssl-1.6.2
+PKGNAME=	cfssl-1.6.3
 DISTNAME=	cfssl-${GITHUB_TAG}
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GITHUB:=cloudflare/}
diff --git a/cfssl/distinfo b/cfssl/distinfo
index 63b79f0fb0..d6e62d7076 100644
--- a/cfssl/distinfo
+++ b/cfssl/distinfo
@@ -18,9 +18,9 @@ Size (bitbucket.org_liamstask_goose_@v_v0.0.0-20150115234039-8488cc47d90c.mod) =
 BLAKE2s (bitbucket.org_liamstask_goose_@v_v0.0.0-20150115234039-8488cc47d90c.zip) = f90f32c057cc7f1f97e68bc402802c43d2dae97e92623dbd48f7403945d6bef8
 SHA512 (bitbucket.org_liamstask_goose_@v_v0.0.0-20150115234039-8488cc47d90c.zip) = 585eeaffb9f349e62f03e5d5b10367b52d931c30d068a144af0c8d2fe13061a364844f8e25b0a0fb56c8a266d467dcfe6a2d9a90b96bf38f4c302dd5dbb66938
 Size (bitbucket.org_liamstask_goose_@v_v0.0.0-20150115234039-8488cc47d90c.zip) = 25558 bytes
-BLAKE2s (cfssl-v1.6.2.tar.gz) = 82e5afdb17bda172dad921a16bb23175054d6a7dedc80333c1274e0d0ae906df
-SHA512 (cfssl-v1.6.2.tar.gz) = 81abc01da6e912a338a5966f0a8f8c17a5c3817c972d6dda07799bbf750acbace638b273d378e0987dbb982795a47786d02751b03255433e8bb4f80a54bbb477
-Size (cfssl-v1.6.2.tar.gz) = 11740763 bytes
+BLAKE2s (cfssl-v1.6.3.tar.gz) = ad656f5dd0bed765324e5f4ebb3108fc201f16826017304de3e7a63a9ceb9e72
+SHA512 (cfssl-v1.6.3.tar.gz) = ed63c81225f4a81f923ef2eeea9cb4e02f1f200107fe2016b4820faf0b46b93f69a207caa0474f293c604339a5f377bf535e7519d0bf9f352ab4b88c854734d4
+Size (cfssl-v1.6.3.tar.gz) = 11742285 bytes
 BLAKE2s (cloud.google.com_go_@v_v0.26.0.mod) = 53d181aacbf96ec4f9cdd051466576dbb6959ca71a825bc6672046c7c53a2b43
 SHA512 (cloud.google.com_go_@v_v0.26.0.mod) = 5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
 Size (cloud.google.com_go_@v_v0.26.0.mod) = 27 bytes


Home | Main Index | Thread Index | Old Index