Bug 54474 - port upgrade: net/nsd to 1.2.0
Summary: port upgrade: net/nsd to 1.2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Christian Weisgerber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-14 15:10 UTC by Nick Hilliard
Modified: 2003-08-03 01:51 UTC (History)
0 users

See Also:


Attachments
file.diff (1.53 KB, patch)
2003-07-14 15:10 UTC, Nick Hilliard
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Hilliard 2003-07-14 15:10:05 UTC
	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.
Comment 1 Nick Hilliard 2003-07-17 11:18:02 UTC
NSD 1.2.2 will be released probably next week, so it would be best not
to commit this for the moment, as there are a couple of important bug
fixes.  I'll update this PR with the relevant patches when the time
comes.

Nick
Comment 2 Nick Hilliard 2003-07-29 22:06:58 UTC
I've included a patch for nsd-1.2.2 below.  nsd-1.2.2 fixes a number of
important bugs present in 1.2.0.

Nick

diff -ur nsd/Makefile nsd-1.2.2/Makefile
--- nsd/Makefile	Fri Apr 11 22:05:20 2003
+++ nsd-1.2.2/Makefile	Tue Jul 29 21:53:49 2003
@@ -6,13 +6,22 @@
 #
 
 PORTNAME=	nsd
-PORTVERSION=	1.0.2
+PORTVERSION=	1.2.2
 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.2/distinfo
--- nsd/distinfo	Wed Feb 12 22:19:25 2003
+++ nsd-1.2.2/distinfo	Tue Jul 29 21:54:35 2003
@@ -1 +1 @@
-MD5 (nsd-1.0.2.tar.gz) = 8c50f242ed4d71986fe8959f5db3be5d
+MD5 (nsd-1.2.2.tar.gz) = 7d1449dcec224176ba7265015821ddbc
diff -ur nsd/pkg-descr nsd-1.2.2/pkg-descr
--- nsd/pkg-descr	Mon Sep  9 22:38:19 2002
+++ nsd-1.2.2/pkg-descr	Tue Jul 29 21:56:38 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.2.
 
 NSD is a complete implementation of an authoritative DNS nameserver.
 
diff -ur nsd/pkg-plist nsd-1.2.2/pkg-plist
--- nsd/pkg-plist	Mon Sep  9 22:38:19 2002
+++ nsd-1.2.2/pkg-plist	Tue Jul 29 21:53:26 2003
@@ -3,4 +3,5 @@
 sbin/zonec
 sbin/nsd-notify
 etc/nsd/nsd.zones.sample
+etc/nsd/nsdc.conf.sample
 @dirrm etc/nsd
Comment 3 Christian Weisgerber freebsd_committer freebsd_triage 2003-07-30 14:41:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->naddy

I'll handle this.
Comment 4 Christian Weisgerber freebsd_committer freebsd_triage 2003-08-03 01:48:44 UTC
State Changed
From-To: open->closed

Committed with additional changes, thanks!