summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2014-01-15 17:51:49 +0000
committerhrs <hrs@FreeBSD.org>2014-01-15 17:51:49 +0000
commitaadbdaff9659060a63a191b25ce685524c50b733 (patch)
tree8600486277e4da2b78973fa1b50d629874c53e23
parent1f9d47c9f7c5c31e5fc57a6f4f0b4531205b1336 (diff)
downloadFreeBSD-src-aadbdaff9659060a63a191b25ce685524c50b733.zip
FreeBSD-src-aadbdaff9659060a63a191b25ce685524c50b733.tar.gz
MFC of r260691:
- Fix indent. - Minor clean up after DB5 migration.
-rw-r--r--release/doc/en_US.ISO8859-1/errata/article.xml140
1 files changed, 92 insertions, 48 deletions
diff --git a/release/doc/en_US.ISO8859-1/errata/article.xml b/release/doc/en_US.ISO8859-1/errata/article.xml
index 540ffd6..d696447 100644
--- a/release/doc/en_US.ISO8859-1/errata/article.xml
+++ b/release/doc/en_US.ISO8859-1/errata/article.xml
@@ -1,32 +1,24 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
- "../../../share/xml/freebsd50.dtd" [
-<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN" "release.ent">
+ "http://www.FreeBSD.org/XML/share/xml/freebsd50.dtd" [
+<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN"
+ "http://www.FreeBSD.org/release/XML/release.ent">
%release;
]>
-<!--
- FreeBSD errata document. Unlike some of the other RELNOTESng
- files, this file should remain as a single SGML file, so that
- the dollar FreeBSD dollar header has a meaningful modification
- time. This file is all but useless without a datestamp on it,
- so we'll take some extra care to make sure it has one.
- (If we didn't do this, then the file with the datestamp might
- not be the one that received the last change in the document.)
+<article xmlns="http://docbook.org/ns/docbook"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ version="5.0">
+ <info>
+ <title>&os; &release.prev; Errata </title>
--->
-<article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
- <info><title>&os; &release.prev; Errata </title>
-
-
- <author><orgname>
- The &os; Project
- </orgname></author>
+ <author><orgname>The &os; Project</orgname></author>
<pubdate>$FreeBSD$</pubdate>
<copyright>
<year>2014</year>
+
<holder role="mailto:doc@FreeBSD.org">The &os; Documentation Project</holder>
</copyright>
@@ -37,20 +29,20 @@
&tm-attrib.general;
</legalnotice>
- <abstract>
- <para>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;.</para>
-
- <para>This errata document for &os; &release.prev;
- will be maintained until the release of &os; &release.next;.</para>
- </abstract>
+ <abstract>
+ <para>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;.</para>
+
+ <para>This errata document for &os; &release.prev;
+ will be maintained until the release of &os; &release.next;.</para>
+ </abstract>
</info>
<sect1 xml:id="intro">
@@ -67,44 +59,96 @@
out of date by definition, but other copies are kept updated on
the Internet and should be consulted as the <quote>current
errata</quote> for this release. These other copies of the
- errata are located at <uri xlink:href="http://www.FreeBSD.org/releases/">http://www.FreeBSD.org/releases/</uri>, plus any sites
+ errata are located at
+ <link xlink:href="http://www.FreeBSD.org/releases/" />,
+ plus any sites
which keep up-to-date mirrors of this location.</para>
<para>Source and binary snapshots of &os; &release.branch; also
contain up-to-date copies of this document (as of the time of
the snapshot).</para>
- <para>For a list of all &os; CERT security advisories, see <uri xlink:href="http://www.FreeBSD.org/security/">http://www.FreeBSD.org/security/</uri> or <uri xlink:href="ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/">ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/</uri>.</para>
-
+ <para>For a list of all &os; CERT security advisories, see
+ <link xlink:href="http://www.FreeBSD.org/security/" />
+ or <link xlink:href="ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/" />.</para>
</sect1>
<sect1 xml:id="security">
<title>Security Advisories</title>
- <para releasetype="current">No advisories.</para>
+ <informaltable frame="none" pgwide="0">
+ <tgroup cols="3">
+ <colspec colwidth="1*" />
+ <colspec colwidth="1*" />
+ <colspec colwidth="3*" />
+ <thead>
+ <row>
+ <entry>Advisory</entry>
+ <entry>Date</entry>
+ <entry>Topic</entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry><link xlink:href="http://www.freebsd.org/security/advisories/FreeBSD-SA-13:14.openssh.asc"
+ >SA-13:14.openssh</link></entry>
+
+ <entry>19&nbsp;November&nbsp;2013</entry>
+
+ <entry><para>OpenSSH AES-GCM memory corruption
+ vulnerability</para></entry>
+ </row>
+
+ <row>
+ <entry><link xlink:href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:01.bsnmpd.asc"
+ >SA-14:01.bsnmpd</link></entry>
+
+ <entry>14&nbsp;January&nbsp;2014</entry>
+
+ <entry><para>bsnmpd remote denial of service vulnerability</para></entry>
+ </row>
+
+ <row>
+ <entry><link xlink:href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:02.ntpd.asc"
+ >SA-14:02.ntpd</link></entry>
- <para releasetype="release">No advisories.</para>
+ <entry>14&nbsp;January&nbsp;2014</entry>
- <para releasetype="snapshot">No advisories.</para>
+ <entry><para>ntpd distributed reflection Denial of Service vulnerability</para></entry>
+ </row>
+
+ <row>
+ <entry><link xlink:href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:03.openssl.asc"
+ >SA-14:03.openssl</link></entry>
+
+ <entry>14&nbsp;January&nbsp;2014</entry>
+
+ <entry><para>OpenSSL multiple vulnerabilities</para></entry>
+ </row>
+
+ <row>
+ <entry><link xlink:href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:04.bind.asc"
+ >SA-14:04.bind</link></entry>
+
+ <entry>14&nbsp;January&nbsp;2014</entry>
+
+ <entry><para>BIND remote denial of service vulnerability</para></entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
</sect1>
<sect1 xml:id="open-issues">
<title>Open Issues</title>
- <para releasetype="current">No open issues.</para>
-
- <para releasetype="release">No open issues.</para>
-
- <para releasetype="snapshot">No open issues.</para>
+ <para>No open issues.</para>
</sect1>
<sect1 xml:id="late-news">
<title>Late-Breaking News</title>
- <para releasetype="current">No news.</para>
-
- <para releasetype="release">No news.</para>
-
- <para releasetype="snapshot">No news.</para>
+ <para>No news.</para>
</sect1>
</article>
OpenPOWER on IntegriCloud