forked from kiss-community/repo
openssl: drop update-certdata.sh, certs: 2022-07-19, closes #118
This commit is contained in:
parent
731f42c1f9
commit
ade05940d8
4
core/certs/build
Executable file
4
core/certs/build
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
mkdir -p "$1/etc/ssl"
|
||||
cp "cacert-$2.pem" "$1/etc/ssl/cert.pem"
|
1
core/certs/checksums
Normal file
1
core/certs/checksums
Normal file
@ -0,0 +1 @@
|
||||
6ed95025fba2aef0ce7b647607225745624497f876d74ef6ec22b26e73e9de77
|
1
core/certs/sources
Normal file
1
core/certs/sources
Normal file
@ -0,0 +1 @@
|
||||
https://curl.se/ca/cacert-VERSION.pem
|
1
core/certs/version
Normal file
1
core/certs/version
Normal file
@ -0,0 +1 @@
|
||||
2022-07-19 1
|
@ -8,8 +8,6 @@ make DESTDIR="$1" \
|
||||
install_ssldirs \
|
||||
install_man_docs
|
||||
|
||||
cp -f update-certdata.sh "$1/etc/ssl"
|
||||
|
||||
# Libretls is LibreSSL's libtls library for OpenSSL.
|
||||
(
|
||||
cd libretls
|
||||
|
@ -1,4 +1,3 @@
|
||||
aa7d8d9bef71ad6525c55ba11e5f4397889ce49c2c9349dcea6d3e4f0b024a7a
|
||||
397851e9cc53edcb00eb068f9ad50eda04dcf2b3659fd1ba2b6f43b5e859572a
|
||||
59ce9961cb1b1a2859cacb9863eeccc3bbeadf014840a1c61a0ac12ad31bcc9e
|
||||
7f69005492f8076a23025ac22032098da7bb1753ea221f90dc0437d9934500f9
|
||||
|
1
core/openssl/depends
Normal file
1
core/openssl/depends
Normal file
@ -0,0 +1 @@
|
||||
certs
|
@ -1,12 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
[ -w "$KISS_ROOT/etc/ssl" ] || {
|
||||
printf '%s\n' "${0##*/}: root required to update cert." >&2
|
||||
exit 1
|
||||
}
|
||||
|
||||
cd "$KISS_ROOT/etc/ssl" && {
|
||||
curl -LO https://curl.haxx.se/ca/cacert.pem
|
||||
mv -f cacert.pem cert.pem
|
||||
printf '%s\n' "${0##*/}: updated cert.pem"
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
/etc/ssl/update-certdata.sh
|
@ -1,4 +1,3 @@
|
||||
https://www.openssl.org/source/openssl-VERSION.tar.gz
|
||||
https://github.com/kiss-community/openssl/releases/download/generated/openssl-VERSION-generated.tar.gz
|
||||
https://causal.agency/libretls/libretls-3.5.2.tar.gz libretls
|
||||
files/update-certdata.sh
|
||||
|
@ -1 +1 @@
|
||||
3.0.5 2
|
||||
3.0.5 3
|
||||
|
Loading…
Reference in New Issue
Block a user