summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaruue Icymoon2018-03-29 20:22:37 +0800
committerHaruue Icymoon2018-03-29 20:22:37 +0800
commit821f908f53451ed81d16e6a40ae2fa2df4609001 (patch)
tree44b170d0f66273f0909d62aaa3d19d31fdfc5df6
parentad921f5613375076abe26e58bfcfd444e5d84745 (diff)
downloadaur-821f908f53451ed81d16e6a40ae2fa2df4609001.tar.gz
update: kernel 4.15.13
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 95eda84cbb78..1d134771e2c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-usermode
pkgdesc = User mode Linux kernel and modules
- pkgver = 4.15.12
+ pkgver = 4.15.13
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.12.xz
- source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.12.sign
+ source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.13.xz
+ source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.13.sign
source = config
source = 0001-ucontext-fix-incomplete-type-ucontext.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769
sha256sums = SKIP
- sha256sums = 74d2ac2ea103c907213223fd4ff710ad53e1d8a2d612db18e10d3dda9f1a6b79
+ sha256sums = f1bc5cfc7316daa463cd0ed366e376eb24a29072491c29a68732e1edf8a6ef8b
sha256sums = SKIP
- sha256sums = f4912d6424bab4fd740171003fc19e2f7970ac85646a283bb8cb0b1e53312218
+ sha256sums = 93ac55a0f6dea086900088b138ed34dfe1463d3f5e7c090a7b124010b144aee0
sha256sums = 9a7e0a9a2c3d4252cee29b4f5f61da00e98bd247cb5ceb22e31a7f782a45bddf
pkgname = linux-usermode
diff --git a/PKGBUILD b/PKGBUILD
index c3a5f38df8cb..a4d7f4f38417 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.12
+pkgver=4.15.13
pkgrel=1
pkgdesc="User mode Linux kernel and modules"
arch=('x86_64')
@@ -21,9 +21,9 @@ source=(
sha256sums=('5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769'
'SKIP'
- '74d2ac2ea103c907213223fd4ff710ad53e1d8a2d612db18e10d3dda9f1a6b79'
+ 'f1bc5cfc7316daa463cd0ed366e376eb24a29072491c29a68732e1edf8a6ef8b'
'SKIP'
- 'f4912d6424bab4fd740171003fc19e2f7970ac85646a283bb8cb0b1e53312218'
+ '93ac55a0f6dea086900088b138ed34dfe1463d3f5e7c090a7b124010b144aee0'
'9a7e0a9a2c3d4252cee29b4f5f61da00e98bd247cb5ceb22e31a7f782a45bddf')
validpgpkeys=(
diff --git a/config b/config
index a6a7b6c89a60..75017b4bd22d 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# User Mode Linux/x86 4.15.12-1 Kernel Configuration
+# User Mode Linux/x86 4.15.13-1 Kernel Configuration
#
CONFIG_UML=y
CONFIG_MMU=y
diff --git a/modules.install b/modules.install
index f36a0e81c349..9abc4b45e4a4 100644
--- a/modules.install
+++ b/modules.install
@@ -1,4 +1,4 @@
-KERNEL_VERSION=4.15.12-usermodelinux
+KERNEL_VERSION=4.15.13-usermodelinux
post_install() {
echo ">>> Updating module dependencies. Please wait ..."