diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-09-17 22:41:02 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-09-17 22:41:02 -0700 |
commit | 46e07485e555d9ffbe4831c57d14aa4b41de59fa (patch) | |
tree | c88be9090335270bc575ef1f44fe794f1f56f804 /PKGBUILD | |
parent | Add hotfix for btrfs extent buffer hangs (diff) | |
download | linux-libre-hardened-46e07485e555d9ffbe4831c57d14aa4b41de59fa.tar.xz |
Updated to 5.2.15.a
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -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" |