summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2018-09-03 19:13:53 -0400
committergraysky2018-09-03 19:13:53 -0400
commit96fc8a7ec129eea3ad78d405860ed3decf21c2fc (patch)
treeeaae9d3b129f7b215033846420a3d675dbb5fd24
parent470d70d9e9845da2a7e76721f8bc8505d48f5d0b (diff)
downloadaur-96fc8a7ec129eea3ad78d405860ed3decf21c2fc.tar.gz
Update to 4.18.6rc1-1
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD31
-rw-r--r--config7
3 files changed, 18 insertions, 38 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55f57167e62a..3f0bad8b4838 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Thu Aug 23 18:03:03 UTC 2018
+# Mon Sep 3 23:13:52 UTC 2018
pkgbase = linux-rc
- pkgver = 4.18.5rc1
+ pkgver = 4.18.6rc1
pkgrel = 1
url = https://www.kernel.org/
arch = x86_64
@@ -11,21 +11,21 @@ pkgbase = linux-rc
makedepends = bc
makedepends = libelf
options = !strip
- source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.18.4.tar.xz
- source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.18.4.tar.sign
- source = https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.18.5-rc1.xz
- source = https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.18.5-rc1.sign
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.18.5.tar.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.18.5.tar.sign
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.18.6-rc1.xz
+ source = https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.18.6-rc1.sign
source = config
source = 60-linux.hook
source = 90-linux.hook
source = linux.preset
source = 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
source = 0002-Increase-timeout-in-lspcon_wait_mode.patch
- sha256sums = 12dbc87b5bdb7c47980fefea06911ea43b9ef226747e17e879428e6d4d8ba842
+ sha256sums = fb090a3680eddf6f10bf895bc3075bd3f830e3d2429ce469982db5a28df647bd
sha256sums = SKIP
- sha256sums = df64d750516fb613d7e70d391244173861d6e667923148e8126c24071f0577ea
+ sha256sums = 5c3bb17a2b78e6001e3745b9174f6ebffaa5945a4814ee39fd9baf19e4165028
sha256sums = SKIP
- sha256sums = bb700544d499a92dab141a218cc1eac62fdff0b67682748cb827035269c02a55
+ sha256sums = 83d768f19193f6795b8159d81c6775b9f62f4994f2a0d8371ac243e7b0890db8
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
sha256sums = 75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919
sha256sums = ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65
diff --git a/PKGBUILD b/PKGBUILD
index 58dda3b58852..7716a1612d77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgbase=linux-rc
pkgrel=1
_srcname=linux-4.18
-_stable=4.18.4
-_patchver=4.18.5
+_stable=4.18.5
+_patchver=4.18.6
_rcver=1
pkgver=${_patchver}rc${_rcver}
_rcpatch=patch-${_patchver}-rc${_rcver}
@@ -29,11 +29,11 @@ validpgpkeys=(
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
)
-sha256sums=('12dbc87b5bdb7c47980fefea06911ea43b9ef226747e17e879428e6d4d8ba842'
+sha256sums=('fb090a3680eddf6f10bf895bc3075bd3f830e3d2429ce469982db5a28df647bd'
'SKIP'
- 'df64d750516fb613d7e70d391244173861d6e667923148e8126c24071f0577ea'
+ '5c3bb17a2b78e6001e3745b9174f6ebffaa5945a4814ee39fd9baf19e4165028'
'SKIP'
- 'bb700544d499a92dab141a218cc1eac62fdff0b67682748cb827035269c02a55'
+ '83d768f19193f6795b8159d81c6775b9f62f4994f2a0d8371ac243e7b0890db8'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
@@ -107,7 +107,7 @@ _package() {
msg2 "Installing modules..."
local modulesdir="$pkgdir/usr/lib/modules/$kernver"
mkdir -p "$modulesdir"
- make INSTALL_MOD_PATH="$pkgdir/usr" DEPMOD=/doesnt/exist modules_install
+ make INSTALL_MOD_PATH="$pkgdir/usr" modules_install
# a place for external modules,
# with version file for building modules and running depmod from hook
@@ -224,25 +224,6 @@ _package-headers() {
chmod -Rc u=rwX,go=rX "$pkgdir"
}
-_package-docs() {
- pkgdesc="Kernel hackers manual - HTML documentation that comes with the ${pkgbase/linux/Linux} kernel"
-
- local builddir="$pkgdir/usr/lib/modules/$(<version)/build"
-
- cd $_srcname
-
- msg2 "Installing documentation..."
- mkdir -p "$builddir"
- cp -t "$builddir" -a Documentation
-
- msg2 "Adding symlink..."
- mkdir -p "$pkgdir/usr/share/doc"
- ln -sr "$builddir/Documentation" "$pkgdir/usr/share/doc/$pkgbase"
-
- msg2 "Fixing permissions..."
- chmod -Rc u=rwX,go=rX "$pkgdir"
-}
-
pkgname=("$pkgbase" "$pkgbase-headers")
for _p in "${pkgname[@]}"; do
eval "package_$_p() {
diff --git a/config b/config
index 7fd2a63b227a..b07674da617e 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.18.1-arch1 Kernel Configuration
+# Linux/x86 4.18.5-arch1 Kernel Configuration
#
#
@@ -1465,8 +1465,7 @@ CONFIG_BRIDGE_EBT_REDIRECT=m
CONFIG_BRIDGE_EBT_SNAT=m
CONFIG_BRIDGE_EBT_LOG=m
CONFIG_BRIDGE_EBT_NFLOG=m
-CONFIG_BPFILTER=y
-CONFIG_BPFILTER_UMH=m
+# CONFIG_BPFILTER is not set
CONFIG_IP_DCCP=m
CONFIG_INET_DCCP_DIAG=m
@@ -7365,7 +7364,7 @@ CONFIG_RTC_DRV_RV3029_HWMON=y
#
# Platform RTC drivers
#
-CONFIG_RTC_DRV_CMOS=m
+CONFIG_RTC_DRV_CMOS=y
CONFIG_RTC_DRV_DS1286=m
CONFIG_RTC_DRV_DS1511=m
CONFIG_RTC_DRV_DS1553=m