summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
-rw-r--r--config2
-rw-r--r--modules.install2
4 files changed, 16 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b27fb6578247..f5c01c39668e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-usermode
pkgdesc = User mode Linux kernel and modules
- pkgver = 4.16
- pkgrel = 2
+ pkgver = 4.16.3
+ pkgrel = 1
url = http://user-mode-linux.sourceforge.net/
arch = x86_64
license = GPL2
@@ -10,13 +10,17 @@ pkgbase = linux-usermode
depends = coreutils
source = http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.16.tar.xz
source = http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.16.tar.sign
+ source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.3.xz
+ source = http://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.3.sign
source = config
source = 0001-ucontext-fix-incomplete-type-ucontext.patch
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = 63f6dc8e3c9f3a0273d5d6f4dca38a2413ca3a5f689329d05b750e4c87bb21b9
sha256sums = SKIP
- sha256sums = 7a0a2c3f46da6f864cf1b1b5f074fe08ead8bb6bb7e0a5615269c3b9e0c2f552
+ sha256sums = 336252cb15f2f2574461c1d3daabf5dc207842526085802270e1e5223f645db3
+ sha256sums = SKIP
+ sha256sums = c0b75bbc76b9202a02aa56ff06b9a773d46c57f1576b4a9e289de29388d5d136
sha256sums = 9a7e0a9a2c3d4252cee29b4f5f61da00e98bd247cb5ceb22e31a7f782a45bddf
pkgname = linux-usermode
diff --git a/PKGBUILD b/PKGBUILD
index 0c73334bb0b6..9dc5e4e6e0c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ true && pkgname=(linux-usermode linux-usermode-modules)
pkgbase=linux-usermode
_kernelname=-usermodelinux
_srcname=linux-4.16
-pkgver=4.16
-pkgrel=2
+pkgver=4.16.3
+pkgrel=1
pkgdesc="User mode Linux kernel and modules"
arch=('x86_64')
license=('GPL2')
@@ -16,13 +16,15 @@ depends=('coreutils')
makedepends=('bc' 'inetutils')
source=(
http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.{xz,sign}
- #http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.{xz,sign}
+ http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.{xz,sign}
config
0001-ucontext-fix-incomplete-type-ucontext.patch)
sha256sums=('63f6dc8e3c9f3a0273d5d6f4dca38a2413ca3a5f689329d05b750e4c87bb21b9'
'SKIP'
- '7a0a2c3f46da6f864cf1b1b5f074fe08ead8bb6bb7e0a5615269c3b9e0c2f552'
+ '336252cb15f2f2574461c1d3daabf5dc207842526085802270e1e5223f645db3'
+ 'SKIP'
+ 'c0b75bbc76b9202a02aa56ff06b9a773d46c57f1576b4a9e289de29388d5d136'
'9a7e0a9a2c3d4252cee29b4f5f61da00e98bd247cb5ceb22e31a7f782a45bddf')
validpgpkeys=(
@@ -34,7 +36,7 @@ prepare() {
cd "${srcdir}/${_srcname}"
# add upstream patch
- #patch -p1 -i "${srcdir}/patch-${pkgver}"
+ patch -p1 -i "${srcdir}/patch-${pkgver}"
# workground for glibc 2.26+
# https://patchwork.kernel.org/patch/10059117/
diff --git a/config b/config
index 78cf2394bd04..6344fb553591 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# User Mode Linux/x86 4.16.0-1 Kernel Configuration
+# User Mode Linux/x86 4.16.3-1 Kernel Configuration
#
CONFIG_UML=y
CONFIG_MMU=y
diff --git a/modules.install b/modules.install
index e42f8c4b52aa..601a78369790 100644
--- a/modules.install
+++ b/modules.install
@@ -1,4 +1,4 @@
-KERNEL_VERSION=4.16.0-2-usermodelinux
+KERNEL_VERSION=4.16.3-1-usermodelinux
post_install() {
echo ">>> Updating module dependencies. Please wait ..."