From tremere@cainites.net  Mon Jan 19 12:09:23 2004
Return-Path: <tremere@cainites.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C7E8216A4CF
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Jan 2004 12:09:23 -0800 (PST)
Received: from mail.cainites.net (caine.xs4all.nl [80.126.212.243])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 949A143D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Jan 2004 12:09:21 -0800 (PST)
	(envelope-from tremere@cainites.net)
Received: from localhost (localhost.cainites.net [127.0.0.1])
	by mail.cainites.net (Postfix) with ESMTP id C9A4D181
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 19 Jan 2004 21:09:19 +0100 (CET)
Received: from mail.cainites.net ([127.0.0.1])
 by localhost (lan.cainites.net [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 00234-04 for <FreeBSD-gnats-submit@freebsd.org>;
 Mon, 19 Jan 2004 21:09:15 +0100 (CET)
Received: by mail.cainites.net (Postfix, from userid 1002)
	id 4513D15F; Mon, 19 Jan 2004 21:09:15 +0100 (CET)
Message-Id: <20040119200915.4513D15F@mail.cainites.net>
Date: Mon, 19 Jan 2004 21:09:15 +0100 (CET)
From: Ralf van der Enden <tremere@cainites.net>
Reply-To: Ralf van der Enden <tremere@cainites.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update of PowerDNS to 2.9.15
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         61589
>Category:       ports
>Synopsis:       Update of PowerDNS to 2.9.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dinoex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 19 12:10:10 PST 2004
>Closed-Date:    Wed Jan 21 15:42:53 CET 2004
>Last-Modified:  Wed Jan 21 15:42:53 CET 2004
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->dinoex  
Responsible-Changed-By: krion 
Responsible-Changed-When: Mon Jan 19 12:10:42 PST 2004 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61589 
State-Changed-From-To: open->closed 
State-Changed-By: dinoex 
State-Changed-When: Wed Jan 21 15:42:43 CET 2004 
State-Changed-Why:  
committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61589 
>Unformatted:
