bash: 4.3.27.

This commit is contained in:
Augustin Cavalier
2014-09-29 13:38:40 -04:00
parent 360e6c137e
commit 607c6d3116

View File

@@ -5,13 +5,16 @@ executes commands read from the standard input or from a file. Bash also \
incorporates useful features from the Korn and C shells (ksh and csh).
"
HOMEPAGE="http://www.gnu.org/software/bash/"
SRC_URI="https://ftp.gnu.org/gnu/bash/bash-4.3.tar.gz"
CHECKSUM_SHA256="afc687a28e0e24dc21b988fa159ff9dbcf6b7caa92ade8645cc6d5605cd024d4"
gitRev="3590145af6f1c9fa321dff231f69ae696e7e740b"
SRC_URI="http://git.savannah.gnu.org/cgit/bash.git/snapshot/bash-$gitRev.tar.gz"
SOURCE_DIR="bash-$gitRev"
CHECKSUM_SHA256="ac6bf0f63c2264fa3c1c8cc550f1b545d836d57b91c199b8396d0c665f874730"
PATCHES="bash-kill_by_name.patch"
SOURCE_DIR="bash-4.3"
REVISION="1"
LICENSE="GNU GPL v3"
COPYRIGHT="2013 Free Software Foundation, Inc."
COPYRIGHT="2014 Free Software Foundation, Inc."
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
@@ -34,23 +37,8 @@ BUILD_REQUIRES="
cmd:bison
cmd:make
cmd:awk
cmd:wget
cmd:patch
"
PATCH()
{
# Yes, this is nasty. But the GNU guys don't seem to want to ship
# patch releases, instead they want to ship patches. Hence this.
mkdir -p patches
for i in {001..026}; do
wget "https://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-$i" \
-O patches/bash43-$i.patch
patch -p0 <patches/bash43-$i.patch
done
rm -rf patches
}
BUILD()
{
runConfigure ./configure --without-bash-malloc --with-installed-readline