CVS log for ports/dns/unbound/pkg-plist
Up to [FreeBSD] / ports / dns / unbound
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jan 27 09:40:40 2012 UTC (13 days, 21 hours ago) by sem
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
- Fix plist Submitted by: dougb
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Nov 9 14:09:52 2010 UTC (15 months ago) by sem
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
- Update to 1.4.7
* It uses GOST by default and depends on port's openssl 1.0.0
(may be turned off by an option).
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Dec 17 12:45:52 2009 UTC (2 years, 1 month ago) by sem
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
- Update to 1.4.1 - Use --disable-sha2 on 6.4 because of broken OpenSSL in base.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jun 16 13:35:00 2009 UTC (2 years, 7 months ago) by sem
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -1 lines
- Update to 1.3.0
Revision 1.3: 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_7_2_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -0 lines
- Update to 1.1.0
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed May 21 17:12:47 2008 UTC (3 years, 8 months ago) by sem
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
- Update to 1.0
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
