summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsirlucjan2018-02-25 14:57:11 +0100
committersirlucjan2018-02-25 14:57:11 +0100
commit5d4861dcd825389761d022010a7cd9151eba9572 (patch)
tree94f98d7c42c764fc994f40af23e37ff63e7fbfe8 /PKGBUILD
parentb7f7f06a7d6b0204df11671de1796385a1a08696 (diff)
downloadaur-5d4861dcd825389761d022010a7cd9151eba9572.tar.gz
Bump to 4.14.22-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 7 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b61ad6de58eb..df9924f06054 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,7 +66,7 @@ _mq_enable=
pkgbase=linux-bfq-mq
#pkgbase=linux-custom # Build kernel with a different name
-pkgver=4.14.21
+pkgver=4.14.22
_srcpatch="${pkgver##*\.*\.}"
_srcname="linux-${pkgver%%\.${_srcpatch}}"
pkgrel=1
@@ -131,12 +131,11 @@ source=(# mainline kernel patches
# standard config files for mkinitcpio ramdisk
'linux.preset'
'0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch'
- '0002-xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-l.patch'
- '0003-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch')
+ '0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch')
sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
'SKIP'
- '4d888fb78a52e556948483c8410159a83c51195eb7637f084d6f19f014fff448'
+ '6df3b1cea7091380949dcb33a8313bdfd4b26227584569753ff6c8d161ee1cf7'
'SKIP'
'8b00041911e67654b0bd9602125853a1a94f6155c5cac4f886507554c8324ee8'
'0034a8c361c602c1683dd9c3ac4a8713dd28eaced37199f6a0a60f3631dfdc7d'
@@ -154,9 +153,8 @@ sha256sums=('f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
'5f6ba52aaa528c4fa4b1dc097e8930fad0470d7ac489afcb13313f289ca32184'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
- 'a15ec5111b7a16b010ea2060e6eac9a08e33aa3a3371e21eb0cb0f71c968747f'
- '7a3085c71b3d6d88161bf324783740d68eb90a10828a6a92d97ffa85a07d7934'
- '2711b7947a9a844bcae8ddbc7df5e6b772afd74be750b4afadce969c3443268d')
+ '4532c63833f85cf459b3666beb369020c7158ff1970f4d3ef028c7758a0918b4'
+ 'a3152233b6b2fc91eaf68b59ec5d0f8997871c74aa7440e8b840c186e5991381')
validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
@@ -175,13 +173,9 @@ prepare() {
msg "Disable USER_NS for non-root users by default"
patch -Np1 -i ../0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
- ### Fix https://bugs.archlinux.org/task/56605
- msg "Fix #56605"
- patch -Np1 -i ../0002-xfrm-Fix-stack-out-of-bounds-read-on-socket-policy-l.patch
-
- ### Fix https://bugs.archlinux.org/task/56711
+ ### Fix https://bugs.archlinux.org/task/56711
msg "Fix #56711"
- patch -Np1 -i ../0003-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch
+ patch -Np1 -i ../0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch
### Patch source with BFQ-SQ-MQ
msg "Fix patching with 20180109"