From eikemeier@fillmore-labs.com  Fri Sep 19 04:12:47 2003
Return-Path: <eikemeier@fillmore-labs.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E4FD116A4B3; Fri, 19 Sep 2003 04:12:47 -0700 (PDT)
Received: from mx2.fillmore-labs.com (lima.fillmore-labs.com [62.138.193.83])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 2801A43FD7; Fri, 19 Sep 2003 04:12:47 -0700 (PDT)
	(envelope-from eikemeier@fillmore-labs.com)
Received: from atlantis.wireless.fillmore-labs.com ([192.168.161.245] helo=fillmore-labs.com)
	by mx2.fillmore-labs.com with asmtp (TLSv1:AES256-SHA:256)
	(Exim 4.22)
	id 1A0JBu-000Hgu-AE; Fri, 19 Sep 2003 13:12:46 +0200
Message-Id: <3F6AE4A8.6070704@fillmore-labs.com>
Date: Fri, 19 Sep 2003 13:12:40 +0200
From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: DougB@FreeBSD.org
Subject: [PATCH] port dns/bind9: update to version 9.2.2-P1

>Number:         56997
>Category:       ports
>Synopsis:       [PATCH] port dns/bind9: update to version 9.2.2-P1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    dougb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 19 04:20:07 PDT 2003
>Closed-Date:    Fri Sep 19 14:27:53 PDT 2003
>Last-Modified:  Fri Sep 19 14:27:53 PDT 2003
>Originator:     Oliver Eikemeier
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Fillmore Labs - http://www.fillmore-labs.com
>Environment:
System: FreeBSD nuuk.fillmore-labs.com 4.8-STABLE

>Description:

Incorporate the patch provided by ISC:
	http://www.isc.org/products/BIND/delegation-only.html

To get rid of the 'catch-all' nameserver answers Verisign
introduced recently in the .com and .net domains (and is
usual in other domains too, like .museum)

Basically it allows you to write:

zone "com" {
	type delegation-only; 
};

zone "net" {
	type delegation-only; 
};

in named.conf so that any answers that are not NS RRs for subdomains
will be discarded.

>How-To-Repeat:
>Fix:

--- bsd.port.mk.patch begins here ---
diff -u dns/bind9/Makefile.orig dns/bind9/Makefile
--- dns/bind9/Makefile.orig	Sat Sep  6 02:05:46 2003
+++ dns/bind9/Makefile	Fri Sep 19 13:00:02 2003
@@ -13,11 +13,17 @@
 
 PORTNAME=	bind9
 PORTVERSION=	9.2.2
+PORTREVISION=	1
 CATEGORIES=	dns ipv6
 MASTER_SITES=	${MASTER_SITE_ISC} \
 		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,dns/bind9/${ISCVERSION}/,}
 MASTER_SITE_SUBDIR=	bind9/${ISCVERSION}
 DISTFILES=	bind-${ISCVERSION}.tar.gz
+
+PATCH_SITES=		${MASTER_SITES}
+PATCH_SITE_SUBDIR=	${MASTER_SITE_SUBDIR}
+PATCHFILES=		patch.${PORTVERSION}-P1
+PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	DougB@FreeBSD.org
 COMMENT=	Completely new version of the BIND DNS server
diff -u dns/bind9/distinfo.orig dns/bind9/distinfo
--- dns/bind9/distinfo.orig	Tue Mar  4 10:44:15 2003
+++ dns/bind9/distinfo	Fri Sep 19 13:00:05 2003
@@ -1 +1,2 @@
 MD5 (bind-9.2.2.tar.gz) = 6ea7d64a0856893ab3eb541ab7bbc725
+MD5 (patch.9.2.2-P1) = 063edc41c756ffc6a1051d5f1937fa2c
--- bsd.port.mk.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dougb 
Responsible-Changed-By: erwin 
Responsible-Changed-When: Fri Sep 19 04:34:01 PDT 2003 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56997 
State-Changed-From-To: open->closed 
State-Changed-By: dougb 
State-Changed-When: Fri Sep 19 14:27:25 PDT 2003 
State-Changed-Why:  

I'll import the final version of this patch when it's ready, 
pending portmgr approval. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56997 
>Unformatted:
