CVS log for ports/dns/unbound/files/pkg-deinstall.in
Up to [FreeBSD] / ports / dns / unbound / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Aug 17 13:27:19 2009 UTC (2 years, 5 months ago) by sem
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
- unbound does not use `unbound' group anymore, but `daemmon' instead PR: ports/137175 (based on) Reported by: Artis Caune <Artis.Caune at gmail.com>
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed May 14 11:31:30 2008 UTC (3 years, 8 months ago) by sem
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
- Fix a typo like mistakes. No functional changes. Reported by: W.C.A. Wijngaards <wouter at nlnetlabs.nl>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Apr 29 07:35:14 2008 UTC (3 years, 9 months ago) by sem
Branches: MAIN
- 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
