diff --git a/srcpkgs/gnutls/template b/srcpkgs/gnutls/template index 3264f3ee0d2654..bea76a9b435b83 100644 --- a/srcpkgs/gnutls/template +++ b/srcpkgs/gnutls/template @@ -1,13 +1,13 @@ # Template file for 'gnutls' pkgname=gnutls -version=3.8.10 +version=3.8.12 revision=1 build_style=gnu-configure configure_args="--disable-static --disable-valgrind-tests --disable-rpath --with-default-trust-store-file=/etc/ssl/certs/ca-certificates.crt --with-trousers-lib=${XBPS_CROSS_BASE}/usr/lib" -hostmakedepends="gettext libtool pkg-config which" +hostmakedepends="gettext libtool pkg-config which texinfo" # dependencies listed in pkg-config files _develdepends="unbound-devel trousers-devel libunistring-devel nettle-devel libtasn1-devel libidn2-devel p11-kit-devel brotli-devel libzstd-devel @@ -21,7 +21,7 @@ license="GPL-3.0-only, LGPL-2.1-or-later" homepage="https://gnutls.org" changelog="https://gitlab.com/gnutls/gnutls/-/raw/master/NEWS" distfiles="https://www.gnupg.org/ftp/gcrypt/gnutls/v${version%.*}/gnutls-${version}.tar.xz" -checksum=db7fab7cce791e7727ebbef2334301c821d79a550ec55c9ef096b610b03eb6b7 +checksum=a7b341421bfd459acf7a374ca4af3b9e06608dcd7bd792b2bf470bea012b8e51 # same as $PASS in tests/cert-tests/certtool.sh make_check_pre="env GNUTLS_PIN=1234"