[Clfs-commits] commit: r4924 - in /trunk: BOOK/introduction/common/changelog.xml BOOK/patches.ent patches/bash-4.0-branch_update-3.patch patches/bash-4.0-branch_update-4.patch scripts/patch/binutils-patch.sh

svn at cross-lfs.org svn at cross-lfs.org
Thu Apr 9 22:12:33 PDT 2009


Author: jim
Date: Fri Apr 10 05:12:33 2009
New Revision: 4924

Log:
Updated Bash Branch Update Patch to -4

Added:
    trunk/patches/bash-4.0-branch_update-4.patch
Removed:
    trunk/patches/bash-4.0-branch_update-3.patch
Modified:
    trunk/BOOK/introduction/common/changelog.xml
    trunk/BOOK/patches.ent
    trunk/scripts/patch/binutils-patch.sh

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Fri Apr 10 05:12:33 2009
@@ -35,6 +35,15 @@
       </itemizedlist>
     </listitem>
 -->
+
+    <listitem>
+      <para>April 9, 2009</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Jim] - Updated Bash Branch Update Patch to -4.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>April 04, 2009</para>

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent (original)
+++ trunk/BOOK/patches.ent Fri Apr 10 05:12:33 2009
@@ -4,9 +4,9 @@
 
 <!-- Start of Common Patches -->
 
-<!ENTITY bash-branch_update-patch "bash-&bash-version;-branch_update-3.patch">
-<!ENTITY bash-branch_update-patch-md5 "1121b5d966599721aaf6dffb03f13d8c">
-<!ENTITY bash-branch_update-patch-size "14 KB">
+<!ENTITY bash-branch_update-patch "bash-&bash-version;-branch_update-4.patch">
+<!ENTITY bash-branch_update-patch-md5 "25ff4f245e33902252f7dc97ae04c119">
+<!ENTITY bash-branch_update-patch-size "24 KB">
 
 <!ENTITY binutils-branch_update-patch "binutils-&binutils-version;-branch_update-1.patch">
 <!ENTITY binutils-branch_update-patch-md5 "bd1b2aa7ffe522a65c2dd1cdd373e563">

Modified: trunk/scripts/patch/binutils-patch.sh
==============================================================================
--- trunk/scripts/patch/binutils-patch.sh (original)
+++ trunk/scripts/patch/binutils-patch.sh Fri Apr 10 05:12:33 2009
@@ -27,7 +27,7 @@
 #
 cd /usr/src
 wget http://svn.cross-lfs.org/svn/repos/cross-lfs/trunk/patches/ --no-remove-listing
-PATCH_NUM=$(cat index.html | grep binutils | grep "${VERSION}" | grep branch_update | cut -f2 -d'"' | cut -f1 -d'"'| cut -f4 -d- | cut -f1 -d. | tail -n 1)
+PATCH_NUM=$(cat index.html | grep binutils | grep "${SOURCEVERSION}" | grep branch_update | cut -f2 -d'"' | cut -f1 -d'"'| cut -f4 -d- | cut -f1 -d. | tail -n 1)
 PATCH_NUM=$(expr ${PATCH_NUM} + 1)
 rm -f index.html
 




More information about the Clfs-commits mailing list