Date: Tue, 29 Apr 2008 07:35:15 +0000 (UTC) From: Sergey Matveychuk <sem@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/dns Makefile ports/dns/unbound Makefile distinfo pkg-descr pkg-plist ports/dns/unbound/files patch-Makefile.in patch-configure pkg-deinstall.in pkg-install.in unbound.in Message-ID: <200804290735.m3T7ZFsV024109@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sem 2008-04-29 07:35:15 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/unbound Makefile distinfo pkg-descr pkg-plist dns/unbound/files patch-Makefile.in patch-configure pkg-deinstall.in pkg-install.in unbound.in Log: - New port: dns/unbound Unbound is designed as a set of modular components, so that also DNSSEC (secure DNS) validation and stub-resolvers (that do not run as a server, but are linked into an application) are easily possible. Goals: * A validating recursive DNS resolver. * Code diversity in the DNS resolver monoculture. * Drop-in replacement for BIND apart from config. * DNSSEC support. * Fully RFC compliant. * High performance o even with validation. * Used as o stub resolver. o full caching name server. o resolver library. * Elegant design of validator, resolver, cache modules. o provide the ability to pick and choose modules. * Robust. * In C, open source: The BSD license. * Smallest as possible component that does the job. * Stub-zones can be configured (local data or AS112 zones). Non-goals: * An authoritative name server. * Too many Features. WWW: http://unbound.net Revision Changes Path 1.90 +1 -0 ports/dns/Makefile 1.1 +45 -0 ports/dns/unbound/Makefile (new) 1.1 +3 -0 ports/dns/unbound/distinfo (new) 1.1 +11 -0 ports/dns/unbound/files/patch-Makefile.in (new) 1.1 +11 -0 ports/dns/unbound/files/patch-configure (new) 1.1 +21 -0 ports/dns/unbound/files/pkg-deinstall.in (new) 1.1 +47 -0 ports/dns/unbound/files/pkg-install.in (new) 1.1 +23 -0 ports/dns/unbound/files/unbound.in (new) 1.1 +28 -0 ports/dns/unbound/pkg-descr (new) 1.1 +11 -0 ports/dns/unbound/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804290735.m3T7ZFsV024109>