source: prologue/errata.xml@ 16cdca7b

ml-11.0 multilib
Last change on this file since 16cdca7b was 14e0b47, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Add text regarding security advisories.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="pre-errata">
9 <?dbhtml filename="errata.html"?>
10
11 <title>Errata and Security Advisories</title>
12
13 <para>The software used to create an LFS system is constantly being updated
14 and enhanced. Security warnings and bug fixes may become available after
15 the LFS book has been released. To check whether the package versions or
16 instructions in this release of LFS need any modifications to accommodate
17 security vulnerabilities or other bug fixes, please visit
18 <ulink revision="sysv" url="&errata;"/>
19 <ulink revision="systemd" url="&erratad;"/>
20 before proceeding with your build. You should note any
21 changes shown and apply them to the relevant section of the book as you
22 progress with building the LFS system.</para>
23
24 <para>In addition, the Linux From Scratch editors maintain a list of security
25 vulnerabilities discovered after a book was released. To check whether there
26 are any active security vulnerabilities, please visit
27 <ulink url="&secadv;"/> prior to proceeding with your build. You should note
28 any advisories and perform the steps to fix any security vulnerabilities as
29 you progress with building the LFS system.</para>
30
31</sect1>
Note: See TracBrowser for help on using the repository browser.