From owner-svn-doc-head@FreeBSD.ORG Tue Oct 21 21:47:27 2014 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7044CBE9; Tue, 21 Oct 2014 21:47:27 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 577D4267; Tue, 21 Oct 2014 21:47:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9LLlREV013819; Tue, 21 Oct 2014 21:47:27 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9LLlRhq013818; Tue, 21 Oct 2014 21:47:27 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201410212147.s9LLlRhq013818@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 21 Oct 2014 21:47:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45859 - head/en_US.ISO8859-1/htdocs/releases/10.1R X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 21:47:27 -0000 Author: gjb Date: Tue Oct 21 21:47:26 2014 New Revision: 45859 URL: https://svnweb.freebsd.org/changeset/doc/45859 Log: Regenerate after r273433. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/10.1R/relnotes.html Modified: head/en_US.ISO8859-1/htdocs/releases/10.1R/relnotes.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.1R/relnotes.html Tue Oct 21 21:39:11 2014 (r45858) +++ head/en_US.ISO8859-1/htdocs/releases/10.1R/relnotes.html Tue Oct 21 21:47:26 2014 (r45859) @@ -1,5 +1,5 @@ -FreeBSD 10.1-RELEASE Release Notes

FreeBSD 10.1-RELEASE Release Notes

The FreeBSD Project

FreeBSD 10.1-RELEASE Release Notes

The FreeBSD Project

FreeBSD is a registered trademark of the FreeBSD Foundation.

IBM, AIX, OS/2, PowerPC, PS/2, S/390, and ThinkPad are @@ -18,7 +18,7 @@ as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the or the - ® symbol.

Last modified on 2014-10-17 by gjb.
Abstract

The release notes for FreeBSD 10.1-RELEASE contain + ® symbol.

Last modified on 2014-10-21 by gjb.
Abstract

The release notes for FreeBSD 10.1-RELEASE contain a summary of the changes made to the FreeBSD base system on the 10.1-STABLE development line. This document lists applicable security advisories that were issued since the last @@ -65,7 +65,10 @@ parser

SA-14:14.openssl5 June 2014

Multiple vulnerabilities

SA-14:15.iconv24 June 2014

NULL pointer dereference and out-of-bounds array access

SA-14:16.file24 June 2014

Multiple vulnerabilities

SA-14:17.kmem8 July 2014

Kernel memory disclosure in control messages and SCTP notifications

SA-14:18.openssl9 September 2014

Multiple vulnerabilities

SA-14:19.tcp16 September 2014

Denial of Service in TCP packet - processing.

2.2. Kernel Changes

A new sysctl(8), + processing.

SA-14:20.rtsold21 October 2014

Remote buffer overflow + vulnerability.

SA-14:21.routed21 October 2014

Remote denial of service + vulnerability.

SA-14:22.namei21 October 2014

Memory leak in sandboxed namei + lookup.

SA-14:23.openssl21 October 2014

Multiple vulerabilities.

2.2. Kernel Changes

A new sysctl(8), kern.panic_reboot_wait_time, has been added, which allows controlling how long the system will wait after panic(9) before rebooting. [r260431]

The vt(4) driver has been merged