[Lunar-commits] <moonbase> bash_static: updated to 3.2.50

Zbigniew Luszpinski zbiggy at lunar-linux.org
Thu Jul 30 23:41:50 CEST 2009


commit 13e94ebb6d156d1bc874a45768f93d1ee4dd837c
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Thu Jul 30 23:41:50 2009 +0200

    bash_static: updated to 3.2.50
---
 shells/bash_static/BUILD   |    5 +++--
 shells/bash_static/DETAILS |    7 +++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/shells/bash_static/BUILD b/shells/bash_static/BUILD
index 50fe196..d457432 100644
--- a/shells/bash_static/BUILD
+++ b/shells/bash_static/BUILD
@@ -1,6 +1,8 @@
 (
 
     patch_it $SOURCE2 0 &&
+    patch_it $SOURCE3 0 &&
+
     bad_flags -malign-double
 
     OPTS=$OPTS" --bindir=/bin             \
@@ -8,7 +10,7 @@
                 --with-installed-readline \
                 --with-curses             \
                 --enable-static-link      \
-		ac_cv_func_working_mktime=yes"  &&
+                ac_cv_func_working_mktime=yes"  &&
 
     default_config   &&
     make version.h   &&
@@ -17,4 +19,3 @@
     cp bash /bin/bash_static
 
 ) > $C_FIFO 2>&1
-
diff --git a/shells/bash_static/DETAILS b/shells/bash_static/DETAILS
index a9a46eb..a0bf573 100644
--- a/shells/bash_static/DETAILS
+++ b/shells/bash_static/DETAILS
@@ -1,18 +1,21 @@
           MODULE=bash_static
-         VERSION=3.2.49
+         VERSION=3.2.50
             BASE=3.2.48
           SOURCE=bash-$BASE.tar.gz
          SOURCE2=bash32-049
+         SOURCE3=bash32-050
 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[0]=ftp://ftp.gnu.org/gnu/bash/bash-3.2-patches
+  SOURCE3_URL[0]=ftp://ftp.gnu.org/gnu/bash/bash-3.2-patches
       SOURCE_VFY=sha1:ed10f49e57bb83e717ebb85bb5662e24ac5ba37c
      SOURCE2_VFY=sha1:da7b29dd5d2e3c3a5d54b845180b587cc1995134
+     SOURCE3_VFY=sha1:81e1345b708ee135c17fb409b566e8e38a5f8a3f
         WEB_SITE=http://tiswww.case.edu/php/chet/bash/bashtop.html
          ENTERED=20020615
-         UPDATED=20090704
+         UPDATED=20090729
            SHORT="A static build of bash, named as bash_static"
 
 cat << EOF


More information about the Lunar-commits mailing list