View | Details | Raw Unified | Return to bug 61554
Collapse All | Expand All

(-)powerdns/Makefile (-1 / +1 lines)
Lines 5-11 Link Here
5
#
5
#
6
6
7
PORTNAME=	powerdns
7
PORTNAME=	powerdns
8
PORTVERSION=	2.9.13
8
PORTVERSION=	2.9.15
9
CATEGORIES=	dns ipv6
9
CATEGORIES=	dns ipv6
10
MASTER_SITES=	http://downloads.powerdns.com/releases/
10
MASTER_SITES=	http://downloads.powerdns.com/releases/
11
DISTNAME=	pdns-${PORTVERSION}
11
DISTNAME=	pdns-${PORTVERSION}
(-)powerdns/Makefile.inc (-1 lines)
Line 1 Link Here
1
WITH_POSTGRESQL_DRIVER=YES
(-)powerdns/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (pdns-2.9.13.tar.gz) = ffd80b49f553cbaaa089a02a90df7729
1
MD5 (pdns-2.9.15.tar.gz) = 3465694b9638c29f19a25dd5b0a77559
(-)powerdns/files/patch-pdns_communicator_hh (-11 lines)
Lines 1-11 Link Here
1
--- pdns/communicator.hh	21 Jun 2003 09:59:08 -0000	1.5
2
+++ pdns/communicator.hh	10 Jan 2004 15:47:47 -0000
3
@@ -94,7 +94,7 @@
4
   
5
   time_t earliest()
6
   {
7
-    time_t early=1<<31-1; // y2038 problem lurking here :-)
8
+    time_t early=(1<<31)-1; // y2038 problem lurking here :-)
9
     for(d_nqueue_t::const_iterator i=d_nqueue.begin();i!=d_nqueue.end();++i) 
10
       early=min(early,i->next);
11
     return early-time(0);

Return to bug 61554