Changeset 2a60cf45


Ignore:
Timestamp:
05/17/2016 09:21:19 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Children:
121f4cc
Parents:
bc871ef
Message:

Merge to trunk r11060. Will have DJ hopefully take care of the rest.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rbc871ef r2a60cf45  
    3737-->
    3838    <listitem>
     39      <para>2016-05-17</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[renodr] - Updated to linux-4.6. Merged from trunk r11060.</para>
     43        </listitem>
     44        <listitem>
     45          <para>[renodr] - Update to perl-5.24.0. Merged from trunk r11060.</para>
     46        </listitem>
     47        <listitem>
     48          <para>[renodr] - Updated to tar-1.29. Merged from trunk r11060.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    3954      <para>2016-05-15</para>
    4055      <itemizedlist>
  • chapter01/whatsnew.xml

    rbc871ef r2a60cf45  
    197197      <para>Systemd &systemd-version;</para>
    198198    </listitem>-->
    199     <!--<listitem>
     199    <listitem>
    200200      <para>Tar &tar-version;</para>
    201     </listitem>-->
     201    </listitem>
    202202    <!--<listitem>
    203203      <para>Tcl-core-&tcl-version;</para>
  • chapter05/perl.xml

    rbc871ef r2a60cf45  
    4343  <sect2 role="installation">
    4444    <title>Installation of Perl</title>
    45 <!--
    46     <para>First apply the following patch to adapt some hard-wired paths to the
    47     C library:</para>
    4845
    49 <screen><userinput remap="pre">patch -Np1 -i ../&perl-libc-patch;</userinput></screen>
    50  
    51     Note: -Dlibs=-lm below avoids looking for gdbm and db libraries causing failure
    52 -->
    5346    <para>Prepare Perl for compilation:</para>
    5447
     
    6558    time:</para>
    6659
    67 <screen><userinput remap="install">cp -v perl cpan/podlators/pod2man /tools/bin
     60<screen><userinput remap="install">cp -v perl cpan/podlators/scripts/pod2man /tools/bin
    6861mkdir -pv /tools/lib/perl5/&perl-version;
    6962cp -Rv lib/* /tools/lib/perl5/&perl-version;</userinput></screen>
  • general.ent

    rbc871ef r2a60cf45  
    1 <!ENTITY version         "20160515-systemd">
     1<!ENTITY version         "20160517-systemd">
    22<!ENTITY short-version   "systemd">  <!-- Used in dbus chapter, change to x.y for release -->
    3 <!ENTITY releasedate     "May 15th, 2016">
     3<!ENTITY releasedate     "May 17th, 2016">
    44<!ENTITY copyrightdate   "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone       "7.10">
  • packages.ent

    rbc871ef r2a60cf45  
    376376
    377377<!ENTITY linux-major-version "4">
    378 <!ENTITY linux-minor-version "5">
    379 <!ENTITY linux-patch-version "4">
    380 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    381 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -->
    382 <!ENTITY linux-size "86,328 KB">
     378<!ENTITY linux-minor-version "6">
     379<!ENTITY linux-patch-version "0">
     380<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> -->
     381<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
     382<!ENTITY linux-size "87,365 KB">
    383383<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    384 <!ENTITY linux-md5 "5da409b61ef6b74a64a8a5075eb428ed">
     384<!ENTITY linux-md5 "d2927020e24a76da4ab482a8bc3e9ef3">
    385385<!ENTITY linux-home "http://www.kernel.org/">
    386386<!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is
     
    467467<!ENTITY patch-ch6-sbu "0.2 SBU">
    468468
    469 <!ENTITY perl-version "5.22.2">
    470 <!ENTITY perl-size "13,307 KB">
     469<!ENTITY perl-version "5.24.0">
     470<!ENTITY perl-size "13,825 KB">
    471471<!ENTITY perl-url "http://www.cpan.org/src/5.0/perl-&perl-version;.tar.bz2">
    472 <!ENTITY perl-md5 "de75665721e3adb0a1d7e03b90c3d7a2">
     472<!ENTITY perl-md5 "99f39abe614b50719d9915431e54fc1e">
    473473<!ENTITY perl-home "http://www.perl.org/">
    474474<!ENTITY perl-ch5-du "241 MB">
     
    535535<!ENTITY systemd-ch6-sbu "5.1 SBU">
    536536
    537 <!ENTITY tar-version "1.28">
    538 <!ENTITY tar-size "1,921 KB">
     537<!ENTITY tar-version "1.29">
     538<!ENTITY tar-size "1,950 KB">
    539539<!ENTITY tar-url "&gnu;tar/tar-&tar-version;.tar.xz">
    540 <!ENTITY tar-md5 "49b6306167724fe48f419a33a5beb857">
     540<!ENTITY tar-md5 "a1802fec550baaeecff6c381629653ef">
    541541<!ENTITY tar-home "&gnu-software;tar/">
    542542<!ENTITY tar-ch5-du "33 MB">
Note: See TracChangeset for help on using the changeset viewer.