소스 검색

Update to linux-3.19.
Update to iproute2-3.19.0.
Update to perl-5.20.2.
Update to libtool-2.4.6.
Added a note to glibc about potential problems with parallel build.



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

Bruce Dubbs 10 년 전
부모
커밋
7b1923d02a
8개의 변경된 파일56개의 추가작업 그리고 23개의 파일을 삭제
  1. 27 0
      chapter01/changelog.xml
  2. 2 2
      chapter01/whatsnew.xml
  3. 2 2
      chapter03/patches.xml
  4. 4 0
      chapter05/glibc.xml
  5. 2 2
      chapter06/perl.xml
  6. 2 2
      general.ent
  7. 15 15
      packages.ent
  8. 2 0
      patches.ent

+ 27 - 0
chapter01/changelog.xml

@@ -35,6 +35,33 @@
       </itemizedlist>
     </listitem>
 -->
+    <listitem>
+      <para>2015-02-16</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update to linux-3.19. Fixes 
+          <ulink url="&lfs-ticket-root;3746">#3746</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to iproute2-3.19.0. Fixes 
+          <ulink url="&lfs-ticket-root;3748">#3748</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to perl-5.20.2. Fixes 
+          <ulink url="&lfs-ticket-root;3749">#3749</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to libtool-2.4.6. Fixes 
+          <ulink url="&lfs-ticket-root;3750">#3750</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Added a note to glibc about potential 
+          problems with parallel build. Fixes 
+          <ulink url="&lfs-ticket-root;3747">#3747</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2015-02-09</para>
       <itemizedlist>

+ 2 - 2
chapter01/whatsnew.xml

@@ -252,11 +252,11 @@
     <listitem>
       <para>&mpfr-fixes-patch;</para>
     </listitem>
-
+<!--
     <listitem>
       <para>&perl-fix-patch;</para>
     </listitem>
-
+-->
     <listitem>
       <para>&readline-fixes-patch;</para>
     </listitem>

+ 2 - 2
chapter03/patches.xml

@@ -123,7 +123,7 @@
         <para>MD5 sum: <literal>&mpfr-fixes-patch-md5;</literal></para>
       </listitem>
     </varlistentry>
-
+<!--
     <varlistentry>
       <term>Perl Data::Dumper Patch - <token>&perl-fix-patch-size;</token>:</term>
       <listitem>
@@ -131,7 +131,7 @@
         <para>MD5 sum: <literal>&perl-fix-patch-md5;</literal></para>
       </listitem>
     </varlistentry>
-
+-->
     <varlistentry>
       <term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
       <listitem>

+ 4 - 0
chapter05/glibc.xml

@@ -169,6 +169,10 @@ esac</userinput></screen>
     generally harmless. This <command>msgfmt</command> program is part of the
     Gettext package which the host distribution should provide.</para>
 
+    <note><para>There have been reports that this package may fail when 
+    building as a "parallel make".  If this occurs, rerun the make command
+    with a "-j1" option.</para></note>
+
     <para>Compile the package:</para>
 
 <screen><userinput remap="make">make</userinput></screen>

+ 2 - 2
chapter06/perl.xml

@@ -55,11 +55,11 @@
 
 <screen><userinput remap="pre">export BUILD_ZLIB=False
 export BUILD_BZIP2=0</userinput></screen>
-
+<!--
     <para>Fix a potential security problem:</para>
 
 <screen><userinput remap="pre">patch -Np1 -i ../&perl-fix-patch;</userinput></screen>
-
+-->
     <para>To have full control over the way Perl is set up, you can remove the
     <quote>-des</quote> options from the following command and hand-pick the way
     this package is built. Alternatively, use the command exactly as below to

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
-<!ENTITY version         "SVN-20150209">
+<!ENTITY version         "SVN-20150216">
 <!ENTITY short-version   "svn">  <!-- Used in dbus chapter, change to x.y for release -->
-<!ENTITY releasedate     "February 9, 2015">
+<!ENTITY releasedate     "February 16, 2015">
 <!ENTITY copyrightdate   "1999-2015"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "7.7">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

+ 15 - 15
packages.ent

@@ -320,10 +320,10 @@
 <!ENTITY intltool-ch6-du "1.3 MB">
 <!ENTITY intltool-ch6-sbu "less than 0.1 SBU">
 
-<!ENTITY iproute2-version "3.18.0">
-<!ENTITY iproute2-size "438 KB">
+<!ENTITY iproute2-version "3.19.0">
+<!ENTITY iproute2-size "445 KB">
 <!ENTITY iproute2-url "&kernel;linux/utils/net/iproute2/iproute2-&iproute2-version;.tar.xz">
-<!ENTITY iproute2-md5 "6f6ad51a00007880460e103367b16057">
+<!ENTITY iproute2-md5 "237083a1e3c388cde7a115a5724dc72a">
 <!ENTITY iproute2-home "&kernel;linux/utils/net/iproute2/">
 <!ENTITY iproute2-ch6-du "8.3 MB">
 <!ENTITY iproute2-ch6-sbu "0.2 SBU">
@@ -376,22 +376,22 @@
 <!ENTITY libpipeline-ch6-du "7.7 MB">
 <!ENTITY libpipeline-ch6-sbu "0.2 SBU">
 
-<!ENTITY libtool-version "2.4.5">
-<!ENTITY libtool-size "949 KB">
+<!ENTITY libtool-version "2.4.6">
+<!ENTITY libtool-size "951 KB">
 <!ENTITY libtool-url "&gnu;libtool/libtool-&libtool-version;.tar.xz">
-<!ENTITY libtool-md5 "ee9c087775aeb98ce53a9c69da865a55">
+<!ENTITY libtool-md5 "1bfb9b923f2c1339b4d2ce1807064aa5">
 <!ENTITY libtool-home "&gnu-software;libtool/">
 <!ENTITY libtool-ch6-du "37 MB">
 <!ENTITY libtool-ch6-sbu "11.2 SBU">
 
 <!ENTITY linux-major-version "3">
-<!ENTITY linux-minor-version "18">
-<!ENTITY linux-patch-version "5">
-<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
-<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
-<!ENTITY linux-size "79,054 KB">
+<!ENTITY linux-minor-version "19">
+<!ENTITY linux-patch-version "0">
+<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">-->
+<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
+<!ENTITY linux-size "79,775 KB">
 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
-<!ENTITY linux-md5 "b655fcbc4597aa4b0cbabcfc72983259">
+<!ENTITY linux-md5 "d3fc8316d4d4d04b65cbc2d70799e763">
 <!ENTITY linux-home "http://www.kernel.org/">
 <!-- measured for 3.9.0 / gcc-4.8.0 on x86_64 : minimum is
  allnoconfig extended for a hopefully-bootable build on desktop machine,
@@ -476,10 +476,10 @@
 <!ENTITY patch-ch6-du "9.6 MB">
 <!ENTITY patch-ch6-sbu "0.2 SBU">
 
-<!ENTITY perl-version "5.20.1">
-<!ENTITY perl-size "13,356 KB">
+<!ENTITY perl-version "5.20.2">
+<!ENTITY perl-size "13,396 KB">
 <!ENTITY perl-url "http://www.cpan.org/src/5.0/perl-&perl-version;.tar.bz2">
-<!ENTITY perl-md5 "ede5166f949d9a07163bc5b086be9759">
+<!ENTITY perl-md5 "21062666f1c627aeb6dbff3c6952738b">
 <!ENTITY perl-home "http://www.perl.org/">
 <!ENTITY perl-ch5-du "238 MB">
 <!ENTITY perl-ch5-sbu "1.6 SBU">

+ 2 - 0
patches.ent

@@ -30,9 +30,11 @@
 <!ENTITY mpfr-fixes-patch-md5 "5ba8bafe42920d6e570567529629bc59">
 <!ENTITY mpfr-fixes-patch-size "38 KB">
 
+<!--
 <!ENTITY perl-fix-patch "perl-&perl-version;-infinite_recurse_fix-1.patch">
 <!ENTITY perl-fix-patch-md5 "579dfed34e97e0a2fe21b74aa53946ac">
 <!ENTITY perl-fix-patch-size "11 KB">
+-->
 
 <!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-3.patch">
 <!ENTITY readline-fixes-patch-md5 "6b0d9f4e79319d56a7fee9b35e5cfd1b">