knot-resolver 6.0.15-4build1 source package in Ubuntu

Changelog

knot-resolver (6.0.15-4build1) resolute; urgency=medium

  * No-change rebuild for libknot16.

 -- Sudip Mukherjee <email address hidden>  Wed, 29 Oct 2025 19:15:44 +0000

Upload details

Uploaded by:
Sudip Mukherjee
Uploaded to:
Resolute
Original maintainer:
knot-resolver packagers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
knot-resolver_6.0.15.orig.tar.xz 2.1 MiB 28195f681c00913a16c701c160798e4a28e88af1524351e1a55552b508bf4144
knot-resolver_6.0.15.orig.tar.xz.asc 833 bytes 1f2eef78bfca91a3958b6458fa0e2c17389c3a8ffcbc58f3bd44f3da57da2a92
knot-resolver_6.0.15-4build1.debian.tar.xz 395.0 KiB f4e6ffb13abc7e9b57f12f92939ed970cbc6c41045229bd75468bb339862832e
knot-resolver_6.0.15-4build1.dsc 3.1 KiB 1126a96d2b6610306012eb4cf265fca26c72123fecdee462f8de9d3e75258504

View changes file

Binary packages built by this source

knot-resolver6: caching, DNSSEC-validating DNS resolver - binaries

 Knot Resolver is a caching full resolver implementation
 written in C and LuaJIT, including both a resolver library and a
 daemon. Modular architecture of the library keeps the core tiny and
 efficient, and provides a state-machine like API for
 extensions. There are three built-in modules - iterator, cache,
 validator, and many external.
 .
 The Lua modules, switchable and shareable cache, and fast FFI
 bindings makes it great to tap into resolution process, or be used
 for your recursive DNS service. It's the OpenResty of DNS.
 .
 The server adopts a different scaling strategy than the rest of the
 DNS recursors - no threading, shared-nothing architecture (except
 MVCC cache that may be shared). You can start and stop additional
 nodes depending on the contention without downtime.
 .
 Knot Resolver Manager hides the complexity of running several independent
 resolver processes while ensuring zero-downtime reconfiguration with YAML/JSON
 declarative configuration and an optional HTTP API for dynamic changes.

knot-resolver6-dbgsym: debug symbols for knot-resolver6
knot-resolver6-dev: Knot Resolver development files

 Knot Resolver is a caching full resolver implementation
 written in C and LuaJIT, including both a resolver library and a
 daemon. Modular architecture of the library keeps the core tiny and
 efficient, and provides a state-machine like API for
 extensions.
 .
 This package provides the development headers for Knot Resolver.

knot-resolver6-module-dnstap: dnstap module for Knot Resolver

 The Knot Resolver is a caching full resolver implementation
 written in C and LuaJIT, including both a resolver library and a
 daemon. Modular architecture of the library keeps the core tiny and
 efficient, and provides a state-machine like API for
 extensions. There are three built-in modules - iterator, cache,
 validator, and many external.
 .
 This package contains dnstap module for logging DNS responses
 to a unix socket in dnstap format.

knot-resolver6-module-dnstap-dbgsym: debug symbols for knot-resolver6-module-dnstap
knot-resolver6-module-http: HTTP module for Knot Resolver

 The Knot Resolver is a caching full resolver implementation
 written in C and LuaJIT, including both a resolver library and a
 daemon. Modular architecture of the library keeps the core tiny and
 efficient, and provides a state-machine like API for
 extensions. There are three built-in modules - iterator, cache,
 validator, and many external.
 .
 This package contains HTTP/2 module for local visualization of the
 resolver cache and queries.