From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 11 15:31:10 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B016016A504 for ; Mon, 11 Dec 2006 15:31:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B6ED43D7E for ; Mon, 11 Dec 2006 15:28:56 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBBFU3Xp066967 for ; Mon, 11 Dec 2006 15:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBBFU3KD066966; Mon, 11 Dec 2006 15:30:03 GMT (envelope-from gnats) Resent-Date: Mon, 11 Dec 2006 15:30:03 GMT Resent-Message-Id: <200612111530.kBBFU3KD066966@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olafur Osvaldsson Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 037A616A52E for ; Mon, 11 Dec 2006 15:29:18 +0000 (UTC) (envelope-from oli@aker.isnic.is) Received: from aker.isnic.is (aker.isnic.is [193.4.58.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E05443CF8 for ; Mon, 11 Dec 2006 15:27:05 +0000 (GMT) (envelope-from oli@aker.isnic.is) Received: by aker.isnic.is (Postfix, from userid 1000) id E93128A027; Mon, 11 Dec 2006 15:28:20 +0000 (UTC) Message-Id: <20061211152820.E93128A027@aker.isnic.is> Date: Mon, 11 Dec 2006 15:28:20 +0000 (UTC) From: Olafur Osvaldsson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/106607: [MAINTAINER] dns/nsd: update to 3.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2006 15:31:10 -0000 >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: