ports/56997: [PATCH] port dns/bind9: update to version 9.2.2-P1
Oliver Eikemeier
eikemeier at fillmore-labs.com
Fri Sep 19 11:20:12 UTC 2003
>Number: 56997
>Category: ports
>Synopsis: [PATCH] port dns/bind9: update to version 9.2.2-P1
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Sep 19 04:20:07 PDT 2003
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list