Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/
Date: Thu, 23 Dec 2021 07:14:41
Message-Id: 1640243674.4fc50a0b79c79cddf9dd7ad6ccde7b311000af03.swegener@gentoo
1 commit: 4fc50a0b79c79cddf9dd7ad6ccde7b311000af03
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 19 21:17:04 2021 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 23 07:14:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc50a0b
7
8 net-dns/pdns-recursor: Version bump to 4.6.0
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
12
13 net-dns/pdns-recursor/Manifest | 1 +
14 net-dns/pdns-recursor/pdns-recursor-4.6.0.ebuild | 82 ++++++++++++++++++++++++
15 2 files changed, 83 insertions(+)
16
17 diff --git a/net-dns/pdns-recursor/Manifest b/net-dns/pdns-recursor/Manifest
18 index 8a8ffce2e05a..1d66c71baf35 100644
19 --- a/net-dns/pdns-recursor/Manifest
20 +++ b/net-dns/pdns-recursor/Manifest
21 @@ -4,3 +4,4 @@ DIST pdns-recursor-4.4.7.tar.bz2 1404116 BLAKE2B 42808634fe20735ba0a933a20b7c4df
22 DIST pdns-recursor-4.5.5.tar.bz2 1472089 BLAKE2B 408bd0d11b0945de15fe22b290b127a9b7f9f053359a0269fb9e478ae536ed5c4b5ad3b5fa8b15d7786fdd0cdd8721d5a5cb66d46f816105e37ecd9fc9557854 SHA512 7df2e89eea55e870724370753b39d867e2b32fc8bcbdb3efaefa824917b16b9d382817dce7d551dc16d8ad0b0c04b3021cba310b47de969fe54c395eafe7706b
23 DIST pdns-recursor-4.5.6.tar.bz2 1474500 BLAKE2B 9d1f0ce83b4d57d6443cf0107d76c4408aee019b571d807167429b56ce543809732610b0ca1f2d406224de33d1bcb747e00b572178ef6748282dc6a62fcafe78 SHA512 43c866a29bd72175bad71450dc20678183f6b11f60d54a174627501be52c79dc91819196be63e6859af086f42cc7297d7a3a6100088a2efe3c99eb8f5fd73e71
24 DIST pdns-recursor-4.5.7.tar.bz2 1475537 BLAKE2B e58a28ed1ca2a9ae69436f9367e83f046ed5bc47bfd13783bd7c956f917c4a6d9c93a9a8e1c4df55ad42bc6ba024faca936fefdaffb2125e4f6635c5e6a20b19 SHA512 dc4a2a129039f79440420c285c37fd11536f2c0b74a39da74560eb782f1ad881839831e97f2a803b1812f128e899ad7c460fada42a831994b21f301f8892e60a
25 +DIST pdns-recursor-4.6.0.tar.bz2 1549434 BLAKE2B 3834c3cf58d99ba03b9e2c325a35e7bdc29a6da3fc77998b44a875033a1ce9a538762f21270754c0207be175a2b9f06d06677822a7dffd7f57fe510425772f96 SHA512 ca7e7a4aed904a68f4dcb25e62393d44cbe5a1b64b76882b086e3dcfc08face8d399d2652aeb3c03d8a68b2c9531e78223b815256d7d9e82777621aba8ad068b
26
27 diff --git a/net-dns/pdns-recursor/pdns-recursor-4.6.0.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.6.0.ebuild
28 new file mode 100644
29 index 000000000000..391869be2aec
30 --- /dev/null
31 +++ b/net-dns/pdns-recursor/pdns-recursor-4.6.0.ebuild
32 @@ -0,0 +1,82 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +LUA_COMPAT=( lua5-{1..4} luajit )
39 +
40 +inherit flag-o-matic lua-single
41 +
42 +DESCRIPTION="The PowerDNS Recursor"
43 +HOMEPAGE="https://www.powerdns.com/"
44 +SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2"
45 +
46 +LICENSE="GPL-2"
47 +SLOT="0"
48 +KEYWORDS="~amd64"
49 +IUSE="debug dnstap snmp sodium systemd test"
50 +REQUIRED_USE="${LUA_REQUIRED_USE}"
51 +RESTRICT="!test? ( test )"
52 +
53 +DEPEND="${LUA_DEPS}
54 + dnstap? ( dev-libs/fstrm )
55 + systemd? ( sys-apps/systemd:0= )
56 + snmp? ( net-analyzer/net-snmp )
57 + sodium? ( dev-libs/libsodium:= )
58 + dev-libs/openssl:=
59 + >=dev-libs/boost-1.35:="
60 +RDEPEND="${DEPEND}
61 + !<net-dns/pdns-2.9.20-r1
62 + acct-user/pdns
63 + acct-group/pdns"
64 +BDEPEND="virtual/pkgconfig"
65 +
66 +S="${WORKDIR}"/${P/_/-}
67 +
68 +pkg_setup() {
69 + lua-single_pkg_setup
70 + filter-flags -ftree-vectorize
71 +}
72 +
73 +src_configure() {
74 + econf \
75 + --sysconfdir=/etc/powerdns \
76 + --with-nod-cache-dir=/var/lib/powerdns \
77 + --with-service-user=pdns \
78 + --with-service-group=pdns \
79 + --with-lua="${ELUA}" \
80 + $(use_enable debug verbose-logging) \
81 + $(use_enable systemd) \
82 + $(use_enable dnstap dnstap) \
83 + $(use_enable test unit-tests) \
84 + $(use_with sodium libsodium) \
85 + $(use_with snmp net-snmp)
86 +}
87 +
88 +src_install() {
89 + default
90 +
91 + mv "${D}"/etc/powerdns/recursor.conf{-dist,}
92 +
93 + # set defaults: setuid=nobody, setgid=nobody
94 + sed -i \
95 + -e 's/^# set\([ug]\)id=$/set\1id=pdns/' \
96 + -e 's/^# quiet=$/quiet=on/' \
97 + -e 's/^# chroot=$/chroot=\/var\/lib\/powerdns/' \
98 + "${D}"/etc/powerdns/recursor.conf
99 +
100 + newinitd "${FILESDIR}"/pdns-recursor-r2 pdns-recursor
101 +}
102 +
103 +pkg_postinst() {
104 + local old
105 +
106 + for old in ${REPLACING_VERSIONS}; do
107 + ver_test ${old} -lt 4.0.0-r1 || continue
108 +
109 + ewarn "Starting with 4.0.0-r1 the init script has been renamed from precursor"
110 + ewarn "to pdns-recursor, please update your runlevels accordingly."
111 +
112 + break
113 + done
114 +}