summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-dns/knot-resolver: Stabilize 5.7.4-r1 amd64, #945542Sam James2024-12-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/knot-resolver: small fixupsSam James2024-12-011-1/+2
| | | | | | | * Call lua-single_pkg_setup too * Drop unnecessary die in python_test (epytest dies for us) Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/knot-resolver: add 6.0.9Nicolas PARLANT2024-12-0110-0/+430
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Knot DNS API/ABI : >=net-dns/knot-3.3 New optional python component, manager, to start/manage Knot Resolver : * useflag manager (enabled by default) * python3_10..12 (no 3.13 due to app-admin/supervisor) * start with /etc/init.d/knot-resolver or knot-resolver.service * config file : /etc/conf.d/knot-resolver /etc/knot-resolver/config.yaml * option garbage collector : /etc/init.d/kres-cache-gc Old/legacy way to start Knot Resolver is still supported and installed by default, even with the manager enabled by useflag : * start with /etc/init.d/kresd or kresd'@'.service (installed by default with the meson_feature systemd_legacy_units) * config file : /etc/conf.d/kresd /etc/kresd.conf (installed by default with -Dinstall_kresd_conf=enabled) Useflags : * kresc (removed) : has never gone beyond experiment/alpha * prometheus (new) : prometheus metrics endpoint for the manager (dev-python/prometheus-client) Patches : * 5.X patches to set docdir and optional deps (nghttp, openssl) * 6.0.9-libsystemd.patch : rebase from 5.7.4. tmpfiles is independent of the systemd option/useflag * 6.0.9-config-example.patch : for the manager. A default config file is installed in /etc/knot-resolver/config.yaml and examples in /usr/share/doc/ * 6.0.9-sd_notify_alt.patch : upstream, fix systemd dep with sd_notify alternative for manager * 6.0.9-pytest_tomli.patch : for one pytest, import toml is replaced with tomli Tests : * unit_tests for kresd : enabled * unit_tests for manager : enabled * config_tests : disabled. It requires external lua modules (basexx, cqueues) * extra_tests : disabled. Too extra ... Bug: https://bugs.gentoo.org/939471 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Closes: https://github.com/gentoo/gentoo/pull/39482 Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/knot-resolver: fix RUNDIRNicolas PARLANT2024-11-292-1/+32
| | | | | | | | | default value for RUNDIR (/var/run/kresd) does not match the one provided by upstream tmpfile (/var/run/knot-resolver). Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Closes: https://github.com/gentoo/gentoo/pull/39414 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-dns/knot-resolver: update SRC_URINicolas PARLANT2024-11-221-2/+2
| | | | | | | | fix redirects in SRC_URI Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Closes: https://github.com/gentoo/gentoo/pull/39069 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-dns/knot-resolver: add 5.7.4PPN-SD2024-11-224-0/+122
| | | | | | | | useflag systemd reworked useflag xdp added Signed-off-by: PPN-SD <nicolas.parlant@parhuet.fr> Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-dns/knot-resolver: drop 5.7.1Andreas Sturmlechner2024-11-202-103/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-dns/knot-resolver: Stabilize 5.7.2 amd64, #938969Jakov Smolić2024-09-031-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-dns/knot-resolver: drop myself as a maintainerMatthew Smith2024-07-311-4/+1
| | | | Signed-off-by: Matthew Smith <matthew@gentoo.org>
* net-dns/knot-resolver: add 5.7.2Matthew Smith2024-04-072-0/+103
| | | | Signed-off-by: Matthew Smith <matthew@gentoo.org>
* net-dns/knot-resolver: drop vulnerable 5.7.0-r2Matthew Smith2024-02-162-101/+0
| | | | | Bug: https://bugs.gentoo.org/924459 Signed-off-by: Matthew Smith <matthew@gentoo.org>
* net-dns/knot-resolver: Stabilize 5.7.1 amd64, #924497Sam James2024-02-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/knot-resolver: add 5.7.1Matthew Smith2024-02-142-0/+103
| | | | | | | Add jemalloc USE flag to fix automagic dependency. Bug: https://bugs.gentoo.org/924459 Signed-off-by: Matthew Smith <matthew@gentoo.org>
* net-dns/knot-resolver: fix USE=-systemd tmpfilesMatthew Smith2024-01-212-1/+14
| | | | | Closes: https://bugs.gentoo.org/922635 Signed-off-by: Matthew Smith <matthew@gentoo.org>
* net-dns/knot-resolver: always install tmpfiles configMatthew Smith2024-01-212-2/+52
| | | | | Closes: https://bugs.gentoo.org/921567 Signed-off-by: Matthew Smith <matthew@gentoo.org>
* net-dns/knot-resolver: drop vulnerable 5.6.0, 5.6.0-r1, 5.6.0-r2Matthew Smith2023-11-276-315/+0
| | | | | Bug: https://bugs.gentoo.org/918587 Signed-off-by: Matthew Smith <matthew@gentoo.org>
* net-dns/knot-resolver: Stabilize 5.7.0 amd64, #918588Sam James2023-11-261-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* Remove BROOT from VERIFY_SIG_OPENPGP_KEY_PATHMike Gilbert2023-10-314-4/+4
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-dns/knot-resolver: add 5.7.0Matthew Smith2023-09-292-0/+98
| | | | Signed-off-by: Matthew Smith <matthew@gentoo.org>
* net-dns/knot-resolver: drop privileges in kresd.initdNicolas PARLANT2023-09-173-0/+136
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/32871 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Signed-off-by: Matthew Smith <matthew@gentoo.org>
* net-dns/knot-resolver: added OpenRC init scriptSpencer Pavkovic2023-07-263-0/+124
| | | | | | Signed-off-by: Spencer Pavkovic <smp@nandre.com> Closes: https://github.com/gentoo/gentoo/pull/32028 Signed-off-by: Matthew Smith <matthew@gentoo.org>
* net-dns/knot-resolver: drop 5.5.3Matthew Smith2023-02-272-95/+0
| | | | | Bug: https://bugs.gentoo.org/897928 Signed-off-by: Matthew Smith <matthew@gentoo.org>
* net-dns/knot-resolver: Stabilize 5.6.0 amd64, #898036Sam James2023-02-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/knot-resolver: add 5.6.0Matthew Smith2023-02-052-0/+95
| | | | Signed-off-by: Matthew Smith <matthew@gentoo.org>
* net-dns/knot-resolver: Stabilize 5.5.3 amd64, #884109Arthur Zamarin2022-12-031-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-dns/knot-resolver: add missing verify-sig dependMatthew Smith2022-11-011-1/+4
| | | | | Closes: https://bugs.gentoo.org/878437 Signed-off-by: Matthew Smith <matthew@gentoo.org>
* net-dns/knot-resolver: only call tmpfiles_process if USE=systemdMatthew Smith2022-10-191-1/+1
| | | | | Closes: https://bugs.gentoo.org/877337 Signed-off-by: Matthew Smith <matthew@gentoo.org>
* net-dns/knot-resolver: new package, add 5.5.3Matthew Smith2022-10-165-0/+181
Signed-off-by: Matthew Smith <matthew@gentoo.org>