aboutsummaryrefslogtreecommitdiff
path: root/net/knot-resolver
Commit message (Collapse)AuthorAge
* knot-resolver: Update to version 5.7.1Michal Hrusecky2024-03-24
| | | | | | | | - Fixes CVE-2023-50868 and CVE-2023-50387 - Also, the resolver has not been called 'Knot DNS Resolver' for quite some time, so fix that, too. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* knot-resolver: enable dnstap module build by defaultŠimon Bořek2024-03-24
| | | | | | | | | | | | | | | | | | | | | | | | 'dnstap' module will be built but not loaded by default at runtime (configuration must be provided for it to be loaded). It is still possible to disable dnstap build manually using menuconfig. "The dnstap module supports logging DNS requests and responses to a unix socket in dnstap format using fstrm framing library. This logging is useful if you need effectively log all DNS traffic."[^1] Adds dependency on 'protobuf', 'protobuf-c', 'libfstrm'. Listed packages are available from OpenWrt packages, have uncomplicated manifests and while 'protobuf-c' doesn't have a maintainer since spring 2020, all the packages (including 'protobuf-c') seem to be maintained - the last updates of all of them in autumn 2021. As stated by Vladimír Čunát from Knot Resolver team they build dnstap while packaging for majority of standard Linux distributions. Therefore this change brings us closer to expected default. [^1]: https://knot-resolver.readthedocs.io/en/stable/modules-dnstap.html Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
* knot-resolver: do not overwrite -Ddnstap=enabled configurationŠimon Bořek2024-03-24
| | | | | | | It was possible to enable dnstap in menuconfig, but the configuration only added dependencies while leaving dnstap module build disabled. Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
* treewide: add HAS_LUAJIT_ARCH dependency to luajit userChristian Marangi2023-09-25
| | | | | | | Add HAS_LUAJIT_ARCH dependency to any user of luajit to fix circular dependency limitation. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* knot-resolver: update to version 5.7.0Josef Schlehofer2023-09-03
| | | | | | | | Changelog: https://www.knot-resolver.cz/2023-01-26-knot-resolver-5.6.0.html https://www.knot-resolver.cz/2023-08-22-knot-resolver-5.7.0.html Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* knot-resolver: update to 5.5.3Michal Vasilek2022-09-22
| | | | | | * fixes CVE-2022-40188 Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* knot-resolver: update to version 5.5.1Josef Schlehofer2022-06-22
| | | | | | | | | | | | | | | Changelog for versions: - 5.4.4 [1] - 5.5.0 [2] - 5.5.1 [3] [1] https://www.knot-resolver.cz/2022-01-05-knot-resolver-5.4.4.html [2] https://www.knot-resolver.cz/2022-03-15-knot-resolver-5.5.0.html [3] https://www.knot-resolver.cz/2022-06-14-knot-resolver-5.5.1.html And refresh patch to avoid offset Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* treewide: remove PKG_INSTALL for meson projectsRosen Penev2022-06-15
| | | | | | It doesn't seem to be used by meson. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* knot-resolver: update to version 5.4.3Josef Schlehofer2021-12-07
| | | | | | | Release notes: https://www.knot-resolver.cz/2021-12-01-knot-resolver-5.4.3.html Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* knot-resolver: update to 5.4.2Michal Vasilek2021-10-15
| | | | | | | * refresh patches * disabling kres_gen_test is not required anymore for cross compilation, it was fixed upstream with the 5.4.1 release Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* treewide: compile with tools/mesonRosen Penev2021-09-17
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* knot-resolver: update to version 5.4.0Michal Vasilek2021-08-09
| | | | | | | * refresh patches * disable kres_gen_test to fix cross Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* treewide: change emailJan Pavlinec2021-07-29
| | | | | | Change from jan.pavlinec@nic.cz to jan.pavlinec1@gmail.com Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* knot-resolver: change scheduling priorityJan Pavlinec2021-06-17
| | | | | | This should prevent some resolving issues by other router app. Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* knot-resolver: update to version 5.3.2Jan Pavlinec2021-05-11
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* knot-resolver: update to version 5.3.1Jan Pavlinec2021-04-06
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* knot-resolver: update to version 5.3.0Jan Pavlinec2021-03-02
| | | | | | | | Changes: - remove arch limit - add libnghttpd2 dependency Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* knot-resolver: add new packageJan Pavlinec2021-02-23
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>