Changeset 850a7b5


Ignore:
Timestamp:
02/17/2015 12:32:19 AM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
96bc09dd
Parents:
b5734891
Message:

Merged trunk and updated to systemd-219.

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rb5734891 r850a7b5  
    3737-->
    3838    <listitem>
     39      <para>2015-02-17</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[krejzi] - Updated to systemd-219.</para>
     43        </listitem>
     44      </itemizedlist>
     45    </listitem>
     46
     47    <listitem>
     48      <para>2015-02-16</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Update to linux-3.19. Fixes
     52          <ulink url="&lfs-ticket-root;3746">#3746</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[bdubbs] - Update to iproute2-3.19.0. Fixes
     56          <ulink url="&lfs-ticket-root;3748">#3748</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[bdubbs] - Update to perl-5.20.2. Fixes
     60          <ulink url="&lfs-ticket-root;3749">#3749</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[bdubbs] - Update to libtool-2.4.6. Fixes
     64          <ulink url="&lfs-ticket-root;3750">#3750</ulink>.</para>
     65        </listitem>
     66        <listitem>
     67          <para>[bdubbs] - Added a note to glibc about potential
     68          problems with parallel build. Fixes
     69          <ulink url="&lfs-ticket-root;3747">#3747</ulink>.</para>
     70        </listitem>
     71      </itemizedlist>
     72    </listitem>
     73
     74    <listitem>
    3975      <para>2015-02-10</para>
    4076      <itemizedlist>
  • chapter01/whatsnew.xml

    rb5734891 r850a7b5  
    247247      <para>&mpfr-fixes-patch;</para>
    248248    </listitem>
    249 
     249<!--
    250250    <listitem>
    251251      <para>&perl-fix-patch;</para>
    252252    </listitem>
    253 
     253-->
    254254    <listitem>
    255255      <para>&readline-fixes-patch;</para>
  • chapter03/patches.xml

    rb5734891 r850a7b5  
    124124      </listitem>
    125125    </varlistentry>
    126 
     126<!--
    127127    <varlistentry>
    128128      <term>Perl Data::Dumper Patch - <token>&perl-fix-patch-size;</token>:</term>
     
    132132      </listitem>
    133133    </varlistentry>
    134 
     134-->
    135135    <varlistentry>
    136136      <term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
  • chapter05/glibc.xml

    rb5734891 r850a7b5  
    170170    Gettext package which the host distribution should provide.</para>
    171171
     172    <note><para>There have been reports that this package may fail when
     173    building as a "parallel make".  If this occurs, rerun the make command
     174    with a "-j1" option.</para></note>
     175
    172176    <para>Compile the package:</para>
    173177
  • chapter06/perl.xml

    rb5734891 r850a7b5  
    5656<screen><userinput remap="pre">export BUILD_ZLIB=False
    5757export BUILD_BZIP2=0</userinput></screen>
    58 
     58<!--
    5959    <para>Fix a potential security problem:</para>
    6060
    6161<screen><userinput remap="pre">patch -Np1 -i ../&perl-fix-patch;</userinput></screen>
    62 
     62-->
    6363    <para>To have full control over the way Perl is set up, you can remove the
    6464    <quote>-des</quote> options from the following command and hand-pick the way
  • chapter06/systemd.xml

    rb5734891 r850a7b5  
    9090            --docdir=/usr/share/doc/systemd-&systemd-version;                     \
    9191            --with-dbuspolicydir=/etc/dbus-1/system.d               \
    92             --with-dbusinterfacedir=/usr/share/dbus-1/interfaces    \
    9392            --with-dbussessionservicedir=/usr/share/dbus-1/services \
    9493            --with-dbussystemservicedir=/usr/share/dbus-1/system-services</userinput></screen>
     
    233232        reboot, runlevel, shutdown, systemctl, systemd-analyze,
    234233        systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
    235         systemd-delta, systemd-detect-virt, systemd-escape, systemd-inhibit,
    236         systemd-machine-id-setup, systemd-notify, systemd-nspawn, systemd-path,
    237         systemd-run, systemd-stdio-bridge, systemd-tmpfiles,
     234        systemd-delta, systemd-detect-virt, systemd-escape, systemd-hwdb,
     235        systemd-inhibit, systemd-machine-id-setup, systemd-notify, systemd-nspawn,
     236        systemd-path, systemd-run, systemd-stdio-bridge, systemd-tmpfiles,
    238237        systemd-tty-ask-password-agent, telinit, timedatectl, and udevadm</seg>
    239238        <seg>libnss_myhostname.so.2, libnss_mymachines.so.2, libnss_resolve.so.2,
     
    375374      </varlistentry>
    376375
     376      <varlistentry id="networkctl">
     377        <term><command>networkctl</command></term>
     378        <listitem>
     379          <para>Used to introspect the state of the network links as seen by
     380          systemd-networkd</para>
     381          <indexterm zone="ch-system-systemd networkctl">
     382            <primary sortas="b-networkctl">networkctl</primary>
     383          </indexterm>
     384        </listitem>
     385      </varlistentry>
     386
    377387      <varlistentry id="poweroff">
    378388        <term><command>poweroff</command></term>
     
    513523          <indexterm zone="ch-system-systemd systemd-escape">
    514524            <primary sortas="b-systemd-escape">systemd-escape</primary>
     525          </indexterm>
     526        </listitem>
     527      </varlistentry>
     528
     529      <varlistentry id="systemd-hwdb">
     530        <term><command>systemd-hwdb</command></term>
     531        <listitem>
     532          <para>Used to manage hardware database (hwdb)</para>
     533          <indexterm zone="ch-system-systemd systemd-hwdb">
     534            <primary sortas="b-systemd-hwdb">systemd-hwdb</primary>
    515535          </indexterm>
    516536        </listitem>
  • general.ent

    rb5734891 r850a7b5  
    1 <!ENTITY version         "20150210-systemd">
     1<!ENTITY version         "20150217-systemd">
    22<!ENTITY short-version   "systemd">  <!-- Used in dbus chapter, change to x.y for release -->
    3 <!ENTITY releasedate     "February 10, 2015">
     3<!ENTITY releasedate     "February 17, 2015">
    44<!ENTITY copyrightdate   "1999-2015"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone       "7.7">
  • packages.ent

    rb5734891 r850a7b5  
    318318<!ENTITY intltool-ch6-sbu "less than 0.1 SBU">
    319319
    320 <!ENTITY iproute2-version "3.18.0">
    321 <!ENTITY iproute2-size "438 KB">
     320<!ENTITY iproute2-version "3.19.0">
     321<!ENTITY iproute2-size "445 KB">
    322322<!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz">
    323 <!ENTITY iproute2-md5 "6f6ad51a00007880460e103367b16057">
     323<!ENTITY iproute2-md5 "237083a1e3c388cde7a115a5724dc72a">
    324324<!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/">
    325325<!ENTITY iproute2-ch6-du "8.3 MB">
     
    366366<!ENTITY libpipeline-ch6-sbu "0.2 SBU">
    367367
    368 <!ENTITY libtool-version "2.4.5">
    369 <!ENTITY libtool-size "949 KB">
     368<!ENTITY libtool-version "2.4.6">
     369<!ENTITY libtool-size "951 KB">
    370370<!ENTITY libtool-url "&gnu;libtool/libtool-&libtool-version;.tar.xz">
    371 <!ENTITY libtool-md5 "ee9c087775aeb98ce53a9c69da865a55">
     371<!ENTITY libtool-md5 "1bfb9b923f2c1339b4d2ce1807064aa5">
    372372<!ENTITY libtool-home "&gnu-software;libtool/">
    373373<!ENTITY libtool-ch6-du "37 MB">
     
    375375
    376376<!ENTITY linux-major-version "3">
    377 <!ENTITY linux-minor-version "18">
    378 <!ENTITY linux-patch-version "5">
    379 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    380 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    381 <!ENTITY linux-size "79,054 KB">
     377<!ENTITY linux-minor-version "19">
     378<!ENTITY linux-patch-version "0">
     379<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">-->
     380<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
     381<!ENTITY linux-size "79,775 KB">
    382382<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    383 <!ENTITY linux-md5 "b655fcbc4597aa4b0cbabcfc72983259">
     383<!ENTITY linux-md5 "d3fc8316d4d4d04b65cbc2d70799e763">
    384384<!ENTITY linux-home "http://www.kernel.org/">
    385385<!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is
     
    466466<!ENTITY patch-ch6-sbu "0.2 SBU">
    467467
    468 <!ENTITY perl-version "5.20.1">
    469 <!ENTITY perl-size "13,356 KB">
     468<!ENTITY perl-version "5.20.2">
     469<!ENTITY perl-size "13,396 KB">
    470470<!ENTITY perl-url "http://www.cpan.org/src/5.0/perl-&perl-version;.tar.bz2">
    471 <!ENTITY perl-md5 "ede5166f949d9a07163bc5b086be9759">
     471<!ENTITY perl-md5 "21062666f1c627aeb6dbff3c6952738b">
    472472<!ENTITY perl-home "http://www.perl.org/">
    473473<!ENTITY perl-ch5-du "238 MB">
     
    526526<!ENTITY shadow-ch6-sbu "0.2 SBU">
    527527
    528 <!ENTITY systemd-version "218">
    529 <!ENTITY systemd-size    "3,696 KB">
     528<!ENTITY systemd-version "219">
     529<!ENTITY systemd-size    "3,848 KB">
    530530<!ENTITY systemd-url     "http://www.freedesktop.org/software/systemd/systemd-&systemd-version;.tar.xz">
    531 <!ENTITY systemd-md5     "4e2c511b0a7932d7fc9d79822273aac6">
     531<!ENTITY systemd-md5     "e0d6c9a4b4f69f66932d2230298c9a34">
    532532<!ENTITY systemd-home    "http://www.freedesktop.org/wiki/Software/systemd/">
    533 <!ENTITY systemd-ch6-du  "753 MB">
    534 <!ENTITY systemd-ch6-sbu "1.8 SBU">
     533<!ENTITY systemd-ch6-du  "815 MB">
     534<!ENTITY systemd-ch6-sbu "2.1 SBU">
    535535
    536536<!ENTITY tar-version "1.28">
  • patches.ent

    rb5734891 r850a7b5  
    3131<!ENTITY mpfr-fixes-patch-size "38 KB">
    3232
     33<!--
    3334<!ENTITY perl-fix-patch "perl-&perl-version;-infinite_recurse_fix-1.patch">
    3435<!ENTITY perl-fix-patch-md5 "579dfed34e97e0a2fe21b74aa53946ac">
    3536<!ENTITY perl-fix-patch-size "11 KB">
     37-->
    3638
    3739<!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-3.patch">
     
    4042
    4143<!ENTITY systemd-compat-patch "systemd-&systemd-version;-compat-1.patch">
    42 <!ENTITY systemd-compat-patch-md5 "eb9f302cb72595c9011300a1b28f1d1a">
     44<!ENTITY systemd-compat-patch-md5 "5b629e00a1a501a103b5561df3ccf148">
    4345<!ENTITY systemd-compat-patch-size "12 KB">
Note: See TracChangeset for help on using the changeset viewer.