knot-resolver 1.5.0-4 source package in Ubuntu

Changelog

knot-resolver (1.5.0-4) unstable; urgency=medium

  * Pull upstream patch to increase the CACHE_SIZE in tests_cache for
    platforms with page size greater than 4k (Closes: #878976)
  * Pull upstream patch from MR!389 to not run check-config at all as
    modulepath is hardcoded (Closes: #881492)

 -- Ondřej Surý <email address hidden>  Mon, 13 Nov 2017 19:53:30 +0000

Upload details

Uploaded by:
Debian DNS Maintainers
Uploaded to:
Sid
Original maintainer:
Debian DNS Maintainers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
knot-resolver_1.5.0-4.dsc 2.5 KiB c00732d96a55654bd09681a56af399ab3bb56ea8256a23a29c329afd37ac01a2
knot-resolver_1.5.0.orig.tar.xz 1.1 MiB c032e63a6b922294746e1ab4002860346e7a6d92b8502965a13ba599088fcb42
knot-resolver_1.5.0-4.debian.tar.xz 398.4 KiB 81bd17009dbdd8dfe7a98150985e14a01729b7f3110690f38898ba29a0805763

Available diffs

No changes file available.

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: Documentation 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 Knot Resolver Documentation.

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.