knot-resolver 5.6.0-1.1 source package in Ubuntu

Changelog

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

  * Non-maintainer upload.
  * Add po file into Brazilian Portuguese translation. (Closes: #1025987)
  * debian/control
    - Bump Standards-Version 4.6.2

 -- Paulo Henrique de Lima Santana (phls) <email address hidden>  Thu, 22 Jun 2023 23:16:56 -0300

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

Downloads

File Size SHA-256 Checksum
knot-resolver_5.6.0-1.1.dsc 3.1 KiB 17411928a4b62888ab84b6526a1be7d8e8f42aca937c41c39a67351e4067c550
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.1.debian.tar.xz 392.2 KiB 50d6102dab15fa2a66ca9d82004f981aad10d9ed5cf2026db6ef9a58e6ab4adf

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.