From: Fredrik Fornwall Date: Sun, 29 Jan 2017 23:54:39 +0000 (+0100) Subject: stunnel: Update from 5.39 to 5.40 X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/0248f4a2fb81a0738f0af15776e727726865a354?ds=sidebyside stunnel: Update from 5.39 to 5.40 --- diff --git a/packages/stunnel/build.sh b/packages/stunnel/build.sh index ee6925e1..a3384c99 100644 --- a/packages/stunnel/build.sh +++ b/packages/stunnel/build.sh @@ -1,8 +1,8 @@ TERMUX_PKG_HOMEPAGE=https://www.stunnel.org/ TERMUX_PKG_DESCRIPTION="Socket wrapper which can provide TLS support to ordinary applications" -TERMUX_PKG_VERSION=5.39 +TERMUX_PKG_VERSION=5.40 TERMUX_PKG_SRCURL=https://www.stunnel.org/downloads/stunnel-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=288c087a50465390d05508068ac76c8418a21fae7275febcc63f041ec5b04dee +TERMUX_PKG_SHA256=23acdb390326ffd507d90f8984ecc90e0d9993f6bd6eac1d0a642456565c45ff TERMUX_PKG_DEPENDS="openssl, libutil" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-shared --with-ssl=$TERMUX_PREFIX --disable-fips" TERMUX_PKG_RM_AFTER_INSTALL="bin/stunnel3 share/man/man8/stunnel.*.8"