[Lunar-commits] <moonbase> bash: Version bump to 4.0 + patch level 35
Stefan Wold
ratler at lunar-linux.org
Wed Nov 4 19:33:29 CET 2009
commit ba74a070112d969f2ebe221d72093cfb9ceec16f
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Wed Nov 4 19:33:29 2009 +0100
bash: Version bump to 4.0 + patch level 35
BUILD: Changed configure options, no longer depend on external readline since
it can break bash on update, readline usually isn't binary compatible between
version changes
---
shells/bash/BUILD | 14 +++++++-------
shells/bash/DETAILS | 14 ++++++--------
2 files changed, 13 insertions(+), 15 deletions(-)
diff --git a/shells/bash/BUILD b/shells/bash/BUILD
index c9593e5..432defb 100644
--- a/shells/bash/BUILD
+++ b/shells/bash/BUILD
@@ -1,14 +1,14 @@
(
+ bad_flags -malign-double
patch_it $SOURCE2 0 &&
- patch_it $SOURCE3 0 &&
- bad_flags -malign-double
- OPTS+=" --bindir=/bin \
- --with-installed-readline \
- --with-curses \
- --without-bash-malloc \
- ac_cv_func_working_mktime=yes" &&
+ OPTS+=" --bindir=/bin \
+ --enable-readline \
+ --without-installed-readline \
+ --with-curses \
+ --without-bash-malloc \
+ --disable-profiling" &&
default_build &&
ln -sf bash /bin/sh &&
diff --git a/shells/bash/DETAILS b/shells/bash/DETAILS
index 335b0ae..904b70a 100644
--- a/shells/bash/DETAILS
+++ b/shells/bash/DETAILS
@@ -1,21 +1,19 @@
MODULE=bash
- VERSION=3.2.50
- BASE=3.2.48
+ VERSION=4.0.35
+ BASE=4.0
SOURCE=$MODULE-$BASE.tar.gz
- SOURCE2=bash32-049
- SOURCE3=bash32-050
+ SOURCE2=bash40-001-035.patch.bz2
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[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
+ SOURCE_VFY=sha1:2bbed30879f9f424c091a846a48111c27d0b2370
+ SOURCE2_VFY=sha1:ceb8a6c988ab8cbbbe08a3cea303990bfd338a0b
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$BASE
WEB_SITE=http://tiswww.case.edu/php/chet/bash/bashtop.html
ENTERED=20010922
- UPDATED=20090729
+ UPDATED=20091104
SHORT="A shell of the GNU operating system"
PSAFE=no
More information about the Lunar-commits
mailing list