knot-resolver 5.5.3-1build1 source package in Ubuntu

Changelog

knot-resolver (5.5.3-1build1) lunar; urgency=medium

  * No-change rebuild against libdnssec9

 -- Steve Langasek <email address hidden>  Mon, 12 Dec 2022 06:38:27 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
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

Downloads

File Size SHA-256 Checksum
knot-resolver_5.5.3.orig.tar.xz 1.8 MiB a38f57c68b7d237d662784d8406e6098aad66a148f44dcf498d1e9664c5fed2d
knot-resolver_5.5.3.orig.tar.xz.asc 833 bytes b1f64ebde8df243602477dd6af4be35c2702cba8b9d8377bdd950493335fc5ad
knot-resolver_5.5.3-1build1.debian.tar.xz 392.0 KiB 4bb36e21b4c43c831e7b203f960bd72f687b93c29725b2e60a71228f584e4139
knot-resolver_5.5.3-1build1.dsc 3.2 KiB 67522de13f76437af52f3ed0cb5b6074f1f07e76347319461b9e17c743abc8a0

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.