Changeset ad25331


Ignore:
Timestamp:
07/01/2020 11:23:05 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
2505b8f
Parents:
010fa9b
Message:

Merge changes from trunk to multilib

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r010fa9b rad25331  
    4545    appropriate for the entry or if needed the entire day's listitem.
    4646    -->
     47    <listitem>
     48      <itemizedlist>
     49      <para>2020-07-01</para>
     50        <listitem>
     51          <para>[bdubbs] - Update to perl-5.32.0. Fixes
     52          <ulink url="&lfs-ticket-root;4676">#4676</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[bdubbs] - Update to man-db-2.9.3. Fixes
     56          <ulink url="&lfs-ticket-root;4680">#4680</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[bdubbs] - Update to linux-5.7.6. Fixes
     60          <ulink url="&lfs-ticket-root;4674">#4674</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[bdubbs] - Update to check-0.15.0. Fixes
     64          <ulink url="&lfs-ticket-root;4679">#4679</ulink>.</para>
     65        </listitem>
     66        <listitem>
     67          <para>[bdubbs] - Update to bc-3.0.3. Fixes
     68          <ulink url="&lfs-ticket-root;4675">#4675</ulink>.</para>
     69        </listitem>
     70      </itemizedlist>
     71    </listitem>
     72
    4773    <listitem revision="systemd">
    4874      <itemizedlist>
  • chapter01/whatsnew.xml

    r010fa9b rad25331  
    5858      <para>Bzip2-&bzip2-version;</para>
    5959    </listitem>-->
    60     <!--<listitem>
     60    <listitem>
    6161      <para>Check-&check-version;</para>
    62     </listitem>-->
     62    </listitem>
    6363    <listitem>
    6464      <para>Coreutils-&coreutils-version;</para>
  • chapter07/perl.xml

    r010fa9b rad25331  
    4646    <para>Prepare Perl for compilation:</para>
    4747
    48 <screen><userinput remap="configure">sh Configure -des -Dprefix=/usr</userinput></screen>
     48    <screen><userinput remap="configure">sh Configure -des                                     \
     49             -Dprefix=/usr                            \
     50             -Dvendorprefix=/usr                      \
     51             -Dprivlib=/usr/share/perl5/core_perl     \
     52             -Darchlib=/usr/lib/perl5/&perl-version-min;/core_perl  \
     53             -Dsitelib=/usr/share/perl5/site_perl     \
     54             -Dsitearch=/usr/lib/perl5/&perl-version-min;/site_perl \
     55             -Dvendorlib=/usr/share/perl5/vendor_perl \
     56             -Dvendorarch=/usr/lib/perl5/&perl-version-min;/vendor_perl</userinput></screen>
    4957
    5058    <variablelist>
  • chapter08/perl.xml

    r010fa9b rad25331  
    5050<screen><userinput remap="pre">export BUILD_ZLIB=False
    5151export BUILD_BZIP2=0</userinput></screen>
    52 <!--
    53     <para>Apply a patch to allow the Errno.pm module and the h2ph
    54     program to build correctly when building with GCC 5:</para>
    55 
    56 <screen><userinput remap="pre">patch -Np1 -i ../&perl-gcc5-fixes-patch;</userinput></screen>
    57 -->
    5852
    5953    <para>To have full control over the way Perl is set up, you can remove the
     
    6256    use the defaults that Perl auto-detects:</para>
    6357
    64 <screen><userinput remap="configure">sh Configure -des -Dprefix=/usr                 \
    65                   -Dvendorprefix=/usr           \
    66                   -Dman1dir=/usr/share/man/man1 \
    67                   -Dman3dir=/usr/share/man/man3 \
    68                   -Dpager="/usr/bin/less -isR"  \
    69                   -Duseshrplib                  \
    70                   -Dusethreads</userinput></screen>
     58 <screen><userinput remap="configure">sh Configure -des                                         \
     59             -Dprefix=/usr                                \
     60             -Dvendorprefix=/usr                          \
     61             -Dprivlib=/usr/share/perl5/core_perl         \
     62             -Darchlib=/usr/lib/perl5/&perl-version-min;/core_perl      \
     63             -Dsitelib=/usr/share/perl5/site_perl         \
     64             -Dsitearch=/usr/lib/perl5/&perl-version-min;/site_perl     \
     65             -Dvendorlib=/usr/share/perl5/vendor_perl     \
     66             -Dvendorarch=/usr/lib/perl5/&perl-version-min;/vendor_perl \
     67             -Dman1dir=/usr/share/man/man1                \
     68             -Dman3dir=/usr/share/man/man3                \
     69             -Dpager="/usr/bin/less -isR"                 \
     70             -Duseshrplib                                 \
     71             -Dusethreads</userinput></screen>
    7172
    7273    <variablelist>
     
    110111        <listitem>
    111112          <para>Build perl with support for threads.</para>
     113        </listitem>
     114      </varlistentry>
     115
     116      <varlistentry>
     117        <term><parameter>-Dprivlib,-Darchlib,-Dsitelib,...</parameter></term>
     118        <listitem>
     119          <para>These settings define where Perl is looking for installed
     120          modules. The LFS editors chose to put them in a directory structure
     121          based on the Major.Minor version of Perl (&perl-version-min;) which
     122          allows upgrading Perl to newer Patch levels (&perl-version;) without
     123          the need to reinstall all of the modules again.</para>
    112124        </listitem>
    113125      </varlistentry>
  • general.ent

    r010fa9b rad25331  
    1 <!ENTITY version         "SVN-20200622">
     1<!ENTITY version         "SVN-20200701">
    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 "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20200622-systemd">
     6<!ENTITY versiond        "20200701-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "June 22nd, 2020">
     10<!ENTITY releasedate     "July 1st, 2020">
    1111
    1212<!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    r010fa9b rad25331  
    5858<!ENTITY bash-fin-sbu "1.8 SBU">
    5959
    60 <!ENTITY bc-version "2.7.2">
    61 <!ENTITY bc-size "185 KB">
     60<!ENTITY bc-version "3.0.3">
     61<!ENTITY bc-size "198 KB">
    6262<!ENTITY bc-url "https://github.com/gavinhoward/bc/releases/download/&bc-version;/bc-&bc-version;.tar.xz">
    63 <!ENTITY bc-md5 "28235ceaf2280b909591ace7a3a4f051">
     63<!ENTITY bc-md5 "e70c43d6f829e20ecd8c7129efe3502b">
    6464<!ENTITY bc-home "https://git.yzena.com/gavin/bc">
    6565<!ENTITY bc-fin-du "3.2 MB">
     
    9393<!ENTITY bzip2-md5 "67e051268d0c475ea773822f7500d0e5">
    9494<!ENTITY bzip2-home " ">
    95 <!--<!ENTITY bzip2-home "http://www.bzip.org/">-->
    96 <!-- No more bzip2 in temp tools
    97 <!ENTITY bzip2-tmp-du "6.4 MB">
    98 <!ENTITY bzip2-tmp-sbu "less than 0.1 SBU">-->
    9995<!ENTITY bzip2-fin-du "7.7 MB">
    10096<!ENTITY bzip2-fin-sbu "less than 0.1 SBU">
    101 <!-- Does not seem to be used in this book
    102 
    103 <!ENTITY ref5-version "&version;">
    104 <!ENTITY ref5-size "REF5-SUM KB">
    105 <!ENTITY ref5-url "&anduin-sources;/reference-files/chapter5-files-&version;.ref">
    106 <!ENTITY ref5-md5 "REF5-MD5SUM">
    107 
    108 <!ENTITY ref6-version "&version;">
    109 <!ENTITY ref6-size "REF6-SUM KB">
    110 <!ENTITY ref6-url "&anduin-sources;/reference-files/chapter6-files-&version;.ref">
    111 <!ENTITY ref6-md5 "REF6-MD5SUM">
    112 -->
    113 <!ENTITY check-version "0.14.0">
    114 <!ENTITY check-size "753 KB">
     97
     98<!ENTITY check-version "0.15.0">
     99<!ENTITY check-size "757 KB">
    115100<!ENTITY check-url "&github;/libcheck/check/releases/download/&check-version;/check-&check-version;.tar.gz">
    116 <!ENTITY check-md5 "270e82a445be6026040267a5e11cc94b">
     101<!ENTITY check-md5 "77b27bd48f9b16844c2f62333639a246">
    117102<!ENTITY check-home "https://libcheck.github.io/check">
    118103<!ENTITY check-fin-du "12 MB">
     
    220205<!ENTITY flex-md5 "2882e3179748cc9f9c23ec593d6adc8d">
    221206<!ENTITY flex-home "&github;/westes/flex">
    222 <!-- only in final system now
    223 <!ENTITY flex-tmp-du "15 MB">
    224 <!ENTITY flex-tmp-sbu "0.1 SBU">-->
    225207<!ENTITY flex-fin-du "36 MB">
    226208<!ENTITY flex-fin-sbu "0.4 SBU">
     
    251233<!ENTITY libitm-version      "1.0.0">
    252234<!ENTITY libatomic-version   "1.2.0">
    253 <!--<!ENTITY libmpx-version      "2.0.1">-->
    254 <!--<!ENTITY libmpxwrap-version  "2.0.1">-->
    255 <!--<!ENTITY libcilkrts-version  "5.0.0">-->
    256235
    257236<!ENTITY libstdcpp-tmpp1-du "952 MB">
     
    447426<!ENTITY linux-major-version "5">
    448427<!ENTITY linux-minor-version "7">
    449 <!ENTITY linux-patch-version "2">
     428<!ENTITY linux-patch-version "6">
    450429<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    451430<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    452 <!ENTITY linux-size "110,047 KB">
     431<!ENTITY linux-size "110,070 KB">
    453432<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    454 <!ENTITY linux-md5 "3aec12c426030b27553006ea515a91a1">
     433<!ENTITY linux-md5 "80eb1a79341d8a7d089fcf6113c1b421">
    455434<!ENTITY linux-home "https://www.kernel.org/">
    456435<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
     
    486465<!ENTITY make-fin-sbu "0.5 SBU">
    487466
    488 <!ENTITY man-db-version "2.9.2">
    489 <!ENTITY man-db-size "1,844 KB">
     467<!ENTITY man-db-version "2.9.3">
     468<!ENTITY man-db-size "1,842 KB">
    490469<!ENTITY man-db-url "&savannah;/releases/man-db/man-db-&man-db-version;.tar.xz">
    491 <!ENTITY man-db-md5 "86c7b99ce5969d9b20bf9aeae8d86e0b">
     470<!ENTITY man-db-md5 "4c8721faa54a4c950c640e5e5c713fb0">
    492471<!ENTITY man-db-home "https://www.nongnu.org/man-db/">
    493472<!ENTITY man-db-fin-du "40 MB">
     
    562541<!ENTITY patch-fin-sbu "0.2 SBU">
    563542
    564 <!ENTITY perl-version "5.30.3">
    565 <!ENTITY perl-size "12,088 KB">
     543<!ENTITY perl-version-major "5">
     544<!ENTITY perl-version-minor "32">
     545<!ENTITY perl-version-patch "0">
     546<!ENTITY perl-version-min "&perl-version-major;.&perl-version-minor;">
     547<!ENTITY perl-version "&perl-version-major;.&perl-version-minor;.&perl-version-patch;">
     548<!ENTITY perl-size "12,420 KB">
    566549<!ENTITY perl-url "https://www.cpan.org/src/5.0/perl-&perl-version;.tar.xz">
    567 <!ENTITY perl-md5 "0af2ab0f01ec13e37cc13a27de930936">
     550<!ENTITY perl-md5 "3812cd9a096a72cb27767c7e2e40441c">
    568551<!ENTITY perl-home "https://www.perl.org/">
    569552<!ENTITY perl-tmp-du "261 MB">
Note: See TracChangeset for help on using the changeset viewer.