knot-resolver 5.4.2-1build1 source package in Ubuntu

Changelog

knot-resolver (5.4.2-1build1) jammy; urgency=medium

  * No-change rebuild against libknot12/libzscanner4.

 -- Logan Rosen <email address hidden>  Sat, 27 Nov 2021 14:55:06 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
knot-resolver_5.4.2.orig.tar.xz 1.8 MiB ea6a219571a752056669bae3f2c0c3ed0bec58af5ab832d505a3ec9c4063a58b
knot-resolver_5.4.2-1build1.debian.tar.xz 400.5 KiB 0de72b20fcd8cec4ec69497101d94ff2d2f3f89472f81b9ce4897baa18f7fc05
knot-resolver_5.4.2-1build1.dsc 2.6 KiB 9525c149fbf4f3c8d07e7ba453ffccc325f45f174a7c8d22864bdbbe34ccce21

View changes file

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.