update: kernel 4.15.8

Signed-off-by: Haruue Icymoon <haruue@caoyue.com.cn>
This commit is contained in:
Haruue Icymoon 2018-03-12 16:30:55 +08:00
parent d970c34f4c
commit 3399b32e30
No known key found for this signature in database
GPG key ID: FDC9CB1235BB124B
4 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
pkgbase = linux-usermode
pkgdesc = User mode Linux kernel and modules
pkgver = 4.15.7
pkgver = 4.15.8
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.7.xz
source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.7.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 = config
source = 0001-ucontext-fix-incomplete-type-ucontext.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769
sha256sums = SKIP
sha256sums = 0dad200b26837acd0340dfe18d9610467c111df5719440248cd8be6fb8d6dd02
sha256sums = 93e9495e5d43f3ff6695b50ba74fc17d8feef670c16c08acd005059b54db1ef0
sha256sums = SKIP
sha256sums = 643d7d8e33bc065c66452f47f4ae790a34e0af5b5176a5d5985aa37dfb3dfcd4
sha256sums = d285dad8992eeda7463f744f5406851043a6810b06cc3feee2baf98be7c63d7e
sha256sums = 9a7e0a9a2c3d4252cee29b4f5f61da00e98bd247cb5ceb22e31a7f782a45bddf
pkgname = linux-usermode

View file

@ -5,7 +5,7 @@ true && pkgname=(linux-usermode linux-usermode-modules)
pkgbase=linux-usermode
_kernelname=-usermodelinux
_srcname=linux-4.15
pkgver=4.15.7
pkgver=4.15.8
pkgrel=1
pkgdesc="User mode Linux kernel and modules"
arch=('x86_64')
@ -21,9 +21,9 @@ source=(
sha256sums=('5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769'
'SKIP'
'0dad200b26837acd0340dfe18d9610467c111df5719440248cd8be6fb8d6dd02'
'93e9495e5d43f3ff6695b50ba74fc17d8feef670c16c08acd005059b54db1ef0'
'SKIP'
'643d7d8e33bc065c66452f47f4ae790a34e0af5b5176a5d5985aa37dfb3dfcd4'
'd285dad8992eeda7463f744f5406851043a6810b06cc3feee2baf98be7c63d7e'
'9a7e0a9a2c3d4252cee29b4f5f61da00e98bd247cb5ceb22e31a7f782a45bddf')
validpgpkeys=(

2
config
View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# User Mode Linux/x86 4.15.7-1 Kernel Configuration
# User Mode Linux/x86 4.15.8-1 Kernel Configuration
#
CONFIG_UML=y
CONFIG_MMU=y

View file

@ -1,4 +1,4 @@
KERNEL_VERSION=4.15.7-usermodelinux
KERNEL_VERSION=4.15.8-usermodelinux
post_install() {
echo ">>> Updating module dependencies. Please wait ..."