knot-resolver 5.6.0-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * New Build-Depends: libjemalloc-dev
  * Remove years from CZ.NIC copyright

 -- Jakub Ružička <email address hidden>  Thu, 26 Jan 2023 21:41:02 +0100

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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
knot-resolver_5.6.0-1.dsc 3.1 KiB 54aca3cac27b76f05a925fb95c7a65ebd434b83fa32a58cab60b5071c8956e24
knot-resolver_5.6.0.orig.tar.xz 1.8 MiB 0c82ae937b685dc477fb3176098e3dc106c898b7cd83553e5bc54dccb83c80d7
knot-resolver_5.6.0.orig.tar.xz.asc 833 bytes 5a6d4e9051cb682e2b47a3844f869efdfe17d5888390e37dcac38ab1c3c39ddc
knot-resolver_5.6.0-1.debian.tar.xz 391.9 KiB a90c905c7063869cd601dcb95c177855255abec245a62decf2a1a8eee7f2420c

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.