From 9b03d350a82fa3a3c87db105a909a74e9f4e4106 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 29 Apr 2018 18:10:02 -0400 Subject: ~lukeshu/bash: Add bgpids lockup fix from mailing list --- ~lukeshu/bash/PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '~lukeshu') diff --git a/~lukeshu/bash/PKGBUILD b/~lukeshu/bash/PKGBUILD index 553a6ad17..f2b81988c 100644 --- a/~lukeshu/bash/PKGBUILD +++ b/~lukeshu/bash/PKGBUILD @@ -7,7 +7,7 @@ pkgname=bash _basever=4.4 _patchlevel=019 pkgver=${_basever}.${_patchlevel} -pkgrel=1 +pkgrel=1.lukeshu1 pkgdesc='The GNU Bourne Again shell' arch=(x86_64) license=(GPL) @@ -31,6 +31,8 @@ if [[ $((10#${_patchlevel})) -gt 0 ]]; then done fi +source+=(bash-4.4-bgpids.patch::https://lists.gnu.org/archive/html/bug-bash/2017-03/txtkNUcEEQ4Ch.txt) + prepare() { cd $pkgname-$_basever @@ -38,6 +40,7 @@ prepare() { msg "applying patch bash${_basever//.}-$(printf "%03d" $_p)" patch -p0 -i ../bash${_basever//.}-$(printf "%03d" $_p) done + patch -p0 -i ../bash-4.4-bgpids.patch } build() { @@ -118,4 +121,5 @@ md5sums=('148888a7c95ac23705559b6f477dfe25' 'b25e3373fc8de00523116dfe151ac4e0' 'SKIP' '8f43e1d277b02f3319a34c1cd4a4ff3e' - 'SKIP') + 'SKIP' + '1457af04f7cd3c79b68a2c7930ca3002') -- cgit v1.2.3