summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-09-17 22:41:02 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-09-17 22:41:02 -0700
commit46e07485e555d9ffbe4831c57d14aa4b41de59fa (patch)
treec88be9090335270bc575ef1f44fe794f1f56f804 /PKGBUILD
parentAdd hotfix for btrfs extent buffer hangs (diff)
downloadlinux-libre-hardened-46e07485e555d9ffbe4831c57d14aa4b41de59fa.tar.xz
Updated to 5.2.15.a
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab6695f..b7ac40a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@
pkgbase=linux-libre-hardened
_majver=5.2
-_minver=14
+_minver=15
if [ "$_minver" == "0" ]; then
_pkgver=${_majver}
else
@@ -43,7 +43,6 @@ options=('!strip')
source=(
https://linux-libre.fsfla.org/pub/linux-libre/releases/${_gnumajver}/linux-libre-${_gnumajver}.tar.xz{,.sign}
https://linux-libre.fsfla.org/pub/linux-libre/releases/${_gnupkgver}/patch-${_gnumajver}-${_gnupkgver}.xz{,.sign}
- 0003-Btrfs-fix-unwritten-extent-buffers-and-hangs-on-future-writeback-attempts.patch
https://github.com/anthraxx/linux-hardened/releases/download/${pkgver}/linux-hardened-${pkgver}.patch{,.sig}
graysky_bdver2-hotfix.patch
kernel_gcc_patch-${_gccpatchver}.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/${_gccpatchver}.tar.gz
@@ -56,10 +55,9 @@ source=(
)
sha256sums=('abbf0a5cacc1031e55f181f61b3c417bd3a37d0960f7596cbcae6ee1b96439e9'
'SKIP'
- '4cc1262507c4013f18964e803909e9abeaa9d56d59dedf52be6bea1f5c9597a8'
+ '5785c81842fe2a0b44dace47086ece4cbc2264f80efb63d9fa42ef00b42886f9'
'SKIP'
- '940719452e133a7350dd5efea974190af07eb365a6a60d117b76efca4ca53e7a'
- 'fe3086755a5d677fd1f31b919a622e4c83bc97f354e7ca4683dd7cdefbd666d6'
+ '17d8a2c9e1b89cf87da778071d7539102c9009728f7afd6e87cdc3e66ab64cf6'
'SKIP'
'c5405139aa0a90a6f68f6a13e066a2bd0600c970f9f525cd3aa114b044a7f73b'
'8c11086809864b5cef7d079f930bd40da8d0869c091965fa62e95de9a0fe13b5'
@@ -87,8 +85,7 @@ prepare() {
fi
# Hotfixes
- msg2 "Applying hotfixes"
- patch -p1 -i ../0003-Btrfs-fix-unwritten-extent-buffers-and-hangs-on-future-writeback-attempts.patch
+# msg2 "Applying hotfixes"
# linux hardened patch
msg2 "Applying hardened patch"