cfssl: update to 1.4.1, replace cjssljson

Closes #16591.
This commit is contained in:
Leah Neukirchen 2019-12-01 18:50:13 +01:00
parent ef9c4c46bf
commit d4a3735d61
2 changed files with 7 additions and 22 deletions

View file

@ -1,17 +1,20 @@
# Template file for 'cfssl'
pkgname=cfssl
version=1.3.4
version=1.4.1
revision=1
build_style=go
go_import_path=github.com/cloudflare/cfssl
go_package="${go_import_path}/cmd/cfssl"
go_package="${go_import_path}/cmd/..."
short_desc="CFSSL: Cloudflare's PKI and TLS toolkit"
maintainer="hanspolo <itself@hanspolo.net>"
license="BSD-2-Clause"
homepage="https://github.com/cloudflare/cfssl"
distfiles="https://github.com/cloudflare/cfssl/archive/${version}.tar.gz"
checksum=ca120300f5bf3b2f8da229d10d4b2882a87075861541608bd07cd68238cef86c
distfiles="https://github.com/cloudflare/cfssl/archive/v${version}.tar.gz"
checksum=c8a86ef10cbb0c168f3b597db15b31f98b170edb7958f7154edeb29aee41315e
replaces="cfssljson>=0"
post_install() {
vlicense LICENSE
vdoc README.md
vcopy 'doc/*' "usr/share/doc/${pkgname}"
}

View file

@ -1,18 +0,0 @@
# Template file for 'cfssljson'
pkgname=cfssljson
version=1.3.4
revision=1
wrksrc="cfssl-${version}"
build_style=go
go_import_path=github.com/cloudflare/cfssl
go_package="${go_import_path}/cmd/${pkgname}"
short_desc="CFSSL: Cloudflare's PKI and TLS toolkit"
maintainer="hanspolo <itself@hanspolo.net>"
license="BSD-2-Clause"
homepage="https://${go_import_path}"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=ca120300f5bf3b2f8da229d10d4b2882a87075861541608bd07cd68238cef86c
post_install() {
vlicense LICENSE
}