Changeset 7354a12


Ignore:
Timestamp:
03/21/2020 12:01:26 PM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
7b4634c
Parents:
997d961
Message:

MultiLib: Merge changes from trunk

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r997d961 r7354a12  
    4545    appropriate for the entry or if needed the entire day's listitem.
    4646    -->
     47    <listitem revision="systemd">
     48      <para>2020-03-19</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[renodr] - Update to systemd-245. Fixes
     52          <ulink url="&lfs-ticket-root;4593">#4593</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
    4757    <listitem revision="systemd">
    4858      <para>2020-03-18</para>
  • chapter01/whatsnew.xml

    r997d961 r7354a12  
    228228      <para>Sysklogd-&sysklogd-version;</para>
    229229    </listitem>-->
    230     <!--<listitem revision="systemd">
     230    <listitem revision="systemd">
    231231      <para>Systemd-&systemd-version;</para>
    232     </listitem>-->
     232    </listitem>
    233233    <!--<listitem revision="sysv">
    234234      <para>SysVinit-&sysvinit-version;</para>
  • chapter06/dbus.xml

    r997d961 r7354a12  
    9696
    9797<screen><userinput remap="install">ln -sfv /etc/machine-id /var/lib/dbus</userinput></screen>
     98
     99    <para>Move the socket file to /run instead of the deprecated
     100    /var/run:</para>
     101
     102 <screen><userinput remap="install">sed -i 's:/var/run:/run:' /lib/systemd/system/dbus.socket</userinput></screen>
    98103
    99104  </sect2>
  • chapter06/systemd.xml

    r997d961 r7354a12  
    6464    <para>Remove tests that cannot be built in chroot:</para>
    6565
    66 <screen><userinput remap="pre">sed '177,$ d' -i src/resolve/meson.build</userinput></screen>
     66<screen><userinput remap="pre">sed '179,$ d' -i src/resolve/meson.build</userinput></screen>
    6767
    6868    <para>Remove an unneeded group,
     
    9898      -Db_lto=false                \
    9999      -Drpmmacrosdir=no            \
     100      -Dhomed=false                \
     101      -Duserdb=false               \
    100102      ..</userinput></screen>
    101103
     
    183185        </listitem>
    184186      </varlistentry>
     187
     188      <varlistentry>
     189        <term><parameter>-D{userdb,homed}=false</parameter></term>
     190        <listitem>
     191          <para>Remove two daemons that have dependencies that do not fit
     192          the scope of LFS.</para>
     193        </listitem>
     194      </varlistentry>
     195
    185196    </variablelist>
    186197
     
    217228<screen><userinput remap="adjust">systemctl disable systemd-time-wait-sync.service</userinput></screen>
    218229
    219     <!--
    220230    <para>Prevent systemd from resetting the maximum PID value which causes
    221231    some problems with packages and units in BLFS:</para>
    222      FCRON in particular
    223 
    224 <screen><userinput remap="adjust">rm -f /etc/sysctl.d/50-pid-max.conf</userinput></screen>
    225     -->
     232   
     233
     234<screen><userinput remap="adjust">rm -f /usr/lib/sysctl.d/50-pid-max.conf</userinput></screen>
     235
    226236    <para>Cleanup symbolic links to Util-Linux libraries:</para>
    227237
     
    398408        systemd-id128, systemd-inhibit, systemd-machine-id-setup,
    399409        systemd-mount, systemd-notify, systemd-nspawn, systemd-path,
    400         systemd-resolve (symlink to resolvectl), systemd-run,
     410        systemd-repart, systemd-resolve (symlink to resolvectl), systemd-run,
    401411        systemd-socket-activate, systemd-stdio-bridge, systemd-tmpfiles,
    402412        systemd-tty-ask-password-agent, systemd-umount (symlink to
     
    816826      </varlistentry>
    817827
     828      <varlistentry id="systemd-repart">
     829        <term><command>systemd-repart</command></term>
     830        <listitem>
     831          <para>Used go grow and add partitions to a partition table when
     832          systemd is used in an OS image (e.g. a container).</para>
     833          <indexterm zone="ch-system-systemd systemd-repart">
     834            <primary sortas="b-systemd-repart">systemd-repart</primary>
     835          </indexterm>
     836        </listitem>
     837      </varlistentry>
     838
    818839      <varlistentry id="systemd-resolve">
    819840        <term><command>systemd-resolve</command></term>
  • general.ent

    r997d961 r7354a12  
    1 <!ENTITY version         "SVN-20200318">
     1<!ENTITY version         "SVN-20200319">
    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        "20200318-systemd">
     6<!ENTITY versiond        "20200319-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "March 18th, 2020">
     10<!ENTITY releasedate     "March 19th, 2020">
    1111
    1212<!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
  • lfs-latest.php

    r997d961 r7354a12  
    1717$regex[ 'less'     ] = "/^.*current released version is less-(\d+).*$/";
    1818$regex[ 'mpfr'     ] = "/^mpfr-([\d\.]+)\.tar.*$/";
     19$regex[ 'Python'   ] = "/^.*Latest Python 3.*Python (3[\d\.]+\d).*$/";
    1920$regex[ 'systemd'  ] = "/^.*v([\d]+)$/";
    2021//$regex[ 'sysvinit' ] = "/^.*sysvinit-([\d\.]+)dsf\.tar.*$/";
     
    125126//if ( $package == "psmisc"     ) $dirpath = "http://sourceforge.net/projects/$package/files";
    126127if ( $package == "psmisc"     ) $dirpath = "https://gitlab.com/psmisc/psmisc/-/tags";
     128if ( $package == "Python"     ) $dirpath = "https://www.python.org/downloads/source/";
    127129if ( $package == "shadow"     ) $dirpath = "https://github.com/shadow-maint/shadow/releases";
    128130if ( $package == "systemd"    ) $dirpath = "https://github.com/systemd/systemd/releases";
  • packages.ent

    r997d961 r7354a12  
    641641<!ENTITY sysklogd-ch6-sbu "less than 0.1 SBU">
    642642
    643 <!ENTITY systemd-version  "244">
     643<!ENTITY systemd-version  "245">
    644644<!--<!ENTITY systemd-stable   "6b4878d">-->
    645645<!-- The above entity is used whenever we move to a stable backport branch. In the event of a critical problem or kernel
    646646     change that is incompatible, we will switch to the backport branch until the next stable release. -->
    647 <!ENTITY systemd-size     "8,252 KB">
     647<!ENTITY systemd-size     "8,784 KB">
    648648<!ENTITY systemd-url      "&github;/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
    649649<!--<!ENTITY systemd-url      "&anduin-sources;/systemd-&systemd-version;-&systemd-stable;.tar.xz">-->
    650 <!ENTITY systemd-md5      "413121fe918b252ae62310f6fc7c4b32">
     650<!ENTITY systemd-md5      "04f02d9841ea5992a16f6b03c873da28">
    651651<!ENTITY systemd-home     "https://www.freedesktop.org/wiki/Software/systemd/">
    652 <!ENTITY systemd-man-size "508 KB">
     652<!ENTITY systemd-man-size "512 KB">
    653653<!--<!ENTITY systemd-man-url  "&anduin-sources;/systemd-man-pages-&systemd-version;-&systemd-stable;.tar.xz">-->
    654654<!ENTITY systemd-man-url  "&anduin-sources;/systemd-man-pages-&systemd-version;.tar.xz">
    655 <!ENTITY systemd-man-md5  "1839ad557eb376d22853cac54d00de77">
    656 <!ENTITY systemd-ch6-du   "238 MB">
    657 <!ENTITY systemd-ch6-sbu  "0.6 SBU">
     655<!ENTITY systemd-man-md5  "ecf8cc4baa33b91ad4212d28e88f8edd">
     656<!ENTITY systemd-ch6-du   "176 MB">
     657<!ENTITY systemd-ch6-sbu  "1.9 SBU">
    658658
    659659<!ENTITY sysvinit-version "2.96">
Note: See TracChangeset for help on using the changeset viewer.