mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-15 03:00:10 -07:00
libressl: drop package
This commit is contained in:
parent
23887e8ee9
commit
c032e70b22
@ -1,13 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
||||
|
||||
cp -f update-certdata.sh "$1/etc/ssl"
|
||||
|
||||
# Remove library documentation.
|
||||
rm -rf "$1/usr/share/man/man3"
|
@ -1,2 +0,0 @@
|
||||
a471565b36ccd1a70d0bd7d37c6e95c43a26a62829b487d9d2cdebfe58be3066
|
||||
d4bfcd9ee16eff65bdf6de1e0a3ccac667fdf52d98d0eda5c3e3f638aad13b89
|
@ -1,12 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
[ -w /etc/ssl ] || {
|
||||
printf '%s\n' "${0##*/}: root required to update cert." >&2
|
||||
exit 1
|
||||
}
|
||||
|
||||
cd /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,2 +0,0 @@
|
||||
https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.3.3.tar.gz
|
||||
files/update-certdata.sh
|
@ -1 +0,0 @@
|
||||
3.3.3 1
|
Loading…
Reference in New Issue
Block a user