[Lunar-commits] <moonbase> bash: added cumulated official patches
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Mon Jan 25 15:27:06 CET 2010
commit 77ed41251b9541985f53b015f1733214248592b4
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Mon Jan 25 15:27:06 2010 +0100
bash: added cumulated official patches
---
shells/bash/BUILD | 2 ++
shells/bash/DETAILS | 5 ++++-
shells/bash_static/BUILD | 2 ++
shells/bash_static/DETAILS | 5 ++++-
4 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/shells/bash/BUILD b/shells/bash/BUILD
index 3ed4723..d14f909 100644
--- a/shells/bash/BUILD
+++ b/shells/bash/BUILD
@@ -1,6 +1,8 @@
(
bad_flags -malign-double
+ patch_it $SOURCE2 0 &&
+
OPTS+=" --bindir=/bin \
--enable-readline \
--without-installed-readline \
diff --git a/shells/bash/DETAILS b/shells/bash/DETAILS
index 7de09cd..a463054 100644
--- a/shells/bash/DETAILS
+++ b/shells/bash/DETAILS
@@ -2,14 +2,17 @@
VERSION=4.1
BASE=4.1
SOURCE=$MODULE-$BASE.tar.gz
+ SOURCE2=bash41-001-002.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=$PATCH_URL
SOURCE_VFY=sha1:3bd1ec9c66f3689f6b3495bdaaf9077b2e5dc150
+ SOURCE2_VFY=sha1:df6ebbccc69999584215ef9cc3271425389d85fe
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$BASE
WEB_SITE=http://tiswww.case.edu/php/chet/bash/bashtop.html
ENTERED=20010922
- UPDATED=20100125
+ UPDATED=20100126
SHORT="A shell of the GNU operating system"
PSAFE=no
diff --git a/shells/bash_static/BUILD b/shells/bash_static/BUILD
index 7e0d3ed..f350c0c 100644
--- a/shells/bash_static/BUILD
+++ b/shells/bash_static/BUILD
@@ -2,6 +2,8 @@
bad_flags -malign-double
+ patch_it $SOURCE2 0 &&
+
OPTS+=" --bindir=/bin \
--without-bash-malloc \
--without-installed-readline \
diff --git a/shells/bash_static/DETAILS b/shells/bash_static/DETAILS
index 90faf09..c2d26aa 100644
--- a/shells/bash_static/DETAILS
+++ b/shells/bash_static/DETAILS
@@ -2,14 +2,17 @@
VERSION=4.1
BASE=4.1
SOURCE=bash-$BASE.tar.gz
+ SOURCE2=bash41-001-002.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=$PATCH_URL
SOURCE_VFY=sha1:3bd1ec9c66f3689f6b3495bdaaf9077b2e5dc150
+ SOURCE2_VFY=sha1:df6ebbccc69999584215ef9cc3271425389d85fe
WEB_SITE=http://tiswww.case.edu/php/chet/bash/bashtop.html
ENTERED=20020615
- UPDATED=20100125
+ UPDATED=20100126
SHORT="A static build of bash, named as bash_static"
cat << EOF
More information about the Lunar-commits
mailing list