diff options
author | Tim Biermann <tbier@posteo.de> | 2022-06-20 17:36:46 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-06-20 17:36:46 +0200 |
commit | c5fd0887338fd2b484a39685d841ba2a27a87b22 (patch) | |
tree | 486eb8f46383e4c6c67caa90ab4b55ed11dcff1f /make-ca | |
parent | 138be33c44711c8f501f9d173c8944d0be3086da (diff) | |
download | opt-c5fd0887338fd2b484a39685d841ba2a27a87b22.tar.gz opt-c5fd0887338fd2b484a39685d841ba2a27a87b22.tar.xz |
make-ca: 1.7 -> 1.10
Diffstat (limited to 'make-ca')
-rw-r--r-- | make-ca/.footprint | 4 | ||||
-rw-r--r-- | make-ca/.signature | 8 | ||||
-rw-r--r-- | make-ca/Pkgfile | 6 |
3 files changed, 10 insertions, 8 deletions
diff --git a/make-ca/.footprint b/make-ca/.footprint index ed761811f..847774543 100644 --- a/make-ca/.footprint +++ b/make-ca/.footprint @@ -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/ diff --git a/make-ca/.signature b/make-ca/.signature index 0af7fe39e..b373d73dd 100644 --- a/make-ca/.signature +++ b/make-ca/.signature @@ -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 diff --git a/make-ca/Pkgfile b/make-ca/Pkgfile index 4e0ffa5c5..6728cd405 100644 --- a/make-ca/Pkgfile +++ b/make-ca/Pkgfile @@ -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 |