From: Victor Martinez Date: Tue, 26 Jan 2010 08:09:29 +0000 (+0000) Subject: bash: Updated to 4.1.2. X-Git-Url: http://gitweb/?a=commitdiff_plain;h=3419b291a20722dfd79ae7df66203425119a71da;p=crossrootfs.git bash: Updated to 4.1.2. --- diff --git a/bash/.md5sum b/bash/.md5sum index 4898b5f..f4e338e 100644 --- a/bash/.md5sum +++ b/bash/.md5sum @@ -1,2 +1,3 @@ +53468bae20ceece01ff339ea2e2759eb bash-4.1-001-002.patch.gz 9800d8724815fd84994d9be65ab5e7b8 bash-4.1.tar.gz 3fee206195d50dbd8a3560a8a77f341b profile diff --git a/bash/Pkgfile b/bash/Pkgfile index 41cb012..d13a8e8 100644 --- a/bash/Pkgfile +++ b/bash/Pkgfile @@ -5,10 +5,10 @@ # Depends on: ncurses name=bash -version=4.1 +version=4.1.2 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \ - profile) + $name-4.1-001-002.patch.gz profile) build() { cd $name-$version @@ -18,6 +18,8 @@ bash_cv_sys_named_pipes=yes bash_cv_job_control_missing=present EOF + gunzip -c $SRC/$name-4.1-001-002.patch.gz | patch -p0 + touch configure ./configure --build=$CHOST \ --host=$CTARGET \ diff --git a/bash/bash-4.1-001-002.patch.gz b/bash/bash-4.1-001-002.patch.gz new file mode 100644 index 0000000..dc1c10a Binary files /dev/null and b/bash/bash-4.1-001-002.patch.gz differ