diff --git a/bash/.md5sum b/bash/.md5sum index c8e41627..92ffd0ce 100644 --- a/bash/.md5sum +++ b/bash/.md5sum @@ -1,3 +1,3 @@ -248d1a9857823c8b0b6eea354358d487 bash-4.0-001-017.patch.gz +5c082c812bef63e80ced9f6075f78c21 bash-4.0-001-024.patch.gz a90a1b5a6db4838483f05438e05e8eb9 bash-4.0.tar.gz 3fee206195d50dbd8a3560a8a77f341b profile diff --git a/bash/Pkgfile b/bash/Pkgfile index 0679a320..fc0fe0a6 100644 --- a/bash/Pkgfile +++ b/bash/Pkgfile @@ -4,16 +4,16 @@ # Depends on: ncurses name=bash -version=4.0.17 +version=4.0.24 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-4.0.tar.gz \ - $name-4.0-001-017.patch.gz \ + $name-4.0-001-024.patch.gz \ profile) build() { cd $name-4.0 - gunzip -c $SRC/$name-4.0-001-017.patch.gz | patch -p0 + gunzip -c $SRC/$name-4.0-001-024.patch.gz | patch -p0 ./configure --prefix=/usr \ --exec-prefix= \ diff --git a/bash/bash-4.0-001-017.patch.gz b/bash/bash-4.0-001-017.patch.gz deleted file mode 100644 index 663f9eb0..00000000 Binary files a/bash/bash-4.0-001-017.patch.gz and /dev/null differ diff --git a/bash/bash-4.0-001-024.patch.gz b/bash/bash-4.0-001-024.patch.gz new file mode 100644 index 00000000..a53fb33c Binary files /dev/null and b/bash/bash-4.0-001-024.patch.gz differ