Commit graph

7 commits

Author SHA1 Message Date
Sergey Matveychuk
2d1cdcbe42 - Fix plist
Submitted by:	dougb
2012-01-27 09:40:40 +00:00
Sergey Matveychuk
a16e8de40f - 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).
2010-11-09 14:09:52 +00:00
Sergey Matveychuk
e2ae93b2ae - Update to 1.4.1
- Use --disable-sha2 on 6.4 because of broken OpenSSL in base.
2009-12-17 12:45:52 +00:00
Sergey Matveychuk
010dc19b35 - Update to 1.3.0 2009-06-16 13:35:00 +00:00
Sergey Matveychuk
dc5944eecb - Update to 1.1.0 2008-11-19 20:59:31 +00:00
Sergey Matveychuk
5c18111eac - Update to 1.0 2008-05-21 17:12:48 +00:00
Sergey Matveychuk
18fa7d9169 - 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
2008-04-29 07:35:14 +00:00