CVS log for ports/dns/unbound/files/patch-Makefile.in
Up to [FreeBSD] / ports / dns / unbound / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Nov 19 20:59:31 2008 UTC (3 years, 2 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_7_2_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
- Update to 1.1.0
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Aug 7 10:45:27 2008 UTC (3 years, 6 months ago) by sem
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -6 lines
- Update to 1.0.2
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jul 16 19:43:15 2008 UTC (3 years, 6 months ago) by sem
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
- Update to 1.0.1
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed May 21 17:12:48 2008 UTC (3 years, 8 months ago) by sem
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +11 -11 lines
- Update to 1.0
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
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 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
