make-ca: 1.7 -> 1.10

This commit is contained in:
Tim Biermann 2022-06-20 17:36:46 +02:00
parent 138be33c44
commit c5fd088733
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 10 additions and 8 deletions

View File

@ -1,5 +1,7 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/make-ca.conf.dist
drwxr-xr-x root/root etc/make-ca/
-rw-r--r-- root/root etc/make-ca/CS.txt
-rw-r--r-- root/root etc/make-ca/make-ca.conf.dist
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/make-ca/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/RpXq8lvto08JVR2HTBnidFo6V31rEHU1ysrc1L0SBsOvDB6eMPEt7wd+PCQLdknNvgvTXfImV0XRMjDg6S7XA4=
SHA256 (Pkgfile) = fc1f85f8c5a4f2eae969e379fb97e16ecf326471321c4e8177bbe3e4beb5f386
SHA256 (.footprint) = 3b9c010175c27456e068b3119d491df84fdb75cfe9ce2f0fb6391fd23ea1db7b
SHA256 (make-ca-1.7.tar.xz) = 6db8b96c961790507c5e36e0ed75a079ae95300f520cd88ac061cf44a4733c2f
RWSE3ohX2g5d/en5QpG6hkjzVloNt7HqvMUZ8yIZsoZtJFJm+4UjPxexYi8DiToxXm4Z/OMBbNCMRLMRA6O4P53Wlfq0AdLTpgU=
SHA256 (Pkgfile) = 716b2c0a785550393f0adfe8b8a4f751bfc97a5f46da6615d860a30ba5604521
SHA256 (.footprint) = 25a97ebbdb350b1c50264c7d312738985460812c244174518201da84ec208722
SHA256 (make-ca-1.10.tar.gz) = 54e5512d45087b422d8f3359f2b0cc6db52d9a8c96623ff22fbaf279e4bf2e1b

View File

@ -1,11 +1,11 @@
# Description: A utility to deliver and manage a complete PKI configuration.
# URL: https://github.com/djlucas/make-ca/
# URL: https://github.com/lfs-book/make-ca
# Maintainer: Danny Rawlins, crux at romster dot me
name=make-ca
version=1.7
version=1.10
release=1
source=(https://github.com/djlucas/make-ca/releases/download/v$version/$name-$version.tar.xz)
source=(https://github.com/lfs-book/make-ca/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version