From: Fredrik Fornwall Date: Sat, 20 Jun 2015 12:28:36 +0000 (-0400) Subject: Update stunnel from 5.17 to 5.19 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/552f076933095c88e961fe546a49c78c5a7dcdb8?ds=sidebyside Update stunnel from 5.17 to 5.19 --- diff --git a/packages/stunnel/build.sh b/packages/stunnel/build.sh index 588fb0ec..d20e4d2e 100644 --- a/packages/stunnel/build.sh +++ b/packages/stunnel/build.sh @@ -1,6 +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.17 +TERMUX_PKG_VERSION=5.19 TERMUX_PKG_SRCURL=https://www.stunnel.org/downloads/stunnel-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_DEPENDS="openssl" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-shared --with-ssl=$TERMUX_PREFIX --disable-fips"