Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

knot-resolver: update to version 5.7.4 #24998

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Payne-X6
Copy link
Contributor

Maintainer: @ja-pa
Compile tested: TBD
Run tested: TBD

Knot Resolver 5.7.4 (2024-07-23)

Security

  • reduce buffering of transmitted data, especially TCP-based in userspace Also expose some of the new tweaks in lua: (require 'ffi').C.the_worker.engine.net.tcp.user_timeout = 1000 (require 'ffi').C.the_worker.engine.net.listen_{tcp,udp}_buflens.{snd,rcv}

Improvements

  • add the fresh DNSSEC root key KSK-2024 already, Key ID 38696

Incompatible changes

  • libknot 3.0.x support is dropped Upstream last maintained 3.0.x in spring 2022.

Knot Resolver 5.7.3 (2024-05-30)

Improvements

  • stats: add separate metrics for IPv6 and IPv4

Bugfixes

  • fix NSEC3 records missing in answer for positive wildcard expansion with the NSEC3 having over-limit iteration count

Knot Resolver 5.7.2 (2024-03-27)

Bugfixes

  • fix on 32-bit systems with 64-bit time_t

Maintainer: me / @<github-user> (find it by checking history of the package Makefile)
Compile tested: (put here arch, model, OpenWrt version)
Run tested: (put here arch, model, OpenWrt version, tests done)

Description:

Knot Resolver 5.7.4 (2024-07-23)
================================

Security
--------
- reduce buffering of transmitted data, especially TCP-based in userspace
  Also expose some of the new tweaks in lua:
   (require 'ffi').C.the_worker.engine.net.tcp.user_timeout = 1000
   (require 'ffi').C.the_worker.engine.net.listen_{tcp,udp}_buflens.{snd,rcv}

Improvements
------------
- add the fresh DNSSEC root key KSK-2024 already, Key ID 38696

Incompatible changes
--------------------
- libknot 3.0.x support is dropped
  Upstream last maintained 3.0.x in spring 2022.

Knot Resolver 5.7.3 (2024-05-30)
================================

Improvements
------------
- stats: add separate metrics for IPv6 and IPv4

Bugfixes
--------
- fix NSEC3 records missing in answer for positive wildcard expansion
  with the NSEC3 having over-limit iteration count

Knot Resolver 5.7.2 (2024-03-27)
================================

Bugfixes
--------
- fix on 32-bit systems with 64-bit time_t

Signed-off-by: Jan Hák <[email protected]>
@BKPepe
Copy link
Member

BKPepe commented Sep 19, 2024

You should ask Turris OS developers for help, and later on, they should take care of this package. After all, it is their package. BTW: When can we expect Knot Resolver 6.x.x upstream?

Regarding dnstap, it is the same issue, most likely, that you are trying to solve in your downstream repository.

Signed-off-by: Jan Hák <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants