Apply r278265 from head:

Security Advisory information is included on several
pages in the release notes.  Rather than duplicating
the information between various files, add two new
files to include in all pages that currently display
the information.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
gjb 2015-02-05 16:28:18 +00:00
parent 8599898fbb
commit 47d966effe
4 changed files with 118 additions and 135 deletions

View File

@ -4,6 +4,8 @@
<!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN"
"http://www.FreeBSD.org/release/XML/release.ent">
%release;
<!ENTITY security SYSTEM "../../share/xml/security.xml">
<!ENTITY errata SYSTEM "../../share/xml/errata.xml">
]>
<article xmlns="http://docbook.org/ns/docbook"
@ -76,48 +78,13 @@
<sect1 xml:id="security">
<title>Security Advisories</title>
<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>
&security;
</sect1>
<tbody>
<row>
<entry><link xlink:href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:27.stdio.asc">SA-14:27.stdio</link></entry>
<entry>10&nbsp;December&nbsp;2014</entry>
<entry><para>Buffer overflow in stdio</para></entry>
</row>
<sect1 xml:id="errata">
<title>Errata Notices</title>
<row>
<entry><link xlink:href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:28.file.asc">SA-14:28.file</link></entry>
<entry>10&nbsp;December&nbsp;2014</entry>
<entry><para>Multiple vulnerabilities in &man.file.1; and
&man.libmagic.3;</para></entry>
</row>
<row>
<entry><link xlink:href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:30.unbound.asc">SA-14:30.unbound</link></entry>
<entry>17&nbsp;December&nbsp;2014</entry>
<entry><para>Remote denial of service
vulnerability</para></entry>
</row>
<row>
<entry><link xlink:href="http://www.freebsd.org/security/advisories/FreeBSD-SA-14:31.ntp.asc">SA-14:31.ntp</link></entry>
<entry>23&nbsp;December&nbsp;2014</entry>
<entry><para>Multiple vulnerabilities</para></entry>
</row>
</tbody>
</tgroup>
</informaltable>
&errata;
</sect1>
<sect1 xml:id="open-issues">

View File

@ -7,6 +7,8 @@
%sponsor;
<!ENTITY % vendor PUBLIC "-//FreeBSD//ENTITIES Vendor Specification//EN" "vendor.ent">
%vendor;
<!ENTITY security SYSTEM "../../share/xml/security.xml">
<!ENTITY errata SYSTEM "../../share/xml/errata.xml">
]>
<article xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
@ -138,106 +140,13 @@
<sect2 xml:id="security">
<title>Security Advisories</title>
<informaltable frame="none" pgwide="1">
<tgroup cols="3">
<colspec colwidth="40%"/>
<colspec colwidth="30%"/>
<colspec colwidth="30%"/>
<thead>
<row>
<entry>Advisory</entry>
<entry>Date</entry>
<entry>Topic</entry>
</row>
</thead>
<tbody>
<row>
<entry><link
xlink:href="&security.url;/FreeBSD-SA-14:27.stdio.asc">FreeBSD-SA-14:27.stdio</link></entry>
<entry>10&nbsp;December&nbsp;2014</entry>
<entry><para>Buffer overflow in stdio</para></entry>
</row>
<row>
<entry><link
xlink:href="&security.url;/FreeBSD-SA-14:28.file.asc">FreeBSD-SA-14:28.file</link></entry>
<entry>10&nbsp;December&nbsp;2014</entry>
<entry><para>Multiple vulnerabilities in &man.file.1;
and &man.libmagic.3;</para></entry>
</row>
<row>
<entry><link
xlink:href="&security.url;/FreeBSD-SA-14:30.unbound.asc">FreeBSD-SA-14:30.unbound</link></entry>
<entry>17&nbsp;December&nbsp;2014</entry>
<entry><para>Remote denial of service
vulnerability</para></entry>
</row>
<row>
<entry><link
xlink:href="&security.url;/FreeBSD-SA-14:31.ntp.asc">FreeBSD-SA-14:31.ntp</link></entry>
<entry>23&nbsp;December&nbsp;2014</entry>
<entry><para>Multiple vulnerabilities in NTP
suite</para></entry>
</row>
<row>
<entry><link
xlink:href="&security.url;/FreeBSD-SA-15:01.openssl.asc">FreeBSD-SA-15:01.openssl</link></entry>
<entry>14&nbsp;January&nbsp;2015</entry>
<entry><para>Multiple vulnerabilities in
OpenSSL</para></entry>
</row>
<row>
<entry><link
xlink:href="&security.url;/FreeBSD-SA-15:02.kmem.asc">FreeBSD-SA-15:02.kmem</link></entry>
<entry>27&nbsp;January&nbsp;2015</entry>
<entry><para>SCTP kernel memory corruption and
disclosure vulnerability</para></entry>
</row>
<row>
<entry><link
xlink:href="&security.url;/FreeBSD-SA-15:03.sctp.asc">FreeBSD-SA-15:03.sctp</link></entry>
<entry>27&nbsp;January&nbsp;2015</entry>
<entry><para>SCTP stream reset
vulnerability</para></entry>
</row>
</tbody>
</tgroup>
</informaltable>
&security;
</sect2>
<sect2 xml:id="errata">
<title>Errata Notices</title>
<informaltable frame="none" pgwide="1">
<tgroup cols="3">
<colspec colwidth="40%"/>
<colspec colwidth="30%"/>
<colspec colwidth="30%"/>
<thead>
<row>
<entry>Errata</entry>
<entry>Date</entry>
<entry>Topic</entry>
</row>
</thead>
<tbody>
<row>
<entry><link
xlink:href="&security.url;/FreeBSD-EN-14:13.freebsd-update.asc">FreeBSD-EN-14:13.freebsd-update</link></entry>
<entry>23&nbsp;December&nbsp;2014</entry>
<entry><para>Fixed directory deletion issue in
&man.freebsd-update.8;</para></entry>
</row>
</tbody>
</tgroup>
</informaltable>
&errata;
</sect2>
</sect1>

View File

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
$FreeBSD$
-->
<informaltable frame="none" pgwide="1">
<tgroup cols="3">
<colspec colwidth="40%"/>
<colspec colwidth="30%"/>
<colspec colwidth="30%"/>
<thead>
<row>
<entry>Errata</entry>
<entry>Date</entry>
<entry>Topic</entry>
</row>
</thead>
<tbody>
<row>
<entry><link
xlink:href="&security.url;/FreeBSD-EN-14:13.freebsd-update.asc">FreeBSD-EN-14:13.freebsd-update</link></entry>
<entry>23&nbsp;December&nbsp;2014</entry>
<entry><para>Fixed directory deletion issue in
&man.freebsd-update.8;</para></entry>
</row>
</tbody>
</tgroup>
</informaltable>

View File

@ -0,0 +1,77 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
The FreeBSD Documentation Project
$FreeBSD$
-->
<informaltable frame="none" pgwide="1">
<tgroup cols="3">
<colspec colwidth="40%"/>
<colspec colwidth="30%"/>
<colspec colwidth="30%"/>
<thead>
<row>
<entry>Advisory</entry>
<entry>Date</entry>
<entry>Topic</entry>
</row>
</thead>
<tbody>
<row>
<entry><link
xlink:href="&security.url;/FreeBSD-SA-14:27.stdio.asc">FreeBSD-SA-14:27.stdio</link></entry>
<entry>10&nbsp;December&nbsp;2014</entry>
<entry><para>Buffer overflow in stdio</para></entry>
</row>
<row>
<entry><link
xlink:href="&security.url;/FreeBSD-SA-14:28.file.asc">FreeBSD-SA-14:28.file</link></entry>
<entry>10&nbsp;December&nbsp;2014</entry>
<entry><para>Multiple vulnerabilities in &man.file.1;
and &man.libmagic.3;</para></entry>
</row>
<row>
<entry><link
xlink:href="&security.url;/FreeBSD-SA-14:30.unbound.asc">FreeBSD-SA-14:30.unbound</link></entry>
<entry>17&nbsp;December&nbsp;2014</entry>
<entry><para>Remote denial of service
vulnerability</para></entry>
</row>
<row>
<entry><link
xlink:href="&security.url;/FreeBSD-SA-14:31.ntp.asc">FreeBSD-SA-14:31.ntp</link></entry>
<entry>23&nbsp;December&nbsp;2014</entry>
<entry><para>Multiple vulnerabilities in NTP
suite</para></entry>
</row>
<row>
<entry><link
xlink:href="&security.url;/FreeBSD-SA-15:01.openssl.asc">FreeBSD-SA-15:01.openssl</link></entry>
<entry>14&nbsp;January&nbsp;2015</entry>
<entry><para>Multiple vulnerabilities in
OpenSSL</para></entry>
</row>
<row>
<entry><link
xlink:href="&security.url;/FreeBSD-SA-15:02.kmem.asc">FreeBSD-SA-15:02.kmem</link></entry>
<entry>27&nbsp;January&nbsp;2015</entry>
<entry><para>SCTP kernel memory corruption and
disclosure vulnerability</para></entry>
</row>
<row>
<entry><link
xlink:href="&security.url;/FreeBSD-SA-15:03.sctp.asc">FreeBSD-SA-15:03.sctp</link></entry>
<entry>27&nbsp;January&nbsp;2015</entry>
<entry><para>SCTP stream reset
vulnerability</para></entry>
</row>
</tbody>
</tgroup>
</informaltable>