Changeset ae7f075
- Timestamp:
- 05/30/2020 06:22:47 PM (3 years ago)
- 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, arm, cross-chap5, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 264dfd9
- Parents:
- f4bb2af
- Files:
-
- 23 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/dependencies.xml
rf4bb2af rae7f075 781 781 782 782 <seglistitem> 783 <seg> None</seg>783 <seg>Binutils, IProute2, Kbd, Kmod, and Man-DB</seg> 784 784 </seglistitem> 785 785 </segmentedlist> … … 838 838 <seg>Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, GCC, 839 839 Gettext, Glibc, GMP, Grep, M4, Make, MPC, MPFR, Patch, Perl, Sed, Tar, 840 and Texinfo</seg>840 Texinfo, and Zstd</seg> 841 841 </seglistitem> 842 842 </segmentedlist> … … 912 912 <seglistitem> 913 913 <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Make, 914 Sed, and Texinfo</seg>914 Ncurses, Sed, and Texinfo</seg> 915 915 </seglistitem> 916 916 </segmentedlist> … … 2787 2787 2788 2788 <seglistitem> 2789 <seg> None</seg>2789 <seg>GCC</seg> 2790 2790 </seglistitem> 2791 2791 </segmentedlist> -
chapter01/changelog.xml
rf4bb2af rae7f075 44 44 --> 45 45 <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 << 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> 46 124 <para>2020-05-21</para> 47 125 <itemizedlist> -
chapter01/whatsnew.xml
rf4bb2af rae7f075 243 243 <para>Tzdata-&tzdata-version;</para> 244 244 </listitem> 245 < !--<listitem>245 <listitem> 246 246 <para>Util-Linux-&util-linux-version;</para> 247 </listitem> -->247 </listitem> 248 248 <listitem> 249 249 <para>Vim-&vim-version;</para> … … 258 258 <para>Zlib-&zlib-version;</para> 259 259 </listitem>--> 260 < !--<listitem>260 <listitem> 261 261 <para>Zstd-&zstd-version;</para> 262 </listitem> -->262 </listitem> 263 263 </itemizedlist> 264 264 -
chapter03/patches.xml
rf4bb2af rae7f075 27 27 </varlistentry> 28 28 29 <!-- 29 30 30 <varlistentry> 31 <term>B c 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> 32 32 <listitem> 33 <para>Download: <ulink url="&patches-root;&b c-memory-leak-patch;"/></para>34 <para>MD5 sum: <literal>&b c-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> 35 35 </listitem> 36 36 </varlistentry> 37 --> 37 38 38 <varlistentry> 39 39 <term>Bzip2 Documentation Patch - <token>&bzip2-docs-patch-size;</token>:</term> -
chapter05/chapter05.xml
rf4bb2af rae7f075 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/> 24 24 <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"/>26 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/> 27 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="diffutils.xml"/> -
chapter05/createfiles.xml
rf4bb2af rae7f075 157 157 rather use the group's name.</para> 158 158 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" >> /etc/passwd 164 echo "tester:x:101:" >> /etc/group 165 install -o tester -d /home/tester</userinput></screen> 166 159 167 <para>To remove the <quote>I have no name!</quote> prompt, start a new 160 168 shell. Since the -
chapter05/kernfs.xml
rf4bb2af rae7f075 69 69 <para>Now mount the remaining virtual kernel filesystems:</para> 70 70 71 <screen><userinput>mount -v t devpts devpts $LFS/dev/pts -o gid=5,mode=62071 <screen><userinput>mount -v --bind /dev/pts $LFS/dev/pts 72 72 mount -vt proc proc $LFS/proc 73 73 mount -vt sysfs sysfs $LFS/sys -
chapter06/automake.xml
rf4bb2af rae7f075 41 41 <sect2 role="installation"> 42 42 <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> 43 47 44 48 <para>Prepare Automake for compilation:</para> -
chapter06/bash.xml
rf4bb2af rae7f075 74 74 package</quote> if not running the test suite.</para> 75 75 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> 77 77 78 <screen><userinput remap="test">chown -Rv nobody.</userinput></screen>78 <screen><userinput remap="test">chown -Rv tester .</userinput></screen> 79 79 80 80 <para>Now, run the tests as the <systemitem 81 class="username"> nobody</systemitem> user:</para>81 class="username">tester</systemitem> user:</para> 82 82 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> 84 91 85 92 <para>Install the package and move the main executable to -
chapter06/binutils.xml
rf4bb2af rae7f075 59 59 60 60 <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 65 patch -Np1 -i ../binutils-&binutils-version;-gcc10_gold_test_fix-1.patch</userinput></screen> 64 66 65 67 <para>The Binutils documentation recommends building Binutils … … 158 160 <screen><userinput remap="test">make -k check</userinput></screen> 159 161 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>--> 161 163 162 164 <para>Install the package:</para> -
chapter06/chapter06.xml
rf4bb2af rae7f075 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bzip2.xml"/> 22 22 <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"/> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="file.xml"/> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="readline.xml"/> 25 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="m4.xml"/> 26 27 <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"/> 27 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="binutils.xml"/> 28 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gmp.xml"/> … … 41 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/> 42 44 <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"/>44 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grep.xml"/> 45 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bash.xml"/> … … 70 71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="less.xml"/> 71 72 <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"/>73 73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iproute2.xml"/> 74 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kbd.xml"/> -
chapter06/coreutils.xml
rf4bb2af rae7f075 109 109 meant to be run as user <systemitem class="username">root</systemitem>:</para> 110 110 111 <screen><userinput remap="test">make NON_ROOT_USERNAME= nobodycheck-root</userinput></screen>111 <screen><userinput remap="test">make NON_ROOT_USERNAME=tester check-root</userinput></screen> 112 112 113 113 <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, 115 115 however, require that the user be a member of more than one group. So that 116 116 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" >> /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" >> /etc/group</userinput></screen> 120 120 121 121 <para>Fix some of the permissions so that the non-root user can compile and 122 122 run the tests:</para> 123 123 124 <screen><userinput remap="test">chown -Rv nobody. </userinput></screen>124 <screen><userinput remap="test">chown -Rv tester . </userinput></screen> 125 125 126 126 <para>Now run the tests:</para> 127 127 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 <!-- 131 130 <para>The test program test-getlogin is known to fail in a 132 131 partially built system environment like the chroot environment here, but 133 132 passes if run at the end of this chapter. The test program tty.sh is 134 133 also known to fail.</para> 134 --> 135 135 136 136 <para>Remove the temporary group:</para> 137 137 138 138 <screen><userinput remap="test">sed -i '/dummy/d' /etc/group</userinput></screen> 139 140 139 <para>Install the package:</para> 141 140 -
chapter06/findutils.xml
rf4bb2af rae7f075 68 68 <para>To test the results, issue:</para> 69 69 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 . 71 su tester -c "PATH=$PATH make check"</userinput></screen> 74 72 75 73 <para>Install the package:</para> -
chapter06/gcc.xml
rf4bb2af rae7f075 99 99 <para>Test the results as a non-privileged user, but do not stop at errors:</para> 100 100 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 . 102 su tester -c "PATH=$PATH make -k check"</userinput></screen> 103 103 104 104 <para>To receive a summary of the test suite results, run:</para> … … 140 140 141 141 <para>The GCC build directory is owned by <systemitem class="username"> 142 nobody</systemitem> now and the ownership of the installed header142 tester</systemitem> now and the ownership of the installed header 143 143 directory (and its content) will be incorrect. Change the ownership to 144 144 <systemitem class="username">root</systemitem> user and group:</para> -
chapter06/make.xml
rf4bb2af rae7f075 57 57 results, issue:</para> 58 58 59 <screen><userinput remap="test">make PERL5LIB=$PWD/tests/check</userinput></screen>59 <screen><userinput remap="test">make check</userinput></screen> 60 60 61 61 <para>Install the package:</para> -
chapter06/revisedchroot.xml
rf4bb2af rae7f075 43 43 44 44 <screen><userinput>rm -f /usr/lib/lib{bfd,opcodes}.a 45 rm -f /usr/lib/libctf{,-nobfd}.a 45 46 rm -f /usr/lib/libbz2.a 46 47 rm -f /usr/lib/lib{com_err,e2p,ext2fs,ss}.a … … 62 63 Archive (.la) files"</ulink>.</para> 63 64 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 69 rm -rf /home/tester</userinput></screen> 64 70 </sect1> -
chapter06/sed.xml
rf4bb2af rae7f075 41 41 <title>Installation of Sed</title> 42 42 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 47 43 <para>Prepare Sed for compilation:</para> 48 44 … … 56 52 <para>To test the results, issue:</para> 57 53 58 <screen><userinput remap="test">make check</userinput></screen> 54 <screen><userinput remap="test">chown -Rv tester . 55 su tester -c "PATH=$PATH make check"</userinput></screen> 59 56 60 57 <para>Install the package and its documentation:</para> -
chapter06/util-linux.xml
rf4bb2af rae7f075 41 41 42 42 <sect2 role="installation"> 43 <title> FHS compliance notes</title>43 <title>Installation of Util-linux</title> 44 44 45 45 <para>The FHS recommends using the <filename 46 46 class="directory">/var/lib/hwclock</filename> directory instead of the 47 47 usual <filename class="directory">/etc</filename> directory as the 48 location for the <filename>adjtime</filename> file. First create adirectory49 to enable storage for the <command>hwclock</command> program:</para>48 location for the <filename>adjtime</filename> file. Create this directory 49 with:</para> 50 50 51 51 <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>57 52 58 53 <para>Prepare Util-linux for compilation:</para> … … 104 99 </warning> 105 100 106 <screen><userinput remap="test">chown -Rv nobody.107 su nobody -s /bin/bash -c "PATH=$PATHmake -k check"</userinput></screen>101 <screen><userinput remap="test">chown -Rv tester . 102 su tester -c "make -k check"</userinput></screen> 108 103 109 104 <para>Install the package:</para> -
chapter06/vim.xml
rf4bb2af rae7f075 68 68 69 69 <para>To prepare the tests, ensure that the 70 <systemitem class="username"> nobody</systemitem> user can write70 <systemitem class="username">tester</systemitem> user can write 71 71 to the sources tree:</para> 72 72 73 <screen><userinput remap="test">chown -Rv nobody.</userinput></screen>73 <screen><userinput remap="test">chown -Rv tester .</userinput></screen> 74 74 75 75 <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" &> 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" &> vim-test.log</userinput></screen> 79 79 80 80 <!--<screen><userinput remap="test">LANG=en_US.UTF-8 make -j1 test &> vim-test.log</userinput></screen>--> -
chapter08/kernel.xml
rf4bb2af rae7f075 54 54 kernel compilation. Do not rely on the source tree being clean after 55 55 un-tarring.</para> 56 57 <!-- The following paragraph and sed should be only necessary on the 5.658 series, but check when 5.7 is out. -->59 <para>When using <envar>CONFIG_STACKPROTECTOR_STRONG=y</envar>, and60 compiling with GCC 10 and later, the default optimization is too61 aggressive, and generates a kernel panic when booting. This can be62 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>66 56 67 57 <!-- Support for compiling a keymap into the kernel is deliberately removed --> -
general.ent
rf4bb2af rae7f075 1 <!ENTITY version "2020052 1-cross-chap5">1 <!ENTITY version "20200529-cross-chap5"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "cross-chap5"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "2020052 1-cross-cp5-systemd">6 <!ENTITY versiond "20200529-cross-cp5-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "May 2 1st, 2020">10 <!ENTITY releasedate "May 29th, 2020"> 11 11 12 12 <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – --> -
packages.ent
rf4bb2af rae7f075 71 71 <!ENTITY binutils-ch6-sbu "6.7 SBU"> 72 72 73 <!ENTITY bison-version "3.6. 1">74 <!ENTITY bison-size "2,4 07KB">73 <!ENTITY bison-version "3.6.2"> 74 <!ENTITY bison-size "2,411 KB"> 75 75 <!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.xz"> 76 <!ENTITY bison-md5 " 16fa3e60f2c33888c6ef7af64c89e182">76 <!ENTITY bison-md5 "fa5f7c67c523f1d8b2155f55e67f7e1c"> 77 77 <!ENTITY bison-home "&gnu-software;bison/"> 78 78 <!ENTITY bison-ch5-du "43 MB"> … … 426 426 <!ENTITY linux-major-version "5"> 427 427 <!ENTITY linux-minor-version "6"> 428 <!ENTITY linux-patch-version "1 3">428 <!ENTITY linux-patch-version "15"> 429 429 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> 430 430 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> 431 <!ENTITY linux-size "109,1 77KB">431 <!ENTITY linux-size "109,193 KB"> 432 432 <!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"> 434 434 <!ENTITY linux-home "https://www.kernel.org/"> 435 435 <!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is … … 691 691 692 692 <!ENTITY util-linux-minor "2.35"> 693 <!ENTITY util-linux-version "2.35. 1"> <!-- 2.33.x -->694 <!ENTITY util-linux-size "5,0 18KB">693 <!ENTITY util-linux-version "2.35.2"> <!-- 2.33.x --> 694 <!ENTITY util-linux-size "5,030 KB"> 695 695 <!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"> 697 697 <!ENTITY util-linux-home "http://freecode.com/projects/util-linux"> 698 698 <!ENTITY util-linux-ch5-du "154 MB"> … … 701 701 <!ENTITY util-linux-ch6-sbu "1.1 SBU"> 702 702 703 <!ENTITY vim-version "8.2.0 716">703 <!ENTITY vim-version "8.2.0814"> 704 704 <!ENTITY vim-majmin "82"> 705 705 <!ENTITY vim-docdir "vim/vim82"> … … 707 707 <!--<!ENTITY vim-url "https://github.com/vim/vim/archive/v&vim-version;/vim-&vim-version;.tar.gz">--> 708 708 <!ENTITY vim-url "&anduin-sources;/vim-&vim-version;.tar.gz"> 709 <!ENTITY vim-md5 "0 04b4596f185889fbca5b8d513f294ce">709 <!ENTITY vim-md5 "02b8b91bd2a9a97879fc60616f4eb767"> 710 710 <!ENTITY vim-home "https://www.vim.org"> 711 711 <!ENTITY vim-ch6-du "202 MB"> … … 738 738 <!ENTITY zlib-ch6-sbu "less than 0.1 SBU"> 739 739 740 <!ENTITY zstd-version "1.4. 4">741 <!ENTITY zstd-size "1,9 03KB">740 <!ENTITY zstd-version "1.4.5"> 741 <!ENTITY zstd-size "1,928 KB"> 742 742 <!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"> 744 744 <!ENTITY zstd-home "https://facebook.github.io/zstd/"> 745 745 <!ENTITY zstd-ch6-du "16 MB"> -
patches.ent
rf4bb2af rae7f075 6 6 <!ENTITY bash-fixes-patch-md5 "c1545da2ad7d78574b52c465ec077ed9"> 7 7 <!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"> 8 12 9 13 <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.