libtls: update to 4.1.0.

This commit is contained in:
Leah Neukirchen 2025-05-08 17:12:51 +02:00
parent 062493e953
commit 6f107d2b5a
2 changed files with 3 additions and 3 deletions

View file

@ -3627,7 +3627,7 @@ libmanette-0.2.so.0 libmanette-0.2.1_1
libfmt.so.9 fmt-9.0.0_1 libfmt.so.9 fmt-9.0.0_1
libelementary-calendar.so.0 libio.elementary.calendar-4.2.3_1 libelementary-calendar.so.0 libio.elementary.calendar-4.2.3_1
libolm.so.3 olm-3.0.0_1 libolm.so.3 olm-3.0.0_1
libtls.so.31 libtls-4.0.0_1 libtls.so.32 libtls-4.1.0_1
libxmlb.so.2 libxmlb-0.2.1_1 libxmlb.so.2 libxmlb-0.2.1_1
libvoikko.so.1 libvoikko-4.2_1 libvoikko.so.1 libvoikko-4.2_1
libfstrcmp.so.0 libfstrcmp-0.7.D001_1 libfstrcmp.so.0 libfstrcmp-0.7.D001_1

View file

@ -1,6 +1,6 @@
# Template file for 'libtls' # Template file for 'libtls'
pkgname=libtls pkgname=libtls
version=4.0.0 version=4.1.0
revision=1 revision=1
create_wrksrc=yes create_wrksrc=yes
build_wrksrc="libressl-${version}" build_wrksrc="libressl-${version}"
@ -14,7 +14,7 @@ license="OpenSSL, ISC"
homepage="http://www.libressl.org/" homepage="http://www.libressl.org/"
changelog="https://raw.githubusercontent.com/libressl/portable/master/ChangeLog" changelog="https://raw.githubusercontent.com/libressl/portable/master/ChangeLog"
distfiles="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${version}.tar.gz" distfiles="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${version}.tar.gz"
checksum=4d841955f0acc3dfc71d0e3dd35f283af461222350e26843fea9731c0246a1e4 checksum=0f71c16bd34bdaaccdcb96a5d94a4921bfb612ec6e0eba7a80d8854eefd8bb61
replaces="libtls20>0" replaces="libtls20>0"
patch_args="-Np1 --directory=${build_wrksrc}" patch_args="-Np1 --directory=${build_wrksrc}"