X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/067ae38b8ebf99417892258b9a8c27721147290d..b6f32c8770ca19f9b5be3dc78a4072070b23e11d:/disabled-packages/libressl/build.sh diff --git a/disabled-packages/libressl/build.sh b/disabled-packages/libressl/build.sh index 2e68605a..8eb62cae 100644 --- a/disabled-packages/libressl/build.sh +++ b/disabled-packages/libressl/build.sh @@ -1,7 +1,11 @@ +# Status: Termux currently uses openssl. Transitioning to libressl +# is tempting, but on hold for now to see how widespread +# the adoption of libressl in Linux distributions is. TERMUX_PKG_HOMEPAGE=http://www.libressl.org/ TERMUX_PKG_DESCRIPTION="Library implementing the TLS protocol as well as general purpose cryptography functions" TERMUX_PKG_DEPENDS="ca-certificates" -TERMUX_PKG_VERSION=2.5.0 +TERMUX_PKG_VERSION=2.5.5 +TERMUX_PKG_SHA256=e57f5e3d5842a81fe9351b6e817fcaf0a749ca4ef35a91465edba9e071dce7c4 TERMUX_PKG_SRCURL=http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-openssldir=$TERMUX_PREFIX/etc/tls" TERMUX_PKG_CONFLICTS="openssl"