mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
gnutls: update to 3.7.3.
The 3.7.x branch is currently documented as "next", while 3.6.x is "stable". However, all distros, including Debian stable, use the 3.7.x branch; and other libraries and applications already require new functionality provided only in the 3.7 branch. Closes: #34742 [via git-merge-pr]
This commit is contained in:
parent
a0a7d50bed
commit
5b19696d85
2 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
||||||
upstream: no
|
upstream: no
|
||||||
reason: don't prompt for password, don't assume it has been asked for
|
reason: don't prompt for password, don't assume it has been asked for
|
||||||
|
|
||||||
--- a/tests/cert-tests/certtool
|
--- a/tests/cert-tests/certtool.sh
|
||||||
+++ b/tests/cert-tests/certtool
|
+++ b/tests/cert-tests/certtool.sh
|
||||||
@@ -26,6 +26,7 @@
|
@@ -26,6 +26,7 @@
|
||||||
TMPFILE1=certtool-file1.$$.tmp
|
TMPFILE1=certtool-file1.$$.tmp
|
||||||
TMPFILE2=certtool-file2.$$.tmp
|
TMPFILE2=certtool-file2.$$.tmp
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'gnutls'
|
# Template file for 'gnutls'
|
||||||
pkgname=gnutls
|
pkgname=gnutls
|
||||||
version=3.6.16
|
version=3.7.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-zlib --disable-guile --disable-static
|
configure_args="--disable-guile --disable-static
|
||||||
--disable-valgrind-tests --disable-rpath
|
--disable-valgrind-tests --disable-rpath
|
||||||
--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"
|
||||||
|
@ -13,7 +13,7 @@ hostmakedepends="gettext libtool pkg-config which"
|
||||||
# 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"
|
||||||
makedepends="zlib-devel 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"
|
||||||
short_desc="GNU Transport Layer Security library"
|
short_desc="GNU Transport Layer Security library"
|
||||||
|
@ -21,10 +21,10 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-only, LGPL-2.1-or-later"
|
license="GPL-3.0-only, LGPL-2.1-or-later"
|
||||||
homepage="https://gnutls.org"
|
homepage="https://gnutls.org"
|
||||||
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=1b79b381ac283d8b054368b335c408fedcb9b7144e0c07f531e3537d4328f3b3
|
checksum=fc59c43bc31ab20a6977ff083029277a31935b8355ce387b634fa433f8f6c49a
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
# same as $PASS in tests/cert-tests/certtool
|
# same as $PASS in tests/cert-tests/certtool.sh
|
||||||
export GNUTLS_PIN=1234
|
export GNUTLS_PIN=1234
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue