Browse Source

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

Douglas R. Reno 9 years ago
parent
commit
bc871efccf
5 changed files with 37 additions and 14 deletions
  1. 22 0
      chapter01/changelog.xml
  2. 2 2
      chapter01/whatsnew.xml
  3. 4 3
      chapter02/creatingpartition.xml
  4. 2 2
      general.ent
  5. 7 7
      packages.ent

+ 22 - 0
chapter01/changelog.xml

@@ -35,6 +35,28 @@
       </itemizedlist>
     </listitem>
 -->
+    <listitem>
+      <para>2016-05-15</para>
+      <itemizedlist>
+        <listitem>
+          <para>[renodr] - Updated to file-5.27. Merged from trunk
+          r11056.</para>
+        </listitem>
+        <listitem>
+          <para>[renodr] - Updated to man-pages-4.06. Merged from trunk
+          r11056.</para>
+        </listitem>
+        <listitem>
+          <para>[renodr] - Updated to perl-5.22.2. Merged from trunk
+          r11056.</para>
+        </listitem>
+        <listitem>
+          <para>[renodr] - Updated size requirements. Merged from trunk
+          r11056.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2016-05-14</para>
       <itemizedlist>

+ 2 - 2
chapter01/whatsnew.xml

@@ -172,9 +172,9 @@
     <!--<listitem>
       <para>Patch &patch-version;</para>
     </listitem>-->
-    <!--<listitem>
+    <listitem>
       <para>Perl &perl-version;</para>
-    </listitem>-->
+    </listitem>
     <!--<listitem>
       <para>Pkg-config &pkgconfig-version;</para>
     </listitem>-->

+ 4 - 3
chapter02/creatingpartition.xml

@@ -30,13 +30,14 @@
 
 -->
 
-  <para>A minimal system requires a partition of around 4 gigabytes (GB).
+  <para>A minimal system requires a partition of around 6 gigabytes (GB).
   This is enough to store all the source tarballs and compile the packages.
   However, if the LFS system is intended to be the primary Linux system,
   additional software will probably be installed which will require additional
-  space. A 10 GB partition is a reasonable size to provide for growth.  The LFS
+  space. A 20 GB partition is a reasonable size to provide for growth.  The LFS
   system itself will not take up this much room.  A large portion of this
-  requirement is to provide sufficient free temporary storage. Compiling
+  requirement is to provide sufficient free temporary storage as well as
+  for adding additional capabilities after LFS is complete. Additionally, compiling
   packages can require a lot of disk space which will be reclaimed after the
   package is installed.</para>
 

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
-<!ENTITY version         "20160514-systemd">
+<!ENTITY version         "20160515-systemd">
 <!ENTITY short-version   "systemd">  <!-- Used in dbus chapter, change to x.y for release -->
-<!ENTITY releasedate     "May 14th, 2016">
+<!ENTITY releasedate     "May 15th, 2016">
 <!ENTITY copyrightdate   "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "7.10">
 <!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

+ 7 - 7
packages.ent

@@ -160,10 +160,10 @@
 <!ENTITY expect-ch5-du "4.4 MB">
 <!ENTITY expect-ch5-sbu "less than 0.1 SBU">
 
-<!ENTITY file-version "5.26">
+<!ENTITY file-version "5.27">
 <!ENTITY file-size "756 KB">
 <!ENTITY file-url "ftp://ftp.astron.com/pub/file/file-&file-version;.tar.gz">
-<!ENTITY file-md5 "bdd12400b90b78ce3c57e79c8d4e0e17">
+<!ENTITY file-md5 "de75665721e3adb0a1d7e03b90c3d7a2">
 <!ENTITY file-home "http://www.darwinsys.com/file/">
 <!ENTITY file-ch5-du "15 MB">
 <!ENTITY file-ch5-sbu "less than 0.1 SBU">
@@ -422,10 +422,10 @@
 <!ENTITY man-db-ch6-du "31 MB">
 <!ENTITY man-db-ch6-sbu "0.4 SBU">
 
-<!ENTITY man-pages-version "4.05">
+<!ENTITY man-pages-version "4.06">
 <!ENTITY man-pages-size "1,419 KB">
 <!ENTITY man-pages-url "&kernel;linux/docs/man-pages/man-pages-&man-pages-version;.tar.xz">
-<!ENTITY man-pages-md5 "9c32c8487d753f5894f6fba425b12add">
+<!ENTITY man-pages-md5 "de75665721e3adb0a1d7e03b90c3d7a2">
 <!ENTITY man-pages-home "http://www.kernel.org/doc/man-pages/">
 <!ENTITY man-pages-ch6-du "26 MB">
 <!ENTITY man-pages-ch6-sbu "less than 0.1 SBU">
@@ -466,10 +466,10 @@
 <!ENTITY patch-ch6-du "11 MB">
 <!ENTITY patch-ch6-sbu "0.2 SBU">
 
-<!ENTITY perl-version "5.22.1">
-<!ENTITY perl-size "13,376 KB">
+<!ENTITY perl-version "5.22.2">
+<!ENTITY perl-size "13,307 KB">
 <!ENTITY perl-url "http://www.cpan.org/src/5.0/perl-&perl-version;.tar.bz2">
-<!ENTITY perl-md5 "67242b9bd642b458bec884ed2a040910">
+<!ENTITY perl-md5 "de75665721e3adb0a1d7e03b90c3d7a2">
 <!ENTITY perl-home "http://www.perl.org/">
 <!ENTITY perl-ch5-du "241 MB">
 <!ENTITY perl-ch5-sbu "1.4 SBU">