[Lunar-commits] <moonbase> bash: add the latest released patches.
Florin Braescu
florin at lunar-linux.org
Sun May 2 11:05:55 CEST 2010
commit e4629abdb631091a87f2afb782dd9463d0bf31bd
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun May 2 12:05:55 2010 +0300
bash: add the latest released patches.
Thanks to brebs for the submission.
---
shells/bash/BUILD | 11 ++++++++---
shells/bash/DETAILS | 22 +++++++++++++++++-----
2 files changed, 25 insertions(+), 8 deletions(-)
diff --git a/shells/bash/BUILD b/shells/bash/BUILD
index b93c70e..e03d399 100644
--- a/shells/bash/BUILD
+++ b/shells/bash/BUILD
@@ -1,7 +1,12 @@
(
- bad_flags -malign-double
- 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 &&
OPTS+=" --bindir=/bin \
--enable-readline \
@@ -21,7 +26,7 @@
gzip -9 $MANPAGE &&
install -m0644 $MANPAGE.gz /usr/share/man/man1
done &&
- install -m0644 doc/bashref.info /usr/share/info &&
+ install -m0644 doc/bashref.info /usr/share/info &&
mkdir -p /etc/skel &&
diff --git a/shells/bash/DETAILS b/shells/bash/DETAILS
index a463054..f0f968c 100644
--- a/shells/bash/DETAILS
+++ b/shells/bash/DETAILS
@@ -2,17 +2,29 @@
VERSION=4.1
BASE=4.1
SOURCE=$MODULE-$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_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=$PATCH_URL
- SOURCE_VFY=sha1:3bd1ec9c66f3689f6b3495bdaaf9077b2e5dc150
- SOURCE2_VFY=sha1:df6ebbccc69999584215ef9cc3271425389d85fe
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
+ 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: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=20010922
- UPDATED=20100126
+ UPDATED=20100502
SHORT="A shell of the GNU operating system"
PSAFE=no
More information about the Lunar-commits
mailing list