From: Fredrik Fornwall Date: Tue, 7 Nov 2017 01:43:23 +0000 (+0100) Subject: stunnel: Update from 5.42 to 5.43 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/ea5d8b60dcfd8d1c511ac999f8c99fa0fd1e1888 stunnel: Update from 5.42 to 5.43 --- diff --git a/packages/stunnel/build.sh b/packages/stunnel/build.sh index bcc1ce8c..19c2572d 100644 --- a/packages/stunnel/build.sh +++ b/packages/stunnel/build.sh @@ -1,8 +1,7 @@ TERMUX_PKG_HOMEPAGE=https://www.stunnel.org/ TERMUX_PKG_DESCRIPTION="Socket wrapper which can provide TLS support to ordinary applications" -TERMUX_PKG_VERSION=5.42 -TERMUX_PKG_REVISION=1 -TERMUX_PKG_SHA256=1b6a7aea5ca223990bc8bd621fb0846baa4278e1b3e00ff6eee279cb8e540fab +TERMUX_PKG_VERSION=5.43 +TERMUX_PKG_SHA256=05915babf705a0494886a72a7367913d403d07fc908ebb7b380d639e2d8bcee2 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"