summaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/.md5sum.i6862
-rw-r--r--bash/.md5sum.x86_642
-rwxr-xr-xbash/Pkgfile6
3 files changed, 5 insertions, 5 deletions
diff --git a/bash/.md5sum.i686 b/bash/.md5sum.i686
index 7eabcd615..d8f1263ed 100644
--- a/bash/.md5sum.i686
+++ b/bash/.md5sum.i686
@@ -1,2 +1,2 @@
-fcca082d3a6e51afc5c02c92221036a6 bash-4.2-fixes-6.patch
+4a76c4caaa5d09ebacf79e93f07fd848 bash-4.2-fixes-7.patch
3fb927c7c33022f1c327f14a81c0d4b0 bash-4.2.tar.gz
diff --git a/bash/.md5sum.x86_64 b/bash/.md5sum.x86_64
index 7eabcd615..d8f1263ed 100644
--- a/bash/.md5sum.x86_64
+++ b/bash/.md5sum.x86_64
@@ -1,2 +1,2 @@
-fcca082d3a6e51afc5c02c92221036a6 bash-4.2-fixes-6.patch
+4a76c4caaa5d09ebacf79e93f07fd848 bash-4.2-fixes-7.patch
3fb927c7c33022f1c327f14a81c0d4b0 bash-4.2.tar.gz
diff --git a/bash/Pkgfile b/bash/Pkgfile
index 2688ed155..dffc88fa1 100755
--- a/bash/Pkgfile
+++ b/bash/Pkgfile
@@ -5,13 +5,13 @@
name=bash
version=4.2
-release=4
+release=5
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz
- http://www.linuxfromscratch.org/patches/lfs/development/bash-$version-fixes-6.patch)
+ http://www.linuxfromscratch.org/patches/lfs/development/bash-$version-fixes-7.patch)
build() {
cd $name-$version
- patch -Np1 -i ../bash-$version-fixes-6.patch
+ patch -Np1 -i ../bash-$version-fixes-7.patch
./configure --prefix=/usr \
--bindir=/bin \
--htmldir=/usr/share/doc/$name-$version \