From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 4 18:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 45241BC2 for ; Mon, 4 Feb 2013 18:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2B157A8 for ; Mon, 4 Feb 2013 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r14IA1vB012079 for ; Mon, 4 Feb 2013 18:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r14IA1Rd012076; Mon, 4 Feb 2013 18:10:01 GMT (envelope-from gnats) Resent-Date: Mon, 4 Feb 2013 18:10:01 GMT Resent-Message-Id: <201302041810.r14IA1Rd012076@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, Jaap Akkerhuis Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C2A1DACD for ; Mon, 4 Feb 2013 18:02:53 +0000 (UTC) (envelope-from jaap@bela.nlnetlabs.nl) Received: from bela.nlnetlabs.nl (bela.nlnetlabs.nl [IPv6:2001:7b8:206:1:222:4dff:fe55:4ccb]) by mx1.freebsd.org (Postfix) with ESMTP id 2E2D8FDA for ; Mon, 4 Feb 2013 18:02:52 +0000 (UTC) Received: from bela.nlnetlabs.nl (localhost [127.0.0.1]) by bela.nlnetlabs.nl (8.14.6/8.14.6) with ESMTP id r14I2kL1024587 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 4 Feb 2013 19:02:47 +0100 (CET) (envelope-from jaap@bela.nlnetlabs.nl) Received: (from jaap@localhost) by bela.nlnetlabs.nl (8.14.6/8.14.6/Submit) id r14I2kkT024586; Mon, 4 Feb 2013 19:02:46 +0100 (CET) (envelope-from jaap) Message-Id: <201302041802.r14I2kkT024586@bela.nlnetlabs.nl> Date: Mon, 4 Feb 2013 19:02:46 +0100 (CET) From: Jaap Akkerhuis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/175837: [MAINTAINER] dns/nsd: update to 3.2.15 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 18:10:01 -0000 >Number: 175837 >Category: ports >Synopsis: [MAINTAINER] dns/nsd: update to 3.2.15 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 04 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jaap Akkerhuis >Release: FreeBSD 9.1-STABLE amd64 >Organization: NLnet Labs >Environment: System: FreeBSD bela.nlnetlabs.nl 9.1-STABLE FreeBSD 9.1-STABLE #45 r246301: Mon Feb 4 02:36:05 >Description: - Update to 3.2.15 Features * Support for ILNP RR types: NID, L32, L64, LP (RFC6742). * RRL, --enable-ratelimit at configure time and config options. * TSIG initialization only fails when there is no digest found at all. Bugfixes * Bugfix #478: Declaration after statement (for gcc 2.95). * Bugfix #483: Better error message in case of TSIG error. * Bugfix #485: TTL should not be greater than 2^31 - 1. * Fix RCODE when CNAME loop final answer does not exist, should return NXDOMAIN as stated by RFC 6604. * Fix --disable-full-prehash bug, where after multiple incoming IXFRs, NSEC3 can be removed unjustified. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- nsd-3.2.15.patch begins here --- diff -ruN --exclude=CVS ../nsd.orig/Makefile ./Makefile --- ../nsd.orig/Makefile 2013-02-04 18:39:15.098539652 +0100 +++ ./Makefile 2013-02-04 18:46:24.410453197 +0100 @@ -2,7 +2,7 @@ # $FreeBSD: head/dns/nsd/Makefile 306815 2012-11-01 18:41:15Z bdrewery $ PORTNAME= nsd -PORTVERSION= 3.2.14 +PORTVERSION= 3.2.15 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ diff -ruN --exclude=CVS ../nsd.orig/distinfo ./distinfo --- ../nsd.orig/distinfo 2013-02-04 18:39:15.097643018 +0100 +++ ./distinfo 2013-02-04 16:24:11.738455643 +0100 @@ -1,2 +1,2 @@ -SHA256 (nsd-3.2.14.tar.gz) = c338780412f330e492e74a51fb99a4610d1f4c9095293a231e42e29d045a104c -SIZE (nsd-3.2.14.tar.gz) = 890523 +SHA256 (nsd-3.2.15.tar.gz) = a1a0eaf88c2d788fcdafd6848a1ff45e113e95cfc17a87fb0e71eab34ffdad64 +SIZE (nsd-3.2.15.tar.gz) = 909346 --- nsd-3.2.15.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: