gnutls: update to 3.8.0.

This commit is contained in:
mhmdanas 2023-02-21 22:58:59 +00:00 committed by Duncan Overbruck
parent c29d58477f
commit 6ed9fcdcd2
1 changed files with 8 additions and 9 deletions

View File

@ -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,11 @@ short_desc="GNU Transport Layer Security library"
maintainer="Orphaned <orphan@voidlinux.org>"
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
# same as $PASS in tests/cert-tests/certtool.sh
make_check_pre="env GNUTLS_PIN=1234"
gnutls-devel_package() {
depends="${_develdepends} ${sourcepkg}>=${version}_${revision}"
@ -39,6 +37,7 @@ gnutls-devel_package() {
vmove usr/share/info
}
}
gnutls-tools_package() {
short_desc+=" - bundled tools"
pkg_install() {