knot-resolver 5.3.1-1 source package in Ubuntu

Changelog

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

  [ Jakub Ružička ]
  * New upstream release

  [ Santiago Ruano Rincón ]
  * Fix unaligned access and SIGBUS on armhf, and then the autopkgtest on
    armhf at ci.debian.net (Closes: #918248)

 -- Santiago Ruano Rincón <email address hidden>  Mon, 12 Apr 2021 07:59:28 +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 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.3.1-1.dsc 2.5 KiB 1c1eb5a04038e125d1786147f4ddb17cab7e07a97c8112ab98514d9f201cb6be
knot-resolver_5.3.1.orig.tar.xz 1.8 MiB 9d4d6b7bcdf114acc948e5ee68c83fcbb3944f48a13b9751dbbbc190cdd729c9
knot-resolver_5.3.1.orig.tar.xz.asc 833 bytes 5b857de300d289d50cc3c7275fe9a1e53b3b38c4214a178f9060b654eac1b19a
knot-resolver_5.3.1-1.debian.tar.xz 401.7 KiB c009bdf98b95e1d7483df28daaecc415bc7e96417605396e3cef90d777514ac9

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: No summary available for knot-resolver-dbgsym in ubuntu impish.

No description available for knot-resolver-dbgsym in ubuntu impish.

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.