Summary: | port upgrade: net/nsd to 1.2.0 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Nick Hilliard <nick> | ||||
Component: | Individual Port(s) | Assignee: | Christian Weisgerber <naddy> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Nick Hilliard
2003-07-14 15:10:05 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 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 Responsible Changed From-To: freebsd-ports-bugs->naddy I'll handle this. State Changed From-To: open->closed Committed with additional changes, thanks! |