From owner-cvs-all@FreeBSD.ORG Tue Feb 15 01:50:19 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC48D106567A; Tue, 15 Feb 2011 01:50:19 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DC58B8FC0A; Tue, 15 Feb 2011 01:50:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1F1oJWd044105; Tue, 15 Feb 2011 01:50:19 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1F1oJx9044104; Tue, 15 Feb 2011 01:50:19 GMT (envelope-from dougb) Message-Id: <201102150150.p1F1oJx9044104@repoman.freebsd.org> From: Doug Barton Date: Tue, 15 Feb 2011 01:50:19 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns/bind98 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2011 01:50:20 -0000 dougb 2011-02-15 01:50:19 UTC FreeBSD ports repository Modified files: dns/bind98 Makefile distinfo Log: Update to 9.8.0rc1, the latest from ISC: * The ADB hash table stores informations about which authoritative servers to query about particular domains. Previous versions of BIND had the hash table size as a fixed value. On a busy recursive server, this could lead to hash table collisions in the ADB cache, resulting in degraded response time to queries. Bind 9.8 now has a dynamically scalable ADB hash table, which helps a busy server to avoid hash table collisions and maintain a consistent query response time. Revision Changes Path 1.5 +2 -2 ports/dns/bind98/Makefile 1.3 +4 -4 ports/dns/bind98/distinfo