From 927930a602c638a00cd4f0ce23837f8a5bfb1743 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 8 Apr 2023 16:06:33 +0200 Subject: [PATCH] libtls: update to 3.7.2. --- srcpkgs/libtls/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libtls/template b/srcpkgs/libtls/template index 12d279e39ca..8dbe146a61b 100644 --- a/srcpkgs/libtls/template +++ b/srcpkgs/libtls/template @@ -1,6 +1,6 @@ # Template file for 'libtls' pkgname=libtls -version=3.6.2 +version=3.7.2 revision=1 create_wrksrc=yes build_wrksrc="libressl-${version}" @@ -12,9 +12,9 @@ short_desc="Version of the TLS/crypto stack forked from OpenSSL" maintainer="Leah Neukirchen " license="OpenSSL, ISC" homepage="http://www.libressl.org/" -changelog="https://raw.githubusercontent.com/libressl-portable/portable/master/ChangeLog" +changelog="https://raw.githubusercontent.com/libressl/portable/master/ChangeLog" distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${version}.tar.gz" -checksum=4be80fff073746cf50b4a8e5babe2795acae98c6b132a9e02519b445dfbfd033 +checksum=b06aa538fefc9c6b33c4db4931a09a5f52d9d2357219afcbff7d93fe12ebf6f7 _lssl_asm_ver="1.2.0" replaces="libtls20>0" patch_args="-Np1 --directory=${build_wrksrc}" @@ -22,7 +22,7 @@ patch_args="-Np1 --directory=${build_wrksrc}" build_options="asm" desc_option_asm="Use platform assembly for faster crypto" -build_options_default="asm" +build_options_default="" if [ "$build_option_asm" ]; then distfiles+=" https://github.com/q66/libressl-portable-asm/archive/v${_lssl_asm_ver}.tar.gz"