Index: stable/10/release/doc/en_US.ISO8859-1/errata/article.xml
===================================================================
--- stable/10/release/doc/en_US.ISO8859-1/errata/article.xml (revision 293911)
+++ stable/10/release/doc/en_US.ISO8859-1/errata/article.xml (revision 293912)
@@ -1,293 +1,293 @@
%release;
]>
&os; &release.prev; Errata The &os; Project$FreeBSD$
- 2015
+ 2016The &os; Documentation
Project
&tm-attrib.freebsd;
&tm-attrib.intel;
&tm-attrib.sparc;
&tm-attrib.general;
This document lists errata items for &os; &release.prev;,
containing significant information discovered after the
release or too late in the release cycle to be otherwise
included in the release documentation. This information
includes security advisories, as well as news relating to the
software or documentation that could affect its operation or
usability. An up-to-date version of this document should
always be consulted before installing this version of
&os;.This errata document for &os; &release.prev; will be
maintained until the release of &os; &release.next;.IntroductionThis errata document contains late-breaking
news about &os; &release.prev; Before installing this
version, it is important to consult this document to learn about
any post-release discoveries or problems that may already have
been found and fixed.Any version of this errata document actually distributed
with the release (for example, on a CDROM distribution) will be
out of date by definition, but other copies are kept updated on
the Internet and should be consulted as the current
errata for this release. These other copies of the
errata are located at , plus any
sites which keep up-to-date mirrors of this location.Source and binary snapshots of &os; &release.branch; also
contain up-to-date copies of this document (as of the time of
the snapshot).For a list of all &os; CERT security advisories, see .Security Advisories
&security;
Errata Notices
&errata;
Open Issues&os;/&arch.i386; &release.prev; running as a guest
operating system on VirtualBox
can have a problem with disk I/O access. It depends on some
specific hardware configuration and does not depend on a
specific version of VirtualBox or
host operating system.It has been reported that instability may be present on
virtual machines running on other hypervisors, such as Xen
or KVM.It causes various errors and makes &os; quite unstable.
Although the cause is still unclear, disabling unmapped I/O
works as a workaround. To disable it, choose
Escape to loader prompt in the boot menu
and enter the following lines from &man.loader.8; prompt,
after an OK:set vfs.unmapped_buf_allowed=0
bootNote that the following line has to be added to
/boot/loader.conf after a boot. It
disables unmapped I/O at every boot:vfs.unmapped_buf_allowed=0&os;/&arch.i386; &release.prev; installed on ZFS
may crash during boot when the ZFS pool mount is attempted
while booting an unmodified GENERIC
kernel.As described in /usr/src/UPDATING
entry 20121223, rebuilding the kernel
with options KSTACK_PAGES=4 has been
observed to resolve the boot-time crash. This, however, is
not an ideal solution for inclusion in the
GENERIC kernel configuration, as
increasing KSTACK_PAGES implicitly
decreases available usermode threads in an environment that
is already resource-starved.Taking into account the heavy resource requirements of
ZFS, in addition to the &arch.i386;-specific tuning
requirements for general workloads, using ZFS with the
&os;/&arch.i386; GENERIC kernel
is strongly discouraged.If installing &os;/&arch.i386; on ZFS, it is possible to
configure the system after installation to increase the
KSTACK_PAGES.When prompted by &man.bsdinstall.8; to perform
additional post-installation configuration to the system,
select [ YES ].This procedure requires the system sources available
locally. If the System source code
distribution was not selected during installation, it can
be obtained using svnlite:&prompt.root; mkdir -p /usr/src
&prompt.root; svnlite co svn://svn.freebsd.org/base/releng/10.2 /usr/srcBuild the kernel-toolchain required
to rebuild the kernel:&prompt.root; make -C /usr/src kernel-toolchainNext, create a kernel configuration file to increase the
KSTACK_PAGES option:&prompt.root; printf "include GENERIC\noptions KSTACK_PAGES=4\n" > /usr/src/sys/i386/conf/ZFSThen build and install the
ZFS kernel:&prompt.root; make -C /usr/src buildkernel KERNCONF=ZFS
&prompt.root; make -C /usr/src installkernel KERNCONF=ZFSIt is extremely important to take note that, by
default, &man.freebsd-update.8; will install the
GENERIC kernel configuration, and
as such, &man.freebsd-update.8; consumers are strongly
encouraged to avoid &os;-provided kernel binary upgrades
with such configurations.Due to an incompatibility between &man.bsdconfig.8;
and &man.pkg.8;, packages included on the &os; dvd
installer will not be recognized by
&man.bsdconfig.8;.To install packages from the dvd1.iso
installer, create the /dist target directory, and
manually mount the dvd1.iso
ISO:&prompt.root; mkdir -p /dist
&prompt.root; mount -t cd9660 /dev/cd0 /distBe sure to use the correct /dev device path for the
dvd1.iso ISO
installer.Next, set REPOS_DIR to the path of the
repos/ directory
within the installer so &man.pkg.8; will use the correct
repository metadata.If using &man.sh.1;:&prompt.root; export REPOS_DIR=/dist/packages/reposIf using &man.csh.1;:&prompt.root; setenv REPOS_DIR /dist/packages/reposKeep in mind that REPOS_DIR will need
to be set again after the current shell session is
terminated, if continuing to use the packages provided on
the dvd1.iso installer.Finally, bootstrap &man.pkg.8; from the
ISO, and install required
packages:&prompt.root; pkg bootstrap
&prompt.root; pkg install xorg-serverxorggnome3 [...]An issue was discovered where the &man.netstat.1;
-s option will cause a segmentation fault
on systems with IPSEC compiled into the
kernel. The issue was resolved in the
stable/10 branch, and an Errata Notice is
planned after &release.prev; is released.[2015-08-19] Resolved as FreeBSD-EN-15:12.An issue was discovered that causes &man.make.1; to
generate noisy output when doing source-based upgrades from
&os; 9.3 and earlier. The issue was reported in PR 202277,
and after investigation and determining the issue does not
cause source-based upgrades to fail, a post-release Errata
Notice is planned.[2015-08-19] Resolved as FreeBSD-EN-15:11.An issue with &os; virtual machines with
vagrant was discovered that
affects the VirtualBox where the
virtual machine will not start on the initial boot invoked
with vagrant up.The issue is due to the virtual machine
MAC being unset, as &os; does not provide
a default Vagrantfile.It has been observed, however, that a subsequent
invocation of vagrant up will allow the
virtual machine to successfully boot, allowing access via
vagrant ssh.[2015-08-16] An error was discovered in the release
notes for &os; &release.prev; regarding the
drm device driver. The entry for r282199
states the driver was updated to match the version &linux;
3.8.13 version, however the entry should have noted the
change affects device-independent code, and does not bring
the drm driver fully in line with the
stated &linux; version.Late-Breaking NewsNo news.
Index: stable/10/release/doc/share/xml/errata.xml
===================================================================
--- stable/10/release/doc/share/xml/errata.xml (revision 293911)
+++ stable/10/release/doc/share/xml/errata.xml (revision 293912)
@@ -1,94 +1,117 @@
ErrataDateTopicFreeBSD-EN-15:11.toolchain18 August 2015Fix &man.make.1; syntax errors when upgrading
from &os; 9.x and earlier.FreeBSD-EN-15:12.netstat18 August 2015Fix incorrect &man.netstat.1; data handling on
32-bit systems.FreeBSD-EN-15:13.vidcontrol18 August 2015Allow size argument to &man.vidcontrol.1; for
&man.syscons.4;.FreeBSD-EN-15:15.pkg25 August 2015Insufficient check of supported &man.pkg.7;
signature methods.FreeBSD-EN-15:16.pw16 September 2015Fix &man.pw.8; regression when creating numeric
users or groups.FreeBSD-EN-15:17.libc16 September 2015Fix libc handling of signals for multi-threaded
processes.FreeBSD-EN-15:18.pkg16 September 2015Implement pubkey support for
&man.pkg.7; bootstrap.FreeBSD-EN-15:19.kqueue4 November 2015&man.kqueue.2; write events never fire for files
larger than 2GB.FreeBSD-EN-15:20.vm4 November 2015Applications exiting due to segmentation
violation on a correct memory address.
+
+
+ FreeBSD-EN-16:01.filemon
+ 14 January 2016
+ bmake and
+ &man.filemon.4; stability issues.
+
+
+
+ FreeBSD-EN-16:02.pf
+ 14 January 2016
+ Invalid TCP checksum issue.
+
+
+
+ FreeBSD-EN-16:03.yplib
+ 14 January 2016
+ YP/NIS library
+ bug.
+
Index: stable/10/release/doc/share/xml/security.xml
===================================================================
--- stable/10/release/doc/share/xml/security.xml (revision 293911)
+++ stable/10/release/doc/share/xml/security.xml (revision 293912)
@@ -1,58 +1,104 @@
AdvisoryDateTopicFreeBSD-SA-15:20.expat18 August 2015Fix multiple integer overflows in
&man.libbsdxml.3;.FreeBSD-SA-15:22.openssh25 August 2015Multiple vulnerabilitiesFreeBSD-SA-15:24.rpcbind29 September 2015Remote denial of serviceFreeBSD-SA-15:25.ntp26 October 2015Multiple vulnerabilitiesFreeBSD-SA-15:26.openssl5 December 2015Multiple vulnerabilities
+
+
+ FreeBSD-SA-16:01.sctp
+ 15 January 2016
+ ICMPv6 error message vulnerability
+
+
+
+ FreeBSD-SA-16:02.ntp
+ 15 January 2016
+ Panic threshold bypass
+ vulnerability
+
+
+
+ FreeBSD-SA-16:03.linux
+ 15 January 2016
+ Incorrect futex
+ handling
+
+
+
+ FreeBSD-SA-16:04.linux
+ 15 January 2016
+ &man.setgroups.2; system call
+ vulnerability
+
+
+
+ FreeBSD-SA-16:05.tcp
+ 15 January 2016
+ MD5 signature denial of service
+
+
+
+ FreeBSD-SA-16:06.bsnmpd
+ 15 January 2016
+ Insecure default configuration file
+ permissions
+
Index: stable/9/release/doc/en_US.ISO8859-1/errata/article.xml
===================================================================
--- stable/9/release/doc/en_US.ISO8859-1/errata/article.xml (revision 293911)
+++ stable/9/release/doc/en_US.ISO8859-1/errata/article.xml (revision 293912)
@@ -1,105 +1,105 @@
%release;
]>
&os; &release.current; Errata
The &os; Project
$FreeBSD$
- 2015
+ 2016The &os; Documentation Project
&tm-attrib.freebsd;
&tm-attrib.intel;
&tm-attrib.sparc;
&tm-attrib.general;
This document lists errata items for &os; &release.current;,
containing significant information discovered after the release
or too late in the release cycle to be otherwise included in the
release documentation.
This information includes security advisories, as well as news
relating to the software or documentation that could affect its
operation or usability. An up-to-date version of this document
should always be consulted before installing this version of
&os;.This errata document for &os; &release.current;
will be maintained until the EoL of &os; &release.branch;.IntroductionThis errata document contains late-breaking news
about &os; &release.current;
Before installing this version, it is important to consult this
document to learn about any post-release discoveries or problems
that may already have been found and fixed.Any version of this errata document actually distributed
with the release (for example, on a CDROM distribution) will be
out of date by definition, but other copies are kept updated on
the Internet and should be consulted as the current
errata for this release. These other copies of the
errata are located at https://www.FreeBSD.org/releases/, plus any sites
which keep up-to-date mirrors of this location.Source and binary snapshots of &os; &release.branch; also
contain up-to-date copies of this document (as of the time of
the snapshot).For a list of all &os; CERT security advisories, see https://www.FreeBSD.org/security/.Security AdvisoriesProblems described in the following security advisories have
been fixed in &release.current;. For more information, consult
the individual advisories available from
http://security.FreeBSD.org/.
&security;
Errata Notices
&errata;
Late-Breaking NewsNo late-breaking news.
Index: stable/9/release/doc/share/xml/errata.xml
===================================================================
--- stable/9/release/doc/share/xml/errata.xml (revision 293911)
+++ stable/9/release/doc/share/xml/errata.xml (revision 293912)
@@ -1,137 +1,152 @@
ErrataDateTopicFreeBSD-EN-14:10.tzdata21 October 2014Time zone data file updateFreeBSD-EN-14:11.crypt21 October 2014Change &man.crypt.3; default hashing algorithm
back to DESFreeBSD-EN-14:12.zfs11 November 2014Fix NFSv4 and ZFS cache consistency
issueFreeBSD-EN-14:13.freebsd-update23 December 2014Fixed directory deletion issue in
&man.freebsd-update.8;FreeBSD-EN-15:01.vt25 February 2015&man.vt.4; crash with improper ioctl
parametersFreeBSD-EN-15:02.openssl25 February 2015OpenSSL updateFreeBSD-EN-15:03.freebsd-update25 February 2015&man.freebsd-update.8; updates libraries in
suboptimal orderFreeBSD-EN-15:04.freebsd-update13 May 2015&man.freebsd-update.8; does not ensure the
previous upgrade has completedFreeBSD-EN-15:06.file9 June 2015Multiple denial of service issuesFreeBSD-EN-15:08.sendmail30 June 2015 (revised)Sendmail TLS/DH interoperability improvementFreeBSD-EN-15:09.xlocale30 June 2015Fix inconsistency between locale and rune locale statesFreeBSD-EN-15:15.pkg25 August 2015Insufficient check of supported &man.pkg.7;
signature methods.FreeBSD-EN-15:18.pkg16 September 2015Implement pubkey support for
&man.pkg.7; bootstrap.FreeBSD-EN-15:19.kqueue4 November 2015&man.kqueue.2; write events never fire for files
larger than 2GB.FreeBSD-EN-15:20.vm4 November 2015Applications exiting due to segmentation
violation on a correct memory address.
+
+
+ FreeBSD-EN-16:02.pf
+ 14 January 2016
+ Invalid TCP checksum issue.
+
+
+
+ FreeBSD-EN-16:03.yplib
+ 14 January 2016
+ YP/NIS library
+ bug.
+
Index: stable/9/release/doc/share/xml/security.xml
===================================================================
--- stable/9/release/doc/share/xml/security.xml (revision 293911)
+++ stable/9/release/doc/share/xml/security.xml (revision 293912)
@@ -1,257 +1,310 @@
AdvisoryDateTopicFreeBSD-SA-14:18.openssl9 September 2014Multiple vulnerabilitiesFreeBSD-SA-14:19.tcp16 September 2014Denial of Service in TCP packet
processing.FreeBSD-SA-14:20.rtsold21 October 2014Remote buffer overflow
vulnerability.FreeBSD-SA-14:21.routed21 October 2014Remote denial of service
vulnerability.FreeBSD-SA-14:22.namei21 October 2014Memory leak in sandboxed namei
lookup.FreeBSD-SA-14:23.openssl21 October 2014Multiple vulerabilities.FreeBSD-SA-14:25.setlogin04 November 2014Kernel stack disclosure.FreeBSD-SA-14:26.ftp04 November 2014Remote code execution.FreeBSD-SA-14:28.file10 December 2014Multiple vulnerabilities in &man.file.1; and
&man.libmagic.3;FreeBSD-SA-14:29.bind10 December 2014Remote denial of service
vulnerabilityFreeBSD-SA-14:31.ntp23 December 2014Multiple vulnerabilitiesFreeBSD-SA-15:01.openssl14 January 2015Multiple vulnerabilitiesFreeBSD-SA-15:02.kmem27 January 2015SCTP kernel memory corruption and
disclosure vulnerabilityFreeBSD-SA-15:03.sctp27 January 2015SCTP stream reset
vulnerabilityFreeBSD-SA-15:04.igmp25 February 2015Integer overflow in IGMP protocolFreeBSD-SA-15:05.igmp25 February 2015Remote denial of service
vulnerabilityFreeBSD-SA-15:06.openssl19 March 2015Multiple vulnerabilitiesFreeBSD-SA-15:07.ntp7 April 2015Multiple vulnerabilitiesFreeBSD-SA-15:09.ipv67 April 2015Router advertisement Denial of
ServiceFreeBSD-SA-15:10.openssl16 June 2015Multiple vulnerabilitiesFreeBSD-SA-15:11.bind7 July 2015Resolver remote denial of serviceFreeBSD-SA-15:13.tcp21 July 2015resource exhaustion due to sessions stuck in
LAST_ACK state.FreeBSD-SA-15:15.tcp28 July 2015resource exhaustion in TCP
reassemblyFreeBSD-SA-15:16.openssh28 July 2015Multiple vulnerabilitiesFreeBSD-SA-15:17.bind28 July 2015Remote denial of service
vulnerabilityFreeBSD-SA-15:19.routed5 August 2015Remote denial of service
vulnerabilityFreeBSD-SA-15:20.expat18 August 2015Fix multiple integer overflows in
&man.libbsdxml.3;.FreeBSD-SA-15:21.amd6425 August 2015Fix local privilege escalation in IRET
handler.FreeBSD-SA-15:22.openssh25 August 2015Multiple vulnerabilitiesFreeBSD-SA-15:23.bind2 September 2015Remote denial of service
vulnerabilityFreeBSD-SA-15:24.rpcbind29 September 2015Remote denial of serviceFreeBSD-SA-15:25.ntp26 October 2015Multiple vulnerabilitiesFreeBSD-SA-15:26.openssl5 December 2015Multiple vulnerabilities
+
+
+ FreeBSD-SA-15:27.bind
+ 16 December 2015
+ Remote denial of service
+
+
+
+ FreeBSD-SA-16:01.sctp
+ 15 January 2016
+ ICMPv6 error message vulnerability
+
+
+
+ FreeBSD-SA-16:02.ntp
+ 15 January 2016
+ Panic threshold bypass
+ vulnerability
+
+
+
+ FreeBSD-SA-16:03.linux
+ 15 January 2016
+ Incorrect futex
+ handling
+
+
+
+ FreeBSD-SA-16:04.linux
+ 15 January 2016
+ &man.setgroups.2; system call
+ vulnerability
+
+
+
+ FreeBSD-SA-16:05.tcp
+ 15 January 2016
+ MD5 signature denial of service
+
+
+
+ FreeBSD-SA-16:06.bsnmpd
+ 15 January 2016
+ Insecure default configuration file
+ permissions
+