gnutls: update to 3.8.0.
This commit is contained in:
parent
c29d58477f
commit
6ed9fcdcd2
|
@ -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() {
|
||||
checksum=0ea0d11a1660a1e63f960f157b197abe6d0c8cb3255be24e1fb3815930b9bdc5
|
||||
# same as $PASS in tests/cert-tests/certtool.sh
|
||||
export GNUTLS_PIN=1234
|
||||
}
|
||||
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() {
|
||||
|
|
Loading…
Reference in New Issue