Gentoo Archives: gentoo-commits

From: Christian Ruppert <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/bind-tools/
Date: Tue, 09 May 2017 07:25:18
Message-Id: 1494314705.1c1604f431994b979df63f6af2cd878cc7fb2978.idl0r@gentoo
1 commit: 1c1604f431994b979df63f6af2cd878cc7fb2978
2 Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 9 07:24:01 2017 +0000
4 Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
5 CommitDate: Tue May 9 07:25:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c1604f4
7
8 net-dns/bind-tools: Version bumps, re bug 615420 - CVE-2017-3136, CVE-2017-3137, CVE-2017-3138
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 net-dns/bind-tools/Manifest | 2 +
13 net-dns/bind-tools/bind-tools-9.10.5.ebuild | 131 ++++++++++++++++++++++++
14 net-dns/bind-tools/bind-tools-9.11.0_p5.ebuild | 133 +++++++++++++++++++++++++
15 3 files changed, 266 insertions(+)
16
17 diff --git a/net-dns/bind-tools/Manifest b/net-dns/bind-tools/Manifest
18 index 89077bf4876..5856928d451 100644
19 --- a/net-dns/bind-tools/Manifest
20 +++ b/net-dns/bind-tools/Manifest
21 @@ -1,3 +1,5 @@
22 DIST bind-9.10.4-P4.tar.gz 9299638 SHA256 a41ce7518e1d0faa40312cc89f4ca42246906b2718099d992e87a5d3ce9a9d86 SHA512 a662053f2052eb2d7ea61b4ecbd4e92980c808080598f7c4590c746e8e5d6545a9f965a8aeece57ce92b17545844cf8565719f697eaef6e2ade8106d810d2799 WHIRLPOOL 31b8e7b7a7c35d9894d91d2caf7428935f28c319c0af5176aaa8bfabac38882c658fa45f5548387295502013b2cba2de624279531d9b79f4c120b4da62c46b1b
23 +DIST bind-9.10.5.tar.gz 9431916 SHA256 71688d2e134e42205075eef93cc1b78b42a140a2d61bf8263afc9c92fc872b0e SHA512 4050cffeecf5d4d2f34f202a7c4459671f882feaf4901d7d0be257e6beba36bcfe3e4d9428fd44c3e44141d368bd2a8380e1c517c322bc683e4b9563e340497f WHIRLPOOL 489178be5f88b7e36628aa2a17ff1992f0fd1e7aab0e9679d2607280e8de1509435346669d35f87189fab8be73d3ff6e3da5f2a0041d88549ee640fbdd3ab8a4
24 DIST bind-9.11.0-P2.tar.gz 9677204 SHA256 d651f83ce1c08c83d6ac8201685c4f2b5fdb79794f3a4f93c3948e0ef439c1e5 SHA512 19ba809814d42afdbd7cab291b006ac23d08a4aabfcbed101bc269a68597e70f2f89e1da27b719ceb4c94741702df2b95b2d8fce46b2a33a65ff242d5a3b298d WHIRLPOOL c79adae68a970e43100b6ed3a446dd872ffcf7ce8439bd86e721bf9555f309d0004efb0c9b577d17a7cde59a143e034f86287f544abb2596457d3e55f0f6632b
25 DIST bind-9.11.0-P3.tar.gz 9691935 SHA256 0feee0374bcbdee73a9d4277f3c5007622279572d520d7c27a4b64015d8ca9e9 SHA512 fd5818ea36d7d4aa754a69ced675485cdb80b82f871b3f175c24715c0bd57fc78d4566657996f86ab32cb4158a974e97bb941ff9920cc3718b3484c161164b45 WHIRLPOOL 34db478ddd0841f8be244835c1d4b4149b4bda37707d56f697c544e836000aba0b0fa33c12ba8b86ebf9ca358cf7706db546570fe6371d94f93dca277dae1069
26 +DIST bind-9.11.0-P5.tar.gz 9698446 SHA256 1e283f0567b484687dfd7b936e26c9af4f64043daf73cbd8f3eb1122c9fb71f5 SHA512 142407db35a7bba6e676f2b3dc726a3a6ece9df8a27722f108ec309e24c4614da097b6cd31675c4925e68ff147896bc0a16dd71aa74dd73753ba86a2dbd7d3bd WHIRLPOOL a2aba3a52ad3610891733a3c8d93c0f5b263f706e36178a6f642b18e607a665ad0b15bdf679b9a5d149e9262eb5f718e23a09e989b63a418ee8fdfcb7f435186
27
28 diff --git a/net-dns/bind-tools/bind-tools-9.10.5.ebuild b/net-dns/bind-tools/bind-tools-9.10.5.ebuild
29 new file mode 100644
30 index 00000000000..6558e762503
31 --- /dev/null
32 +++ b/net-dns/bind-tools/bind-tools-9.10.5.ebuild
33 @@ -0,0 +1,131 @@
34 +# Copyright 1999-2017 Gentoo Foundation
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI="5"
38 +
39 +inherit eutils autotools flag-o-matic toolchain-funcs
40 +
41 +MY_PN=${PN//-tools}
42 +MY_PV=${PV/_p/-P}
43 +MY_PV=${MY_PV/_rc/rc}
44 +MY_P="${MY_PN}-${MY_PV}"
45 +
46 +DESCRIPTION="bind tools: dig, nslookup, host, nsupdate, dnssec-keygen"
47 +HOMEPAGE="http://www.isc.org/software/bind"
48 +SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz"
49 +
50 +LICENSE="ISC BSD BSD-2 HPND JNIC RSA openssl"
51 +SLOT="0"
52 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
53 +IUSE="doc gost gssapi idn ipv6 libressl readline seccomp ssl urandom xml"
54 +# no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
55 +
56 +REQUIRED_USE="gost? ( !libressl ssl )"
57 +
58 +CDEPEND="
59 + ssl? (
60 + !libressl? ( dev-libs/openssl:0 )
61 + libressl? ( dev-libs/libressl )
62 + )
63 + gost? ( >=dev-libs/openssl-1.0.0:0[-bindist] )
64 + xml? ( dev-libs/libxml2 )
65 + idn? ( net-dns/idnkit )
66 + gssapi? ( virtual/krb5 )
67 + readline? ( sys-libs/readline:0= )
68 + seccomp? ( sys-libs/libseccomp )"
69 +DEPEND="${CDEPEND}
70 + virtual/pkgconfig"
71 +RDEPEND="${CDEPEND}
72 + !<net-dns/bind-9.10.2"
73 +
74 +S="${WORKDIR}/${MY_P}"
75 +
76 +# bug 479092, requires networking
77 +RESTRICT="test"
78 +
79 +src_prepare() {
80 + epatch "${FILESDIR}"/${PN}-9.5.0_p1-lwconfig.patch #231247
81 +
82 + # Disable tests for now, bug 406399
83 + sed -i '/^SUBDIRS/s:tests::' bin/Makefile.in lib/Makefile.in || die
84 +
85 + # bug #220361
86 + rm aclocal.m4
87 + rm -rf libtool.m4/
88 +
89 + mv configure.in configure.ac || die # configure.in is deprecated
90 + eautoreconf
91 +}
92 +
93 +src_configure() {
94 + local myconf=
95 +
96 + if use urandom; then
97 + myconf="${myconf} --with-randomdev=/dev/urandom"
98 + else
99 + myconf="${myconf} --with-randomdev=/dev/random"
100 + fi
101 +
102 + # bug 344029
103 + append-cflags "-DDIG_SIGCHASE"
104 +
105 + # localstatedir for nsupdate -l, bug 395785
106 + tc-export BUILD_CC
107 + econf \
108 + --localstatedir=/var \
109 + --without-python \
110 + --without-libjson \
111 + --disable-openssl-version-check \
112 + $(use_enable ipv6) \
113 + $(use_with idn) \
114 + $(usex idn --with-idnlib=-lidnkit '') \
115 + $(use_enable seccomp) \
116 + $(use_with ssl openssl) \
117 + $(use_with xml libxml2) \
118 + $(use_with gssapi) \
119 + $(use_with readline) \
120 + $(use_with gost) \
121 + ${myconf}
122 +
123 + # bug #151839
124 + echo '#undef SO_BSDCOMPAT' >> config.h
125 +}
126 +
127 +src_compile() {
128 + local AR=$(tc-getAR)
129 +
130 + emake AR="${AR}" -C lib/
131 + emake AR="${AR}" -C bin/delv/
132 + emake AR="${AR}" -C bin/dig/
133 + emake AR="${AR}" -C bin/nsupdate/
134 + emake AR="${AR}" -C bin/dnssec/
135 +}
136 +
137 +src_install() {
138 + dodoc README CHANGES FAQ
139 +
140 + cd "${S}"/bin/delv
141 + dobin delv
142 + doman delv.1
143 +
144 + cd "${S}"/bin/dig
145 + dobin dig host nslookup
146 + doman {dig,host,nslookup}.1
147 +
148 + cd "${S}"/bin/nsupdate
149 + dobin nsupdate
150 + doman nsupdate.1
151 + if use doc; then
152 + dohtml nsupdate.html
153 + fi
154 +
155 + cd "${S}"/bin/dnssec
156 + for tool in dsfromkey importkey keyfromlabel keygen \
157 + revoke settime signzone verify; do
158 + dobin dnssec-"${tool}"
159 + doman dnssec-"${tool}".8
160 + if use doc; then
161 + dohtml dnssec-"${tool}".html
162 + fi
163 + done
164 +}
165
166 diff --git a/net-dns/bind-tools/bind-tools-9.11.0_p5.ebuild b/net-dns/bind-tools/bind-tools-9.11.0_p5.ebuild
167 new file mode 100644
168 index 00000000000..7b7694cdca8
169 --- /dev/null
170 +++ b/net-dns/bind-tools/bind-tools-9.11.0_p5.ebuild
171 @@ -0,0 +1,133 @@
172 +# Copyright 1999-2017 Gentoo Foundation
173 +# Distributed under the terms of the GNU General Public License v2
174 +
175 +EAPI="5"
176 +
177 +inherit eutils autotools flag-o-matic toolchain-funcs
178 +
179 +MY_PN=${PN//-tools}
180 +MY_PV=${PV/_p/-P}
181 +MY_PV=${MY_PV/_rc/rc}
182 +MY_P="${MY_PN}-${MY_PV}"
183 +
184 +DESCRIPTION="bind tools: dig, nslookup, host, nsupdate, dnssec-keygen"
185 +HOMEPAGE="http://www.isc.org/software/bind"
186 +SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz"
187 +
188 +LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
189 +SLOT="0"
190 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
191 +IUSE="doc gost gssapi idn ipv6 libressl readline seccomp ssl urandom xml"
192 +# no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687
193 +
194 +REQUIRED_USE="gost? ( !libressl ssl )"
195 +
196 +CDEPEND="
197 + ssl? (
198 + !libressl? ( dev-libs/openssl:0 )
199 + libressl? ( dev-libs/libressl )
200 + )
201 + gost? ( >=dev-libs/openssl-1.0.0:0[-bindist] )
202 + xml? ( dev-libs/libxml2 )
203 + idn? ( net-dns/idnkit )
204 + gssapi? ( virtual/krb5 )
205 + readline? ( sys-libs/readline:0= )
206 + seccomp? ( sys-libs/libseccomp )"
207 +DEPEND="${CDEPEND}
208 + virtual/pkgconfig"
209 +RDEPEND="${CDEPEND}
210 + !<net-dns/bind-9.10.2"
211 +
212 +S="${WORKDIR}/${MY_P}"
213 +
214 +# bug 479092, requires networking
215 +RESTRICT="test"
216 +
217 +src_prepare() {
218 + epatch "${FILESDIR}"/${PN}-9.5.0_p1-lwconfig.patch #231247
219 +
220 + # Disable tests for now, bug 406399
221 + sed -i '/^SUBDIRS/s:tests::' bin/Makefile.in lib/Makefile.in || die
222 +
223 + # bug #220361
224 + rm aclocal.m4
225 + rm -rf libtool.m4/
226 +
227 + mv configure.in configure.ac || die # configure.in is deprecated
228 + eautoreconf
229 +}
230 +
231 +src_configure() {
232 + local myconf=
233 +
234 + if use urandom; then
235 + myconf="${myconf} --with-randomdev=/dev/urandom"
236 + else
237 + myconf="${myconf} --with-randomdev=/dev/random"
238 + fi
239 +
240 + # bug 344029
241 + append-cflags "-DDIG_SIGCHASE"
242 +
243 + # localstatedir for nsupdate -l, bug 395785
244 + tc-export BUILD_CC
245 + econf \
246 + --localstatedir=/var \
247 + --without-python \
248 + --without-libjson \
249 + --without-zlib \
250 + --without-lmdb \
251 + --disable-openssl-version-check \
252 + $(use_enable ipv6) \
253 + $(use_with idn) \
254 + $(usex idn --with-idnlib=-lidnkit '') \
255 + $(use_enable seccomp) \
256 + $(use_with ssl openssl) \
257 + $(use_with xml libxml2) \
258 + $(use_with gssapi) \
259 + $(use_with readline) \
260 + $(use_with gost) \
261 + ${myconf}
262 +
263 + # bug #151839
264 + echo '#undef SO_BSDCOMPAT' >> config.h
265 +}
266 +
267 +src_compile() {
268 + local AR=$(tc-getAR)
269 +
270 + emake AR="${AR}" -C lib/
271 + emake AR="${AR}" -C bin/delv/
272 + emake AR="${AR}" -C bin/dig/
273 + emake AR="${AR}" -C bin/nsupdate/
274 + emake AR="${AR}" -C bin/dnssec/
275 +}
276 +
277 +src_install() {
278 + dodoc README CHANGES FAQ
279 +
280 + cd "${S}"/bin/delv
281 + dobin delv
282 + doman delv.1
283 +
284 + cd "${S}"/bin/dig
285 + dobin dig host nslookup
286 + doman {dig,host,nslookup}.1
287 +
288 + cd "${S}"/bin/nsupdate
289 + dobin nsupdate
290 + doman nsupdate.1
291 + if use doc; then
292 + dohtml nsupdate.html
293 + fi
294 +
295 + cd "${S}"/bin/dnssec
296 + for tool in dsfromkey importkey keyfromlabel keygen \
297 + revoke settime signzone verify; do
298 + dobin dnssec-"${tool}"
299 + doman dnssec-"${tool}".8
300 + if use doc; then
301 + dohtml dnssec-"${tool}".html
302 + fi
303 + done
304 +}