Changeset 1b61cd1
- Timestamp:
- 04/01/2023 01:05:35 PM (2 months ago)
- Branches:
- xry111/arm64
- Children:
- c2596a4
- Parents:
- 70f30e9 (diff), fd531b84 (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. - Files:
-
- 2 added
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/dependencies.xml
r70f30e9 r1b61cd1 874 874 <seglistitem> 875 875 <seg>None</seg> 876 </seglistitem> 877 </segmentedlist> 878 879 <!-- Begin Flit-core dependency info --> 880 <bridgehead renderas="sect2" id="flit-core-dep">Flit-Core</bridgehead> 881 882 <segmentedlist id="flit-core-depends"> 883 <segtitle>&dependencies;</segtitle> 884 <seglistitem> 885 <seg>Python</seg> 886 </seglistitem> 887 </segmentedlist> 888 889 <segmentedlist id="flit-core-rundeps"> 890 <segtitle>&runtime;</segtitle> 891 <seglistitem> 892 <seg>Python</seg> 893 </seglistitem> 894 </segmentedlist> 895 896 <segmentedlist id="flit-core-testdeps"> 897 <segtitle>&testsuites;</segtitle> 898 <seglistitem> 899 <seg>No test suite available</seg> 900 </seglistitem> 901 </segmentedlist> 902 903 <segmentedlist id="flit-core-before"> 904 <segtitle>&before;</segtitle> 905 <seglistitem> 906 <seg>Wheel</seg> 907 </seglistitem> 908 </segmentedlist> 909 910 <segmentedlist id="flit-core-optdeps"> 911 <segtitle>&external;</segtitle> 912 <seglistitem> 913 <seg> 914 <ulink url='&blfs-book;general/python-modules.html#pytest'>pytest</ulink> 915 and 916 <ulink url='&pypi-home;/testpath'>testpath</ulink> 917 </seg> 876 918 </seglistitem> 877 919 </segmentedlist> … … 3105 3147 <segtitle>&dependencies;</segtitle> 3106 3148 <seglistitem> 3107 <seg>Python </seg>3149 <seg>Python and Flit-core</seg> 3108 3150 </seglistitem> 3109 3151 </segmentedlist> … … 3263 3305 <segtitle>&dependencies;</segtitle> 3264 3306 <seglistitem> 3265 <seg>Binutils, Coreutils, GCC, Glibc, Gzip, Make, and Xz</seg>3307 <seg>Binutils, Coreutils, GCC, Glibc, Gzip, Make, Xz, and Zlib</seg> 3266 3308 </seglistitem> 3267 3309 </segmentedlist> -
chapter01/changelog.xml
r70f30e9 r1b61cd1 40 40 appropriate for the entry or if needed the entire day's listitem. 41 41 --> 42 <listitem> 43 <para>2023-03-31</para> 44 <itemizedlist> 45 <listitem> 46 <para>[xry111] - Update to linux-6.2.9 (security fix). Fixes 47 <ulink url='&lfs-ticket-root;5230'>#5230</ulink>.</para> 48 </listitem> 49 <listitem> 50 <para>[xry111] - Update to grep-3.10. Fixes 51 <ulink url='&lfs-ticket-root;5234'>#5234</ulink>.</para> 52 </listitem> 53 <listitem> 54 <para>[xry111] - Update to wheel-0.40.0. Fixes 55 <ulink url='&lfs-ticket-root;5229'>#5229</ulink>.</para> 56 </listitem> 57 <listitem> 58 <para>[xry111] - Update to bc-6.5.0. Fixes 59 <ulink url='&lfs-ticket-root;5228'>#5228</ulink>.</para> 60 </listitem> 61 <listitem> 62 <para>[xry111] - Update to texinfo-7.0.3. Fixes 63 <ulink url='&lfs-ticket-root;5235'>#5235</ulink>.</para> 64 </listitem> 65 <listitem> 66 <para>[xry111] - Update to coreutils-9.2. Fixes 67 <ulink url='&lfs-ticket-root;5232'>#5232</ulink>.</para> 68 </listitem> 69 <listitem> 70 <para>[xry111] - Update to libcap-2.68. Fixes 71 <ulink url='&lfs-ticket-root;5236'>#5236</ulink>.</para> 72 </listitem> 73 <listitem> 74 <para>[xry111] - Update to tzdata-2023c. Fixes 75 <ulink url='&lfs-ticket-root;5237'>#5237</ulink>.</para> 76 </listitem> 77 <listitem> 78 <para>[xry111] - Update to xz-5.4.2. Fixes 79 <ulink url='&lfs-ticket-root;5233'>#5233</ulink>.</para> 80 </listitem> 81 <listitem> 82 <para>[xry111] - Update to openssl-3.1.0. Fixes 83 <ulink url='&lfs-ticket-root;5227'>#5227</ulink>.</para> 84 </listitem> 85 <listitem> 86 <para>[xry111] - Add flit-core-3.8.0.</para> 87 </listitem> 88 </itemizedlist> 89 </listitem> 90 91 <listitem> 92 <para>2023-03-15</para> 93 <itemizedlist> 94 <listitem> 95 <para>[bdubbs] - Update to bc-6.4.0. Fixes 96 <ulink url='&lfs-ticket-root;5217'>#5217</ulink>.</para> 97 </listitem> 98 <listitem> 99 <para>[bdubbs] - Update to grep-3.9. Fixes 100 <ulink url='&lfs-ticket-root;5225'>#5225</ulink>.</para> 101 </listitem> 102 <listitem> 103 <para>[bdubbs] - Update to linux-6.2.6. Fixes 104 <ulink url='&lfs-ticket-root;5226'>#5226</ulink>.</para> 105 </listitem> 106 <listitem> 107 <para>[bdubbs] - Update to iana-etc-20230306. Addresses 108 <ulink url='&lfs-ticket-root;5006'>#5006</ulink>.</para> 109 </listitem> 110 </itemizedlist> 111 </listitem> 42 112 <listitem> 43 113 <para>2023-03-04</para> -
chapter01/how.xml
r70f30e9 r1b61cd1 19 19 tools.</para> 20 20 21 <note><para>There are many ways to install a Linux distribution and 22 the defaults are usually not optimal for building an LFS system. 23 For suggestions on setting up a commercial distribution see: 24 <ulink url="&lfs-root;hints/downloads/files/partitioning-for-lfs.txt"/>.</para></note> 25 21 26 <para>As an alternative to installing a separate distribution on your 22 machine, you may wish to use <!-- the Linux From Scratch LiveCD or --> a LiveCD from a 23 commercial distribution. <!-- The LFS LiveCD works well as a host system, 24 providing all the tools you need to successfully follow the instructions in 25 this book. The LiveCD version is behind the current book, but is still useful 26 as a host for building the current book. The <quote>-nosrc</quote> or 27 <quote>-min</quote> editions of the LiveCD are the most appropriate for 28 building a current LFS system. For more information about the LFS LiveCD or 29 to download a copy, visit <ulink url="&livecd-root;"/>. --></para> 27 machine, you may wish to use a LiveCD from a commercial distribution.</para> 30 28 31 29 <!-- -
chapter01/whatsnew.xml
r70f30e9 r1b61cd1 119 119 <para>Gperf-&gperf-version;</para> 120 120 </listitem>--> 121 < !--<listitem>121 <listitem> 122 122 <para>Grep-&grep-version;</para> 123 </listitem> -->123 </listitem> 124 124 <!--<listitem> 125 125 <para>Groff-&groff-version;</para> … … 131 131 <para>Gzip-&gzip-version;</para> 132 132 </listitem>--> 133 < !--<listitem>133 <listitem> 134 134 <para>IANA-Etc-&iana-etc-version;</para> 135 </listitem> -->135 </listitem> 136 136 <!--<listitem> 137 137 <para>Inetutils-&inetutils-version;</para> … … 293 293 <listitem><para></para></listitem> <!-- satisfy build --> 294 294 295 <listitem> 296 <para>Flit-core-&flit-core-version;</para> 297 </listitem> 298 295 299 <!--<listitem> 296 300 <para>&grub-upstream-fixes-patch;</para> -
chapter02/creatingpartition.xml
r70f30e9 r1b61cd1 152 152 </listitem> 153 153 154 <listitem revision='sysv'><para>/tmp – A separate /tmp directory154 <listitem revision='sysv'><para>/tmp – A separate /tmp partition 155 155 is rare, but useful if configuring a thin client. This partition, if 156 156 used, will usually not need to exceed a couple of -
chapter03/packages.xml
r70f30e9 r1b61cd1 225 225 <para>Download: <ulink url="&flex-url;"/></para> 226 226 <para>MD5 sum: <literal>&flex-md5;</literal></para> 227 </listitem> 228 </varlistentry> 229 230 <varlistentry> 231 <term>Flit-core (&flit-core-version;) - <token>&flit-core-size;</token>:</term> 232 <listitem> 233 <para>Home page: <ulink url="&flit-core-home;"/></para> 234 <para>Download: <ulink url="&flit-core-url;"/></para> 235 <para>MD5 sum: <literal>&flit-core-md5;</literal></para> 227 236 </listitem> 228 237 </varlistentry> -
chapter08/chapter08.xml
r70f30e9 r1b61cd1 64 64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libffi.xml"/> 65 65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python.xml"/> 66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flit-core.xml"/> 66 67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="wheel.xml"/> 67 68 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ninja.xml"/> -
chapter08/coreutils.xml
r70f30e9 r1b61cd1 54 54 </note> 55 55 56 <!-- this has been fixed in upstream gnulib, when a new version of 57 coreutils is released, please check #4055 to see if the change has been 58 picked up in this package --> 59 <!-- 60 <para>Now, fix a problem with chmod return values:</para> 61 62 <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-chmod-patch;</userinput></screen> 63 --> 56 <!-- https://bugs.gnu.org/62403 --> 57 <para>Fix a bug in checksum utilities causing failed checks not 58 reported correctly:</para> 59 60 <screen><userinput remap="pre">sed '/if ( ! match/s/ed_checksums//' -i src/digest.c</userinput></screen> 61 64 62 <para>Now prepare Coreutils for compilation:</para> 65 63 -
chapter08/openssl.xml
r70f30e9 r1b61cd1 97 97 <emphasis>when upgrading to a version with the same MAJOR version 98 98 number</emphasis>. 99 </para> 100 101 <!-- https://bugzilla.mindrot.org/show_bug.cgi?id=3548 --> 102 <para> 103 If <application>OpenSSH</application> is installed, it will be an 104 exception of the general rule above. It contains an 105 over-restrictive OpenSSL version check, so both SSH client and SSH 106 server will refuse to start if OpenSSL 107 is updated with MAJOR version number unchanged but MINOR version 108 number changed. You need to rebuild 109 <application>OpenSSH</application> after such an upgrade. 110 <emphasis role='bold'>If <application>OpenSSH</application> is being 111 used to access the system, you must rebuild and reinstall it 112 after upgrading OpenSSL to a new MINOR version number before logout 113 or you won't be able to login via SSH anymore.</emphasis> 99 114 </para> 100 115 -
chapter08/stripping.xml
r70f30e9 r1b61cd1 56 56 <important> 57 57 <para> 58 If any package of which the version is different from the version58 If there is any package whose version is different from the version 59 59 specified by the book (either following a security advisory or 60 60 satisfying personal preference), it may be necessary to update the 61 thelibrary file name in <envar>save_usrlib</envar> or61 library file name in <envar>save_usrlib</envar> or 62 62 <envar>online_usrlib</envar>. 63 63 <emphasis role='bold'>Failing to do so may render the system -
chapter08/util-linux.xml
r70f30e9 r1b61cd1 976 976 </varlistentry> 977 977 978 <varlistentry id="r kfill">979 <term><command>r kfill</command></term>978 <varlistentry id="rfkill"> 979 <term><command>rfkill</command></term> 980 980 <listitem> 981 981 <para>Tool for enabling and disabling wireless devices</para> 982 <indexterm zone="ch-system-util-linux r kfill">983 <primary sortas="b-r kfill">rkfill</primary>982 <indexterm zone="ch-system-util-linux rfkill"> 983 <primary sortas="b-rfkill">rfkill</primary> 984 984 </indexterm> 985 985 </listitem> -
chapter08/wheel.xml
r70f30e9 r1b61cd1 43 43 <para>Compile Wheel with the following command:</para> 44 44 45 <screen><userinput remap="make"> PYTHONPATH=srcpip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>45 <screen><userinput remap="make">pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen> 46 46 47 47 <para>Install Wheel with the following command:</para> … … 49 49 <screen><userinput remap="install">pip3 install --no-index --find-links=dist wheel</userinput></screen> 50 50 51 <variablelist>52 <title>The meaning of the pip3 configuration options and commands:</title>53 54 <varlistentry>55 <term><envar>PYTHONPATH=src</envar></term>56 <listitem>57 <para>Allows this package (not installed yet) to build a58 wheel archive for itself, to avoid a chicken-or-egg problem.</para>59 </listitem>60 </varlistentry>61 62 <varlistentry>63 <term><command>wheel</command></term>64 <listitem>65 <para>This command builds the wheel archive for this package.</para>66 </listitem>67 </varlistentry>68 69 <varlistentry>70 <term><parameter>-w dist</parameter></term>71 <listitem>72 <para>Instructs pip to put the created wheel into the73 <filename class='directory'>dist</filename> directory.</para>74 </listitem>75 </varlistentry>76 77 <varlistentry>78 <term><command>install</command></term>79 <listitem>80 <para>This command installs the package.</para>81 </listitem>82 </varlistentry>83 84 <varlistentry>85 <term><parameter>--no-build-isolation</parameter>,86 <parameter>--no-deps</parameter>, and87 <parameter>--no-index</parameter></term>88 <listitem>89 <para>These options prevent fetching files from the online package90 repository (PyPI). If packages are installed in the correct order,91 pip won't need to fetch any files in the first place; these92 options add some safety in case of user error.</para>93 </listitem>94 </varlistentry>95 96 <varlistentry>97 <term><parameter>--find-links dist</parameter></term>98 <listitem>99 <para>Instructs pip to search for wheel archives in the100 <filename class='directory'>dist</filename> directory.</para>101 </listitem>102 </varlistentry>103 </variablelist>104 51 </sect2> 105 52 -
chapter10/kernel.xml
r70f30e9 r1b61cd1 163 163 CPU/Task time and stats accounting ---> 164 164 [*] Pressure stall information tracking [CONFIG_PSI] 165 [ ] Require boot parameter to enable pressure stall information tracking [CONFIG_PSI_DEFAULT_DISABLED] 165 166 < > Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS] 166 167 [*] Control Group support [CONFIG_CGROUPS] ---> -
chapter11/reboot.xml
r70f30e9 r1b61cd1 78 78 <listitem> 79 79 <para> 80 Ensure a password is set for the &root; user. 81 </para> 82 </listitem> 83 84 <listitem> 85 <para> 80 86 A review of the following configuration files 81 87 is also appropriate at this point. … … 134 140 is set to boot <emphasis>LFS &version;</emphasis> automatically.</para> 135 141 136 <para>When the reboot is complete, the LFS system is ready for use and 137 more software may be added to suit your needs.</para> 142 <para>When the reboot is complete, the LFS system is ready for use. What you 143 will see is a simple <quote>login: </quote> prompt. At this point, you can 144 proceed to <ulink url="&blfs-book;">the BLFS Book</ulink> 145 where you can add more software to suit your needs.</para> 146 147 <para> 148 If your reboot is <emphasis role="bold">not</emphasis> successful, it 149 is time to troubleshoot. For hints on solving initial booting problems, see 150 <ulink url="https://www.linuxfromscratch.org/lfs/troubleshooting.html"/>. 151 </para> 138 152 139 153 </sect1> -
packages.ent
r70f30e9 r1b61cd1 59 59 <!ENTITY bash-fin-sbu "1.2 SBU"> 60 60 61 <!ENTITY bc-version "6. 3.1">62 <!ENTITY bc-size "4 48KB">61 <!ENTITY bc-version "6.5.0"> 62 <!ENTITY bc-size "452 KB"> 63 63 <!ENTITY bc-url "https://github.com/gavinhoward/bc/releases/download/&bc-version;/bc-&bc-version;.tar.xz"> 64 <!ENTITY bc-md5 " 70caa7c8a273d7152ad015823e887455">64 <!ENTITY bc-md5 "e4757f48340dfe74af0d5be7ea56f7c7"> 65 65 <!ENTITY bc-home "https://git.gavinhoward.com/gavin/bc"> 66 66 <!ENTITY bc-fin-du "7.6 MB"> … … 105 105 <!ENTITY check-fin-sbu "0.1 SBU (about 1.7 SBU with tests)"> 106 106 107 <!ENTITY coreutils-version "9. 1">108 <!ENTITY coreutils-size "5, 570KB">107 <!ENTITY coreutils-version "9.2"> 108 <!ENTITY coreutils-size "5,644 KB"> 109 109 <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.xz"> 110 <!ENTITY coreutils-md5 " 8b1ca4e018a7dce9bb937faec6618671">110 <!ENTITY coreutils-md5 "4a8a5097d8d7315ccfd6be7eafc8c862"> 111 111 <!ENTITY coreutils-home "&gnu-software;coreutils/"> 112 112 <!ENTITY coreutils-tmp-du "162 MB"> … … 207 207 <!ENTITY flex-fin-du "33 MB"> 208 208 <!ENTITY flex-fin-sbu "0.1 SBU"> 209 210 <!ENTITY flit-core-version "3.8.0"> 211 <!ENTITY flit-core-size "44 KB"> 212 <!ENTITY flit-core-url "&pypi-src;/f/flit-core/flit_core-&flit-core-version;.tar.gz"> 213 <!ENTITY flit-core-md5 "7c41da13273f7787709a24f74e0f5a99"> 214 <!ENTITY flit-core-home "&pypi-home;/flit-core/"> 215 <!ENTITY flit-core-fin-du "736 KB"> 216 <!ENTITY flit-core-fin-sbu "less than 0.1 SBU"> 209 217 210 218 <!ENTITY gawk-version "5.2.1"> … … 282 290 <!ENTITY gperf-fin-sbu "less than 0.1 SBU"> 283 291 284 <!ENTITY grep-version "3. 8">285 <!ENTITY grep-size "1,6 70KB">292 <!ENTITY grep-version "3.10"> 293 <!ENTITY grep-size "1,652 KB"> 286 294 <!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar.xz"> 287 <!ENTITY grep-md5 " dc6e4d18d4659e6e7552fc4a183c8ac9">295 <!ENTITY grep-md5 "ab3f063ad4596b7d094fb5f66cf327d6"> 288 296 <!ENTITY grep-home "&gnu-software;grep/"> 289 297 <!ENTITY grep-tmp-du "25 MB"> … … 318 326 <!ENTITY gzip-fin-sbu "0.3 SBU"> 319 327 320 <!ENTITY iana-etc-version "20230 202">321 <!ENTITY iana-etc-size "58 6KB">328 <!ENTITY iana-etc-version "20230306"> 329 <!ENTITY iana-etc-size "587 KB"> 322 330 <!ENTITY iana-etc-url "https://github.com/Mic92/iana-etc/releases/download/&iana-etc-version;/iana-etc-&iana-etc-version;.tar.gz"> 323 <!ENTITY iana-etc-md5 " e64685d046cd0dfe94b5c66e294cf9ef">331 <!ENTITY iana-etc-md5 "b25ebfa2a9ae359a64abaa8331347505"> 324 332 <!ENTITY iana-etc-home "https://www.iana.org/protocols"> 325 333 <!ENTITY iana-etc-fin-du "4.8 MB"> … … 391 399 <!ENTITY lfs-bootscripts-cfg-sbu "less than 0.1 SBU"> 392 400 393 <!ENTITY libcap-version "2.6 7">394 <!ENTITY libcap-size "18 3KB">401 <!ENTITY libcap-version "2.68"> 402 <!ENTITY libcap-size "188 KB"> 395 403 <!ENTITY libcap-url "&kernel;linux/libs/security/linux-privs/libcap2/libcap-&libcap-version;.tar.xz"> 396 <!ENTITY libcap-md5 " 06333f4301657298890fd8d6f1fb4793">404 <!ENTITY libcap-md5 "ffb9e9c87704f92ac75201327841e753"> 397 405 <!ENTITY libcap-home "https://sites.google.com/site/fullycapable/"> 398 406 <!ENTITY libcap-fin-du "2.9 MB"> … … 425 433 <!ENTITY linux-major-version "6"> 426 434 <!ENTITY linux-minor-version "2"> 427 <!ENTITY linux-patch-version " 2">435 <!ENTITY linux-patch-version "9"> 428 436 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> 429 437 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> 430 <!ENTITY linux-size "133,2 36 KB">438 <!ENTITY linux-size "133,256 KB"> 431 439 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> 432 <!ENTITY linux-md5 " 03b17feb98f92131a465b09f3a12e715">440 <!ENTITY linux-md5 "f54e2a251b1abd5b56e46ed0de569275"> 433 441 <!ENTITY linux-home "https://www.kernel.org/"> 434 442 <!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is … … 527 535 <!ENTITY ninja-fin-sbu "0.3 SBU"> 528 536 529 <!ENTITY openssl-version "3. 0.8">530 <!ENTITY openssl-size "1 4,800KB">537 <!ENTITY openssl-version "3.1.0"> 538 <!ENTITY openssl-size "15,164 KB"> 531 539 <!ENTITY openssl-url "https://www.openssl.org/source/openssl-&openssl-version;.tar.gz"> 532 <!ENTITY openssl-md5 " 61e017cf4fea1b599048f621f1490fbd">540 <!ENTITY openssl-md5 "f6c520aa2206d4d1fa71ea30b5e9a56d"> 533 541 <!ENTITY openssl-home "https://www.openssl.org/"> 534 542 <!ENTITY openssl-fin-du "520 MB"> … … 682 690 <!ENTITY tcl-tmp-sbu "2.7 SBU"> 683 691 684 <!ENTITY texinfo-version "7.0. 2">685 <!ENTITY texinfo-size "4,7 62KB">692 <!ENTITY texinfo-version "7.0.3"> 693 <!ENTITY texinfo-size "4,776 KB"> 686 694 <!ENTITY texinfo-url "&gnu;texinfo/texinfo-&texinfo-version;.tar.xz"> 687 <!ENTITY texinfo-md5 " be9500f3a361525622850ecb1b1fc024">695 <!ENTITY texinfo-md5 "37bf94fd255729a14d4ea3dda119f81a"> 688 696 <!ENTITY texinfo-home "&gnu-software;texinfo/"> 689 697 <!ENTITY texinfo-tmp-du "116 MB"> … … 692 700 <!ENTITY texinfo-fin-sbu "0.3 SBU"> 693 701 694 <!ENTITY tzdata-version "202 2g">695 <!ENTITY tzdata-size "43 0KB">702 <!ENTITY tzdata-version "2023c"> 703 <!ENTITY tzdata-size "436 KB"> 696 704 <!ENTITY tzdata-url "https://www.iana.org/time-zones/repository/releases/tzdata&tzdata-version;.tar.gz"> 697 <!ENTITY tzdata-md5 " 884250fd2a8a55f6322900ad4ab94d7b">705 <!ENTITY tzdata-md5 "5aa672bf129b44dd915f8232de38e49a"> 698 706 <!ENTITY tzdata-home "https://www.iana.org/time-zones"> 699 707 … … 726 734 <!ENTITY vim-fin-sbu "2.4 SBU"> 727 735 728 <!ENTITY wheel-version "0. 38.4">729 <!ENTITY wheel-size " 66 KB">736 <!ENTITY wheel-version "0.40.0"> 737 <!ENTITY wheel-size "96 KB"> 730 738 <!ENTITY wheel-url "&pypi-src;/w/wheel/wheel-&wheel-version;.tar.gz"> 731 <!ENTITY wheel-md5 " 83bb4e7bd4d687d398733f341a64ab91">739 <!ENTITY wheel-md5 "ec5004c46d1905da98bb5bc1a10ddd21"> 732 740 <!ENTITY wheel-home "&pypi-home;/wheel/"> 733 741 <!ENTITY wheel-fin-du "1.3 MB"> … … 742 750 <!ENTITY xml-parser-fin-sbu "less than 0.1 SBU"> 743 751 744 <!ENTITY xz-version "5.4. 1">745 <!ENTITY xz-size "1, 451KB">752 <!ENTITY xz-version "5.4.2"> 753 <!ENTITY xz-size "1,576 KB"> 746 754 <!ENTITY xz-url "https://tukaani.org/xz/xz-&xz-version;.tar.xz"> 747 <!ENTITY xz-md5 " 47d831c659e94071d5dd384d0d1ed4c6">755 <!ENTITY xz-md5 "1dcdf002d9a69f48ff67be84964af0d8"> 748 756 <!ENTITY xz-home "https://tukaani.org/xz"> 749 757 <!ENTITY xz-tmp-du "20 MB"> -
patches.ent
r70f30e9 r1b61cd1 24 24 25 25 <!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch"> 26 <!ENTITY coreutils-i18n-patch-md5 " c1ac7edf095027460716577633da9fc5">26 <!ENTITY coreutils-i18n-patch-md5 "3c6340b3ddd62f4acdf8d3caa6fad6b0"> 27 27 <!ENTITY coreutils-i18n-patch-size "166 KB"> 28 28 <!--
Note:
See TracChangeset
for help on using the changeset viewer.