unbound 1.4.20-1 source package in Ubuntu

Changelog

unbound (1.4.20-1) unstable; urgency=low


  * New upstream release.
    - Updates IPv4 address hint for D.ROOT-SERVERS.NET; closes: #697351.
  * Correct exit code for "/etc/init.d/unbound status"; closes: #685052.
    (Patch from micah anderson.)
  * Finish dh_python2 conversion; closes: #697575.
    (Patch from Micah Gersten.)
  * Check for multiarch Python headers; closes: #697576.
    (Patch from Micah Gersten.)
  * Automatically set up the chroot directory if enabled; closes: #579622.
    (Patch from Simon Deziel.)

 -- Robert S. Edmonds <email address hidden>  Sat, 13 Apr 2013 15:34:47 -0400

Upload details

Uploaded by:
Robert Edmonds
Uploaded to:
Sid
Original maintainer:
Robert Edmonds
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
unbound_1.4.20-1.dsc 1.6 KiB e5084df107d58a0ade3ee3b272ae04cc32bdcca80e2b0774aa3a5b75bd3258bb
unbound_1.4.20.orig.tar.gz 3.4 MiB 14527002307873e557348a4d76b62ac036937d9c3033610a8425018c379fb56e
unbound_1.4.20-1.debian.tar.gz 12.2 KiB 7de0157b954a13644c5ca8622400ecda0ff0dc4803dc05e5327b88acaf04e05b

No changes file available.

Binary packages built by this source

libunbound-dev: No summary available for libunbound-dev in ubuntu saucy.

No description available for libunbound-dev in ubuntu saucy.

libunbound2: library implementing DNS resolution and validation

 libunbound performs and validates DNS lookups; it can be used to convert
 hostnames to IP addresses and back and obtain other information from the
 DNS. Cryptographic validation of results is performed with DNSSEC.

python-unbound: No summary available for python-unbound in ubuntu saucy.

No description available for python-unbound in ubuntu saucy.

unbound: validating, recursive, caching DNS resolver

 Unbound is a recursive-only caching DNS server which can perform DNSSEC
 validation of results. It implements only a minimal amount of authoritative
 service to prevent leakage to the root nameservers: forward lookups for
 localhost, reverse for 127.0.0.1 and ::1, and NXDOMAIN for zones served by
 AS112. Stub and forward zones are supported.
 .
 This package contains the unbound daemon.

unbound-anchor: utility to securely fetch the root DNS trust anchor

 unbound-anchor is a utility which securely fetches or updates the root DNS
 zone trust anchor. A copy of the current root anchor and root update
 certificate is embedded in unbound-anchor. RFC 5011 trust anchor tracking is
 performed, with fallback to an SSL fetch if this fails.

unbound-host: reimplementation of the 'host' command

 This package provides the 'unbound-host' program that is bundled with the
 Unbound domain name server. This version differs from the one provided in the
 package called host, which is from NIKHEF, and bind9-host, which is from ISC,
 and has a similar but different set of features and options.