Changeset 560065f


Ignore:
Timestamp:
06/04/2020 02:34:40 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
2f117874, 675606b
Parents:
54f2cdd
Message:

Update to perl-5.30.3 (security update)
Update to dbus-1.12.18 (security update) - systemd only
Update to man-db-2.9.2
Update to libcap-2.36
Update to bison-3.6.3
systemd: Buildfix for GCC-10 - patch instead of cflags
elfutils: run-elfclassify.sh no longer fails.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11895 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r54f2cdd r560065f  
    4343    appropriate for the entry or if needed the entire day's listitem.
    4444    -->
     45
     46    <listitem>
     47      <para>2020-06-03</para>
     48      <itemizedlist>
     49        <listitem revision="systemd">
     50          <para>[renodr] - Fix systemd's build with GCC-10 with a patch instead
     51          of CFLAGS.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[renodr] - Update to perl-5.30.3 (security update). Fixes
     55          <ulink url="&lfs-ticket-root;4664">#4664</ulink>.</para>
     56        </listitem>
     57        <listitem revision="systemd">
     58          <para>[renodr] - Update to dbus-1.12.18 (security update). Fixes
     59          <ulink url="&lfs-ticket-root;4665">#4665</ulink>.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[renodr] - Update to man-db-2.9.2. Fixes
     63          <ulink url="&lfs-ticket-root;4663">#4663</ulink>.</para>
     64        </listitem>
     65        <listitem>
     66          <para>[renodr] - Update to libcap-2.36. Fixes
     67          <ulink url="&lfs-ticket-root;4666">#4666</ulink>.</para>
     68        </listitem>
     69        <listitem>
     70          <para>[renodr] - Update to bison-3.6.3. Fixes
     71          <ulink url="&lfs-ticket-root;4667">#4667</ulink>.</para>
     72        </listitem>
     73      </itemizedlist>
     74    </listitem>
     75
    4576    <listitem>
    4677      <para>2020-05-31</para>
  • chapter03/patches.xml

    r54f2cdd r560065f  
    126126    </varlistentry>
    127127-->
     128
     129    <varlistentry revision="systemd">
     130      <term>Systemd GCC-10 Patch - <token>&systemd-gcc10-patch-size;</token>:</term>
     131      <listitem>
     132        <para>Download: <ulink url="&patches-root;&systemd-gcc10-patch;"/></para>
     133        <para>MD5 sum: <literal>&systemd-gcc10-patch-md5;</literal></para>
     134      </listitem>
     135    </varlistentry>
     136
    128137  </variablelist>
    129138
  • chapter06/libelf.xml

    r54f2cdd r560065f  
    5757<screen><userinput remap="test">make check</userinput></screen>
    5858
    59     <para>One test, run-elfclassify.sh, is known to fail.</para>
     59<!--    <para>One test, run-elfclassify.sh, is known to fail.</para>-->
    6060
    6161    <para>Install only Libelf:</para>
  • chapter06/systemd.xml

    r54f2cdd r560065f  
    4040  <sect2 role="installation">
    4141    <title>Installation of systemd</title>
    42 <!--
    43     <para>First, apply a patch to fix various bugs since the release
    44     of systemd-243.</para>
    45 
    46 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-consolidated_fixes-2.patch</userinput></screen>
    47 -->
     42
     43    <para>First, apply a patch to fix the build with GCC-10:</para>
     44
     45<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-1.patch</userinput></screen>
     46
    4847
    4948    <para>Create a symlink to work around missing xsltproc:</para>
     
    7473      --sysconfdir=/etc             \
    7574      --localstatedir=/var          \
    76       -Dc_args=-Wno-format-overflow \
    7775      -Dblkid=true                  \
    7876      -Dbuildtype=release           \
     
    9997      <title>The meaning of the meson options:</title>
    10098
     99<!--
    101100      <varlistentry>
    102101        <term><parameter>-Dc_args=-Wno-format-overflow</parameter></term>
     
    108107        </listitem>
    109108      </varlistentry>
     109-->
    110110
    111111      <varlistentry>
  • general.ent

    r54f2cdd r560065f  
    1 <!ENTITY version         "SVN-20200531">
     1<!ENTITY version         "SVN-20200603">
    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        "20200531-systemd">
     6<!ENTITY versiond        "20200603-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "May 31st, 2020">
     10<!ENTITY releasedate     "June 3rd, 2020">
    1111
    1212<!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    r54f2cdd r560065f  
    7171<!ENTITY binutils-ch6-sbu "6.7 SBU">
    7272
    73 <!ENTITY bison-version "3.6.2">
    74 <!ENTITY bison-size "2,411 KB">
     73<!ENTITY bison-version "3.6.3">
     74<!ENTITY bison-size "2,416 KB">
    7575<!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.xz">
    76 <!ENTITY bison-md5 "fa5f7c67c523f1d8b2155f55e67f7e1c">
     76<!ENTITY bison-md5 "ca0513e77de1de46b9f2419d175cb3b4">
    7777<!ENTITY bison-home "&gnu-software;bison/">
    7878<!ENTITY bison-ch5-du "43 MB">
     
    119119<!ENTITY coreutils-ch6-sbu "2.3 SBU">
    120120
    121 <!ENTITY dbus-version "1.12.16">
     121<!ENTITY dbus-version "1.12.18">
    122122<!ENTITY dbus-size "2,048 KB">
    123123<!ENTITY dbus-url "https://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
    124 <!ENTITY dbus-md5 "2dbeae80dfc9e3632320c6a53d5e8890">
     124<!ENTITY dbus-md5 "4ca570c281be35d0b30ab83436712242">
    125125<!ENTITY dbus-home "https://www.freedesktop.org/wiki/Software/dbus">
    126126<!ENTITY dbus-ch6-du "18 MB">
     
    392392<!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU">
    393393
    394 <!ENTITY libcap-version "2.34">
    395 <!ENTITY libcap-size "109 KB">
     394<!ENTITY libcap-version "2.36">
     395<!ENTITY libcap-size "112 KB">
    396396<!ENTITY libcap-url "&kernel;linux/libs/security/linux-privs/libcap2/libcap-&libcap-version;.tar.xz">
    397 <!ENTITY libcap-md5 "66028a8080a0891c54b202bb5e749035">
     397<!ENTITY libcap-md5 "3d8cd4a87650cdee130691cb110c2ce2">
    398398<!ENTITY libcap-home "https://sites.google.com/site/fullycapable/">
    399399<!ENTITY libcap-ch6-du "8.5 MB">
     
    464464<!ENTITY make-ch6-sbu "0.5 SBU">
    465465
    466 <!ENTITY man-db-version "2.9.1">
    467 <!ENTITY man-db-size "1,832 KB">
     466<!ENTITY man-db-version "2.9.2">
     467<!ENTITY man-db-size "1,844 KB">
    468468<!ENTITY man-db-url "&savannah;/releases/man-db/man-db-&man-db-version;.tar.xz">
    469 <!ENTITY man-db-md5 "593f4f0a26ab4f66f5b81cf6c0c7364c">
     469<!ENTITY man-db-md5 "86c7b99ce5969d9b20bf9aeae8d86e0b">
    470470<!ENTITY man-db-home "https://www.nongnu.org/man-db/">
    471471<!ENTITY man-db-ch6-du "40 MB">
     
    540540<!ENTITY patch-ch6-sbu "0.2 SBU">
    541541
    542 <!ENTITY perl-version "5.30.2">
    543 <!ENTITY perl-size "12,084 KB">
     542<!ENTITY perl-version "5.30.3">
     543<!ENTITY perl-size "12,088 KB">
    544544<!ENTITY perl-url "https://www.cpan.org/src/5.0/perl-&perl-version;.tar.xz">
    545 <!ENTITY perl-md5 "4bfa12b528522a50de0470b8b70b9b3b">
     545<!ENTITY perl-md5 "0af2ab0f01ec13e37cc13a27de930936">
    546546<!ENTITY perl-home "https://www.perl.org/">
    547547<!ENTITY perl-ch5-du "275 MB">
  • patches.ent

    r54f2cdd r560065f  
    5353<!ENTITY systemd-consolidated-patch-size "64 KB">
    5454-->
     55
     56<!ENTITY systemd-gcc10-patch "systemd-&systemd-version;-gcc_10-fixes-1.patch">
     57<!ENTITY systemd-gcc10-patch-md5 "6d41186bfcd7002ed2cbf26b25f9091d">
     58<!ENTITY systemd-gcc10-patch-size "4 KB">
Note: See TracChangeset for help on using the changeset viewer.