summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: unkeyword ~ia64Arthur Zamarin2024-09-123-3/+3
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-dns/bind: Stabilize 9.16.50 ppc64, #938923Arthur Zamarin2024-09-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-dns/bind: Stabilize 9.16.50 arm64, #938923Sam James2024-09-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: don't enable jemalloc by defaultSam James2024-09-031-1/+1
| | | | | | | | | | It was enabled by default in c5a1a089f3e4ce5b4203fb2b0b218a42c3f090bd but we get crashes with dlz + samba. A reliable BIND is more important than anything else. Bug: https://bugs.gentoo.org/938955 Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: fix init script for non-merged-usrSam James2024-09-033-4/+17
| | | | | | | | | | named-checkconf is in /usr/bin, not /usr/sbin, now. See upstream commit https://gitlab.isc.org/isc-projects/bind9/-/commit/4419606c9d2a52536a6dd0882ac0c7068ac27f30. Reported at https://github.com/gentoo/gentoo/pull/25220#issuecomment-2325665084. Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: Stabilize 9.16.50 amd64, #938923Jakov Smolić2024-09-021-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-dns/bind: 9.18.29-r1 add upgrade infoPaul Zander2024-09-021-0/+13
| | | | | Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: 9.18.29-r1 use zlib subslotPaul Zander2024-09-021-1/+1
| | | | | Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: 9.18.29-r1 use EPREFIXPaul Zander2024-09-021-2/+2
| | | | | Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: 9.18.29-r1 enable jemalloc by defaultPaul Zander2024-09-021-1/+1
| | | | | | | The configure script really insists on having it. Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: 9.18.29-r1 cleanup variablesPaul Zander2024-09-021-4/+1
| | | | | Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: 9.18.29-r1 properly include named.conf.authPaul Zander2024-09-022-3/+4
| | | | | Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: bump 9.18.29-r1Paul Zander2024-09-021-0/+0
| | | | | Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: add 9.16.50Sam James2024-08-312-0/+400
| | | | | Closes: https://bugs.gentoo.org/930348 Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: restore some old files to /var/bindSam James2024-08-311-1/+17
| | | | | | | | | | | | | | | We need to keep named.cache, root.cache, and localhost.zone because we installed these for years *and* configs referencing them. Dropping them suddenly means they disappear yet the configs still refer to them. It's unnecessary disruption which we should handle at another time. (No CONFIG_PROTECT applies there.) Bug: https://bugs.gentoo.org/832218 Bug: https://bugs.gentoo.org/930348 Bug: https://bugs.gentoo.org/936568 Bug: https://bugs.gentoo.org/937907 Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: add 9.18.29, drop 9.18.0Sam James2024-08-312-35/+30
| | | | | | | | Bug: https://bugs.gentoo.org/832218 Bug: https://bugs.gentoo.org/930348 Bug: https://bugs.gentoo.org/936568 Bug: https://bugs.gentoo.org/937907 Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: restore USE=jemallocSam James2024-08-311-4/+3
| | | | | | | | | | | | | | | | We can't force jemalloc because bind-tools (which this now blocks, and installs the same tools as, and we may end up just using net-dns/bind for all of it) needs to be usable in as many places as possible and jemalloc isn't ported to all arches. We can therefore restore ~sparc. Bug: https://bugs.gentoo.org/832218 Bug: https://bugs.gentoo.org/930348 Bug: https://bugs.gentoo.org/936568 Bug: https://bugs.gentoo.org/937907 Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: use standard USE=testSam James2024-08-312-4/+4
| | | | | | | | | | | | | | | USE=test-extra means we lose some of the niceties of emerge ... --with-test-deps and such. In order to avoid circular dependencies, use the normal pattern of: - emerge -v1o --with-test-deps net-dns/bind - FEATURES=test emerge -v1 net-dns/bind Bug: https://bugs.gentoo.org/832218 Bug: https://bugs.gentoo.org/930348 Bug: https://bugs.gentoo.org/936568 Bug: https://bugs.gentoo.org/937907 Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: restore chroot supportSam James2024-08-313-10/+268
| | | | | | | | | Bug: https://bugs.gentoo.org/832218 Bug: https://bugs.gentoo.org/930348 Bug: https://bugs.gentoo.org/936568 Bug: https://bugs.gentoo.org/937907 Bug: https://github.com/gentoo/gentoo/pull/24001 Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: whitespaceEray Aslan2024-08-311-1/+1
| | | | | | | | | | | Bug: https://bugs.gentoo.org/832218 Bug: https://bugs.gentoo.org/930348 Bug: https://bugs.gentoo.org/936568 Bug: https://bugs.gentoo.org/937907 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Eray Aslan <eras@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/24001 Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: add dot and doh examples to config fileEray Aslan2024-08-311-15/+27
| | | | | | | | | | Bug: https://bugs.gentoo.org/832218 Bug: https://bugs.gentoo.org/930348 Bug: https://bugs.gentoo.org/936568 Bug: https://bugs.gentoo.org/937907 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Eray Aslan <eras@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: bump to 9.18.0Eray Aslan2024-08-316-0/+292
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - punted CHROOT stuff to simplify the ebuild and scripts - bind-tools binaries (dig, delv etc) are not stand alone binaries anymore but link to bind libraries, i.e. net-dns/bind and net-dns/bind-tools by neccesity produce the same libraries resulting in file collisions. soft blocked each other for now - net-dns/bind now produces everything, including binaries produced by net-dns/bind-tools - old style dlz drivers have been removed upstream. prefer dumping from datastore (database, ldap etc) to a file on a regular basis/on demand instead anyway - licensing: bind is mozilla-2.0 - dev-libs/jemalloc is the preferred allocator for bind-9.18. made it obligatory and dropped sparc keyword - json and zlib USE flags dropped and made obligatory. zlib is more or less necessary because of doh stuff. json requirement is a small library. xml is still behind a USE flag as it has the potential to bring in big libraries (icu etc) - python is optional and only used for testing - upstream dropped berkdb support - unified geoip and geoip2 USE flags - build system now uses a more traditional autotools stack. punted old stuff from the ebuild - do not install a zone file for loopback addresses. they are already built in - no need for named.cache as well - install named.conf.auth as a sample config file for authoratative named server. recursive server do not need one to function - openrc init script and confd revized, mostly because of punting chroot Bug: https://bugs.gentoo.org/832218 Bug: https://bugs.gentoo.org/930348 Bug: https://bugs.gentoo.org/936568 Bug: https://bugs.gentoo.org/937907 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Eray Aslan <eras@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: remove unused fileMichael Mair-Keimberger2024-05-051-92/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-dns/bind: drop 9.16.42Volkmar W. Pogatzki2024-04-302-390/+0
| | | | | | | Closes: https://bugs.gentoo.org/914152 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/35852 Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: Stabilize 9.16.48 sparc, #924895Arthur Zamarin2024-03-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-dns/bind: Stabilize 9.16.48 arm, #924895Arthur Zamarin2024-03-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-dns/bind: Stabilize 9.16.48 ppc, #924895Arthur Zamarin2024-03-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-dns/bind: Stabilize 9.16.48 arm64, #924895Sam James2024-03-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: Fix USE=doc+verify-sigHank Leininger2024-02-191-0/+7
| | | | | | | | Signed-off-by: Hank Leininger <hlein@korelogic.com> Closes: https://bugs.gentoo.org/924995 Bug: https://bugs.gentoo.org/924895 Closes: https://github.com/gentoo/gentoo/pull/35429 Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: Stabilize 9.16.48 x86, #924895Arthur Zamarin2024-02-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-dns/bind: Stabilize 9.16.48 amd64, #924895Arthur Zamarin2024-02-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-dns/bind: Stabilize 9.16.48 ppc64, #924895Sam James2024-02-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: drop 9.16.37, 9.16.39, 9.16.41Sam James2024-02-184-1156/+0
| | | | | Bug: https://bugs.gentoo.org/912265 Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: small tweaks (mostly style, test buffering)Sam James2024-02-181-17/+16
| | | | | | | | | * Style tweaks (mostly to make things easier when doing upcoming 9.18 w/ diffing too) * Disable line buffering in make for tests as it makes things look stuck Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: add verify-sig supportHank Leininger2024-02-182-2/+6
| | | | | Signed-off-by: Hank Leininger <hlein@korelogic.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: add 9.16.48Hank Leininger2024-02-183-0/+482
| | | | | | | | | Signed-off-by: Hank Leininger <hlein@korelogic.com> Bug: https://bugs.gentoo.org/924447 Bug: https://bugs.gentoo.org/914365 Bug: https://bugs.gentoo.org/919679 Closes: https://bugs.gentoo.org/923781 Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: fix bash grouping in src_prepareMatoro Mahri2024-01-312-2/+2
| | | | | | | Closes: https://bugs.gentoo.org/923403 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/35116 Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: Stabilize 9.16.42 sparc, #914082Matoro Mahri2024-01-311-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-dns/bind: Stabilize 9.16.41 sparc, #908617Matoro Mahri2024-01-311-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-dns/bind: increase test timeouts, skip one test on sparcMatoro Mahri2024-01-302-2/+16
| | | | | | | Closes: https://bugs.gentoo.org/852692 Bug: https://bugs.gentoo.org/908617 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: Stabilize 9.16.42 ppc, #914082Sam James2023-12-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: Stabilize 9.16.42 ppc64, #914082Matoro Mahri2023-12-111-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-dns/bind: Stabilize 9.16.42 arm, #914082Matoro Mahri2023-12-111-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-dns/bind: Stabilize 9.16.42 arm64, #914082Sam James2023-09-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: Stabilize 9.16.42 x86, #914082Arthur Zamarin2023-09-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-dns/bind: Stabilize 9.16.42 amd64, #914082Sam James2023-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: add 9.16.42Sam James2023-08-142-0/+383
| | | | | Bug: https://bugs.gentoo.org/912265 Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: Stabilize 9.16.41 ppc, #908617Sam James2023-06-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: Stabilize 9.16.41 x86, #908617Sam James2023-06-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/bind: Stabilize 9.16.41 ppc64, #908617Arthur Zamarin2023-06-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>