[Lunar-commits] <moonbase> bash_static: Version bump to 4.0.35
Stefan Wold
ratler at lunar-linux.org
Sat Nov 7 15:47:07 CET 2009
commit 4b1507ed9577fcd1b22cb2dd7d535bf73d95a3c9
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat Nov 7 15:47:07 2009 +0100
bash_static: Version bump to 4.0.35
---
shells/bash_static/BUILD | 17 ++++++++---------
shells/bash_static/DETAILS | 17 +++++++----------
shells/bash_static/POST_INSTALL | 2 +-
3 files changed, 16 insertions(+), 20 deletions(-)
diff --git a/shells/bash_static/BUILD b/shells/bash_static/BUILD
index d457432..5ce4d86 100644
--- a/shells/bash_static/BUILD
+++ b/shells/bash_static/BUILD
@@ -1,16 +1,15 @@
(
- patch_it $SOURCE2 0 &&
- patch_it $SOURCE3 0 &&
-
bad_flags -malign-double
- OPTS=$OPTS" --bindir=/bin \
- --without-bash-malloc \
- --with-installed-readline \
- --with-curses \
- --enable-static-link \
- ac_cv_func_working_mktime=yes" &&
+ patch_it $SOURCE2 0 &&
+
+ OPTS+=" --bindir=/bin \
+ --without-bash-malloc \
+ --without-installed-readline \
+ --with-curses \
+ --enable-static-link \
+ --disable-profiling" &&
default_config &&
make version.h &&
diff --git a/shells/bash_static/DETAILS b/shells/bash_static/DETAILS
index a0bf573..46f4a0f 100644
--- a/shells/bash_static/DETAILS
+++ b/shells/bash_static/DETAILS
@@ -1,21 +1,18 @@
MODULE=bash_static
- VERSION=3.2.50
- BASE=3.2.48
+ VERSION=4.0.35
+ BASE=4.0
SOURCE=bash-$BASE.tar.gz
- SOURCE2=bash32-049
- SOURCE3=bash32-050
+ SOURCE2=bash40-001-035.patch.bz2
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
+ SOURCE2_URL=$PATCH_URL
+ SOURCE_VFY=sha1:2bbed30879f9f424c091a846a48111c27d0b2370
+ SOURCE2_VFY=sha1:ceb8a6c988ab8cbbbe08a3cea303990bfd338a0b
WEB_SITE=http://tiswww.case.edu/php/chet/bash/bashtop.html
ENTERED=20020615
- UPDATED=20090729
+ UPDATED=20091107
SHORT="A static build of bash, named as bash_static"
cat << EOF
diff --git a/shells/bash_static/POST_INSTALL b/shells/bash_static/POST_INSTALL
index 818aeb5..a1b9d85 100644
--- a/shells/bash_static/POST_INSTALL
+++ b/shells/bash_static/POST_INSTALL
@@ -1,6 +1,6 @@
cat << END
-The static build of bash-3.2 is installed and located at
+The static build of bash is installed and located at
/bin/bash_static.
This is NOT an ordinary shell. It is installed for
More information about the Lunar-commits
mailing list