knot-resolver 5.7.4-2 source package in Ubuntu

Changelog

knot-resolver (5.7.4-2) unstable; urgency=medium

  * Team upload.
  * Install remaining systemd links in /lib into /usr/lib (Closes: #1073675)

 -- Chris Hofstaedtler <email address hidden>  Sun, 11 Aug 2024 11:32:31 +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.4-2.dsc 3.1 KiB 89f07d63e6740dcc413f7f860536120595e496ab3bb635bd8be551e31d7aa66d
knot-resolver_5.7.4.orig.tar.xz 1.8 MiB 6b6da6ecf06828041afad44dfa227781f0ae34ad183a667008509355d18bd9c8
knot-resolver_5.7.4.orig.tar.xz.asc 833 bytes 69aec9512277ba4c378b3cf5c7531a098e5abf45575093ff6be21e4306949f35
knot-resolver_5.7.4-2.debian.tar.xz 392.2 KiB afc29c8b908c5805e831049f5eb2a3de9c36487d50086e81e6f0f2bfb1fec618

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.