Changeset f658b21


Ignore:
Timestamp:
01/20/2006 07:25:09 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
d096eb1
Parents:
23102484
Message:

Ported r7283:7284 from trunk to alphabetical.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7285 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r23102484 rf658b21  
    3838
    3939    <listitem>
     40      <para>January 20, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jhuntwork] - Added a patch to fix the sprintf security
     44          vulnerability in Perl. Thanks to Tim van der Molen for pointing
     45          it out.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
     51      <para>January 17, 2006</para>
     52      <itemizedlist>
     53        <listitem>
     54          <para>[jhuntwork] - Fixed locale generation for French UTF-8. Thanks
     55          to Dan McGhee for the report and Alexander Patrakov for the fix.</para>
     56        </listitem>
     57      </itemizedlist>
     58    </listitem>
     59
     60    <listitem>
    4061      <para>January 10, 2006</para>
    4162      <itemizedlist>
  • chapter06/glibc.xml

    r23102484 rf658b21  
    180180localedef -i fr_FR -f ISO-8859-1 fr_FR
    181181localedef -i fr_FR@euro -f ISO-8859-15 fr_FR@euro
    182 localedef -i fr_FR.UTF-8 -f UTF-8 fr_FR
     182localedef -i fr_FR -f UTF-8 fr_FR.UTF-8
    183183localedef -i it_IT -f ISO-8859-1 it_IT
    184184localedef -i ja_JP -f EUC-JP ja_JP</userinput></screen>
     
    529529<term><filename class="libraryfile">libBrokenLocale</filename></term>
    530530<listitem>
    531 <para>Used internally by Glibc as a gross hack to get broken programs 
     531<para>Used internally by Glibc as a gross hack to get broken programs
    532532(e.g., some Motif applications) running. See comments in
    533533<filename>glibc-&glibc-version;/locale/broken_cur_max.c</filename> for more
  • chapter06/perl.xml

    r23102484 rf658b21  
    2828<sect2 role="installation">
    2929<title>Installation of Perl</title>
     30
     31<para>A security vulnerability exists in Perl's sprintf function. Apply the
     32following patch to fix it.</para>
     33
     34<screen><userinput>patch -Np1 -i ../&perl-sprintf-patch;</userinput></screen>
    3035
    3136<para>First create a basic <filename>/etc/hosts</filename> file which will be
  • general.ent

    r23102484 rf658b21  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "ALPHABETICAL-20060117">
    3 <!ENTITY releasedate "January 17, 2006">
     2<!ENTITY version "ALPHABETICAL-20060120">
     3<!ENTITY releasedate "January 20, 2006">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
  • patches.ent

    r23102484 rf658b21  
    3939
    4040<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
     41<!ENTITY perl-sprintf-patch "perl-&perl-version;-sprintf_vulnerability-1.patch">
    4142
    4243<!ENTITY shadow-configure-patch "shadow-&shadow-version;-configure_fix-1.patch">
Note: See TracChangeset for help on using the changeset viewer.