stunnel: update to 5.38.

This commit is contained in:
Toyam Cox 2016-12-05 19:05:29 -05:00
parent 6f58326101
commit 48c311e12c
1 changed files with 6 additions and 2 deletions

View File

@ -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 <Vaelatern@gmail.com>"
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.