From: Victor Martinez Date: Mon, 13 Mar 2017 23:48:18 +0000 (+0100) Subject: bash: updated to 4.4.12 X-Git-Url: http://gitweb/?a=commitdiff_plain;h=92ffd97cb14efadd23b351da6168d032d291574c;p=ports%2Fcore-arm.git bash: updated to 4.4.12 --- diff --git a/bash/.md5sum b/bash/.md5sum index 89293c7..a35b981 100644 --- a/bash/.md5sum +++ b/bash/.md5sum @@ -1,2 +1,3 @@ +f9b3f89b69596328e31cdb097de81657 bash-4.4.12.patch.gz 148888a7c95ac23705559b6f477dfe25 bash-4.4.tar.gz be4c698ea8bb7d52eab2d6ce2c3fab8e profile diff --git a/bash/Pkgfile b/bash/Pkgfile index 16de649..ef38ddb 100644 --- a/bash/Pkgfile +++ b/bash/Pkgfile @@ -5,14 +5,16 @@ # Depends on: ncurses readline name=bash -version=4.4 +version=4.4.12 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \ - profile) + $name-$version.patch.gz profile) build() { cd $name-${version:0:3} + gunzip -c $SRC/$name-$version.patch.gz | patch -p0 + ./configure --prefix=/usr \ --build=arm-unknown-linux-gnueabihf \ --exec-prefix= \ diff --git a/bash/bash-4.4.12.patch.gz b/bash/bash-4.4.12.patch.gz new file mode 100644 index 0000000..f4c8ae3 Binary files /dev/null and b/bash/bash-4.4.12.patch.gz differ