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: Mon, 08 Nov 2021 06:27:00
Message-Id: 1636352809.48f76de457cc4e66e87ff84c250a7de6fe0d8c04.swegener@gentoo
1 commit: 48f76de457cc4e66e87ff84c250a7de6fe0d8c04
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 7 08:53:59 2021 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 8 06:26:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f76de4
7
8 net-dns/pdns-recursor: Version bump to 4.4.7 and 4.5.7
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 | 2 +
14 net-dns/pdns-recursor/pdns-recursor-4.4.7.ebuild | 88 ++++++++++++++++++++++++
15 net-dns/pdns-recursor/pdns-recursor-4.5.7.ebuild | 82 ++++++++++++++++++++++
16 3 files changed, 172 insertions(+)
17
18 diff --git a/net-dns/pdns-recursor/Manifest b/net-dns/pdns-recursor/Manifest
19 index af59130576c..8a8ffce2e05 100644
20 --- a/net-dns/pdns-recursor/Manifest
21 +++ b/net-dns/pdns-recursor/Manifest
22 @@ -1,4 +1,6 @@
23 DIST pdns-recursor-4.4.5.tar.bz2 1400394 BLAKE2B a373d15987860bd6b890e5aa5900f28623ff763a711e527b05c3de950c7fbec186dc5e085100008a8ee89bab24140b0f993357349ec04d968e7f386156cdefbc SHA512 21f4172bb8908cfb53e8d457533a85940b13da6733c2da3972b587e64a0f6d52bfd52b85d5d65769c33dd479ce89b6306bdd105c120ab99b32963e7f0cfbc2e2
24 DIST pdns-recursor-4.4.6.tar.bz2 1403882 BLAKE2B 2f860128849cce29131300cbda2f2646c7fbaeeb704a6131933d3bbe205bdf1dddd45f9f79f74345b2dea34e56d145b9ef878c0cd6280ceeb075c196afe53d5e SHA512 0ac897da628fb133bd7cd3932e0a1d362c88c55cb07dc2d5d645f731dc8dbf5d18993967654a60156cba7eaac7869ee10a67987a2a492c0c239de9788188caf4
25 +DIST pdns-recursor-4.4.7.tar.bz2 1404116 BLAKE2B 42808634fe20735ba0a933a20b7c4dfae0c32b25976e713be46dddfcdf03599b2b29ca8407781ac304fcb004f8a8a29856dc70aeb468f4e773ee5e5a9d1e7631 SHA512 eb4008ec65e42e10d9fc4d0e0fc6c4d4716224f04f530649d88adbc505ea2a8b570bfd738455f9c769e6c242e7996905c7cc457e9f685b06e5d0f73fdffd30a7
26 DIST pdns-recursor-4.5.5.tar.bz2 1472089 BLAKE2B 408bd0d11b0945de15fe22b290b127a9b7f9f053359a0269fb9e478ae536ed5c4b5ad3b5fa8b15d7786fdd0cdd8721d5a5cb66d46f816105e37ecd9fc9557854 SHA512 7df2e89eea55e870724370753b39d867e2b32fc8bcbdb3efaefa824917b16b9d382817dce7d551dc16d8ad0b0c04b3021cba310b47de969fe54c395eafe7706b
27 DIST pdns-recursor-4.5.6.tar.bz2 1474500 BLAKE2B 9d1f0ce83b4d57d6443cf0107d76c4408aee019b571d807167429b56ce543809732610b0ca1f2d406224de33d1bcb747e00b572178ef6748282dc6a62fcafe78 SHA512 43c866a29bd72175bad71450dc20678183f6b11f60d54a174627501be52c79dc91819196be63e6859af086f42cc7297d7a3a6100088a2efe3c99eb8f5fd73e71
28 +DIST pdns-recursor-4.5.7.tar.bz2 1475537 BLAKE2B e58a28ed1ca2a9ae69436f9367e83f046ed5bc47bfd13783bd7c956f917c4a6d9c93a9a8e1c4df55ad42bc6ba024faca936fefdaffb2125e4f6635c5e6a20b19 SHA512 dc4a2a129039f79440420c285c37fd11536f2c0b74a39da74560eb782f1ad881839831e97f2a803b1812f128e899ad7c460fada42a831994b21f301f8892e60a
29
30 diff --git a/net-dns/pdns-recursor/pdns-recursor-4.4.7.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.4.7.ebuild
31 new file mode 100644
32 index 00000000000..dc546d8cd6c
33 --- /dev/null
34 +++ b/net-dns/pdns-recursor/pdns-recursor-4.4.7.ebuild
35 @@ -0,0 +1,88 @@
36 +# Copyright 1999-2021 Gentoo Authors
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=7
40 +
41 +LUA_COMPAT=( lua5-{1..4} luajit )
42 +
43 +inherit flag-o-matic lua-single
44 +
45 +DESCRIPTION="The PowerDNS Recursor"
46 +HOMEPAGE="https://www.powerdns.com/"
47 +SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2"
48 +
49 +LICENSE="GPL-2"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~arm ~x86"
52 +IUSE="debug dnstap protobuf snmp sodium systemd test"
53 +REQUIRED_USE="${LUA_REQUIRED_USE}
54 + dnstap? ( protobuf )"
55 +RESTRICT="!test? ( test )"
56 +
57 +DEPEND="${LUA_DEPS}
58 + protobuf? (
59 + dev-libs/protobuf
60 + >=dev-libs/boost-1.42:=
61 + )
62 + dnstap? ( dev-libs/fstrm )
63 + systemd? ( sys-apps/systemd:0= )
64 + snmp? ( net-analyzer/net-snmp )
65 + sodium? ( dev-libs/libsodium:= )
66 + dev-libs/openssl:=
67 + >=dev-libs/boost-1.35:="
68 +RDEPEND="${DEPEND}
69 + !<net-dns/pdns-2.9.20-r1
70 + acct-user/pdns
71 + acct-group/pdns"
72 +BDEPEND="virtual/pkgconfig"
73 +
74 +S="${WORKDIR}"/${P/_/-}
75 +
76 +pkg_setup() {
77 + lua-single_pkg_setup
78 + filter-flags -ftree-vectorize
79 +}
80 +
81 +src_configure() {
82 + econf \
83 + --sysconfdir=/etc/powerdns \
84 + --with-nod-cache-dir=/var/lib/powerdns \
85 + --with-service-user=pdns \
86 + --with-service-group=pdns \
87 + --with-lua="${ELUA}" \
88 + $(use_enable debug verbose-logging) \
89 + $(use_enable systemd) \
90 + $(use_enable dnstap dnstap) \
91 + $(use_enable test unit-tests) \
92 + $(use_with sodium libsodium) \
93 + $(use_with protobuf) \
94 + $(use_with snmp net-snmp)
95 +}
96 +
97 +src_install() {
98 + default
99 +
100 + mv "${D}"/etc/powerdns/recursor.conf{-dist,}
101 +
102 + # set defaults: setuid=nobody, setgid=nobody
103 + sed -i \
104 + -e 's/^# set\([ug]\)id=$/set\1id=pdns/' \
105 + -e 's/^# quiet=$/quiet=on/' \
106 + -e 's/^# chroot=$/chroot=\/var\/lib\/powerdns/' \
107 + "${D}"/etc/powerdns/recursor.conf
108 +
109 + newinitd "${FILESDIR}"/pdns-recursor-r2 pdns-recursor
110 +}
111 +
112 +pkg_postinst() {
113 + local old
114 +
115 + for old in ${REPLACING_VERSIONS}; do
116 + ver_test ${old} -lt 4.0.0-r1 || continue
117 +
118 + ewarn "Starting with 4.0.0-r1 the init script has been renamed from precursor"
119 + ewarn "to pdns-recursor, please update your runlevels accordingly."
120 +
121 + break
122 + done
123 +}
124
125 diff --git a/net-dns/pdns-recursor/pdns-recursor-4.5.7.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.5.7.ebuild
126 new file mode 100644
127 index 00000000000..391869be2ae
128 --- /dev/null
129 +++ b/net-dns/pdns-recursor/pdns-recursor-4.5.7.ebuild
130 @@ -0,0 +1,82 @@
131 +# Copyright 1999-2021 Gentoo Authors
132 +# Distributed under the terms of the GNU General Public License v2
133 +
134 +EAPI=7
135 +
136 +LUA_COMPAT=( lua5-{1..4} luajit )
137 +
138 +inherit flag-o-matic lua-single
139 +
140 +DESCRIPTION="The PowerDNS Recursor"
141 +HOMEPAGE="https://www.powerdns.com/"
142 +SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2"
143 +
144 +LICENSE="GPL-2"
145 +SLOT="0"
146 +KEYWORDS="~amd64"
147 +IUSE="debug dnstap snmp sodium systemd test"
148 +REQUIRED_USE="${LUA_REQUIRED_USE}"
149 +RESTRICT="!test? ( test )"
150 +
151 +DEPEND="${LUA_DEPS}
152 + dnstap? ( dev-libs/fstrm )
153 + systemd? ( sys-apps/systemd:0= )
154 + snmp? ( net-analyzer/net-snmp )
155 + sodium? ( dev-libs/libsodium:= )
156 + dev-libs/openssl:=
157 + >=dev-libs/boost-1.35:="
158 +RDEPEND="${DEPEND}
159 + !<net-dns/pdns-2.9.20-r1
160 + acct-user/pdns
161 + acct-group/pdns"
162 +BDEPEND="virtual/pkgconfig"
163 +
164 +S="${WORKDIR}"/${P/_/-}
165 +
166 +pkg_setup() {
167 + lua-single_pkg_setup
168 + filter-flags -ftree-vectorize
169 +}
170 +
171 +src_configure() {
172 + econf \
173 + --sysconfdir=/etc/powerdns \
174 + --with-nod-cache-dir=/var/lib/powerdns \
175 + --with-service-user=pdns \
176 + --with-service-group=pdns \
177 + --with-lua="${ELUA}" \
178 + $(use_enable debug verbose-logging) \
179 + $(use_enable systemd) \
180 + $(use_enable dnstap dnstap) \
181 + $(use_enable test unit-tests) \
182 + $(use_with sodium libsodium) \
183 + $(use_with snmp net-snmp)
184 +}
185 +
186 +src_install() {
187 + default
188 +
189 + mv "${D}"/etc/powerdns/recursor.conf{-dist,}
190 +
191 + # set defaults: setuid=nobody, setgid=nobody
192 + sed -i \
193 + -e 's/^# set\([ug]\)id=$/set\1id=pdns/' \
194 + -e 's/^# quiet=$/quiet=on/' \
195 + -e 's/^# chroot=$/chroot=\/var\/lib\/powerdns/' \
196 + "${D}"/etc/powerdns/recursor.conf
197 +
198 + newinitd "${FILESDIR}"/pdns-recursor-r2 pdns-recursor
199 +}
200 +
201 +pkg_postinst() {
202 + local old
203 +
204 + for old in ${REPLACING_VERSIONS}; do
205 + ver_test ${old} -lt 4.0.0-r1 || continue
206 +
207 + ewarn "Starting with 4.0.0-r1 the init script has been renamed from precursor"
208 + ewarn "to pdns-recursor, please update your runlevels accordingly."
209 +
210 + break
211 + done
212 +}