summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaruue Icymoon2018-03-25 14:50:52 +0800
committerHaruue Icymoon2018-03-25 14:50:52 +0800
commitad921f5613375076abe26e58bfcfd444e5d84745 (patch)
treeacfb6e17402cff90943a7fec546acf93b4afa4f9
parent8f2515b05e07e3393c84268813bc68a88fd1c3ad (diff)
downloadaur-ad921f5613375076abe26e58bfcfd444e5d84745.tar.gz
update: kernel 4.15.12
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 77baac415f28..95eda84cbb78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-usermode
pkgdesc = User mode Linux kernel and modules
- pkgver = 4.15.10
+ pkgver = 4.15.12
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.10.xz
- source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.10.sign
+ source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.12.xz
+ source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.12.sign
source = config
source = 0001-ucontext-fix-incomplete-type-ucontext.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769
sha256sums = SKIP
- sha256sums = bbc4e9dc11c15493bd74bf1aae76741ea0e170bc3a07ba9489048bdc9ff85671
+ sha256sums = 74d2ac2ea103c907213223fd4ff710ad53e1d8a2d612db18e10d3dda9f1a6b79
sha256sums = SKIP
- sha256sums = 9bcc6de86245213256cbf674955b0e27cba5f025593d8eb26249b393dc785c08
+ sha256sums = f4912d6424bab4fd740171003fc19e2f7970ac85646a283bb8cb0b1e53312218
sha256sums = 9a7e0a9a2c3d4252cee29b4f5f61da00e98bd247cb5ceb22e31a7f782a45bddf
pkgname = linux-usermode
diff --git a/PKGBUILD b/PKGBUILD
index 22a75ec1fe33..c3a5f38df8cb 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.10
+pkgver=4.15.12
pkgrel=1
pkgdesc="User mode Linux kernel and modules"
arch=('x86_64')
@@ -21,9 +21,9 @@ source=(
sha256sums=('5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769'
'SKIP'
- 'bbc4e9dc11c15493bd74bf1aae76741ea0e170bc3a07ba9489048bdc9ff85671'
+ '74d2ac2ea103c907213223fd4ff710ad53e1d8a2d612db18e10d3dda9f1a6b79'
'SKIP'
- '9bcc6de86245213256cbf674955b0e27cba5f025593d8eb26249b393dc785c08'
+ 'f4912d6424bab4fd740171003fc19e2f7970ac85646a283bb8cb0b1e53312218'
'9a7e0a9a2c3d4252cee29b4f5f61da00e98bd247cb5ceb22e31a7f782a45bddf')
validpgpkeys=(
diff --git a/config b/config
index d068d0834623..a6a7b6c89a60 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# User Mode Linux/x86 4.15.10-1 Kernel Configuration
+# User Mode Linux/x86 4.15.12-1 Kernel Configuration
#
CONFIG_UML=y
CONFIG_MMU=y
diff --git a/modules.install b/modules.install
index 6d4c82ce7708..f36a0e81c349 100644
--- a/modules.install
+++ b/modules.install
@@ -1,4 +1,4 @@
-KERNEL_VERSION=4.15.9-usermodelinux
+KERNEL_VERSION=4.15.12-usermodelinux
post_install() {
echo ">>> Updating module dependencies. Please wait ..."