Changeset bc871ef


Ignore:
Timestamp:
05/15/2016 09:59:09 PM (7 years ago)
Author:
Douglas R. Reno <renodr@…>
Children:
2a60cf45
Parents:
2c1d5cf
Message:

Updated to perl-5.22.2. Merged from trunk r11057
Updated to file-5.27. Merged from trunk r11057.
Updated to man-pages-4.06. Merged from trunk r10057.
Updated minimum size requirements

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r2c1d5cf rbc871ef  
    3737-->
    3838    <listitem>
     39      <para>2016-05-15</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[renodr] - Updated to file-5.27. Merged from trunk
     43          r11056.</para>
     44        </listitem>
     45        <listitem>
     46          <para>[renodr] - Updated to man-pages-4.06. Merged from trunk
     47          r11056.</para>
     48        </listitem>
     49        <listitem>
     50          <para>[renodr] - Updated to perl-5.22.2. Merged from trunk
     51          r11056.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[renodr] - Updated size requirements. Merged from trunk
     55          r11056.</para>
     56        </listitem>
     57      </itemizedlist>
     58    </listitem>
     59
     60    <listitem>
    3961      <para>2016-05-14</para>
    4062      <itemizedlist>
  • chapter01/whatsnew.xml

    r2c1d5cf rbc871ef  
    173173      <para>Patch &patch-version;</para>
    174174    </listitem>-->
    175     <!--<listitem>
     175    <listitem>
    176176      <para>Perl &perl-version;</para>
    177     </listitem>-->
     177    </listitem>
    178178    <!--<listitem>
    179179      <para>Pkg-config &pkgconfig-version;</para>
  • chapter02/creatingpartition.xml

    r2c1d5cf rbc871ef  
    3131-->
    3232
    33   <para>A minimal system requires a partition of around 4 gigabytes (GB).
     33  <para>A minimal system requires a partition of around 6 gigabytes (GB).
    3434  This is enough to store all the source tarballs and compile the packages.
    3535  However, if the LFS system is intended to be the primary Linux system,
    3636  additional software will probably be installed which will require additional
    37   space. A 10 GB partition is a reasonable size to provide for growth.  The LFS
     37  space. A 20 GB partition is a reasonable size to provide for growth.  The LFS
    3838  system itself will not take up this much room.  A large portion of this
    39   requirement is to provide sufficient free temporary storage. Compiling
     39  requirement is to provide sufficient free temporary storage as well as
     40  for adding additional capabilities after LFS is complete. Additionally, compiling
    4041  packages can require a lot of disk space which will be reclaimed after the
    4142  package is installed.</para>
  • general.ent

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

    r2c1d5cf rbc871ef  
    161161<!ENTITY expect-ch5-sbu "less than 0.1 SBU">
    162162
    163 <!ENTITY file-version "5.26">
     163<!ENTITY file-version "5.27">
    164164<!ENTITY file-size "756 KB">
    165165<!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz">
    166 <!ENTITY file-md5 "bdd12400b90b78ce3c57e79c8d4e0e17">
     166<!ENTITY file-md5 "de75665721e3adb0a1d7e03b90c3d7a2">
    167167<!ENTITY file-home "http://www.darwinsys.com/file/">
    168168<!ENTITY file-ch5-du "15 MB">
     
    423423<!ENTITY man-db-ch6-sbu "0.4 SBU">
    424424
    425 <!ENTITY man-pages-version "4.05">
     425<!ENTITY man-pages-version "4.06">
    426426<!ENTITY man-pages-size "1,419 KB">
    427427<!ENTITY man-pages-url "&kernel;linux/docs/man-pages/man-pages-&man-pages-version;.tar.xz">
    428 <!ENTITY man-pages-md5 "9c32c8487d753f5894f6fba425b12add">
     428<!ENTITY man-pages-md5 "de75665721e3adb0a1d7e03b90c3d7a2">
    429429<!ENTITY man-pages-home "http://www.kernel.org/doc/man-pages/">
    430430<!ENTITY man-pages-ch6-du "26 MB">
     
    467467<!ENTITY patch-ch6-sbu "0.2 SBU">
    468468
    469 <!ENTITY perl-version "5.22.1">
    470 <!ENTITY perl-size "13,376 KB">
     469<!ENTITY perl-version "5.22.2">
     470<!ENTITY perl-size "13,307 KB">
    471471<!ENTITY perl-url "http://www.cpan.org/src/5.0/perl-&perl-version;.tar.bz2">
    472 <!ENTITY perl-md5 "67242b9bd642b458bec884ed2a040910">
     472<!ENTITY perl-md5 "de75665721e3adb0a1d7e03b90c3d7a2">
    473473<!ENTITY perl-home "http://www.perl.org/">
    474474<!ENTITY perl-ch5-du "241 MB">
Note: See TracChangeset for help on using the changeset viewer.