openssl: provide libtls (libretls)

This commit is contained in:
Dylan Araps 2021-07-10 23:51:34 +03:00
parent a871a096c2
commit f29b70a34c
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
3 changed files with 17 additions and 1 deletions

View File

@ -4,10 +4,24 @@
--prefix=/usr \
--openssldir=/etc/ssl \
--libdir=lib \
shared linux-x86_64
no-unit-test \
shared \
linux-x86_64
make depend
make
make DESTDIR="$1" install_sw install_ssldirs
cp -f update-certdata.sh "$1/etc/ssl"
# Libretls is LibreSSL's libtls library for OpenSSL.
(
cd libretls
./configure \
--prefix=/usr \
--with-openssl="$1/usr"
make
make DESTDIR="$1" install
)

View File

@ -1,2 +1,3 @@
892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5
8a5b38a76b778da8d6f4236f1ea89e680daea971be6ee3a57e4e7ae99a883aa2
d4bfcd9ee16eff65bdf6de1e0a3ccac667fdf52d98d0eda5c3e3f638aad13b89

View File

@ -1,2 +1,3 @@
https://www.openssl.org/source/openssl-1.1.1k.tar.gz
https://causal.agency/libretls/libretls-3.3.3p1.tar.gz libretls
files/update-certdata.sh