Changeset ae7f075


Ignore:
Timestamp:
05/30/2020 06:22:47 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
264dfd9
Parents:
f4bb2af
Message:

Update to trunk r11877

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11878 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
23 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    rf4bb2af rae7f075  
    781781
    782782        <seglistitem>
    783           <seg>None</seg>
     783          <seg>Binutils, IProute2, Kbd, Kmod, and Man-DB</seg>
    784784        </seglistitem>
    785785      </segmentedlist>
     
    838838         <seg>Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, GCC,
    839839         Gettext, Glibc, GMP, Grep, M4, Make, MPC, MPFR, Patch, Perl, Sed, Tar,
    840          and Texinfo</seg>
     840         Texinfo, and Zstd</seg>
    841841        </seglistitem>
    842842      </segmentedlist>
     
    912912        <seglistitem>
    913913         <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make,
    914          Sed, and Texinfo</seg>
     914         Ncurses, Sed, and Texinfo</seg>
    915915        </seglistitem>
    916916      </segmentedlist>
     
    27872787
    27882788        <seglistitem>
    2789           <seg>None</seg>
     2789          <seg>GCC</seg>
    27902790        </seglistitem>
    27912791      </segmentedlist>
  • chapter01/changelog.xml

    rf4bb2af rae7f075  
    4444    -->
    4545    <listitem>
     46      <para>2020-05-29</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Run sed and findutils tests as an
     50          unprivileged user. Fixes
     51          <ulink url="&lfs-ticket-root;4661">#4661</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
     57      <para>2020-05-28</para>
     58      <itemizedlist>
     59        <listitem>
     60          <para>[bdubbs] - Add an unprivileged user, tester, at the
     61          beginning of Chapter 6 for running some tests.  This
     62          user is then removed at the end of the chapter.</para>
     63        </listitem>
     64        <listitem>
     65          <para>[bdubbs] - Update to zstd-1.4.5. Fixes
     66          <ulink url="&lfs-ticket-root;4660">#4660</ulink>.</para>
     67        </listitem>
     68        <listitem>
     69          <para>[bdubbs] - Update to util-linux-2.35.2. Fixes
     70          <ulink url="&lfs-ticket-root;4659">#4659</ulink>.</para>
     71        </listitem>
     72        <listitem>
     73          <para>[bdubbs] - Update to bison-3.6.2. Fixes
     74          <ulink url="&lfs-ticket-root;4657">#4657</ulink>.</para>
     75        </listitem>
     76        <listitem>
     77          <para>[pierre] - Update to linux-5.6.15. Fixes
     78          <ulink url="&lfs-ticket-root;4658">#4658</ulink>.</para>
     79        </listitem>
     80      </itemizedlist>
     81    </listitem>
     82
     83    <listitem>
     84      <para>2020-05-27</para>
     85      <itemizedlist>
     86        <listitem>
     87          <para>[pierre] - Bash: document test results.</para>
     88        </listitem>
     89      </itemizedlist>
     90    </listitem>
     91
     92    <listitem>
     93      <para>2020-05-26</para>
     94      <itemizedlist>
     95        <listitem>
     96          <para>[pierre] - Bash: do not use "su -c command" to change user
     97          to nobody: it removes the controlling terminal and makes some
     98          tests fail. Use "su &lt;&lt; EOF" instead.</para>
     99        </listitem>
     100        <listitem>
     101          <para>[pierre] - Mount /dev/pts with "--bind", so that "tty"
     102          knows there is a terminal. Fixes a test in coreutils.</para>
     103        </listitem>
     104        <listitem>
     105          <para>[pierre] - Add a patch to fix a failure in gold test suite,
     106          which really needs -fcommon in some tests.</para>
     107        </listitem>
     108        <listitem>
     109          <para>[pierre] - Fix a failure in automake test suite.</para>
     110        </listitem>
     111        <listitem>
     112          <para>[pierre] - Update to vim-8.2.0814.</para>
     113        </listitem>
     114        <listitem>
     115          <para>[pierre] - Add a symlink from /tools/lib/locale
     116          to /usr/lib/locale/locale-archive, to allow some programs
     117          to find the installed locales. Fixes test failures in bison
     118          and man-db.</para>
     119        </listitem>
     120      </itemizedlist>
     121    </listitem>
     122
     123    <listitem>
    46124      <para>2020-05-21</para>
    47125      <itemizedlist>
  • chapter01/whatsnew.xml

    rf4bb2af rae7f075  
    243243      <para>Tzdata-&tzdata-version;</para>
    244244    </listitem>
    245     <!--<listitem>
     245    <listitem>
    246246      <para>Util-Linux-&util-linux-version;</para>
    247     </listitem>-->
     247    </listitem>
    248248    <listitem>
    249249      <para>Vim-&vim-version;</para>
     
    258258      <para>Zlib-&zlib-version;</para>
    259259    </listitem>-->
    260     <!--<listitem>
     260    <listitem>
    261261      <para>Zstd-&zstd-version;</para>
    262     </listitem>-->
     262    </listitem>
    263263  </itemizedlist>
    264264
  • chapter03/patches.xml

    rf4bb2af rae7f075  
    2727    </varlistentry>
    2828
    29 <!--
     29
    3030    <varlistentry>
    31       <term>Bc Memory Leak Patch - <token>&bc-memory-leak-patch-size;</token>:</term>
     31      <term>Binutils Fix for gold Test Suite Patch - <token>&binutils-gold-test-patch-size;</token>:</term>
    3232      <listitem>
    33         <para>Download: <ulink url="&patches-root;&bc-memory-leak-patch;"/></para>
    34         <para>MD5 sum: <literal>&bc-memory-leak-patch-md5;</literal></para>
     33        <para>Download: <ulink url="&patches-root;&binutils-gold-test-patch;"/></para>
     34        <para>MD5 sum: <literal>&binutils-gold-test-patch-md5;</literal></para>
    3535      </listitem>
    3636    </varlistentry>
    37 -->
     37
    3838    <varlistentry>
    3939      <term>Bzip2 Documentation Patch - <token>&bzip2-docs-patch-size;</token>:</term>
  • chapter05/chapter05.xml

    rf4bb2af rae7f075  
    2323  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/>
    2424  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bash.xml"/>
    25   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bzip2.xml"/>
    2625  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/>
    2726  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="diffutils.xml"/>
  • chapter05/createfiles.xml

    rf4bb2af rae7f075  
    157157  rather use the group's name.</para>
    158158
     159  <para>Some tests in <xref linkend="chapter-building-system"/> need a regular
     160  user. We add this user here and delete this account at the end of that
     161  chapter.</para>
     162
     163<screen><userinput>echo "tester:x:101:101::/home/tester:/bin/bash" &gt;&gt; /etc/passwd
     164echo "tester:x:101:" &gt;&gt; /etc/group
     165install -o tester -d /home/tester</userinput></screen>
     166
    159167  <para>To remove the <quote>I have no name!</quote> prompt, start a new
    160168  shell. Since the
  • chapter05/kernfs.xml

    rf4bb2af rae7f075  
    6969      <para>Now mount the remaining virtual kernel filesystems:</para>
    7070
    71 <screen><userinput>mount -vt devpts devpts $LFS/dev/pts -o gid=5,mode=620
     71<screen><userinput>mount -v --bind /dev/pts $LFS/dev/pts
    7272mount -vt proc proc $LFS/proc
    7373mount -vt sysfs sysfs $LFS/sys
  • chapter06/automake.xml

    rf4bb2af rae7f075  
    4141  <sect2 role="installation">
    4242    <title>Installation of Automake</title>
     43
     44    <para>Fix a failing test:</para>
     45
     46<screen><userinput remap="pre">sed -i "s/''/etags/"  t/tags-lisp-space.sh</userinput></screen>
    4347
    4448    <para>Prepare Automake for compilation:</para>
  • chapter06/bash.xml

    rf4bb2af rae7f075  
    7474    package</quote> if not running the test suite.</para>
    7575
    76     <para>To prepare the tests, ensure that the <systemitem class="username">nobody</systemitem> user can write to the sources tree:</para>
     76    <para>To prepare the tests, ensure that the <systemitem class="username">tester</systemitem> user can write to the sources tree:</para>
    7777
    78 <screen><userinput remap="test">chown -Rv nobody .</userinput></screen>
     78<screen><userinput remap="test">chown -Rv tester .</userinput></screen>
    7979
    8080    <para>Now, run the tests as the <systemitem
    81     class="username">nobody</systemitem> user:</para>
     81    class="username">tester</systemitem> user:</para>
    8282
    83 <screen><userinput remap="test">su nobody -s /bin/bash -c "PATH=$PATH HOME=/home make tests"</userinput></screen>
     83<screen><userinput remap="test">su tester -c "PATH=$PATH make tests"</userinput></screen>
     84
     85    <para>The <systemitem class="username">tester</systemitem>
     86    user does not have enough permissions for all the tests to pass. This shows
     87    up in some <quote>diff</quote> output in four test results. Portions of the
     88    run-execscript, run-lastpipe, run-read, and run-test programs
     89    are known to fail in the LFS chroot environment, but pass if the tests
     90    are run in a full system.</para>
    8491
    8592    <para>Install the package and move the main executable to
  • chapter06/binutils.xml

    rf4bb2af rae7f075  
    5959
    6060    <para>Now remove one test that prevents the tests from running
    61     to completion:</para>
    62 
    63 <screen><userinput remap="pre">sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in</userinput></screen>
     61    to completion, and fix other tests in the gold test suite, which
     62    need to be adjusted for GCC 10:</para>
     63
     64<screen><userinput remap="pre">sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in
     65patch -Np1 -i ../binutils-&binutils-version;-gcc10_gold_test_fix-1.patch</userinput></screen>
    6466
    6567    <para>The Binutils documentation recommends building Binutils
     
    158160<screen><userinput remap="test">make -k check</userinput></screen>
    159161
    160     <para>The ver_test_pr16504.sh test is known to fail.</para>
     162<!--    <para>The ver_test_pr16504.sh test is known to fail.</para>-->
    161163
    162164    <para>Install the package:</para>
  • chapter06/chapter06.xml

    rf4bb2af rae7f075  
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bzip2.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xz.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="zstd.xml"/>
    2324  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="file.xml"/>
    2425  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="readline.xml"/>
    2526  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="m4.xml"/>
    2627  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bc.xml"/>
     28  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flex.xml"/>
    2729  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="binutils.xml"/>
    2830  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gmp.xml"/>
     
    4143  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/>
    4244  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bison.xml"/>
    43   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flex.xml"/>
    4445  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grep.xml"/>
    4546  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bash.xml"/>
     
    7071  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="less.xml"/>
    7172  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gzip.xml"/>
    72   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="zstd.xml"/>
    7373  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iproute2.xml"/>
    7474  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kbd.xml"/>
  • chapter06/coreutils.xml

    rf4bb2af rae7f075  
    109109    meant to be run as user <systemitem class="username">root</systemitem>:</para>
    110110
    111 <screen><userinput remap="test">make NON_ROOT_USERNAME=nobody check-root</userinput></screen>
     111<screen><userinput remap="test">make NON_ROOT_USERNAME=tester check-root</userinput></screen>
    112112
    113113    <para>We're going to run the remainder of the tests as the
    114     <systemitem class="username">nobody</systemitem> user. Certain tests,
     114    <systemitem class="username">tester</systemitem> user. Certain tests,
    115115    however, require that the user be a member of more than one group. So that
    116116    these tests are not skipped we'll add a temporary group and make the
    117     user <systemitem class="username">nobody</systemitem> a part of it:</para>
    118 
    119 <screen><userinput remap="test">echo "dummy:x:1000:nobody" &gt;&gt; /etc/group</userinput></screen>
     117    user <systemitem class="username">tester</systemitem> a part of it:</para>
     118
     119<screen><userinput remap="test">echo "dummy:x:1000:tester" &gt;&gt; /etc/group</userinput></screen>
    120120
    121121    <para>Fix some of the permissions so that the non-root user can compile and
    122122    run the tests:</para>
    123123
    124 <screen><userinput remap="test">chown -Rv nobody . </userinput></screen>
     124<screen><userinput remap="test">chown -Rv tester . </userinput></screen>
    125125
    126126    <para>Now run the tests:</para>
    127127
    128 <screen><userinput remap="test">su nobody -s /bin/bash \
    129           -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen>
    130 
     128<screen><userinput remap="test">su tester -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen>
     129<!--
    131130    <para>The test program test-getlogin is known to fail in a
    132131    partially built system environment like the chroot environment here, but
    133132    passes if run at the end of this chapter.  The test program tty.sh is
    134133    also known to fail.</para>
     134-->
    135135
    136136    <para>Remove the temporary group:</para>
    137137
    138138<screen><userinput remap="test">sed -i '/dummy/d' /etc/group</userinput></screen>
    139 
    140139    <para>Install the package:</para>
    141140
  • chapter06/findutils.xml

    rf4bb2af rae7f075  
    6868    <para>To test the results, issue:</para>
    6969
    70 <screen><userinput remap="test">make check</userinput></screen>
    71 
    72     <para>Two tests are known to fail in the chroot environment:
    73     sv-bug-54171.old-O3 and sv-bug-54171.new-O3.</para>
     70<screen><userinput remap="test">chown -Rv tester .
     71su tester -c "PATH=$PATH make check"</userinput></screen>
    7472
    7573    <para>Install the package:</para>
  • chapter06/gcc.xml

    rf4bb2af rae7f075  
    9999    <para>Test the results as a non-privileged user, but do not stop at errors:</para>
    100100
    101 <screen><userinput remap="test">chown -Rv nobody .
    102 su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
     101<screen><userinput remap="test">chown -Rv tester .
     102su tester -c "PATH=$PATH make -k check"</userinput></screen>
    103103
    104104    <para>To receive a summary of the test suite results, run:</para>
     
    140140
    141141    <para>The GCC build directory is owned by <systemitem class="username">
    142     nobody</systemitem> now and the ownership of the installed header
     142    tester</systemitem> now and the ownership of the installed header
    143143    directory (and its content) will be incorrect.  Change the ownership to
    144144    <systemitem class="username">root</systemitem> user and group:</para>
  • chapter06/make.xml

    rf4bb2af rae7f075  
    5757    results, issue:</para>
    5858
    59 <screen><userinput remap="test">make PERL5LIB=$PWD/tests/ check</userinput></screen>
     59<screen><userinput remap="test">make check</userinput></screen>
    6060
    6161    <para>Install the package:</para>
  • chapter06/revisedchroot.xml

    rf4bb2af rae7f075  
    4343
    4444<screen><userinput>rm -f /usr/lib/lib{bfd,opcodes}.a
     45rm -f /usr/lib/libctf{,-nobfd}.a
    4546rm -f /usr/lib/libbz2.a
    4647rm -f /usr/lib/lib{com_err,e2p,ext2fs,ss}.a
     
    6263   Archive (.la) files"</ulink>.</para>
    6364
     65   <para>Finally, remove the temporary 'tester' usr account created at the
     66   beginning of this chapter.</para>
     67
     68<screen><userinput>sed -i '/tester/d' /etc/passwd /etc/group
     69rm -rf /home/tester</userinput></screen>
    6470</sect1>
  • chapter06/sed.xml

    rf4bb2af rae7f075  
    4141    <title>Installation of Sed</title>
    4242
    43     <para>First fix an issue in the LFS environment and remove a failing test:</para>
    44 
    45 <screen><userinput remap="pre">sed -i 's/testsuite.panic-tests.sh//' Makefile.in</userinput></screen>
    46 
    4743    <para>Prepare Sed for compilation:</para>
    4844
     
    5652    <para>To test the results, issue:</para>
    5753
    58 <screen><userinput remap="test">make check</userinput></screen>
     54<screen><userinput remap="test">chown -Rv tester .
     55su tester -c "PATH=$PATH make check"</userinput></screen>
    5956
    6057    <para>Install the package and its documentation:</para>
  • chapter06/util-linux.xml

    rf4bb2af rae7f075  
    4141
    4242  <sect2 role="installation">
    43     <title>FHS compliance notes</title>
     43    <title>Installation of Util-linux</title>
    4444
    4545    <para>The FHS recommends using the <filename
    4646    class="directory">/var/lib/hwclock</filename> directory instead of the
    4747    usual <filename class="directory">/etc</filename> directory as the
    48     location for the <filename>adjtime</filename> file.  First create a directory
    49     to enable storage for the <command>hwclock</command> program:</para>
     48    location for the <filename>adjtime</filename> file. Create this directory
     49    with:</para>
    5050
    5151<screen><userinput remap="pre">mkdir -pv /var/lib/hwclock</userinput></screen>
    52 
    53   </sect2>
    54 
    55   <sect2 role="installation">
    56     <title>Installation of Util-linux</title>
    5752
    5853    <para>Prepare Util-linux for compilation:</para>
     
    10499    </warning>
    105100
    106 <screen><userinput remap="test">chown -Rv nobody .
    107 su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
     101<screen><userinput remap="test">chown -Rv tester .
     102su tester -c "make -k check"</userinput></screen>
    108103
    109104    <para>Install the package:</para>
  • chapter06/vim.xml

    rf4bb2af rae7f075  
    6868
    6969    <para>To prepare the tests, ensure that the
    70     <systemitem class="username">nobody</systemitem> user can write
     70    <systemitem class="username">tester</systemitem> user can write
    7171    to the sources tree:</para>
    7272
    73 <screen><userinput remap="test">chown -Rv nobody .</userinput></screen>
     73<screen><userinput remap="test">chown -Rv tester .</userinput></screen>
    7474
    7575    <para>Now run the tests as the <systemitem
    76     class="username">nobody</systemitem> user:</para>
    77 
    78 <screen><userinput remap="test">su nobody -s /bin/bash -c "LANG=en_US.UTF-8 make -j1 test" &amp;> vim-test.log</userinput></screen>
     76    class="username">tester</systemitem> user:</para>
     77
     78<screen><userinput remap="test">su tester -c "LANG=en_US.UTF-8 make -j1 test" &amp;> vim-test.log</userinput></screen>
    7979
    8080<!--<screen><userinput remap="test">LANG=en_US.UTF-8 make -j1 test &amp;&gt; vim-test.log</userinput></screen>-->
  • chapter08/kernel.xml

    rf4bb2af rae7f075  
    5454    kernel compilation. Do not rely on the source tree being clean after
    5555    un-tarring.</para>
    56 
    57     <!-- The following paragraph and sed should be only necessary on the 5.6
    58          series, but check when 5.7 is out. -->
    59     <para>When using <envar>CONFIG_STACKPROTECTOR_STRONG=y</envar>, and
    60     compiling with GCC 10 and later, the default optimization is too
    61     aggressive, and generates a kernel panic when booting. This can be
    62     fixed with:</para>
    63 
    64 <screen><userinput remap="pre">sed -e '/cpu_startup/a asm("");' \
    65     -i arch/x86/{kernel/smpboot.c,xen/smp_pv.c}</userinput></screen>
    6656
    6757    <!-- Support for compiling a keymap into the kernel is deliberately removed -->
  • general.ent

    rf4bb2af rae7f075  
    1 <!ENTITY version         "20200521-cross-chap5">
     1<!ENTITY version         "20200529-cross-chap5">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "cross-chap5"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20200521-cross-cp5-systemd">
     6<!ENTITY versiond        "20200529-cross-cp5-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "May 21st, 2020">
     10<!ENTITY releasedate     "May 29th, 2020">
    1111
    1212<!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    rf4bb2af rae7f075  
    7171<!ENTITY binutils-ch6-sbu "6.7 SBU">
    7272
    73 <!ENTITY bison-version "3.6.1">
    74 <!ENTITY bison-size "2,407 KB">
     73<!ENTITY bison-version "3.6.2">
     74<!ENTITY bison-size "2,411 KB">
    7575<!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.xz">
    76 <!ENTITY bison-md5 "16fa3e60f2c33888c6ef7af64c89e182">
     76<!ENTITY bison-md5 "fa5f7c67c523f1d8b2155f55e67f7e1c">
    7777<!ENTITY bison-home "&gnu-software;bison/">
    7878<!ENTITY bison-ch5-du "43 MB">
     
    426426<!ENTITY linux-major-version "5">
    427427<!ENTITY linux-minor-version "6">
    428 <!ENTITY linux-patch-version "13">
     428<!ENTITY linux-patch-version "15">
    429429<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    430430<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    431 <!ENTITY linux-size "109,177 KB">
     431<!ENTITY linux-size "109,193 KB">
    432432<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    433 <!ENTITY linux-md5 "73fa7a9e7c42a9ab2cc8151d20e8d6b6">
     433<!ENTITY linux-md5 "41f02b34dbb66ffa6b71bb3e2361e94d">
    434434<!ENTITY linux-home "https://www.kernel.org/">
    435435<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
     
    691691
    692692<!ENTITY util-linux-minor "2.35">
    693 <!ENTITY util-linux-version "2.35.1"> <!-- 2.33.x -->
    694 <!ENTITY util-linux-size "5,018 KB">
     693<!ENTITY util-linux-version "2.35.2"> <!-- 2.33.x -->
     694<!ENTITY util-linux-size "5,030 KB">
    695695<!ENTITY util-linux-url "&kernel;linux/utils/util-linux/v&util-linux-minor;/util-linux-&util-linux-version;.tar.xz">
    696 <!ENTITY util-linux-md5 "7f64882f631225f0295ca05080cee1bf">
     696<!ENTITY util-linux-md5 "248a4d0810c9193e0e9a4bb3f26b93d8">
    697697<!ENTITY util-linux-home "http://freecode.com/projects/util-linux">
    698698<!ENTITY util-linux-ch5-du "154 MB">
     
    701701<!ENTITY util-linux-ch6-sbu "1.1 SBU">
    702702
    703 <!ENTITY vim-version "8.2.0716">
     703<!ENTITY vim-version "8.2.0814">
    704704<!ENTITY vim-majmin "82">
    705705<!ENTITY vim-docdir "vim/vim82">
     
    707707<!--<!ENTITY vim-url "https://github.com/vim/vim/archive/v&vim-version;/vim-&vim-version;.tar.gz">-->
    708708<!ENTITY vim-url "&anduin-sources;/vim-&vim-version;.tar.gz">
    709 <!ENTITY vim-md5 "004b4596f185889fbca5b8d513f294ce">
     709<!ENTITY vim-md5 "02b8b91bd2a9a97879fc60616f4eb767">
    710710<!ENTITY vim-home "https://www.vim.org">
    711711<!ENTITY vim-ch6-du "202 MB">
     
    738738<!ENTITY zlib-ch6-sbu "less than 0.1 SBU">
    739739
    740 <!ENTITY zstd-version "1.4.4">
    741 <!ENTITY zstd-size "1,903 KB">
     740<!ENTITY zstd-version "1.4.5">
     741<!ENTITY zstd-size "1,928 KB">
    742742<!ENTITY zstd-url "https://github.com/facebook/zstd/releases/download/v&zstd-version;/zstd-&zstd-version;.tar.gz">
    743 <!ENTITY zstd-md5 "487f7ee1562dee7c1c8adf85e2a63df9">
     743<!ENTITY zstd-md5 "dd0b53631303b8f972dafa6fd34beb0c">
    744744<!ENTITY zstd-home "https://facebook.github.io/zstd/">
    745745<!ENTITY zstd-ch6-du "16 MB">
  • patches.ent

    rf4bb2af rae7f075  
    66<!ENTITY bash-fixes-patch-md5 "c1545da2ad7d78574b52c465ec077ed9">
    77<!ENTITY bash-fixes-patch-size "22 KB">
     8
     9<!ENTITY binutils-gold-test-patch "binutils-&binutils-version;-gcc10_gold_test_fix-1.patch">
     10<!ENTITY binutils-gold-test-patch-md5 "d18aaf9b25830cb8f7a5d44aa3febe28">
     11<!ENTITY binutils-gold-test-patch-size "5.0 KB">
    812
    913<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
Note: See TracChangeset for help on using the changeset viewer.