From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 08:20:37 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 46FC75D4; Fri, 20 Sep 2013 08:20:37 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 34B8D2688; Fri, 20 Sep 2013 08:20:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K8Kbwj091304; Fri, 20 Sep 2013 08:20:37 GMT (envelope-from erwin@svn.freebsd.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K8KaY9091301; Fri, 20 Sep 2013 08:20:36 GMT (envelope-from erwin@svn.freebsd.org) Message-Id: <201309200820.r8K8KaY9091301@svn.freebsd.org> From: Erwin Lansing Date: Fri, 20 Sep 2013 08:20:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327667 - head/dns/bind96 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Sep 2013 08:20:37 -0000 Author: erwin Date: Fri Sep 20 08:20:36 2013 New Revision: 327667 URL: http://svnweb.freebsd.org/changeset/ports/327667 Log: Update to 9.6-ESV-R10 Security Fixes Prevents exploitation of a runtime_check which can crash named when satisfying a recursive query for particular malformed zones. (CVE-2013-3919) [RT #33690] Feature Changes rndc status now also shows the build-id. [RT #20422] Improved OPT pseudo-record processing to make it easier to support new EDNS options. [RT #34414] "configure" now finishes by printing a summary of optional BIND features and whether they are active or inactive. ("configure --enable-full-report" increases the verbosity of the summary.) [RT #31777] Addressed compatibility issues with newer versions of Microsoft Visual Studio. [RT #33916] Improved the 'rndc' man page. [RT #33506] 'named -g' now no longer works with an invalid logging configuration. [RT #33473] The default (and minimum) value for tcp-listen-queue is now 10 instead of 3. This is a subtle control setting (not applicable to all OS environments). When there is a high rate of inbound TCP connections, it controls how many connections can be queued before they are accepted by named. Once this limit is exceeded, new TCP connections will be rejected. Note however that a value of 10 does not imply a strict limit of 10 queued TCP connections - the impact of changing this configuration setting will be OS-dependent. Larger values for tcp-listen queue will permit more pending tcp connections, which may be needed where there is a high rate of TCP-based traffic (for example in a dynamic environment where there are frequent zone updates and transfers). For most production servers the new default value of 10 should be adequate. [RT #33029] Modified: head/dns/bind96/Makefile head/dns/bind96/distinfo head/dns/bind96/pkg-plist Modified: head/dns/bind96/Makefile ============================================================================== --- head/dns/bind96/Makefile Fri Sep 20 08:10:31 2013 (r327666) +++ head/dns/bind96/Makefile Fri Sep 20 08:20:36 2013 (r327667) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bind96 -PORTVERSION= 9.6.3.2.ESV.R9 +PORTVERSION= 9.6.3.2.ESV.R10 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} @@ -13,7 +13,7 @@ COMMENT= BIND DNS suite with updated DNS LICENSE= ISCL # ISC releases things like 9.4.0b3, which our versioning doesn't like -ISCVERSION= 9.6-ESV-R9-P1 +ISCVERSION= 9.6-ESV-R10 MAKE_JOBS_UNSAFE= yes Modified: head/dns/bind96/distinfo ============================================================================== --- head/dns/bind96/distinfo Fri Sep 20 08:10:31 2013 (r327666) +++ head/dns/bind96/distinfo Fri Sep 20 08:20:36 2013 (r327667) @@ -1,2 +1,2 @@ -SHA256 (bind-9.6-ESV-R9-P1.tar.gz) = f7957ada381d09ec8f38155f8d630935072746a75fc51008a175443c13825f78 -SIZE (bind-9.6-ESV-R9-P1.tar.gz) = 6410296 +SHA256 (bind-9.6-ESV-R10.tar.gz) = f34e24a7d4bd41eedd7b781fbca3f8dc29e6f677be3b9f418f8581debbc4a66c +SIZE (bind-9.6-ESV-R10.tar.gz) = 6420776 Modified: head/dns/bind96/pkg-plist ============================================================================== --- head/dns/bind96/pkg-plist Fri Sep 20 08:10:31 2013 (r327666) +++ head/dns/bind96/pkg-plist Fri Sep 20 08:20:36 2013 (r327667) @@ -139,11 +139,13 @@ include/isc/resource.h include/isc/result.h include/isc/resultclass.h include/isc/rwlock.h +include/isc/safe.h include/isc/serial.h include/isc/sha1.h include/isc/sha2.h include/isc/sockaddr.h include/isc/socket.h +include/isc/stat.h include/isc/stdio.h include/isc/stdlib.h include/isc/stdtime.h