From 48c311e12c28d7fc13e5efc7073fc312c4815e4b Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Mon, 5 Dec 2016 19:05:29 -0500 Subject: [PATCH] stunnel: update to 5.38. --- srcpkgs/stunnel/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/stunnel/template b/srcpkgs/stunnel/template index 89a7ee2c1b1..3af37525f8f 100644 --- a/srcpkgs/stunnel/template +++ b/srcpkgs/stunnel/template @@ -1,6 +1,6 @@ # Template file for 'stunnel' pkgname=stunnel -version=5.37 +version=5.38 revision=1 build_style=gnu-configure configure_args="--enable-ipv6 --with-ssl=${XBPS_CROSS_BASE}/usr" @@ -11,7 +11,7 @@ maintainer="Toyam Cox " license="GPL-2" homepage="https://www.stunnel.org/" distfiles="https://www.stunnel.org/downloads/archive/5.x/${pkgname}-${version}.tar.gz" -checksum=d0e3530e3effc64fdec792c71791d4937c6b8bd3b9ea4895c6bb6526dcd0d241 +checksum=09ada29ba1683ab1fd1f31d7bed8305127a0876537e836a40cb83851da034fd5 post_install() { rm ${DESTDIR}/usr/share/man/man8/stunnel.??.8 @@ -27,3 +27,7 @@ post_install() { # Significant thanks to the OpenBSD project for creating patch sets for 5.37 # One thing OpenBSD does that we don't do here is add a _stunnel user/group and # modify the configuration samples to chroot and use this by default. +# As of 5.38 the signature expected for the CRYPTO_set_mem_functions seems to +# be out of line with what libressl provides. +# LibreSSL wants 'void (*)(void *)' but argument is of type 'void (*)(void *, const c har *, int)' +# This is probably not a security problem.