Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 2003 15:09:20 +0100 (IST)
From:      Nick Hilliard <nick@foobar.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54474: port upgrade: net/nsd to 1.2.0
Message-ID:  <200307141409.h6EE9Kuj074607@muffin.acquirer.com>
Resent-Message-ID: <200307141410.h6EEA5s2043121@freefall.freebsd.org>

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

>Number:         54474
>Category:       ports
>Synopsis:       port upgrade: net/nsd to 1.2.0
>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:   Mon Jul 14 07:10:05 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Nick Hilliard
>Release:        FreeBSD 4.7-RELEASE-p10 i386
>Organization:
Network Ability Ltd.
>Environment:
System: FreeBSD <> 4.7-RELEASE-p10 FreeBSD 4.7-RELEASE-p10 #0: Tue May 13 17:57:34 IST 2003 nick@<>:/admin/FreeBSD-src/usr.src.security/src/sys/compile/MUFFIN i386


>Description:

	I've attached a patch to update net/nsd to version 1.2.0.  All of
	the patch files in files/* have either been rolled into this
	distribution or else have been made redundant, so they will need to
	be deleted from the CVS tree.

>How-To-Repeat:

>Fix:

diff -ur nsd/Makefile nsd-1.2.0/Makefile
--- nsd/Makefile	Fri Apr 11 22:05:20 2003
+++ nsd-1.2.0/Makefile	Mon Jul 14 14:56:20 2003
@@ -6,13 +6,22 @@
 #
 
 PORTNAME=	nsd
-PORTVERSION=	1.0.2
+PORTVERSION=	1.2.0
 PORTREVISION=	1
-CATEGORIES=	net
+CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/
 
 MAINTAINER=	nsd-info@nlnetlabs.nl
 COMMENT=	An authoratative only non-recursive high performance name server
+
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS+=--with-user=bind \
+		--enable-ipv6 \
+		--with-configdir=${PREFIX}/etc/nsd \
+		--with-pidfile=/var/run/nsd.pid \
+		--with-dbfile=/var/db/nsd.database \
+		--with-namedxfer=/usr/libexec/named-xfer \
+		--with-libwrap
 
 MAN8=	nsd.8 zonec.8 nsdc.8
 
diff -ur nsd/distinfo nsd-1.2.0/distinfo
--- nsd/distinfo	Wed Feb 12 22:19:25 2003
+++ nsd-1.2.0/distinfo	Mon Jul 14 14:18:39 2003
@@ -1 +1 @@
-MD5 (nsd-1.0.2.tar.gz) = 8c50f242ed4d71986fe8959f5db3be5d
+MD5 (nsd-1.2.0.tar.gz) = cfeb32ec54e1acbf97bfa9a59dfadb2b
diff -ur nsd/pkg-descr nsd-1.2.0/pkg-descr
--- nsd/pkg-descr	Mon Sep  9 22:38:19 2002
+++ nsd-1.2.0/pkg-descr	Mon Jul 14 14:32:22 2003
@@ -1,4 +1,4 @@
-This is NSD Name Server Daemon (NSD) version 1.0.1 beta
+This is NSD Name Server Daemon (NSD) version 1.2.0.
 
 NSD is a complete implementation of an authoritative DNS nameserver.
 
diff -ur nsd/pkg-plist nsd-1.2.0/pkg-plist
--- nsd/pkg-plist	Mon Sep  9 22:38:19 2002
+++ nsd-1.2.0/pkg-plist	Mon Jul 14 14:47:46 2003
@@ -3,4 +3,5 @@
 sbin/zonec
 sbin/nsd-notify
 etc/nsd/nsd.zones.sample
+etc/nsd/nsdc.conf.sample
 @dirrm etc/nsd
>Release-Note:
>Audit-Trail:
>Unformatted:



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