aboutsummaryrefslogtreecommitdiff
path: root/core/libressl
diff options
context:
space:
mode:
Diffstat (limited to 'core/libressl')
-rwxr-xr-xcore/libressl/build13
-rw-r--r--core/libressl/checksums2
-rwxr-xr-xcore/libressl/files/update-certdata.sh14
-rwxr-xr-xcore/libressl/post-install3
-rw-r--r--core/libressl/sources2
-rw-r--r--core/libressl/version1
6 files changed, 0 insertions, 35 deletions
diff --git a/core/libressl/build b/core/libressl/build
deleted file mode 100755
index 86ade623..00000000
--- a/core/libressl/build
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --sysconfdir=/etc
-
-make
-make DESTDIR="$1" install
-
-install -Dm 755 update-certdata.sh "$1/etc/ssl"
-
-# Link ca-certificates to cert.pem
-ln -sfv ../cert.pem "$1/etc/ssl/certs/ca-certificates.crt"
diff --git a/core/libressl/checksums b/core/libressl/checksums
deleted file mode 100644
index 98276761..00000000
--- a/core/libressl/checksums
+++ /dev/null
@@ -1,2 +0,0 @@
-47bd2eb4b4503e47c02efa7e67d2fcd95c7eac6bc9d06b343a1b4705793ed1d5 libressl-3.2.0.tar.gz
-670cb63624d1829a396d2a41399ab9a1124c81a26d48d3c9284a30c669cc14fe update-certdata.sh
diff --git a/core/libressl/files/update-certdata.sh b/core/libressl/files/update-certdata.sh
deleted file mode 100755
index 5283c329..00000000
--- a/core/libressl/files/update-certdata.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh -e
-#
-# update-certdata.sh
-
-[ -w "$KISS_ROOT/etc/ssl" ] || {
- printf '%s\n' "${0##*/}: root required to update cert." >&2
- exit 1
-}
-
-cd "$KISS_ROOT/etc/ssl" && {
- wget https://curl.haxx.se/ca/cacert.pem
- mv -f cacert.pem cert.pem
- printf '%s\n' "${0##*/}: updated cert.pem"
-}
diff --git a/core/libressl/post-install b/core/libressl/post-install
deleted file mode 100755
index 8f76be97..00000000
--- a/core/libressl/post-install
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-"$KISS_ROOT/etc/ssl/update-certdata.sh"
diff --git a/core/libressl/sources b/core/libressl/sources
deleted file mode 100644
index ee5ee89f..00000000
--- a/core/libressl/sources
+++ /dev/null
@@ -1,2 +0,0 @@
-https://fossies.org/linux/misc/libressl-3.2.0.tar.gz
-files/update-certdata.sh
diff --git a/core/libressl/version b/core/libressl/version
deleted file mode 100644
index cd6c136c..00000000
--- a/core/libressl/version
+++ /dev/null
@@ -1 +0,0 @@
-3.2.0 1