knot-resolver 1.5.0-1 source package in Ubuntu

Changelog

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

  * New upstream version.
  * d/copyright: update source homepage (Closes: #879166)
  * Standards-Version: bump to 4.1.1 (no changes needed)
  * switch to debhelper 10
  * drop dh-systemd build-dep -- no longer needed (may be added back for
    backports)
  * [lintian] fix debian-news-entry-uses-asterisk
  * drop unused lintian overrides
  * added myself to uploaders
  * update upstream signer key
  * patch from upstream for SIGPIPE (Closes: #881462)
  * patch to fix upstream test suite
  * debian/copyright: cleanup
  * move to python3-{sphinx,breathe} for build-dep
  * use root.hints from dns-root-data

 -- Daniel Kahn Gillmor <email address hidden>  Sun, 12 Nov 2017 13:00:50 +0800

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-1.dsc 2.7 KiB 5cde175fa489e2228e6cb30553674cd3b9dfc66e86fc060e4ceb38a4d9fc76bd
knot-resolver_1.5.0.orig.tar.xz 1.1 MiB c032e63a6b922294746e1ab4002860346e7a6d92b8502965a13ba599088fcb42
knot-resolver_1.5.0.orig.tar.xz.asc 833 bytes 633b23675deaad77548b6bd1f05d283f853397f32572267cd477789381809322
knot-resolver_1.5.0-1.debian.tar.xz 397.2 KiB 97843c7c49a8885a127ad6d612efa87a17cd5b350fa28db95139090d57e5a933

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