From 8b1a577e23ca280fa440b3978e7aaf4385209ea7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 7 Sep 2021 16:16:58 +0200 Subject: [PATCH] libtls: update to 3.3.4. --- srcpkgs/libtls/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libtls/template b/srcpkgs/libtls/template index 5ab8c6c84e26..ea6126acf50a 100644 --- a/srcpkgs/libtls/template +++ b/srcpkgs/libtls/template @@ -1,10 +1,10 @@ # Template file for 'libtls' pkgname=libtls -version=3.2.5 -revision=2 +version=3.3.4 +revision=1 wrksrc="libressl-${version}" build_style=gnu-configure -configure_args="$(vopt_enable asm)" +configure_args="--enable-libtls-only --enable-nc $(vopt_enable asm)" hostmakedepends="automake libtool" depends="ca-certificates" short_desc="Version of the TLS/crypto stack forked from OpenSSL" @@ -13,7 +13,7 @@ license="OpenSSL, ISC" homepage="http://www.libressl.org/" changelog="https://raw.githubusercontent.com/libressl-portable/portable/master/ChangeLog" distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${version}.tar.gz" -checksum=798a65fd61d385e09d559810cdfa46512f8def5919264cfef241a7b086ce7cfe +checksum=bcce767a3fed252bfd1210f8a7e3505a2b54d3008f66e43d9b95e3f30c072931 _lssl_asm_ver="1.2.0" replaces="libtls20>0" @@ -54,7 +54,6 @@ do_install() { vlicense libressl-portable-asm-${_lssl_asm_ver}/LICENSE.cryptogams vlicense libressl-portable-asm-${_lssl_asm_ver}/LICENSE.openssl fi - #find ${DESTDIR}/usr/share/man/man1 -type f ! -name openssl.1 -delete } libtls-devel_package() {