summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaruue Icymoon2018-03-15 22:08:27 +0800
committerHaruue Icymoon2018-03-15 22:10:16 +0800
commit880dfe81964208046d350f7f128a62aec20e855d (patch)
tree0a25707d13be53e5cd3f31ad7896261b24386bed
parent3399b32e306d95060e6004e9c8f77499d38a2608 (diff)
downloadaur-880dfe81964208046d350f7f128a62aec20e855d.tar.gz
update: kernel 4.15.9
Signed-off-by: Haruue Icymoon <haruue@caoyue.com.cn>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rw-r--r--config2
-rw-r--r--modules.install2
4 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2c9ef3e520d..d492f08d52dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-usermode
pkgdesc = User mode Linux kernel and modules
- pkgver = 4.15.8
+ pkgver = 4.15.9
pkgrel = 1
url = http://user-mode-linux.sourceforge.net/
arch = x86_64
@@ -10,17 +10,17 @@ pkgbase = linux-usermode
depends = coreutils
source = http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.15.tar.xz
source = http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.15.tar.sign
- source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.8.xz
- source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.8.sign
+ source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.9.xz
+ source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.9.sign
source = config
source = 0001-ucontext-fix-incomplete-type-ucontext.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769
sha256sums = SKIP
- sha256sums = 93e9495e5d43f3ff6695b50ba74fc17d8feef670c16c08acd005059b54db1ef0
+ sha256sums = f3070554bd5f1640085cc35ae2f4bc23a94f9cf47b562140e5c2ec9a16d6b52e
sha256sums = SKIP
- sha256sums = d285dad8992eeda7463f744f5406851043a6810b06cc3feee2baf98be7c63d7e
+ sha256sums = e3978247501522ad94aa16d9bcc362bda61d6d2d5b230c21fabec04e4f02d04d
sha256sums = 9a7e0a9a2c3d4252cee29b4f5f61da00e98bd247cb5ceb22e31a7f782a45bddf
pkgname = linux-usermode
diff --git a/PKGBUILD b/PKGBUILD
index 0aab27889b5a..2f8a90acf5d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ true && pkgname=(linux-usermode linux-usermode-modules)
pkgbase=linux-usermode
_kernelname=-usermodelinux
_srcname=linux-4.15
-pkgver=4.15.8
+pkgver=4.15.9
pkgrel=1
pkgdesc="User mode Linux kernel and modules"
arch=('x86_64')
@@ -21,9 +21,9 @@ source=(
sha256sums=('5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769'
'SKIP'
- '93e9495e5d43f3ff6695b50ba74fc17d8feef670c16c08acd005059b54db1ef0'
+ 'f3070554bd5f1640085cc35ae2f4bc23a94f9cf47b562140e5c2ec9a16d6b52e'
'SKIP'
- 'd285dad8992eeda7463f744f5406851043a6810b06cc3feee2baf98be7c63d7e'
+ 'e3978247501522ad94aa16d9bcc362bda61d6d2d5b230c21fabec04e4f02d04d'
'9a7e0a9a2c3d4252cee29b4f5f61da00e98bd247cb5ceb22e31a7f782a45bddf')
validpgpkeys=(
diff --git a/config b/config
index 0b4fb513ab01..612451139cc2 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# User Mode Linux/x86 4.15.8-1 Kernel Configuration
+# User Mode Linux/x86 4.15.9-1 Kernel Configuration
#
CONFIG_UML=y
CONFIG_MMU=y
diff --git a/modules.install b/modules.install
index fd7622ed6272..6d4c82ce7708 100644
--- a/modules.install
+++ b/modules.install
@@ -1,4 +1,4 @@
-KERNEL_VERSION=4.15.8-usermodelinux
+KERNEL_VERSION=4.15.9-usermodelinux
post_install() {
echo ">>> Updating module dependencies. Please wait ..."