From: Fredrik Fornwall Date: Thu, 14 Jan 2016 22:38:54 +0000 (-0500) Subject: libgnutls: Update from 3.4.7 to 3.4.8 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/5ff93005a1e0c2064f33ee56b04be9a672d2a4d7?ds=inline;hp=-c libgnutls: Update from 3.4.7 to 3.4.8 --- 5ff93005a1e0c2064f33ee56b04be9a672d2a4d7 diff --git a/packages/libgnutls/build.sh b/packages/libgnutls/build.sh index 4c4b4818..e4aca441 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" _TERMUX_PKG_MAJOR_VERSION=3.4 -TERMUX_PKG_VERSION=${_TERMUX_PKG_MAJOR_VERSION}.7 +TERMUX_PKG_VERSION=${_TERMUX_PKG_MAJOR_VERSION}.8 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"