knot: update to 3.2.7.

This commit is contained in:
Duncaen 2023-06-07 13:58:26 +02:00
parent e7e99df59d
commit 46dd270c3d
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,7 +1,7 @@
# Template file for 'knot' # Template file for 'knot'
pkgname=knot pkgname=knot
version=3.2.6 version=3.2.7
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args=" configure_args="
--disable-silent-rules --disable-silent-rules
@ -12,7 +12,8 @@ configure_args="
conf_files="/etc/knot/knot.conf" conf_files="/etc/knot/knot.conf"
hostmakedepends="automake pkg-config protobuf-c" hostmakedepends="automake pkg-config protobuf-c"
makedepends="gnutls-devel lmdb-devel libedit-devel liburcu-devel makedepends="gnutls-devel lmdb-devel libedit-devel liburcu-devel
protobuf-c-devel fstrm-devel libmaxminddb-devel" protobuf-c-devel fstrm-devel libmaxminddb-devel libcap-ng-devel
nghttp2-devel"
checkdepends="softhsm" checkdepends="softhsm"
short_desc="High-performance authoritative-only DNS server" short_desc="High-performance authoritative-only DNS server"
maintainer="Duncaen <duncaen@voidlinux.org>" maintainer="Duncaen <duncaen@voidlinux.org>"
@ -20,7 +21,7 @@ license="GPL-3.0-or-later"
homepage="https://www.knot-dns.cz/" homepage="https://www.knot-dns.cz/"
changelog="https://github.com/CZ-NIC/knot/raw/${version%*.*}/NEWS" changelog="https://github.com/CZ-NIC/knot/raw/${version%*.*}/NEWS"
distfiles="https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz" distfiles="https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz"
checksum=ac124fb17dbc4ac5310a30a396245a6ba304b3c89abed0f8a47d727462c8da4d checksum=d3b7872ac8aa80f7f54ddb1bb3b1e2f90ec55f7270a2c4a9338eab42b7d2767b
system_accounts="_knot" system_accounts="_knot"
_knot_homedir="/var/lib/knot" _knot_homedir="/var/lib/knot"