From f869d6fb238d7652ee86d71d48dde89391cdf73d Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Tue, 21 Feb 2023 22:58:59 +0000 Subject: [PATCH] gnutls: update to 3.8.0. --- srcpkgs/gnutls/template | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/srcpkgs/gnutls/template b/srcpkgs/gnutls/template index f135514b90b0..c3f2a578aca3 100644 --- a/srcpkgs/gnutls/template +++ b/srcpkgs/gnutls/template @@ -1,10 +1,10 @@ # Template file for 'gnutls' pkgname=gnutls -version=3.7.8 +version=3.8.0 revision=1 build_style=gnu-configure -configure_args="--disable-guile --disable-static - --disable-valgrind-tests --disable-rpath +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" @@ -20,13 +20,10 @@ short_desc="GNU Transport Layer Security library" maintainer="Orphaned " 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=c58ad39af0670efe6a8aee5e3a8b2331a1200418b64b7c51977fb396d4617114 - -pre_check() { - # same as $PASS in tests/cert-tests/certtool.sh - export GNUTLS_PIN=1234 -} +checksum=0ea0d11a1660a1e63f960f157b197abe6d0c8cb3255be24e1fb3815930b9bdc5 +make_check_pre="env GNUTLS_PIN=1234" gnutls-devel_package() { depends="${_develdepends} ${sourcepkg}>=${version}_${revision}"