Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2004 21:09:15 +0100 (CET)
From:      Ralf van der Enden <tremere@cainites.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61589: Update of PowerDNS to 2.9.15
Message-ID:  <20040119200915.4513D15F@mail.cainites.net>
Resent-Message-ID: <200401192010.i0JKAASa078861@freefall.freebsd.org>

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

>Number:         61589
>Category:       ports
>Synopsis:       Update of PowerDNS to 2.9.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 19 12:10:10 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Ralf van der Enden
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD lan.cainites.net 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Tue Jan 13 10:52:46 CET 2004 root@lan.cainites.net:/usr/obj/usr/src/sys/HELLKERNEL i386


	
>Description:
Update to 2.9.15
Bugfixes:
- allow-recursion-override was on by default, it was meant to be off
- Logging was still off in daemon mode, fixed
- Recursor accidentally linked in MySQL, fixed
- The PowerDNS recursor had stability problems
- The recursor now outputs the nameserver average response times in trace mode
- LDAP compiles again
Improvements:
- Several improvements to zone2sql
- Remove libpqpp dependencies
Extra:
- Added a patch from CVS to make zone2parser.cc compile on STABLE

>How-To-Repeat:
	
>Fix:

	

--- pdns-2.9.15.diff begins here ---
diff -ruN powerdns.orig/Makefile powerdns/Makefile
--- powerdns.orig/Makefile	Sun Jan 18 15:41:52 2004
+++ powerdns/Makefile	Mon Jan 19 20:17:43 2004
@@ -5,7 +5,7 @@
 #
 
 PORTNAME=	powerdns
-PORTVERSION=	2.9.13
+PORTVERSION=	2.9.15
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://downloads.powerdns.com/releases/
 DISTNAME=	pdns-${PORTVERSION}
diff -ruN powerdns.orig/Makefile.inc.orig powerdns/Makefile.inc.orig
--- powerdns.orig/Makefile.inc.orig	Sun Jan 18 15:41:52 2004
+++ powerdns/Makefile.inc.orig	Thu Jan  1 01:00:00 1970
@@ -1 +0,0 @@
-WITH_POSTGRESQL_DRIVER=YES
diff -ruN powerdns.orig/distinfo powerdns/distinfo
--- powerdns.orig/distinfo	Sun Jan 18 15:41:52 2004
+++ powerdns/distinfo	Mon Jan 19 20:17:43 2004
@@ -1 +1 @@
-MD5 (pdns-2.9.13.tar.gz) = ffd80b49f553cbaaa089a02a90df7729
+MD5 (pdns-2.9.15.tar.gz) = 3465694b9638c29f19a25dd5b0a77559
diff -ruN powerdns.orig/files/patch-pdns_backends_bind_zoneparser2_cc powerdns/files/patch-pdns_backends_bind_zoneparser2_cc
--- powerdns.orig/files/patch-pdns_backends_bind_zoneparser2_cc	Thu Jan  1 01:00:00 1970
+++ powerdns/files/patch-pdns_backends_bind_zoneparser2_cc	Mon Jan 19 20:22:22 2004
@@ -0,0 +1,10 @@
+--- pdns/backends/bind/zoneparser2.cc.orig	Sat Jan 17 12:50:18 2004
++++ pdns/backends/bind/zoneparser2.cc	Mon Jan 19 20:20:12 2004
+@@ -36,6 +36,7 @@
+ #include "ahuexception.hh"
+ #include "qtype.hh"
+ #include <algorithm>
++#include <unistd.h>
+ using namespace std;
+ 
+ #include "zoneparser.hh"
diff -ruN powerdns.orig/files/patch-pdns_communicator_hh powerdns/files/patch-pdns_communicator_hh
--- powerdns.orig/files/patch-pdns_communicator_hh	Sun Jan 18 15:41:52 2004
+++ powerdns/files/patch-pdns_communicator_hh	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- pdns/communicator.hh	21 Jun 2003 09:59:08 -0000	1.5
-+++ pdns/communicator.hh	10 Jan 2004 15:47:47 -0000
-@@ -94,7 +94,7 @@
-   
-   time_t earliest()
-   {
--    time_t early=1<<31-1; // y2038 problem lurking here :-)
-+    time_t early=(1<<31)-1; // y2038 problem lurking here :-)
-     for(d_nqueue_t::const_iterator i=d_nqueue.begin();i!=d_nqueue.end();++i) 
-       early=min(early,i->next);
-     return early-time(0);
--- pdns-2.9.15.diff ends here ---


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



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