knot-resolver 2.1.0-2 source package in Ubuntu

Changelog

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

  * clean up README.source
  * more bugfix patches from upstream

 -- Daniel Kahn Gillmor <email address hidden>  Thu, 22 Feb 2018 13:27:59 -0800

Upload details

Uploaded by:
knot-resolver packagers
Uploaded to:
Sid
Original maintainer:
knot-resolver packagers
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_2.1.0-2.dsc 2.2 KiB cfe51211c8bbfcd2620e249918defbdf236ca1344ec640407a10700f00924873
knot-resolver_2.1.0.orig.tar.xz 1.4 MiB 0e90ac37965839705bc2154cb07587cb31dd5816e37a14f3552d65676638fc6a
knot-resolver_2.1.0.orig.tar.xz.asc 833 bytes 858cbe28cfeb4ba176d3793df3ecf6021900939bc75ec6090933dfb6bd5ed3ce
knot-resolver_2.1.0-2.debian.tar.xz 396.8 KiB 57f538feaf889bd983b271c4c1bfebaa51717ac30b9755f1591cf7958ff73c13

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.

libkres-dev: caching, DNSSEC-validating DNS resolver (shared library development files)

 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.
 .
 This package provides development files for use when building against
 the libkres shared library.

libkres6: caching, DNSSEC-validating DNS resolver (shared library)

 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.
 .
 This package contains the libkres shared library used by Knot
 Resolver.

libkres6-dbgsym: debug symbols for libkres6