diff --git a/testing/openssl/build b/testing/openssl/build deleted file mode 100755 index a696f653..00000000 --- a/testing/openssl/build +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -e - -./Configure \ - --prefix=/usr \ - --openssldir=/etc/ssl \ - --libdir=lib \ - shared linux-x86_64 - -make depend -make -make DESTDIR="$1" install_sw install_ssldirs - -cp -f update-certdata.sh "$1/etc/ssl" diff --git a/testing/openssl/checksums b/testing/openssl/checksums deleted file mode 100644 index a3f6dfcd..00000000 --- a/testing/openssl/checksums +++ /dev/null @@ -1,2 +0,0 @@ -892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5 -d4bfcd9ee16eff65bdf6de1e0a3ccac667fdf52d98d0eda5c3e3f638aad13b89 diff --git a/testing/openssl/depends b/testing/openssl/depends deleted file mode 100644 index 97a95494..00000000 --- a/testing/openssl/depends +++ /dev/null @@ -1 +0,0 @@ -perl make diff --git a/testing/openssl/files/update-certdata.sh b/testing/openssl/files/update-certdata.sh deleted file mode 100755 index 29230cfb..00000000 --- a/testing/openssl/files/update-certdata.sh +++ /dev/null @@ -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" -} diff --git a/testing/openssl/post-install b/testing/openssl/post-install deleted file mode 100755 index c12dca76..00000000 --- a/testing/openssl/post-install +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -/etc/ssl/update-certdata.sh diff --git a/testing/openssl/sources b/testing/openssl/sources deleted file mode 100644 index c265c391..00000000 --- a/testing/openssl/sources +++ /dev/null @@ -1,2 +0,0 @@ -https://www.openssl.org/source/openssl-1.1.1k.tar.gz -files/update-certdata.sh diff --git a/testing/openssl/version b/testing/openssl/version deleted file mode 100644 index 42433e38..00000000 --- a/testing/openssl/version +++ /dev/null @@ -1 +0,0 @@ -1.1.1k 1