Przeglądaj źródła

Merge r8309, r8311, r8317, r8318 from trunk to jh branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8321 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Huntwork 18 lat temu
rodzic
commit
7e327a8abe
5 zmienionych plików z 31 dodań i 14 usunięć
  1. 17 1
      chapter01/changelog.xml
  2. 2 2
      chapter01/whatsnew.xml
  3. 5 4
      chapter06/bash.xml
  4. 2 2
      general.ent
  5. 5 5
      packages.ent

+ 17 - 1
chapter01/changelog.xml

@@ -36,10 +36,26 @@
     </listitem>
 -->
 
-    <!-- replace with real entry -->
+    <listitem>
+      <para>2007-08-13</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dnicholson] - Updated to LFS-Bootscripts-20070813.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2007-08-11</para>
       <itemizedlist>
+	<listitem>
+          <para>[bdubbs] - Upgrade to Linux-2.6.22.2, fixes
+          <ulink url="&lfs-ticket-root;2059">#2059</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[dnicholson] - Changed the Bash testsuite standard input fix
+          to only affect the necessary test script.</para>
+	</listitem>
 	<listitem>
 	  <para>[jhuntwork] - Add -march=i486 to Glibc for x86 builds as default of i386 is
           incompatible.</para>

+ 2 - 2
chapter01/whatsnew.xml

@@ -111,11 +111,11 @@
     </listitem>-->
     <!--<listitem>
       <para>Less &less-version;</para>
-    </listitem>
+    </listitem>-->
     <listitem>
       <para>LFS-Bootscripts &lfs-bootscripts-version;</para>
     </listitem>
-    <listitem>
+    <!--<listitem>
       <para>Libtool &libtool-version;</para>
     </listitem>
     <listitem>

+ 5 - 4
chapter06/bash.xml

@@ -75,16 +75,17 @@ sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
 
     <para>To prepare the tests, ensure that the locale
     setting from our environment will be used and that the <systemitem
-    class="username">nobody</systemitem> user can write to the sources tree:</para>
+    class="username">nobody</systemitem> user can read the standard input
+    device and write to the sources tree:</para>
 
 <screen><userinput>sed -i 's/LANG/LC_ALL/' tests/intl.tests
+sed -i 's@tests@&amp; &lt;/dev/tty@' tests/run-test
 chown -Rv nobody ./</userinput></screen>
 
     <para>Now, run the tests as the <systemitem
-    class="username">nobody</systemitem> user, ensuring that the standard
-    input device is readable:</para>
+    class="username">nobody</systemitem> user:</para>
 
-<screen><userinput>su-tools nobody -s /bin/bash -c "make tests" &lt;/dev/tty</userinput></screen>
+<screen><userinput>su-tools nobody -s /bin/bash -c "make tests"</userinput></screen>
 
     <para>Install the package:</para>
 

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-JH-20070808">
-<!ENTITY releasedate "August 8, 2007">
+<!ENTITY version "SVN-JH-20070813">
+<!ENTITY releasedate "August 13, 2007">
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 

+ 5 - 5
packages.ent

@@ -277,10 +277,10 @@
 <!ENTITY less-ch6-du "2.8 MB">
 <!ENTITY less-ch6-sbu "0.1 SBU">
 
-<!ENTITY lfs-bootscripts-version "20070730">
+<!ENTITY lfs-bootscripts-version "20070813">
 <!ENTITY lfs-bootscripts-size "39 KB">
 <!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
-<!ENTITY lfs-bootscripts-md5 "d50c72aa2f45c646f384a1ffeb20fafe">
+<!ENTITY lfs-bootscripts-md5 "0ecbdd3b774d519fc535a0a595aa5b86">
 <!ENTITY lfs-bootscripts-home " ">
 <!ENTITY lfs-bootscripts-ch7-du "0.4 MB">
 <!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU">
@@ -295,11 +295,11 @@
 
 <!ENTITY linux-major-version "2.6">
 <!ENTITY linux-minor-version "22">
-<!ENTITY linux-patch-version "1">
+<!ENTITY linux-patch-version "2">
 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
-<!ENTITY linux-size "44,050 KB">
+<!ENTITY linux-size "44,100 KB">
 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2">
-<!ENTITY linux-md5 "50249e822a2a112d9221129a4a3af374">
+<!ENTITY linux-md5 "3dd27284fea13e46fc2e110e3cd8a72c">
 <!ENTITY linux-home "http://www.kernel.org/">
 <!ENTITY linux-ch8-du "310 - 390 MB">
 <!ENTITY linux-ch8-sbu "1.5 - 3.5 SBU">