From owner-cvs-ports@FreeBSD.ORG Sun Mar 13 10:52:53 2005 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2983916A4CE; Sun, 13 Mar 2005 10:52:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0655643D48; Sun, 13 Mar 2005 10:52:53 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2DAqqJG038133; Sun, 13 Mar 2005 10:52:52 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2DAqqAp038132; Sun, 13 Mar 2005 10:52:52 GMT (envelope-from dougb) Message-Id: <200503131052.j2DAqqAp038132@repoman.freebsd.org> From: Doug Barton Date: Sun, 13 Mar 2005 10:52:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns/bind9 Makefile distinfo ports/dns/bind9/files patch-bin_named_Makefile.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 10:52:53 -0000 dougb 2005-03-13 10:52:52 UTC FreeBSD ports repository Modified files: dns/bind9 Makefile distinfo Removed files: dns/bind9/files patch-bin_named_Makefile.in Log: Upgrade to 9.3.1, the latest version from ISC. This version contains several important fixes, including a remote (although unlikely) exploit. See the CHANGES file for details. All users of BIND 9 are highly encouraged to upgrade to this version. Changes to the port include: 1. Remove ISC patch to 9.3.0 that addressed the remote exploit 2. Change to OPTIONS, and thereby 3. --enable-threads is now the default. Users report that the new thread code in 9.3.x works significantly better than the old on all versions of FreeBSD. 4. Add a temporary shim for the old PORT_REPLACES_BASE_BIND9 option. The OPTIONS framework requires knobs to start with WITH_ or WITHOUT_ 5. Remove patch that shoehorned named.conf.5 into the right place, it has been fixed in the code. Revision Changes Path 1.62 +19 -14 ports/dns/bind9/Makefile 1.35 +4 -8 ports/dns/bind9/distinfo 1.2 +0 -10 ports/dns/bind9/files/patch-bin_named_Makefile.in (dead)