diff --git a/common/shlibs b/common/shlibs index 848aa7920bd..e2ab1cd2cfd 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1659,7 +1659,8 @@ libid3-3.8.so.3 id3lib-3.8.3_1 libgirara-gtk3.so.1 girara-0.2.2_1 libjq.so.1 jq-devel-1.4_1 libcrypto.so.30 libressl-2.0.1_1 -libssl.so.27 libressl-2.0.1_1 +libssl.so.29 libressl-2.1.2_1 +libtls.so.1 libressl-2.1.2_1 libvamp-hostsdk.so.3 libvamp-plugin-sdk-2.2_6 libportmidi.so portmidi-217_1 libsox.so.2 sox-14.4.1_1 diff --git a/srcpkgs/libressl/template b/srcpkgs/libressl/template index defbcf28e75..6f4fce6fc1f 100644 --- a/srcpkgs/libressl/template +++ b/srcpkgs/libressl/template @@ -1,18 +1,20 @@ # Template file for 'libressl' pkgname=libressl -version=2.1.1 -revision=5 +version=2.1.2 +revision=1 bootstrap=yes build_style=gnu-configure +configure_args="--enable-libtls" short_desc="FREE version of the SSL/TLS protocol forked from OpenSSL" maintainer="Juan RP " license="OpenSSL-License, SSLeay-License, ISC" homepage="http://www.libressl.org/" distfiles="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${pkgname}-${version}.tar.gz" -checksum=fb5ada41a75b31c8dd9ff013daca57b253047ad14e43f65d8b41879b7b8e3c17 +checksum=07c05f12e5d49dbfcf82dd23b6b4877b7cdb1c8e4c8dd27cb4d9e5758a6caf52 post_build() { - $CC -Wall $CFLAGS -Iinclude -Lcrypto/.libs $LDFLAGS ${FILESDIR}/c_rehash.c -o ${wrksrc}/c_rehash -lcrypto + $CC -Wall $CFLAGS -DHAVE_STRNDUP -Iinclude -Lcrypto/.libs \ + $LDFLAGS ${FILESDIR}/c_rehash.c -o ${wrksrc}/c_rehash -lcrypto } post_install() { vlicense COPYING