From: Victor Martinez Date: Wed, 4 Oct 2017 03:06:57 +0000 (+0200) Subject: bash: updated to 4.4.12 X-Git-Url: http://gitweb/?a=commitdiff_plain;ds=inline;h=cdf8eda0b1e0a9ef4d3f938865b5d39dce2aefff;p=ports%2Fcore-arm64.git bash: updated to 4.4.12 --- diff --git a/bash/Pkgfile b/bash/Pkgfile index 062e073..0a880af 100644 --- a/bash/Pkgfile +++ b/bash/Pkgfile @@ -5,7 +5,7 @@ # 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) @@ -13,6 +13,8 @@ source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \ build() { cd $name-${version:0:3} + gunzip -c $SRC/$name-$version.patch.gz | patch -p0 + ./configure --prefix=/usr \ --build=aarch64-unknown-linux-gnueabi \ --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