Changeset 5007961


Ignore:
Timestamp:
05/16/2016 09:35:48 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, 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:
72fb9bf
Parents:
a3136f0
Message:

Updated to tar-1.29.
Updated to linux-4.6.
Updated to perl-5.24.0.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra3136f0 r5007961  
    3737-->
    3838    <listitem>
     39      <para>2016-05-16</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[bdubbs] - Updated to tar-1.29. Fixes
     43          <ulink url="&lfs-ticket-root;3932">#3932</ulink>.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[bdubbs] - Updated to linux-4.6. Fixes
     47          <ulink url="&lfs-ticket-root;3930">#3930</ulink>.</para>
     48        </listitem>
     49        <listitem>
     50          <para>[bdubbs] - Updated to perl-5.24.0. Fixes
     51          <ulink url="&lfs-ticket-root;3931">#3931</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    3957      <para>2016-05-15</para>
    4058      <itemizedlist>
  • chapter01/whatsnew.xml

    ra3136f0 r5007961  
    203203      <para>SysVinit &sysvinit-version;</para>
    204204    </listitem>-->
    205     <!--<listitem>
     205    <listitem>
    206206      <para>Tar &tar-version;</para>
    207     </listitem>-->
     207    </listitem>
    208208    <listitem>
    209209      <para>Tcl-core-&tcl-version;</para>
  • chapter05/perl.xml

    ra3136f0 r5007961  
    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

    ra3136f0 r5007961  
    1 <!ENTITY version         "SVN-20160515">
     1<!ENTITY version         "SVN-20160516">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;. Change to x.y for release
    33                                      but not -rc releases -->
    4 <!ENTITY releasedate     "May 15, 2016">
     4<!ENTITY releasedate     "May 16, 2016">
    55<!ENTITY copyrightdate   "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
    66<!ENTITY milestone       "7.10">
  • packages.ent

    ra3136f0 r5007961  
    383383
    384384<!ENTITY linux-major-version "4">
    385 <!ENTITY linux-minor-version "5">
    386 <!ENTITY linux-patch-version "4">
    387 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    388 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    389 <!ENTITY linux-size "86,326 KB">
     385<!ENTITY linux-minor-version "6">
     386<!ENTITY linux-patch-version "0">
     387<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">-->
     388<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
     389<!ENTITY linux-size "87,365 KB">
    390390<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    391 <!ENTITY linux-md5 "5da409b61ef6b74a64a8a5075eb428ed">
     391<!ENTITY linux-md5 "d2927020e24a76da4ab482a8bc3e9ef3">
    392392<!ENTITY linux-home "http://www.kernel.org/">
    393393<!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is
     
    474474<!ENTITY patch-ch6-sbu "0.2 SBU">
    475475
    476 <!ENTITY perl-version "5.22.2">
    477 <!ENTITY perl-size "13,307 KB">
     476<!ENTITY perl-version "5.24.0">
     477<!ENTITY perl-size "13,825 KB">
    478478<!ENTITY perl-url "http://www.cpan.org/src/5.0/perl-&perl-version;.tar.bz2">
    479 <!ENTITY perl-md5 "24ec0b41fdd1a4cce0e66811ae1f5e1b">
     479<!ENTITY perl-md5 "99f39abe614b50719d9915431e54fc1e">
    480480<!ENTITY perl-home "http://www.perl.org/">
    481481<!ENTITY perl-ch5-du "239 MB">
     
    550550<!ENTITY sysvinit-ch6-sbu "less than 0.1 SBU">
    551551
    552 <!ENTITY tar-version "1.28">
    553 <!ENTITY tar-size "1,921 KB">
     552<!ENTITY tar-version "1.29">
     553<!ENTITY tar-size "1,950 KB">
    554554<!ENTITY tar-url "&gnu;tar/tar-&tar-version;.tar.xz">
    555 <!ENTITY tar-md5 "49b6306167724fe48f419a33a5beb857">
     555<!ENTITY tar-md5 "a1802fec550baaeecff6c381629653ef">
    556556<!ENTITY tar-home "&gnu-software;tar/">
    557557<!ENTITY tar-ch5-du "32 MB">
Note: See TracChangeset for help on using the changeset viewer.