[Lunar-commits] <moonbase> bash: ver 4.2 patchlevel 8
Duncan Gibson
engelsman at lunar-linux.org
Wed Mar 16 21:55:11 CET 2011
commit b650e67b769d707876b5a9dead95e03f8a3025c7
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Wed Mar 16 21:55:11 2011 +0100
bash: ver 4.2 patchlevel 8
---
shells/bash/BUILD | 17 +++++++----------
shells/bash/DETAILS | 46 ++++++++++------------------------------------
2 files changed, 17 insertions(+), 46 deletions(-)
diff --git a/shells/bash/BUILD b/shells/bash/BUILD
index 779205a..8503e40 100644
--- a/shells/bash/BUILD
+++ b/shells/bash/BUILD
@@ -1,16 +1,11 @@
(
+ patch_it $SOURCE2 0 &&
+
bad_flags -malign-double &&
- patch_it $SOURCE2 0 &&
- patch_it $SOURCE3 0 &&
- patch_it $SOURCE4 0 &&
- patch_it $SOURCE5 0 &&
- patch_it $SOURCE6 0 &&
- patch_it $SOURCE7 0 &&
- patch_it $SOURCE8 0 &&
- patch_it $SOURCE9 0 &&
- patch_it $SOURCE10 0 &&
+ # Dangling symlink
+ rm -f /usr/share/doc/bash/ChangeLog &&
OPTS+=" --bindir=/bin \
--enable-readline \
@@ -77,6 +72,8 @@
fi &&
if [ ! -e /etc/bashrc ] ; then
install -m 644 -o root -g root $SCRIPT_DIRECTORY/bashrc /etc/bashrc
- fi
+ fi &&
+
+ mv CWRU/changelog ChangeLog
) > $C_FIFO 2>&1
diff --git a/shells/bash/DETAILS b/shells/bash/DETAILS
index 326ed89..2d7a36e 100644
--- a/shells/bash/DETAILS
+++ b/shells/bash/DETAILS
@@ -1,44 +1,18 @@
MODULE=bash
- VERSION=4.1
- BASE=4.1
- SOURCE=$MODULE-$BASE.tar.gz
- SOURCE2=bash41-001
- SOURCE3=bash41-002
- SOURCE4=bash41-003
- SOURCE5=bash41-004
- SOURCE6=bash41-005
- SOURCE7=bash41-006
- SOURCE8=bash41-007
- SOURCE9=bash41-008
- SOURCE10=bash41-009
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$BASE
+ VERSION=4.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=bash-4.2-patches-1-8.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=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
- SOURCE7_URL=http://ftp.gnu.org/gnu/bash/bash-4.1-patches
- SOURCE8_URL=http://ftp.gnu.org/gnu/bash/bash-4.1-patches
- SOURCE9_URL=http://ftp.gnu.org/gnu/bash/bash-4.1-patches
- SOURCE10_URL=http://ftp.gnu.org/gnu/bash/bash-4.1-patches
- SOURCE_VFY=sha1:3bd1ec9c66f3689f6b3495bdaaf9077b2e5dc150
- SOURCE2_VFY=sha1:41e176f9de749e432bebb8fac5d033a3936045f6
- SOURCE3_VFY=sha1:72a9ad2e08d35e02ac1417f3aedf39db4cb4c66f
- SOURCE4_VFY=sha1:31ae7f511d99ea336ba2299c10e493c21512e3ad
- SOURCE5_VFY=sha1:469dff697b7ac1c157dcc625d9333a1dcdb88ae2
- SOURCE6_VFY=sha1:c8400b7d3ddb2f8c7159bbbd238b22fc10504e12
- SOURCE7_VFY=sha1:9707fc6a92d4de907016584074187c1aaca25f2a
- SOURCE8_VFY=sha1:614e46128d6f9867132b31765f60a514b395ae43
- SOURCE9_VFY=sha1:f4e618e4d4c01b2b57cdc933e648f27f82b0157a
- SOURCE10_VFY=sha1:d874f61674144060a7788665f1531fe21167c7c2
+ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/bash
+ SOURCE_URL[2]=ftp://ftp.cwru.edu/pub/bash
+ SOURCE2_URL=$PATCH_URL
+ SOURCE_VFY=sha1:487840ab7134eb7901fbb2e49b0ee3d22de15cb8
+ SOURCE2_VFY=sha1:a8b77dc9c375f5b1f1f75302bb88899e82f161b1
WEB_SITE=http://www.gnu.org/software/bash
ENTERED=20010922
- UPDATED=20101018
+ UPDATED=20110314
SHORT="A shell of the GNU operating system"
-PSAFE=no
+ PSAFE=no
cat << EOF
bash - Shell of the GNU operating system. Bash is an sh-compatible
More information about the Lunar-commits
mailing list