diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-07-09 17:15:05 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-07-09 17:15:05 +0000 |
commit | c8f694ba086ca2abe96b39cc81dea2e43ce3d17f (patch) | |
tree | d35aa81b0179141348754e667d0d2a9a00b0a231 | |
parent | 41410773dfbb4440023b21dbd29b91379c49696a (diff) |
Add information concerning tracking security issues and new package versions (Steve Crosby). Merged from r6461 and r6462.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6466 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter09/whatnow.xml | 31 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 37 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b5a49add4..3c06f8cc7 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -88,6 +88,10 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>July 9th, 2005 [matt]: Added information regarding security +mailing lists and freshmeat to chapter09/whatnow.xml. Fixes bug 1583. Thanks +to Steve Crosby for the report and the suggested text.</para></listitem> + <listitem><para>July 7th, 2005 [manuel]: Revised packages and patches sizes. Using the lfs-packages-6.1.tar package and `du -k` to meassure it. Fixed beginpage tags for PDF output. Removed blank pages diff --git a/chapter09/whatnow.xml b/chapter09/whatnow.xml index 4df9d0cad..0cf0581bd 100644 --- a/chapter09/whatnow.xml +++ b/chapter09/whatnow.xml @@ -16,6 +16,37 @@ creation process.</para> list of resources for you.</para> <itemizedlist> +<listitem><para>Maintenance</para> + +<para>Bugs and security notices are reported regularly for all software. +Since an LFS system is compiled from source, it is up to you to keep abreast of +such reports. There are several online resources that track such reports, some +of which are shown below:</para> + +<itemizedlist> +<listitem><para>Freshmeat.net (<ulink url="http://freshmeat.net/"/>)</para> + +<para>Freshmeat can notify you (via email) of new versions of packages installed on your system.</para> +</listitem> + +<listitem><para><ulink url="http://www.cert.org/">CERT</ulink> (Computer +Emergency Response Team)</para> + +<para>CERT has a mailing list that publishes security alerts concerning various +operating systems and applications. Subscription information is available at +<ulink url="http://www.us-cert.gov/cas/signup.html"/>.</para> +</listitem> + +<listitem><para>Bugtraq</para> + +<para>Bugtraq is a full-disclosure computer security mailing list. It publishes +newly discovered security issues, and occasionally potential fixes for them. +Subscription information is available at +<ulink url="http://www.securityfocus.com/archive"/>.</para> +</listitem> +</itemizedlist> +</listitem> + <listitem><para>Beyond Linux From Scratch</para> <para>The Beyond Linux From Scratch book covers installation diff --git a/general.ent b/general.ent index 2eccdccac..9390e1c73 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "TESTING-20050707"> -<!ENTITY releasedate "July 7, 2005"> +<!ENTITY version "TESTING-20050709"> +<!ENTITY releasedate "July 9, 2005"> <!ENTITY milestone "6.1"> <!ENTITY generic-version "testing"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> |