bash: update to 4.2.6

This commit is contained in:
Juergen Daubert 2011-03-02 12:42:27 +01:00
parent b387eb65fa
commit 0ce3138131
4 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,3 @@
1564d33b9e2dc2ff83661d69c9eff8e5 bash-4.1-001-009.patch.gz
9800d8724815fd84994d9be65ab5e7b8 bash-4.1.tar.gz
df31506c3c23b4b2764c41f240fd516c bash-4.2.6.patch.gz
3fb927c7c33022f1c327f14a81c0d4b0 bash-4.2.tar.gz
3fee206195d50dbd8a3560a8a77f341b profile

View File

@ -4,15 +4,15 @@
# Depends on: ncurses readline
name=bash
version=4.1.9
version=4.2.6
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-4.1.tar.gz \
$name-4.1-001-009.patch.gz profile)
source=(http://ftp.gnu.org/gnu/$name/$name-${version::3}.tar.gz \
$name-$version.patch.gz profile)
build() {
cd $name-4.1
cd $name-${version::3}
gunzip -c $SRC/$name-4.1-001-009.patch.gz | patch -p0
gunzip -c $SRC/$name-$version.patch.gz | patch -p0
./configure --prefix=/usr \
--exec-prefix= \

Binary file not shown.

BIN
bash/bash-4.2.6.patch.gz Normal file

Binary file not shown.