From: Fredrik Fornwall Date: Sun, 22 May 2016 23:33:37 +0000 (-0400) Subject: gnutls: Update from 3.4.11 to 3.4.12 X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/c84937645ec04def6b9dde9dec948275db66a517 gnutls: Update from 3.4.11 to 3.4.12 --- diff --git a/packages/libgnutls/build.sh b/packages/libgnutls/build.sh index e9bb8c1e..fedfd36b 100644 --- a/packages/libgnutls/build.sh +++ b/packages/libgnutls/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=http://www.gnutls.org/ TERMUX_PKG_DESCRIPTION="Secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them" TERMUX_PKG_DEPENDS="libgmp, libnettle, ca-certificates, libidn" _TERMUX_PKG_MAJOR_VERSION=3.4 -TERMUX_PKG_VERSION=${_TERMUX_PKG_MAJOR_VERSION}.11 +TERMUX_PKG_VERSION=${_TERMUX_PKG_MAJOR_VERSION}.12 TERMUX_PKG_SRCURL=ftp://ftp.gnutls.org/gcrypt/gnutls/v${_TERMUX_PKG_MAJOR_VERSION}/gnutls-${TERMUX_PKG_VERSION}.tar.xz TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-hardware-acceleration --disable-cxx --disable-openssl-compatibility --with-included-libtasn1 --without-p11-kit --with-default-trust-store-file=$TERMUX_PREFIX/etc/tls/cert.pem"