From owner-cvs-ports@FreeBSD.ORG Tue Apr 29 07:35:15 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C2901065677; Tue, 29 Apr 2008 07:35:15 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 333EA8FC15; Tue, 29 Apr 2008 07:35:15 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3T7ZFiZ024110; Tue, 29 Apr 2008 07:35:15 GMT (envelope-from sem@repoman.freebsd.org) Received: (from sem@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3T7ZFsV024109; Tue, 29 Apr 2008 07:35:15 GMT (envelope-from sem) Message-Id: <200804290735.m3T7ZFsV024109@repoman.freebsd.org> From: Sergey Matveychuk Date: Tue, 29 Apr 2008 07:35:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2008 07:35:15 -0000 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)