Codebase list unbound / debian/1.0.1-1 debian / control
debian/1.0.1-1

Tree @debian/1.0.1-1 (Download .tar.gz)

control @debian/1.0.1-1raw · history · blame

Source: unbound
Section: net
Priority: optional
Maintainer: Robert S. Edmonds <edmonds@debian.org>
Build-Depends: dpkg-dev (>= 1.14.9), debhelper (>= 7), quilt, doxygen,
 autoconf, libtool, automake, libldns-dev, libssl-dev
Standards-Version: 3.8.0.0
Homepage: http://www.unbound.net/

Package: unbound
Section: net
Architecture: any
Depends: ${shlibs:Depends}, adduser
Description: validating, recursive, caching DNS resolver
 Unbound is a recursive-only caching DNS server which can optionally
 perform DNSSEC validation of results. It implements only a minimum 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.
 .
 Unbound implements a number of security features, including chrooting and
 privilege dropping. The Debian init script will populate a chroot by default.
 .
 This package contains the unbound daemon.

Package: unbound-host
Section: net
Architecture: any
Depends: ${shlibs:Depends}
Description: 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/options.

Package: libunbound0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: 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. Public-key validation of results is performed with DNSSEC.

Package: libunbound-dev
Section: libdevel
Architecture: any
Depends: libunbound0 (= ${binary:Version})
Description: static library, header files, and docs for libunbound
 Static library, header files, and documentation for libunbound.
 .
 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. Public-key validation of results is performed with DNSSEC.