[Lunar-commits] <moonbase> bash_static: add the latest released patches.

Florin Braescu florin at lunar-linux.org
Sun May 2 11:18:37 CEST 2010


commit fbea961dc9a501655c8d50fa540938fadabac1f0
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun May 2 12:18:37 2010 +0300

    bash_static: add the latest released patches.
---
 shells/bash/DETAILS        |    6 +++---
 shells/bash_static/BUILD   |   30 +++++++++++++++++-------------
 shells/bash_static/DETAILS |   24 ++++++++++++++++++------
 3 files changed, 38 insertions(+), 22 deletions(-)

diff --git a/shells/bash/DETAILS b/shells/bash/DETAILS
index f0f968c..14c4225 100644
--- a/shells/bash/DETAILS
+++ b/shells/bash/DETAILS
@@ -7,10 +7,10 @@
          SOURCE4=bash41-003
          SOURCE5=bash41-004
          SOURCE6=bash41-005
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$BASE
    SOURCE_URL[0]=$GNU_URL/$MODULE
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
    SOURCE_URL[2]=ftp://ftp.cwru.edu/pub/$MODULE
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$BASE
      SOURCE2_URL=http://ftp.gnu.org/gnu/bash/bash-4.1-patches
      SOURCE3_URL=http://ftp.gnu.org/gnu/bash/bash-4.1-patches
      SOURCE4_URL=http://ftp.gnu.org/gnu/bash/bash-4.1-patches
@@ -29,10 +29,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$BASE
 PSAFE=no
 
 cat << EOF
-bash - Shell of the GNU operating system.  Bash is an sh-compatible
+bash - Shell of the GNU operating system. Bash is an sh-compatible
 shell that incorporates useful features from the Korn shell (ksh) and
 C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO
-9945.2 Shell and Tools standard.  It offers functional improvements
+9945.2 Shell and Tools standard. It offers functional improvements
 over sh for both programming and interactive use; these include
 command line editing, unlimited size command history, job control,
 shell functions and aliases, indexed arrays of unlimited size, and
diff --git a/shells/bash_static/BUILD b/shells/bash_static/BUILD
index f350c0c..55ba9e9 100644
--- a/shells/bash_static/BUILD
+++ b/shells/bash_static/BUILD
@@ -1,20 +1,24 @@
 (
 
-    bad_flags -malign-double
+   bad_flags -malign-double
 
-    patch_it $SOURCE2 0 &&
+   patch_it $SOURCE2 0  &&
+   patch_it $SOURCE3 0  &&
+   patch_it $SOURCE4 0  &&
+   patch_it $SOURCE5 0  &&
+   patch_it $SOURCE6 0  &&
 
-    OPTS+=" --bindir=/bin                 \
-            --without-bash-malloc         \
-            --without-installed-readline  \
-            --with-curses                 \
-            --enable-static-link          \
-            --disable-profiling"         &&
+   OPTS+=" --bindir=/bin                 \
+           --without-bash-malloc         \
+           --without-installed-readline  \
+           --with-curses                 \
+           --enable-static-link          \
+           --disable-profiling"         &&
 
-    default_config   &&
-    make version.h   &&
-    make             &&
-    prepare_install  &&
-    cp bash /bin/bash_static
+   default_config   &&
+   make version.h   &&
+   make             &&
+   prepare_install  &&
+   cp bash /bin/bash_static
 
 ) > $C_FIFO 2>&1
diff --git a/shells/bash_static/DETAILS b/shells/bash_static/DETAILS
index c2d26aa..8d7417e 100644
--- a/shells/bash_static/DETAILS
+++ b/shells/bash_static/DETAILS
@@ -2,14 +2,26 @@
          VERSION=4.1
             BASE=4.1
           SOURCE=bash-$BASE.tar.gz
-         SOURCE2=bash41-001-002.patch.bz2
+         SOURCE2=bash41-001
+         SOURCE3=bash41-002
+         SOURCE4=bash41-003
+         SOURCE5=bash41-004
+         SOURCE6=bash41-005
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/bash-$BASE
-   SOURCE_URL[0]=$GNU_URL/bash
-   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/bash
-   SOURCE_URL[2]=ftp://ftp.cwru.edu/pub/bash
-     SOURCE2_URL=$PATCH_URL
+   SOURCE_URL[0]=$GNU_URL/$MODULE
+   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
+   SOURCE_URL[2]=ftp://ftp.cwru.edu/pub/$MODULE
+     SOURCE2_URL=http://ftp.gnu.org/gnu/bash/bash-4.1-patches
+     SOURCE3_URL=http://ftp.gnu.org/gnu/bash/bash-4.1-patches
+     SOURCE4_URL=http://ftp.gnu.org/gnu/bash/bash-4.1-patches
+     SOURCE5_URL=http://ftp.gnu.org/gnu/bash/bash-4.1-patches
+     SOURCE6_URL=http://ftp.gnu.org/gnu/bash/bash-4.1-patches
       SOURCE_VFY=sha1:3bd1ec9c66f3689f6b3495bdaaf9077b2e5dc150
-     SOURCE2_VFY=sha1:df6ebbccc69999584215ef9cc3271425389d85fe
+     SOURCE2_VFY=sha1:41e176f9de749e432bebb8fac5d033a3936045f6
+     SOURCE3_VFY=sha1:72a9ad2e08d35e02ac1417f3aedf39db4cb4c66f
+     SOURCE4_VFY=sha1:31ae7f511d99ea336ba2299c10e493c21512e3ad
+     SOURCE5_VFY=sha1:469dff697b7ac1c157dcc625d9333a1dcdb88ae2
+     SOURCE6_VFY=sha1:c8400b7d3ddb2f8c7159bbbd238b22fc10504e12
         WEB_SITE=http://tiswww.case.edu/php/chet/bash/bashtop.html
          ENTERED=20020615
          UPDATED=20100126


More information about the Lunar-commits mailing list