[Lunar-commits] <moonbase> bash, bash_static: add two more patches.
Florin Braescu
florin at lunar-linux.org
Mon May 17 20:47:22 CEST 2010
commit 1f86afe2df85e75e209d50087417991f11346198
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon May 17 21:47:22 2010 +0300
bash, bash_static: add two more patches.
Thanks to brebs for submitting this.
---
shells/bash/BUILD | 2 ++
shells/bash/DETAILS | 10 ++++++++--
shells/bash_static/BUILD | 2 ++
shells/bash_static/DETAILS | 9 ++++++++-
4 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/shells/bash/BUILD b/shells/bash/BUILD
index e03d399..96e80da 100644
--- a/shells/bash/BUILD
+++ b/shells/bash/BUILD
@@ -7,6 +7,8 @@
patch_it $SOURCE4 0 &&
patch_it $SOURCE5 0 &&
patch_it $SOURCE6 0 &&
+ patch_it $SOURCE7 0 &&
+ patch_it $SOURCE8 0 &&
OPTS+=" --bindir=/bin \
--enable-readline \
diff --git a/shells/bash/DETAILS b/shells/bash/DETAILS
index 14c4225..6f5020a 100644
--- a/shells/bash/DETAILS
+++ b/shells/bash/DETAILS
@@ -7,6 +7,8 @@
SOURCE4=bash41-003
SOURCE5=bash41-004
SOURCE6=bash41-005
+ SOURCE7=bash41-006
+ SOURCE8=bash41-007
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$BASE
SOURCE_URL[0]=$GNU_URL/$MODULE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
@@ -16,15 +18,19 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$BASE
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
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
+ SOURCE7_VFY=sha1:9707fc6a92d4de907016584074187c1aaca25f2a
+ SOURCE8_VFY=sha1:614e46128d6f9867132b31765f60a514b395ae43
+ WEB_SITE=http://www.gnu.org/software/bash/
ENTERED=20010922
- UPDATED=20100502
+ UPDATED=20100517
SHORT="A shell of the GNU operating system"
PSAFE=no
diff --git a/shells/bash_static/BUILD b/shells/bash_static/BUILD
index 55ba9e9..89a8385 100644
--- a/shells/bash_static/BUILD
+++ b/shells/bash_static/BUILD
@@ -7,6 +7,8 @@
patch_it $SOURCE4 0 &&
patch_it $SOURCE5 0 &&
patch_it $SOURCE6 0 &&
+ patch_it $SOURCE7 0 &&
+ patch_it $SOURCE8 0 &&
OPTS+=" --bindir=/bin \
--without-bash-malloc \
diff --git a/shells/bash_static/DETAILS b/shells/bash_static/DETAILS
index 8d7417e..47aecf8 100644
--- a/shells/bash_static/DETAILS
+++ b/shells/bash_static/DETAILS
@@ -7,6 +7,8 @@
SOURCE4=bash41-003
SOURCE5=bash41-004
SOURCE6=bash41-005
+ SOURCE7=bash41-006
+ SOURCE8=bash41-007
SOURCE_DIRECTORY=$BUILD_DIRECTORY/bash-$BASE
SOURCE_URL[0]=$GNU_URL/$MODULE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
@@ -16,18 +18,23 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/bash-$BASE
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
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
WEB_SITE=http://tiswww.case.edu/php/chet/bash/bashtop.html
ENTERED=20020615
- UPDATED=20100126
+ UPDATED=20100517
SHORT="A static build of bash, named as bash_static"
cat << EOF
bash - Shell of the GNU operating system.
This is the static build of bash; call bash_static to use it.
EOF
+
More information about the Lunar-commits
mailing list