summaryrefslogtreecommitdiff
path: root/~lukeshu
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-04-29 18:10:02 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-04-29 19:32:26 -0400
commit9b03d350a82fa3a3c87db105a909a74e9f4e4106 (patch)
tree8373d09a366d9fb0251b8530f42baa542c886ec3 /~lukeshu
parent2369e57476d39562144be94e2d480e188ffdf795 (diff)
~lukeshu/bash: Add bgpids lockup fix from mailing list
Diffstat (limited to '~lukeshu')
-rw-r--r--~lukeshu/bash/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
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')