Skip site navigation (1)Skip section navigation (2)

CVS log for ports/dns/unbound/files/unbound.in

[BACK] Up to [FreeBSD] / ports / dns / unbound / files

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jan 26 13:44:58 2012 UTC (2 weeks ago) by sem
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -4 lines
- Update to 1.4.15
  * Fixed a little memory leak
  * Couple other bugs fixed
- Run unbound-checkconf before start.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jan 24 17:23:00 2012 UTC (2 weeks, 2 days ago) by sem
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
- Run unbound-anchor with unbound user. It solves a permissions problem.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jan 24 14:40:13 2012 UTC (2 weeks, 2 days ago) by sem
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +8 -0 lines
- Run unbound-anchor before unbound to obtain a trust anchor for DNSSEC.

Requested by:	des

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jan 14 08:55:40 2012 UTC (3 weeks, 6 days ago) by dougb
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Mar 27 00:12:58 2010 UTC (22 months, 2 weeks ago) by dougb
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jan 25 14:30:05 2010 UTC (2 years ago) by sem
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -1 lines
- Forgot to set : ${unbound_enable:-"NO"}
- Allow user to set a pid file location with unbound_pidfile="..."

PR:		ports/142793 (based on)
Submitted by:	Keith Gaughan <k at stereochro.me>

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed May 7 11:33:37 2008 UTC (3 years, 9 months ago) by sem
Branches: MAIN
CVS tags: RELEASE_8_0_0, 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: +1 -1 lines
- unbound runned in chroot by default. it brings us a problem with
  pid file. place it to PREFIX/etc/unbound as an author do.

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

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options