Author: bdubbs Date: 2012-03-02 10:30:20 -0700 (Fri, 02 Mar 2012) New Revision: 1163
Added: html/trunk/lfs/errata/7.1/ html/trunk/lfs/errata/7.1/index.html Removed: html/trunk/lfs/errata/7.1/index.html Modified: html/trunk/lfs/news.html html/trunk/lfs/read.html Log: Update for 7.1 release Deleted: html/trunk/lfs/errata/7.1/index.html =================================================================== --- html/trunk/lfs/errata/7.0/index.html 2011-12-14 17:30:53 UTC (rev 1149) +++ html/trunk/lfs/errata/7.1/index.html 2012-03-02 17:30:20 UTC (rev 1163) @@ -1,60 +0,0 @@ -<!--#set var="pageTitle" value="LFS Errata" --> -<!--#include virtual="/lfs/header.html" --> -<!--#include virtual="/lfs/menu.html" --> - <div class="main"> - <h1>Errata for the 7.0 Version of the LFS Book</h1> - -<!-- TEMPLATE - <h2>Known Security Vulnerabilities</h2> - <ul> - <li><p>Item 1</p></li> - <li><p>Item 2</p></li> - </ul> - - <h2>Miscellaneous Errata</h2> - <ul> - <li><p>Item 1</p></li> - <li><p>Item 2</p></li> - </ul> - - END TEMPLATE --> - - <h2>Known Security Vulnerabilities</h2> - <ul> - <li><p>A code injection vulnerability (CVE-2011-3597) is present in - Perl-5.14.2. Perl should be recompiled with the <a href="http://www.linuxfromscratch.org/patches/lfs/development/perl-5.14.2-security_fix-1.patch">security fix patch</a>.</p></li> - </ul> - - <h2>Miscellaneous Errata</h2> - <ul> - - <li>Glibc doesn't install some RPC or NIS headers that are required - by some BLFS packages (notably NFS). The following commands should - be run following the 'make install' in chapter 6's Glibc - section:<br/><br/> - - <code> - cp -v ../glibc-2.14.1/sunrpc/rpc/*.h /usr/include/rpc<br/> - cp -v ../glibc-2.14.1/sunrpc/rpcsvc/*.h /usr/include/rpcsvc<br/> - cp -v ../glibc-2.14.1/nis/rpcsvc/*.h /usr/include/rpcsvc<br/> - </code> - </li> - - <li>In section 7.7.1, the text refers to <em>/etc/sysconfig/init_params</em>. - This should read <em>/etc/sysconfig/rc.site</em>.</li> - - <li>In the bootscripts /etc/init.d/functions file, the following lines - should be deleted:<br/><br/> - - <code> - # Set any needed environment variables e.g. HEADLESS<br/> - . /lib/lsb/init_params - </code> - - </li> - - <li>One of the coreutils tests can fail because of a bug in how the - gnulib testsuite handles daylight saving time changes. This can be - fixed by applying the <a hrep="http://www.linuxfromscratch.org/patches/lfs/development/coreutils-8.14-test_fix-1.patch">test fix patch</a>.</p></li> - </ul> -<!--#include virtual="/common/footer.html" --> Copied: html/trunk/lfs/errata/7.1/index.html (from rev 1152, html/trunk/lfs/errata/7.0/index.html) =================================================================== --- html/trunk/lfs/errata/7.1/index.html (rev 0) +++ html/trunk/lfs/errata/7.1/index.html 2012-03-02 17:30:20 UTC (rev 1163) @@ -0,0 +1,35 @@ +<!--#set var="pageTitle" value="LFS Errata" --> +<!--#include virtual="/lfs/header.html" --> +<!--#include virtual="/lfs/menu.html" --> + <div class="main"> + <h1>Errata for the 7.1 Version of the LFS Book</h1> + +<!-- TEMPLATE + <h2>Known Security Vulnerabilities</h2> + <ul> + <li><p>Item 1</p></li> + <li><p>Item 2</p></li> + </ul> + + <h2>Miscellaneous Errata</h2> + <ul> + <li><p>Item 1</p></li> + <li><p>Item 2</p></li> + </ul> + + END TEMPLATE --> + + +<!-- + <h2>Known Security Vulnerabilities</h2> + <ul> + <li> </li> + </ul> +--> + <h2>Miscellaneous Errata</h2> + <ul> + <li>There are no current errata items for LFS 7.1.</li> + </ul> + + +<!--#include virtual="/common/footer.html" --> Modified: html/trunk/lfs/news.html =================================================================== --- html/trunk/lfs/news.html 2012-02-20 02:33:59 UTC (rev 1162) +++ html/trunk/lfs/news.html 2012-03-02 17:30:20 UTC (rev 1163) @@ -6,6 +6,27 @@ <p>| <a href="/lfs/feed.rss">RSS Feed</a> |</p> <dl class="newsItem"> + <dt>LFS 7.1- Release</dt> + <dd><em>Bruce Dubbs - 2012/03/02</em> + <p>The Linux From Scratch community is pleased to announce the + release of LFS Version 7.1. It is an incremental release + with updates from LFS-7.0 to 20 packages as well as fixes + to bootscripts and text throughout the book.</p> + + <p>You can read the book + <a href="/lfs/view/7.1/">online</a>, or + <a href="/lfs/downloads/7.1/">download</a> to read locally. + </p> + <p>Please direct any comments about this release to the LFS + development team at + <a href="mailto:lfs-dev@linuxfromscratch.org">lfs-dev@linuxfromscratch.org</a>. + Please note that registration for the lfs-dev + mailing list is required to avoid junk email. + </p> + </dd> + </dl> + + <dl class="newsItem"> <dt>LFS 7.1-rc1 Release</dt> <dd><em>Bruce Dubbs - 2012/02/20</em> <p>The Linux From Scratch community is pleased to announce the Modified: html/trunk/lfs/read.html =================================================================== --- html/trunk/lfs/read.html 2012-02-20 02:33:59 UTC (rev 1162) +++ html/trunk/lfs/read.html 2012-03-02 17:30:20 UTC (rev 1163) @@ -10,7 +10,7 @@ <p>As a result of bugs and security warnings, please be sure to read the errata page for any modifications needed to the LFS build.</p> <p><a href="errata/stable/">Stable LFS Errata</a></p> <p><a href="view/stable/">Stable LFS</a> </p> - +<!-- <h2>Current Pre-release Version — LFS-7.1-rc1</h2> <p>This is the upcoming version of LFS. It has been marked for release as @@ -20,10 +20,10 @@ undergoes testing.</p> <p><a href="view/7.1-rc1/">LFS-7.1-rc1</a></p> - <!-- Note that a testing version of the book does not always + <!- - Note that a testing version of the book does not always exist but is created when an upcoming release has been identified and - scheduled.--> - + scheduled.- -> +--> <h2>Current Development</h2> <p>This is the LFS Book in its current development state. Whilst it may provide more features and updated upstream packages than the stable -- http://linuxfromscratch.org/mailman/listinfo/website FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
