ports/61554: Update of PowerDNS to 2.9.15
Ralf van der Enden
tremere at cainites.net
Sun Jan 18 22:40:21 UTC 2004
>Number: 61554
>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: Sun Jan 18 14:40:14 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 at 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
>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 Sun Jan 18 15:58:07 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 powerdns/Makefile.inc
--- powerdns.orig/Makefile.inc Sun Jan 18 15:41:52 2004
+++ powerdns/Makefile.inc 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 Sun Jan 18 15:58:17 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_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:
More information about the freebsd-ports-bugs
mailing list