From d89e308ee8e244cc51b0d6378baa66d6901bc481 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 19 Sep 2021 04:03:10 +0300 Subject: [PATCH] openssl: 3.0.0 --- core/openssl/checksums | 2 +- core/openssl/version | 2 +- testing/openssl/README | 47 ------------------------ testing/openssl/build | 31 ---------------- testing/openssl/checksums | 3 -- testing/openssl/depends | 1 - testing/openssl/files/update-certdata.sh | 12 ------ testing/openssl/post-install | 3 -- testing/openssl/sources | 3 -- testing/openssl/version | 1 - 10 files changed, 2 insertions(+), 103 deletions(-) delete mode 100644 testing/openssl/README delete mode 100755 testing/openssl/build delete mode 100644 testing/openssl/checksums delete mode 100644 testing/openssl/depends delete mode 100755 testing/openssl/files/update-certdata.sh delete mode 100755 testing/openssl/post-install delete mode 100644 testing/openssl/sources delete mode 100644 testing/openssl/version diff --git a/core/openssl/checksums b/core/openssl/checksums index 7dc5aa5d..e5d67a0a 100644 --- a/core/openssl/checksums +++ b/core/openssl/checksums @@ -1,3 +1,3 @@ -0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1 +59eedfcb46c25214c9bd37ed6078297b4df01d012267fe9e9eee31f61bc70536 24c73fe67679b6046eeb2e9ed8d0158325dcb246a474878dfa407e62bcc0916d d4bfcd9ee16eff65bdf6de1e0a3ccac667fdf52d98d0eda5c3e3f638aad13b89 diff --git a/core/openssl/version b/core/openssl/version index dcdecda9..4fc4c8a7 100644 --- a/core/openssl/version +++ b/core/openssl/version @@ -1 +1 @@ -1.1.1l 2 +3.0.0 1 diff --git a/testing/openssl/README b/testing/openssl/README deleted file mode 100644 index aa9c3af7..00000000 --- a/testing/openssl/README +++ /dev/null @@ -1,47 +0,0 @@ -openssl -________________________________________________________________________________ - -OpenSSL is a software library for applications that secure communications over -computer networks against eavesdropping or need to identify the party at the -other end. It is widely used by Internet servers, including the majority of -HTTPS websites. - -OpenSSL contains an open-source implementation of the SSL and TLS protocols. -The core library, written in the C programming language, implements basic -cryptographic functions and provides various utility functions. Wrappers -allowing the use of the OpenSSL library in a variety of computer languages are -available. [0] - -Upstream: https://www.openssl.org/ - - -[000] Index -________________________________________________________________________________ - -* Installation ........................................................... [001] -* Usage .................................................................. [002] -* References ............................................................. [003] - - -[001] Installation -________________________________________________________________________________ - -+------------------------------------------------------------------------------+ -| | -| $ kiss b openssl | -| | -+------------------------------------------------------------------------------+ - - -[002] Usage -________________________________________________________________________________ - -Refer to the manual pages and command help output. To update the system's SSL -certificates, run /etc/ssl/update-certdata.sh. - - -[003] References -________________________________________________________________________________ - -[0] https://en.wikipedia.org/wiki/OpenSSL - diff --git a/testing/openssl/build b/testing/openssl/build deleted file mode 100755 index 240bd480..00000000 --- a/testing/openssl/build +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -e - -./Configure \ - --prefix=/usr \ - --openssldir=/etc/ssl \ - --libdir=lib \ - no-unit-test \ - shared \ - linux-x86_64 - -make depend -make - -make DESTDIR="$1" \ - install_sw \ - install_ssldirs \ - install_man_docs - -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 install -) diff --git a/testing/openssl/checksums b/testing/openssl/checksums deleted file mode 100644 index e5d67a0a..00000000 --- a/testing/openssl/checksums +++ /dev/null @@ -1,3 +0,0 @@ -59eedfcb46c25214c9bd37ed6078297b4df01d012267fe9e9eee31f61bc70536 -24c73fe67679b6046eeb2e9ed8d0158325dcb246a474878dfa407e62bcc0916d -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 c3d8154f..00000000 --- a/testing/openssl/sources +++ /dev/null @@ -1,3 +0,0 @@ -https://www.openssl.org/source/openssl-VERSION.tar.gz -https://causal.agency/libretls/libretls-3.3.4.tar.gz libretls -files/update-certdata.sh diff --git a/testing/openssl/version b/testing/openssl/version deleted file mode 100644 index 4fc4c8a7..00000000 --- a/testing/openssl/version +++ /dev/null @@ -1 +0,0 @@ -3.0.0 1