summaryrefslogtreecommitdiff
path: root/net-dns/pdns-recursor
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-18 16:12:56 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-18 16:12:56 +0100
commitae7f349673c9e013e85bbc65e873d3363467a293 (patch)
tree0ae90623ff8081894ad526c05a94ad9ca84f1ea4 /net-dns/pdns-recursor
parent8ea6e43d2f65acbfda614dbd4635823d7605b6d8 (diff)
gentoo auto-resync : 18:05:2023 - 16:12:55
Diffstat (limited to 'net-dns/pdns-recursor')
-rw-r--r--net-dns/pdns-recursor/Manifest2
-rw-r--r--net-dns/pdns-recursor/pdns-recursor-4.8.4.ebuild5
2 files changed, 5 insertions, 2 deletions
diff --git a/net-dns/pdns-recursor/Manifest b/net-dns/pdns-recursor/Manifest
index 2939362f24b4..624327fe1a0d 100644
--- a/net-dns/pdns-recursor/Manifest
+++ b/net-dns/pdns-recursor/Manifest
@@ -1,4 +1,4 @@
AUX pdns-recursor-r2 1426 BLAKE2B 4407525f88d6e4299acdaa015e13866b70b2f697493218953c515e00af1476df7b8dbc87f6a39c50743d78b7f8efd2d3446e1a387f98ac4191cea2c04e10c175 SHA512 2f4d8458f6224a42103d28937d69228092c74c9c8c958833b292acf8959df1e617eafc13b65b95cf6eb4e06fb4fa7f23906c28b583865b6885949daaac12799e
DIST pdns-recursor-4.8.4.tar.bz2 1528092 BLAKE2B d4cacbb6451ee4b835684855e6e6bcbb0eb6425840bce980ee5b2049a4eed3fe5c6be3d62133234adc3944f85d548ce9ee50885d65b2104c0eda91b4e46ca024 SHA512 1cfdf94bc10d01ebfae00780304f0d46b3388d824158195e1db2b04a08143cc8f36c4861a05ac8cbc05948349aafe1c9e822a27b15b470ef89a81e8bd584a5f2
-EBUILD pdns-recursor-4.8.4.ebuild 2031 BLAKE2B 5edf1b7697210c553fb27bffc5e291d69a28d398d01fec9c618b4e11c9cce4e0d25ecda040b447ccd4c85ec7da5d5450aae8f3ce04c88e14127ee1a998952586 SHA512 0eeee373c5462191c6c19f8402f680b7faef6e2721fe142eae97a959cddc49e2f5c69f8d48ccb7abbd218a10b361866c49d31314dd6d8a694bca4efaa55e9614
+EBUILD pdns-recursor-4.8.4.ebuild 2119 BLAKE2B 46c69cc7063a48dab45062d30a95a4a03f676c06eeb271eb7e10b77252e26ed663cfb9bffa847f3d928dda0cfc2e5755c834376464f4219e38e85a0a9c8ea84d SHA512 79445afa5a3ecd6fc88000fc8689ee110216ab69001d9e9a3a5c7232df0ee8af1f4b63263bba19f87d83ede577590504f2493c647e64020b98386e4bd588f363
MISC metadata.xml 930 BLAKE2B 997ed7f557ddae9d8a5b3f92396cb5acb9cde67de5cc750c4c3b051635557ff22fcdd94400a95cc7e5328ccca9786fe3b780c81d57f785865a18e68701916d00 SHA512 3415ed721ad143cae712ee309ba9f3057273b8e594617fe12382bd316cad7dc6e2ed66d660d9c13fa3db993852c85f21d1ea1c0367e595dd5bbf782add225cd1
diff --git a/net-dns/pdns-recursor/pdns-recursor-4.8.4.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.8.4.ebuild
index 3a29170ed128..402e2ea18aa7 100644
--- a/net-dns/pdns-recursor/pdns-recursor-4.8.4.ebuild
+++ b/net-dns/pdns-recursor/pdns-recursor-4.8.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm x86"
-IUSE="debug dnstap snmp sodium systemd test"
+IUSE="debug dnstap snmp sodium systemd test valgrind"
REQUIRED_USE="${LUA_REQUIRED_USE}"
RESTRICT="!test? ( test )"
@@ -33,6 +33,8 @@ RDEPEND="${DEPEND}
!<net-dns/pdns-2.9.20-r1
acct-user/pdns
acct-group/pdns"
+DEPEND="${DEPEND}
+ valgrind? ( dev-util/valgrind )"
BDEPEND="virtual/pkgconfig"
S="${WORKDIR}"/${P/_/-}
@@ -55,6 +57,7 @@ src_configure() {
$(use_enable systemd) \
$(use_enable dnstap dnstap) \
$(use_enable test unit-tests) \
+ $(use_enable valgrind) \
$(use_with sodium libsodium) \
$(use_with snmp net-snmp)
}