From 50808c38ffbab6dc976180e8bdee81275b86c13e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 13 Aug 2018 13:21:19 +0200 Subject: extra/linux-pae: new version => new config => new checksum --- extra/linux-pae/PKGBUILD | 19 +--- extra/linux-pae/config | 259 ++++++++++++++++++++++++++++++----------------- 2 files changed, 170 insertions(+), 108 deletions(-) (limited to 'extra') diff --git a/extra/linux-pae/PKGBUILD b/extra/linux-pae/PKGBUILD index 9a5be0f9..9230ca57 100644 --- a/extra/linux-pae/PKGBUILD +++ b/extra/linux-pae/PKGBUILD @@ -4,7 +4,7 @@ # Maintainer: Thomas Baechler pkgbase=linux-pae # Build stock -ARCH kernel -pkgver=4.17.14 +pkgver=4.18 _srcname=linux-${pkgver} pkgrel=1 arch=('i686') @@ -19,21 +19,18 @@ source=( 90-linux.hook # pacman hook for initramfs regeneration linux.preset # standard config files for mkinitcpio ramdisk 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch - 0002-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch - 0003-ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch ) validpgpkeys=( + 'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman ) -sha256sums=('c846038df44ee74dd910d19b346044a100f62a5b933eec2264d17008758cbaaf' +sha256sums=('19d8bcf49ef530cd4e364a45b4a22fa70714b70349c8100e7308488e26f1eaf1' 'SKIP' - 'acc0be5d140e90ad70f8576082c01eac5e0ca706f053ed2ae7cc56eddb38cf9c' + '09ced1a53e757050388c14ccfe8c75841cd94a953c9c2b42bc41097983b83c2e' 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21' '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919' 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65' - 'e3c08f9b91611186e5ec579187ecea2a0143e5c2dc7ffc30ac6ea6e2b6d130fd' - '5403dead9161344b2c01027526146a250147680f4a2d32a54d40c55fc1becc8a' - 'd55e7de60b12bca26ded4c1bb8eb5860a9092374914a201a0f6a0ed2849d099f') + 'e3c08f9b91611186e5ec579187ecea2a0143e5c2dc7ffc30ac6ea6e2b6d130fd') _kernelname=${pkgbase#linux} : ${_kernelname:=-ARCH} @@ -47,12 +44,6 @@ prepare() { # disable USER_NS for non-root users by default patch -Np1 -i ../0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch - # https://bugs.archlinux.org/task/56711 - patch -Np1 -i ../0002-Revert-drm-i915-edp-Allow-alternate-fixed-mode-for-e.patch - - # https://bugs.archlinux.org/task/56780 - patch -Np1 -i ../0003-ACPI-watchdog-Prefer-iTCO_wdt-always-when-WDAT-table.patch - cat ../config - >.config <