[Lunar-commits] <moonbase> bash: updated to 3.2.49
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sun Jul 5 22:28:48 CEST 2009
commit 1ffe267b35d62666780629bea7871f80f27712fd
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sun Jul 5 22:28:48 2009 +0200
bash: updated to 3.2.49
---
shells/bash/BUILD | 1 +
shells/bash/DETAILS | 13 +++++++++----
shells/bash_static/BUILD | 1 +
shells/bash_static/DETAILS | 14 +++++++++-----
4 files changed, 20 insertions(+), 9 deletions(-)
diff --git a/shells/bash/BUILD b/shells/bash/BUILD
index 99e119f..0566605 100644
--- a/shells/bash/BUILD
+++ b/shells/bash/BUILD
@@ -1,5 +1,6 @@
(
+ patch_it $SOURCE2 0 &&
bad_flags -malign-double
OPTS+=" --bindir=/bin \
diff --git a/shells/bash/DETAILS b/shells/bash/DETAILS
index dda9467..96b39b7 100644
--- a/shells/bash/DETAILS
+++ b/shells/bash/DETAILS
@@ -1,13 +1,18 @@
MODULE=bash
- VERSION=3.2.48
- SOURCE=$MODULE-$VERSION.tar.gz
+ VERSION=3.2.49
+ BASE=3.2.48
+ SOURCE=$MODULE-$BASE.tar.gz
+ SOURCE2=bash32-049
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
- SOURCE_VFY=sha1:ed10f49e57bb83e717ebb85bb5662e24ac5ba37c
+ SOURCE2_URL[0]=ftp://ftp.gnu.org/gnu/bash/bash-3.2-patches
+ SOURCE_VFY=sha1:efaff12f5d58d81999830891b030842858a1e7e8
+ SOURCE2_VFY=sha1:da7b29dd5d2e3c3a5d54b845180b587cc1995134
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$BASE
WEB_SITE=http://tiswww.case.edu/php/chet/bash/bashtop.html
ENTERED=20010922
- UPDATED=20090317
+ UPDATED=20090704
SHORT="A shell of the GNU operating system"
PSAFE=no
diff --git a/shells/bash_static/BUILD b/shells/bash_static/BUILD
index 0ced2b7..50fe196 100644
--- a/shells/bash_static/BUILD
+++ b/shells/bash_static/BUILD
@@ -1,5 +1,6 @@
(
+ patch_it $SOURCE2 0 &&
bad_flags -malign-double
OPTS=$OPTS" --bindir=/bin \
diff --git a/shells/bash_static/DETAILS b/shells/bash_static/DETAILS
index 334bc9f..8d7ac21 100644
--- a/shells/bash_static/DETAILS
+++ b/shells/bash_static/DETAILS
@@ -1,14 +1,18 @@
MODULE=bash_static
- VERSION=3.2.48
- SOURCE=bash-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/bash-$VERSION
+ VERSION=3.2.49
+ BASE=3.2.48
+ SOURCE=bash-$BASE.tar.gz
+ SOURCE2=bash32-049
+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
- SOURCE_VFY=sha1:ed10f49e57bb83e717ebb85bb5662e24ac5ba37c
+ SOURCE2_URL[0]=ftp://ftp.gnu.org/gnu/bash/bash-3.2-patches
+ SOURCE_VFY=sha1:efaff12f5d58d81999830891b030842858a1e7e8
+ SOURCE2_VFY=sha1:da7b29dd5d2e3c3a5d54b845180b587cc1995134
WEB_SITE=http://tiswww.case.edu/php/chet/bash/bashtop.html
ENTERED=20020615
- UPDATED=20090317
+ UPDATED=20090704
SHORT="A static build of bash, named as bash_static"
cat << EOF
More information about the Lunar-commits
mailing list