knot-resolver 3.2.1-3ubuntu2 source package in Ubuntu

Changelog

knot-resolver (3.2.1-3ubuntu2) focal; urgency=medium

  * d/p/lp1861924-daemon-trust_anchors.test-Turn-off-expiration-date-i.patch:
    - update test certs that had expired (LP: #1861924)
  * d/t/control:
    - remove datefudge hack since above fixes this properly

 -- Dan Streetman <email address hidden>  Tue, 04 Feb 2020 15:33:45 -0500

Upload details

Uploaded by:
Dan Streetman
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
amd64 armel armhf i386 mips mips64el mipsel ppc64 ppc64el all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
knot-resolver_3.2.1.orig.tar.xz 1.7 MiB d1396888ec3a63f19dccdf2b7dbcb0d16a5d8642766824b47f4c21be90ce362b
knot-resolver_3.2.1.orig.tar.xz.asc 833 bytes cc11c3e652e88a286bdfb95bf34f68f8cd2ac79dc23f2643430e344aee22c66a
knot-resolver_3.2.1-3ubuntu2.debian.tar.xz 425.8 KiB 164bb96ccae131578735e1725c07a08c1c1ad8e5499df9cc28ac3111ed20b517
knot-resolver_3.2.1-3ubuntu2.dsc 3.0 KiB 4f055c1c405fcbc815284510bd9f28cd29e3157494134ae1fde76cd268a5790f

Available diffs

View changes file

Binary packages built by this source

knot-resolver: caching, DNSSEC-validating DNS resolver

 The Knot DNS 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: No summary available for knot-resolver-doc in ubuntu groovy.

No description available for knot-resolver-doc in ubuntu groovy.

knot-resolver-module-http: HTTP/2 module for Knot Resolver

 The Knot DNS 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/2 module for local visualization of the
 resolver cache and queries.