mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
net-dns/knot-resolver: add 5.7.2
Signed-off-by: Matthew Smith <matthew@gentoo.org>
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
DIST knot-resolver-5.7.1.tar.xz 1928088 BLAKE2B 66a7f4e5e16a07f4ef2ed7ec42e40068dc9642362deffb2f78a1aa14e7cffe7e170ebde4180d460b9d5701632258e9e2148b34f5967200651762c2e8b5fe371a SHA512 89ebff7e239ea09d9d180386f4551952fb59a3f1d0ca01a172acf27d2eade16ae578142d811333e49ad3a2f629cf5b23d038043c0768469078fcfd5cbfb5020b
|
||||
DIST knot-resolver-5.7.1.tar.xz.asc 833 BLAKE2B 058a040d23a7e55dc9faf7b02967f9e5d9582f2fdbed9b8737843d0e734a1dd1bc7503e367904664fc5f42f79f1839c43aaf1c00a3fbce50c1a7d2ddf7c515cc SHA512 0ec86e0aba583383df4f1ed909ef71a3473bc1412970b91d184372b53c5471ac41e6bf60e9a817c184501113f2d8272c3b0d2c379f80dfe2476ef32c861dd235
|
||||
DIST knot-resolver-5.7.2.tar.xz 1928336 BLAKE2B c4f17a050752a5d1ed141bae646f53f313e866b91b80bb72d37c6b2907d365333ca02fbadf4ff49e5559b721b695d1e7af3417a25e0518dbdfdec1860f890408 SHA512 973e9a541b54cee0d230247d279785a83ce2127216b12ee9f314a49adedac3e23e8369900d6f0985b0a666e9bcae7772f29224565e6208ed4988b13530e4ff0b
|
||||
DIST knot-resolver-5.7.2.tar.xz.asc 833 BLAKE2B f73f52d7b2326a58a37b821cd8495d20c93017bd1f7bad2cc828f807f1886fc376dc95405b3b36047719f8566e27d7c1052b7ab11fae3d1d67c5563a293d965e SHA512 cf05ceca455400004cf249b1029b93619a1d5fcf839bca1259a7b411a1ddef1da0aff187ea0023c587de1981e91a8d26af3bb22341cf426e5055e8ca1c4024e2
|
||||
|
||||
101
net-dns/knot-resolver/knot-resolver-5.7.2.ebuild
Normal file
101
net-dns/knot-resolver/knot-resolver-5.7.2.ebuild
Normal file
@@ -0,0 +1,101 @@
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
LUA_COMPAT=( luajit )
|
||||
|
||||
inherit lua-single meson tmpfiles verify-sig
|
||||
|
||||
DESCRIPTION="A scaleable caching DNS resolver"
|
||||
HOMEPAGE="https://www.knot-resolver.cz https://gitlab.nic.cz/knot/knot-resolver"
|
||||
SRC_URI="
|
||||
https://secure.nic.cz/files/${PN}/${P}.tar.xz
|
||||
verify-sig? ( https://secure.nic.cz/files/${PN}/${P}.tar.xz.asc )
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0 BSD CC0-1.0 GPL-3+ LGPL-2.1+ MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="caps dnstap jemalloc kresc nghttp2 systemd test"
|
||||
RESTRICT="!test? ( test )"
|
||||
REQUIRED_USE="${LUA_REQUIRED_USE}"
|
||||
|
||||
RDEPEND="
|
||||
${LUA_DEPS}
|
||||
acct-group/knot-resolver
|
||||
acct-user/knot-resolver
|
||||
dev-db/lmdb:=
|
||||
dev-libs/libuv:=
|
||||
net-dns/knot:=
|
||||
net-libs/gnutls:=
|
||||
caps? ( sys-libs/libcap-ng )
|
||||
dnstap? (
|
||||
dev-libs/fstrm
|
||||
dev-libs/protobuf-c:=
|
||||
)
|
||||
jemalloc? ( dev-libs/jemalloc:= )
|
||||
kresc? ( dev-libs/libedit )
|
||||
nghttp2? ( net-libs/nghttp2:= )
|
||||
systemd? ( sys-apps/systemd:= )
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
test? (
|
||||
dev-util/cmocka
|
||||
)
|
||||
"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
verify-sig? ( >=sec-keys/openpgp-keys-knot-resolver-20240304 )
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-5.5.3-docdir.patch
|
||||
"${FILESDIR}"/${PN}-5.5.3-nghttp-openssl.patch
|
||||
|
||||
# Bug #921567
|
||||
"${FILESDIR}"/${PN}-5.7.0-r2-tmpfiles.patch
|
||||
)
|
||||
|
||||
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/${PN}.gpg
|
||||
|
||||
src_unpack() {
|
||||
if use verify-sig; then
|
||||
verify-sig_verify_detached "${DISTDIR}"/${P}.tar.xz{,.asc}
|
||||
fi
|
||||
|
||||
unpack ${P}.tar.xz
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
--localstatedir "${EPREFIX}"/var # double lib
|
||||
# https://bugs.gentoo.org/870019
|
||||
-Dauto_features=disabled
|
||||
-Ddoc=disabled
|
||||
-Ddocdir="${EPREFIX}"/usr/share/doc/${PF}
|
||||
-Dopenssl=disabled
|
||||
-Dmalloc=$(usex jemalloc jemalloc disabled)
|
||||
$(meson_feature caps capng)
|
||||
$(meson_feature dnstap)
|
||||
$(meson_feature kresc client)
|
||||
$(meson_feature nghttp2)
|
||||
$(meson_feature test unit_tests)
|
||||
$(meson_feature systemd systemd_files)
|
||||
)
|
||||
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
fowners -R ${PN}: /etc/${PN}
|
||||
|
||||
newinitd "${FILESDIR}"/kresd.initd-r1 kresd
|
||||
newconfd "${FILESDIR}"/kresd.confd-r1 kresd
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
tmpfiles_process knot-resolver.conf
|
||||
}
|
||||
Reference in New Issue
Block a user