From owner-svn-src-all@FreeBSD.ORG Thu Jun 6 06:11:44 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5E51EC02; Thu, 6 Jun 2013 06:11:44 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 40F891990; Thu, 6 Jun 2013 06:11:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r566Bi6N016911; Thu, 6 Jun 2013 06:11:44 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r566Bi1S016910; Thu, 6 Jun 2013 06:11:44 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201306060611.r566Bi1S016910@svn.freebsd.org> From: Hiroki Sato Date: Thu, 6 Jun 2013 06:11:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r251451 - stable/8/release/doc/en_US.ISO8859-1/errata X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jun 2013 06:11:44 -0000 Author: hrs Date: Thu Jun 6 06:11:43 2013 New Revision: 251451 URL: http://svnweb.freebsd.org/changeset/base/251451 Log: Update errata document for 8.4R: - dhclient does not work on fxp(4). - ZFS pool interoperability issue between 8.4 and 9.[01]. Modified: stable/8/release/doc/en_US.ISO8859-1/errata/article.xml Modified: stable/8/release/doc/en_US.ISO8859-1/errata/article.xml ============================================================================== --- stable/8/release/doc/en_US.ISO8859-1/errata/article.xml Thu Jun 6 05:28:28 2013 (r251450) +++ stable/8/release/doc/en_US.ISO8859-1/errata/article.xml Thu Jun 6 06:11:43 2013 (r251451) @@ -5,18 +5,6 @@ %release; ]> - -
&os; &release; Errata @@ -28,7 +16,7 @@ $FreeBSD$ - 2011 + 2013 The &os; Documentation Project @@ -85,30 +73,178 @@ Security Advisories - No advisories. + The following security advisories pertain to &os; &release;. + For more information, consult the individual advisories available from + . + + + + + + + + + Advisory + Date + Topic + + + + + + SA-12:01.openssl + + 03 May 2012 + + OpenSSL multiple vulnerabilities + + + + SA-12:02.crypt + + 30 May 2012 + + Incorrect crypt() hashing + + + + SA-12:03.bind + + 12 June 2012 + + Incorrect handling of zero-length RDATA fields in named(8) + + + + SA-12:04.sysret + + 12 June 2012 + + Privilege escalation when returning from kernel + + + + SA-12:05.bind + + 06 August 2012 + + named(8) DNSSEC validation Denial of Service + + + + SA-12:06.bind - No advisories. + 22 November 2012 - No advisories. + Multiple Denial of Service vulnerabilities with named(8) + + + + SA-12:07.hostapd + + 22 November 2012 + + Insufficient message length validation for EAP-TLS messages + + + + SA-12:08.linux + + 22 November 2012 + + Linux compatibility layer input validation error + + + + SA-13:02.libc + + 19 February 2013 + + glob(3) related resource exhaustion + + + + SA-13:03.openssl + + 02 April 2013 + + OpenSSL multiple vulnerabilities + + + + SA-13:04.bind + + 02 April 2013 + + BIND remote denial of service + + + + SA-13:05.nfsserver + + 29 April 2013 + + Insufficient input validation in the NFS server + + + + Open Issues - No open issues. + [20130606] The &man.fxp.4; network interface driver may not + work well with the &man.dhclient.8; utility. More specifically, + if the /etc/rc.conf has the following + line: + + ifconfig_fxp0="DHCP" + + to activate a DHCP client to configure the network + interface, the following notification messages are displayed and + the &man.dhclient.8; utility keeps trying to initialize the + network interface forever. - No open issues. + kernel: fxp0: link state changed to UP +kernel: fxp0: link state changed to DOWN - No open issues. + A patch to fix this issue will be released as an Errata + Notice. Late-Breaking News and Corrections - No news. - - No news. - - No news. + [20130606] As described in &os; &release; Release Notes, + &os; ZFS subsystem has been updated to support feature flags for + ZFS pools. However, the default version number of a newly + created ZFS pool is still 28. + + This is because &os; 9.0 and 9.1 do not support the feature + flags. This means ZFS pools with feature flag support cannot be + used on &os; 9.0 and 9.1. An 8.X system with v28 ZFS pools can + be upgraded to 9.X with no problem. Note that &man.zfs.8; + send and receive commands + do not work between pools with different versions. Once a ZFS + pool is upgraded from v28, there is no way to upgrade the system + to &os; 9.0 and 9.1. &os; 9.2 and later will support ZFS pools + with feature flags. + + To create a ZFS pool with feature flag support, use the + &man.zpool.8; create command and then the + &man.zpool.8; upgrade command.