knot-resolver 5.7.3-1 source package in Ubuntu

Changelog

knot-resolver (5.7.3-1) unstable; urgency=medium

  * New upstream release
  * Remove unneeded lintian-overrides
  * d/copyright: Remove obsolete lib/generic/map entry
  * Update debian/watch to only watch for v5 archives

 -- Jakub Ružička <email address hidden>  Tue, 04 Jun 2024 19:47:29 +0200

Upload details

Uploaded by:
knot-resolver packagers
Uploaded to:
Sid
Original maintainer:
knot-resolver packagers
Architectures:
amd64 arm64 armel armhf i386 mips mips64el mipsel all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
knot-resolver_5.7.3-1.dsc 3.1 KiB a7f38ac9e60250e1db2afcd9a1a36b30104d1cfdd1cdfcd88af7ad2ed38b2d0b
knot-resolver_5.7.3.orig.tar.xz 1.8 MiB efc6e45ffc5efd98921ea5cd3fece166a1a5ce9eaa12d41b46268964353dbedb
knot-resolver_5.7.3.orig.tar.xz.asc 833 bytes 124c415fb7cd0c3026fcf4bf91ce677871ca6b7bf643349e0037faeced68dcc7
knot-resolver_5.7.3-1.debian.tar.xz 392.0 KiB ae61e5da570019b4d95218a20d11033ae6bbba432b101d20da96304553515aa3

Available diffs

No changes file available.

Binary packages built by this source

knot-resolver: caching, DNSSEC-validating DNS 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.
 .
 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-dbgsym: debug symbols for knot-resolver
knot-resolver-doc: Documentation 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 Knot Resolver Documentation.

knot-resolver-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 module for local visualization of the
 resolver cache and queries.