Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Oct 2004 01:33:19 +0300
From:      Andrey Slusar <anray@inet.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/73296: [PATCH] dns/pdnsd: update to new version
Message-ID:  <E1CNfJ9-0002uw-UQ@santinel.home.ua>
Resent-Message-ID: <200410292300.i9TN0hUS014493@freefall.freebsd.org>

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

>Number:         73296
>Category:       ports
>Synopsis:       [PATCH] dns/pdnsd: update to new version
>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:   Fri Oct 29 23:00:43 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Slusar
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
Santinel
>Environment:
System: FreeBSD santinel.home.ua 5.3-STABLE FreeBSD 5.3-STABLE #0: Tue Oct 19 17:53:45 EEST 2004 anray@santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386
>Description:
	New files:
	files/patch-src::conff.h
	files/patch-src::dns.h
	
	Update from version 1.1.11a to 1.2
>How-To-Repeat:
	
>Fix:

--- pdnsd.diff begins here ---
diff -ruN /usr/ports/dns/pdnsd/Makefile pdnsd/Makefile
--- /usr/ports/dns/pdnsd/Makefile	Mon Jun  7 02:18:51 2004
+++ pdnsd/Makefile	Fri Oct 22 02:09:27 2004
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	pdnsd
-PORTVERSION=	1.1.11a
+PORTVERSION=	1.2
 CATEGORIES=	dns
-MASTER_SITES=	http://www.phys.uu.nl/~rombouts/pdnsd/
+MASTER_SITES=	http://www.phys.uu.nl/~rombouts/pdnsd/releases/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-par
 
 MAINTAINER=	ports@oven.org
@@ -20,6 +20,7 @@
 		--enable-ipv6
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
+MAN5=		pdnsd.conf.5
 MAN8=		pdnsd.8 pdnsd-ctl.8
 
 PDNSDB=		/var/db/pdnsd
diff -ruN /usr/ports/dns/pdnsd/distinfo pdnsd/distinfo
--- /usr/ports/dns/pdnsd/distinfo	Mon Jun  7 02:18:51 2004
+++ pdnsd/distinfo	Fri Oct 22 02:08:20 2004
@@ -1,2 +1,2 @@
-MD5 (pdnsd-1.1.11a-par.tar.gz) = 2caf6335b92e0955f07af9bd9d429443
-SIZE (pdnsd-1.1.11a-par.tar.gz) = 305135
+MD5 (pdnsd-1.2-par.tar.gz) = 0ddcc8c1a3e6301df1a18ad320260d67
+SIZE (pdnsd-1.2-par.tar.gz) = 345082
diff -ruN /usr/ports/dns/pdnsd/files/patch-src::conff.h pdnsd/files/patch-src::conff.h
--- /usr/ports/dns/pdnsd/files/patch-src::conff.h	Thu Jan  1 03:00:00 1970
+++ pdnsd/files/patch-src::conff.h	Fri Oct 29 01:13:57 2004
@@ -0,0 +1,12 @@
+--- src/conff.h.orig	Fri Oct 29 01:11:36 2004
++++ src/conff.h	Fri Oct 29 01:12:36 2004
+@@ -32,6 +32,9 @@
+ #include <config.h>
+ #include <stdio.h>
+ #include <pthread.h>
++#if TARGET==TARGET_BSD
++#include <sys/socket.h>
++#endif
+ #include <net/if.h>
+ #include "ipvers.h"
+ #include "list.h"
diff -ruN /usr/ports/dns/pdnsd/files/patch-src::dns.h pdnsd/files/patch-src::dns.h
--- /usr/ports/dns/pdnsd/files/patch-src::dns.h	Thu Jan  1 03:00:00 1970
+++ pdnsd/files/patch-src::dns.h	Fri Oct 29 01:07:04 2004
@@ -0,0 +1,12 @@
+--- src/dns.h.orig	Fri Oct 29 01:03:35 2004
++++ src/dns.h	Fri Oct 29 01:04:55 2004
+@@ -27,6 +27,9 @@
+ 
+ #include <config.h>
+ #include <arpa/inet.h>
++#if TARGET==TARGET_BSD
++#include <sys/socket.h>
++#endif
+ #include <net/if.h>
+ #include <sys/types.h>
+ #include <inttypes.h>
--- pdnsd.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?E1CNfJ9-0002uw-UQ>