mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gnutls: update to 3.8.4
This commit is contained in:
parent
84b8463634
commit
78e233a625
1 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gnutls'
|
# Template file for 'gnutls'
|
||||||
pkgname=gnutls
|
pkgname=gnutls
|
||||||
version=3.8.3
|
version=3.8.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-valgrind-tests
|
configure_args="--disable-static --disable-valgrind-tests
|
||||||
|
@ -8,11 +8,10 @@ configure_args="--disable-static --disable-valgrind-tests
|
||||||
--with-default-trust-store-file=/etc/ssl/certs/ca-certificates.crt
|
--with-default-trust-store-file=/etc/ssl/certs/ca-certificates.crt
|
||||||
--with-trousers-lib=${XBPS_CROSS_BASE}/usr/lib"
|
--with-trousers-lib=${XBPS_CROSS_BASE}/usr/lib"
|
||||||
hostmakedepends="gettext libtool pkg-config which"
|
hostmakedepends="gettext libtool pkg-config which"
|
||||||
# for autoreconf
|
|
||||||
#hostmakedepends+=" gettext-devel-tools automake"
|
|
||||||
# dependencies listed in pkg-config files
|
# dependencies listed in pkg-config files
|
||||||
_develdepends="unbound-devel trousers-devel libunistring-devel nettle-devel
|
_develdepends="unbound-devel trousers-devel libunistring-devel nettle-devel
|
||||||
libtasn1-devel libidn2-devel p11-kit-devel"
|
libtasn1-devel libidn2-devel p11-kit-devel brotli-devel libzstd-devel
|
||||||
|
zlib-devel"
|
||||||
makedepends="lzo-devel readline-devel libgpg-error-devel
|
makedepends="lzo-devel readline-devel libgpg-error-devel
|
||||||
libgcrypt-devel ${_develdepends}"
|
libgcrypt-devel ${_develdepends}"
|
||||||
checkdepends="iproute2"
|
checkdepends="iproute2"
|
||||||
|
@ -22,7 +21,7 @@ license="GPL-3.0-only, LGPL-2.1-or-later"
|
||||||
homepage="https://gnutls.org"
|
homepage="https://gnutls.org"
|
||||||
changelog="https://gitlab.com/gnutls/gnutls/-/raw/master/NEWS"
|
changelog="https://gitlab.com/gnutls/gnutls/-/raw/master/NEWS"
|
||||||
distfiles="https://www.gnupg.org/ftp/gcrypt/gnutls/v${version%.*}/gnutls-${version}.tar.xz"
|
distfiles="https://www.gnupg.org/ftp/gcrypt/gnutls/v${version%.*}/gnutls-${version}.tar.xz"
|
||||||
checksum=f74fc5954b27d4ec6dfbb11dea987888b5b124289a3703afcada0ee520f4173e
|
checksum=2bea4e154794f3f00180fa2a5c51fe8b005ac7a31cd58bd44cdfa7f36ebc3a9b
|
||||||
# same as $PASS in tests/cert-tests/certtool.sh
|
# same as $PASS in tests/cert-tests/certtool.sh
|
||||||
make_check_pre="env GNUTLS_PIN=1234"
|
make_check_pre="env GNUTLS_PIN=1234"
|
||||||
|
|
||||||
|
@ -32,6 +31,10 @@ else
|
||||||
configure_args+=" --disable-tests"
|
configure_args+=" --disable-tests"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/share/doc
|
||||||
|
}
|
||||||
|
|
||||||
gnutls-devel_package() {
|
gnutls-devel_package() {
|
||||||
depends="${_develdepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${_develdepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue