Changeset 6ebaf1e0


Ignore:
Timestamp:
03/15/2022 01:07:53 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
1dd1131
Parents:
d35dc01 (diff), f7ac150 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into xry111/clfs-ng

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd35dc01 r6ebaf1e0  
    4040    appropriate for the entry or if needed the entire day's listitem.
    4141    -->
     42
     43    <listitem>
     44      <para>2022-03-15</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[xry111] - Update to expat-2.4.7. Fixes
     48          <ulink url="&lfs-ticket-root;5019">#5019</ulink>.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[xry111] - Update to bc-5.2.3. Fixes
     52          <ulink url="&lfs-ticket-root;5020">#5020</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[xry111] - Update to linux-5.16.14 (security fix). Fixes
     56          <ulink url="&lfs-ticket-root;5021">#5021</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[xry111] - Update to perl-5.34.1. Fixes
     60          <ulink url="&lfs-ticket-root;5022">#5022</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[xry111] - Update to vim-8.2.4567 (security fix).
     64          Addresses <ulink url="&lfs-ticket-root;4500">#4500</ulink>.</para>
     65        </listitem>
     66      </itemizedlist>
     67    </listitem>
    4268
    4369    <listitem>
  • chapter01/whatsnew.xml

    rd35dc01 r6ebaf1e0  
    4242      <para>Bash &bash-version;</para>
    4343    </listitem>-->
    44    <!--<listitem>
     44    <listitem>
    4545      <para>Bc &bc-version;</para>
    46     </listitem>-->
     46    </listitem>
    4747   <!--<listitem>
    4848      <para>Binutils-&binutils-version;</para>
     
    7575       <para>Eudev-&eudev-version;</para>
    7676    </listitem>-->
    77    <!--<listitem>
     77    <listitem>
    7878       <para>Expat-&expat-version;</para>
    79     </listitem>-->
     79    </listitem>
    8080    <!--<listitem>
    8181       <para>Expect-&expect-version;</para>
     
    204204      <para>Patch-&patch-version;</para>
    205205    </listitem>-->
    206    <!--<listitem>
     206    <listitem>
    207207      <para>Perl-&perl-version;</para>
    208     </listitem>-->
     208    </listitem>
    209209    <!--<listitem>
    210210      <para>Pkg-config-&pkgconfig-version;</para>
     
    290290    <listitem><para></para></listitem>  <!-- satisfy build -->
    291291
    292     <!--<listitem>
    293       <para>bash-5.0-upstream_fixes-1.patch</para>
    294     </listitem>-->
     292    <listitem>
     293      <para>perl-5.34.0-upstream_fixes-1.patch</para>
     294    </listitem>
    295295
    296296  </itemizedlist>
  • chapter03/patches.xml

    rd35dc01 r6ebaf1e0  
    109109    </varlistentry>
    110110-->
    111 
     111<!--
    112112    <varlistentry>
    113113      <term>Perl Upstream Fix Patch - <token>&perl-fix-patch-size;</token>:</term>
     
    117117      </listitem>
    118118    </varlistentry>
     119-->
    119120<!--
    120121    <varlistentry>
  • chapter07/createfiles.xml

    rd35dc01 r6ebaf1e0  
    3737  <para>Historically, Linux maintains a list of the mounted file systems in the
    3838  file <filename>/etc/mtab</filename>. Modern kernels maintain this list
    39   internally and exposes it to the user via the <filename
     39  internally and expose it to the user via the <filename
    4040  class="directory">/proc</filename> filesystem. To satisfy utilities that
    4141  expect the presence of <filename>/etc/mtab</filename>, create the following
  • chapter08/glibc.xml

    rd35dc01 r6ebaf1e0  
    169169
    170170      <listitem>
     171        <para>The <emphasis>nss/tst-nss-files-hosts-long</emphasis>
     172        test is known to fail if the system has no non-loopback IP
     173        addresses.</para> <!-- PR 24816 -->
     174      </listitem>
     175
     176      <listitem>
    171177        <para>The <emphasis>nss/tst-nss-files-hosts-multi</emphasis>
    172         test is known to fail if the system has no non-loopback IP
    173         addresses.</para>
     178        test is known to fail on relatively slow systems due to an internal
     179        timeout.</para>
    174180      </listitem>
    175181<!--
  • chapter08/perl.xml

    rd35dc01 r6ebaf1e0  
    4141  <sect2 role="installation">
    4242    <title>Installation of Perl</title>
    43 
     43<!--
    4444    <para>First, apply a patch that fixes an issue highlighted by recent
    4545    versions of gdbm:</para>
    4646
    4747<screen><userinput remap="pre">patch -Np1 -i ../&perl-fix-patch;</userinput></screen>
    48 
     48-->
    4949    <para>This version of Perl now builds the Compress::Raw::Zlib and
    5050    Compress::Raw::BZip2 modules. By
  • chapter08/stripping.xml

    rd35dc01 r6ebaf1e0  
    4848
    4949<!--<screen><userinput>save_lib="ld-2.25.so libc-2.25.so libpthread-2.25.so libthread_db-1.0.so"-->
    50       <screen><userinput>save_usrlib="$(cd /usr/lib; ls ld-linux*)
     50<screen><userinput>save_usrlib="$(cd /usr/lib; ls ld-linux*)
    5151             libc.so.6
    5252             libthread_db.so.1
  • packages.ent

    rd35dc01 r6ebaf1e0  
    5959<!ENTITY bash-fin-sbu "1.5 SBU">
    6060
    61 <!ENTITY bc-version "5.2.2">
     61<!ENTITY bc-version "5.2.3">
    6262<!ENTITY bc-size "428 KB">
    6363<!ENTITY bc-url "https://github.com/gavinhoward/bc/releases/download/&bc-version;/bc-&bc-version;.tar.xz">
    64 <!ENTITY bc-md5 "632344cdb052af0e06087bd3b0034126">
     64<!ENTITY bc-md5 "804afda772aad9f8dd77847f8944a17d">
    6565<!ENTITY bc-home "https://git.yzena.com/gavin/bc">
    6666<!ENTITY bc-fin-du "7.1 MB">
     
    164164<!ENTITY eudev-fin-sbu "0.2 SBU">
    165165
    166 <!ENTITY expat-version "2.4.6">
     166<!ENTITY expat-version "2.4.7">
    167167<!ENTITY expat-size "444 KB">
    168168<!ENTITY expat-url "&sourceforge;expat/expat-&expat-version;.tar.xz">
    169 <!ENTITY expat-md5 "22a30c888752fdda9f8dd1b7281c54b0">
     169<!ENTITY expat-md5 "75a1f475e30281a00cb6f083ea481159">
    170170<!ENTITY expat-home "https://libexpat.github.io/">
    171171<!ENTITY expat-fin-du "12 MB">
     
    432432<!ENTITY linux-major-version "5">
    433433<!ENTITY linux-minor-version "16">
    434 <!ENTITY linux-patch-version "12">
     434<!ENTITY linux-patch-version "14">
    435435<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    436436<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    437 <!ENTITY linux-size "124,572 KB">
     437<!ENTITY linux-size "124,584 KB">
    438438<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    439 <!ENTITY linux-md5 "e859941968400c4437bd62b4fe39b7b7">
     439<!ENTITY linux-md5 "e972cda9b33bbd70737bfccb365410f8">
    440440<!ENTITY linux-home "https://www.kernel.org/">
    441441<!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is
     
    559559<!ENTITY perl-version-major "5">
    560560<!ENTITY perl-version-minor "34">
    561 <!ENTITY perl-version-patch "0">
     561<!ENTITY perl-version-patch "1">
    562562<!ENTITY perl-version-min "&perl-version-major;.&perl-version-minor;">
    563563<!ENTITY perl-version "&perl-version-major;.&perl-version-minor;.&perl-version-patch;">
    564 <!ENTITY perl-size "12,580 KB">
     564<!ENTITY perl-size "12,464 KB">
    565565<!ENTITY perl-url "https://www.cpan.org/src/5.0/perl-&perl-version;.tar.xz">
    566 <!ENTITY perl-md5 "df7ecb0653440b26dc951ad9dbfab517">
     566<!ENTITY perl-md5 "7d2ece7f50775ea1ff739831935a24bd">
    567567<!ENTITY perl-home "https://www.perl.org/">
    568568<!ENTITY perl-tmp-du "272 MB">
     
    729729<!ENTITY mount-setsid-sbu "less than 0.1 SBU">
    730730
    731 <!ENTITY vim-version "8.2.4489">
     731<!ENTITY vim-version "8.2.4567">
    732732<!ENTITY vim-majmin "82">
    733733<!ENTITY vim-docdir "vim/vim82">
    734 <!ENTITY vim-size "10,380 KB">
     734<!ENTITY vim-size "10,436 KB">
    735735<!--<!ENTITY vim-url "https://github.com/vim/vim/archive/v&vim-version;/vim-&vim-version;.tar.gz">-->
    736736<!ENTITY vim-url "&anduin-sources;/vim-&vim-version;.tar.xz">
    737 <!ENTITY vim-md5 "41e97917fc46d044ffe951c197509efe">
     737<!ENTITY vim-md5 "939fdfad067dec0e67bc4f8ad219cb4e">
    738738<!ENTITY vim-home "https://www.vim.org">
    739739<!ENTITY vim-fin-du "206 MB">
  • patches.ent

    rd35dc01 r6ebaf1e0  
    7272<!ENTITY ninja-limit-jobs-patch-size "2.5 KB">
    7373-->
    74 
     74<!--
    7575<!ENTITY perl-fix-patch "perl-&perl-version;-upstream_fixes-1.patch">
    7676<!ENTITY perl-fix-patch-md5 "fb42558b59ed95ee00eb9f1c1c9b8056">
    7777<!ENTITY perl-fix-patch-size "1.6 KB">
     78-->
    7879<!--
    7980<!ENTITY shadow-segfault-patch "shadow-&shadow-version;-useradd_segfault-1.patch">
  • pdf-fixups.sh

    rd35dc01 r6ebaf1e0  
    1414# Not needed
    1515#sed -i -e "$LINE s/monospace/&\" font-size=\"9pt/" $FILE
     16sed -i -e "s/monospace/&\" font-size=\"9pt/g" $FILE
    1617
    1718# Break a block of code at the right place
Note: See TracChangeset for help on using the changeset viewer.