From 14a585094cc0eef3273d80b79a9898248544af3e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 11 Feb 2023 14:49:26 +0100 Subject: [PATCH] libtls: update to 3.6.2. --- srcpkgs/libtls/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libtls/template b/srcpkgs/libtls/template index 10a7ec6e8ae..12d279e39ca 100644 --- a/srcpkgs/libtls/template +++ b/srcpkgs/libtls/template @@ -1,6 +1,6 @@ # Template file for 'libtls' pkgname=libtls -version=3.6.1 +version=3.6.2 revision=1 create_wrksrc=yes build_wrksrc="libressl-${version}" @@ -14,7 +14,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=acfac61316e93b919c28d62d53037ca734de85c46b4d703f19fd8395cf006774 +checksum=4be80fff073746cf50b4a8e5babe2795acae98c6b132a9e02519b445dfbfd033 _lssl_asm_ver="1.2.0" replaces="libtls20>0" patch_args="-Np1 --directory=${build_wrksrc}"