Skip to content

Commit

Permalink
gnutls: update to 3.8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax authored and classabbyamp committed Dec 4, 2023
1 parent 7f0ca99 commit eb24379
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions srcpkgs/gnutls/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'gnutls'
pkgname=gnutls
version=3.8.1
version=3.8.2
revision=1
build_style=gnu-configure
configure_args="--disable-static --disable-valgrind-tests
Expand All @@ -22,10 +22,16 @@ 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=ba8b9e15ae20aba88f44661978f5b5863494316fe7e722ede9d069fe6294829c
checksum=e765e5016ffa9b9dd243e363a0460d577074444ee2491267db2e96c9c2adef77
# same as $PASS in tests/cert-tests/certtool.sh
make_check_pre="env GNUTLS_PIN=1234"

if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" --enable-tests"
else
configure_args+=" --disable-tests"
fi

gnutls-devel_package() {
depends="${_develdepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
Expand Down

0 comments on commit eb24379

Please sign in to comment.