From: Fredrik Fornwall Date: Fri, 4 Dec 2015 09:41:39 +0000 (-0500) Subject: stunnel: Update from 5.26 to 5.27 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/e86c51bd344721847cbcfe1b28a2d82b8edf7670?hp=--cc stunnel: Update from 5.26 to 5.27 --- e86c51bd344721847cbcfe1b28a2d82b8edf7670 diff --git a/packages/stunnel/build.sh b/packages/stunnel/build.sh index 632802c3..31528cd1 100644 --- a/packages/stunnel/build.sh +++ b/packages/stunnel/build.sh @@ -1,7 +1,6 @@ TERMUX_PKG_HOMEPAGE=https://www.stunnel.org/ TERMUX_PKG_DESCRIPTION="Socket wrapper which can provide TLS support to ordinary applications" -TERMUX_PKG_VERSION=5.26 -TERMUX_PKG_BUILD_REVISION=1 +TERMUX_PKG_VERSION=5.27 TERMUX_PKG_SRCURL=https://www.stunnel.org/downloads/stunnel-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_DEPENDS="openssl, libutil" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-shared --with-ssl=$TERMUX_PREFIX --disable-fips"