Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2003 14:10:20 -0700 (PDT)
From:      Nick Hilliard <nick@foobar.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/54474: port upgrade: net/nsd to 1.2.0
Message-ID:  <200307292110.h6TLAKS2013333@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/54474; it has been noted by GNATS.

From: Nick Hilliard <nick@foobar.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/54474: port upgrade: net/nsd to 1.2.0
Date: Tue, 29 Jul 2003 22:06:58 +0100

 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



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