Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Nov 2006 21:06:54 GMT
From:      Sten Spans<sten@blinkenlights.nl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/105491: [patch] ports/dns/powerdns deprecate bundled recursor
Message-ID:  <200611132106.kADL6sDs039460@www.freebsd.org>
Resent-Message-ID: <200611132110.kADLA1p8051082@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         105491
>Category:       ports
>Synopsis:       [patch] ports/dns/powerdns deprecate bundled recursor
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 13 21:10:00 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Sten Spans
>Release:        6.1-RELEASE-p7
>Organization:
>Environment:
FreeBSD earth.blinkenlights.nl 6.1-RELEASE-p7 FreeBSD 6.1-RELEASE-p7 #0: Sun Sep 24 14:42:21 CEST 2006     root@earth.blinkenlights.nl:/usr/obj/usr/src/sys/1650  i386

>Description:
The recursor included with the powerdns authoritative namesever has been deprecated by its author. It includes bugs and generally isn't suitable for use. 

>How-To-Repeat:

>Fix:
Add a comment to the configure option showing users that the recursor is deprecated.

Patch attached with submission follows:

--- files/configure.powerdns	Mon Nov 13 22:00:17 2006
+++ files/configure.powerdns.new	Mon Nov 13 22:00:05 2006
@@ -16,7 +16,7 @@
 MySQL		"MySQL driver" OFF \
 OpenLDAP	"OpenLDAP backend" OFF \
 SQLite		"SQLite backend" OFF \
-Recursor	"Build Recursor" OFF \
+Recursor	"Build Recursor (DEPRECATED)" OFF \
 2> /tmp/checklist.tmp.$$
 
         retval=$?

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611132106.kADL6sDs039460>