Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2006 15:28:20 +0000 (UTC)
From:      Olafur Osvaldsson <oli@isnic.is>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/106607: [MAINTAINER] dns/nsd: update to 3.0.3
Message-ID:  <20061211152820.E93128A027@aker.isnic.is>
Resent-Message-ID: <200612111530.kBBFU3KD066966@freefall.freebsd.org>

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

>Number:         106607
>Category:       ports
>Synopsis:       [MAINTAINER] dns/nsd: update to 3.0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 11 15:30:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Olafur Osvaldsson
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
ISNIC
>Environment:
System: FreeBSD aker.isnic.is 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #7: Wed Aug 23 15:43:16 UTC 2006
>Description:
- Update to 3.0.3

This version only contains bug fixes.

Most important are bugfixes when running with (tens of) thousands of
secondary zones. This entailed a condition where NSD could run out of
socket descriptors. Also fixed is a race condition that could drop
incoming notifies.

Smaller fixes:
- - identity: keyword from config file works.
- - getaddrinfo error behaviour is nicer and fallback to ip4 if no
    ip6 available.
- - error message nicer for operator when forgotten to rebuild database
    after dropping zones from the config file.

>How-To-Repeat:
>Fix:

--- nsd-3.0.3.patch begins here ---
diff -ruN nsd.orig/Makefile nsd/Makefile
--- nsd.orig/Makefile	Mon Dec 11 15:23:25 2006
+++ nsd/Makefile	Mon Dec 11 15:23:41 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	nsd
-PORTVERSION=	3.0.2
+PORTVERSION=	3.0.3
 CATEGORIES=	dns ipv6
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/nsd/	\
 		ftp://ftp.rhnet.is/pub/nsd/
diff -ruN nsd.orig/distinfo nsd/distinfo
--- nsd.orig/distinfo	Mon Dec 11 15:23:25 2006
+++ nsd/distinfo	Mon Dec 11 15:23:50 2006
@@ -1,3 +1,3 @@
-MD5 (nsd-3.0.2.tar.gz) = a51f7d2146d8f5901b825b2c0672c86a
-SHA256 (nsd-3.0.2.tar.gz) = 9898b727b8c018383ddd485db4477911c0411d80f091bc59cc1f6d568cf240b1
-SIZE (nsd-3.0.2.tar.gz) = 778701
+MD5 (nsd-3.0.3.tar.gz) = 73f59bebd0af6ed2d2f0dad2b7727229
+SHA256 (nsd-3.0.3.tar.gz) = 1deba1deb53ee0f7f779bb9b686e7616605b3aee9492dacd0a44a805b1769a31
+SIZE (nsd-3.0.3.tar.gz) = 782535
--- nsd-3.0.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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