aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--config2
-rw-r--r--config.x86_642
-rw-r--r--install2
5 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 153cd6093a09..55e95f1a5569 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-linode
pkgdesc = Kernel for Linode servers
- pkgver = 3.10.9
+ pkgver = 3.10.10
pkgrel = 1
url = https://github.com/yardenac/linux-linode
install = install
@@ -23,16 +23,16 @@ pkgbase = linux-linode
backup = etc/mkinitcpio.d/linux-linode.preset
backup = boot/grub/menu.lst
source = http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.10.tar.xz
- source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.10.9.xz
+ source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.10.10.xz
source = config
source = config.x86_64
source = menu.lst
source = preset
source = change-default-console-loglevel.patch
md5sums = 4f25cd5bec5f8d5a7d935b3f2ccb8481
- md5sums = 868d7f5315f95da5e48ed56691a36263
- md5sums = cafcf05d997420bad3362dd976164bac
- md5sums = 7ba51b421361723608287a3d652c610f
+ md5sums = d010ef17d3e577fd1bdcb6887f2b9836
+ md5sums = 1184e68381a0ff012a5148551b373fe3
+ md5sums = ef1400e8b35e6f191bc5ab034a99a9cf
md5sums = 01afd0c0ff8fcf3fe6e0cd91d12886bd
md5sums = 3d6427cc412dbc226b5d058c82ba7c66
md5sums = f3def2cefdcbb954c21d8505d23cc83c
diff --git a/PKGBUILD b/PKGBUILD
index 560bd40600ed..2e74a5b41ee0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=linux-linode
_basekernel=3.10
_kernelname=${pkgname#linux}
_srcname=linux-${_basekernel}
-pkgver=${_basekernel}.9
+pkgver=${_basekernel}.10
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/yardenac/linux-linode"
@@ -17,9 +17,9 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
"preset"
'change-default-console-loglevel.patch')
md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
- '868d7f5315f95da5e48ed56691a36263'
- 'cafcf05d997420bad3362dd976164bac'
- '7ba51b421361723608287a3d652c610f'
+ 'd010ef17d3e577fd1bdcb6887f2b9836'
+ '1184e68381a0ff012a5148551b373fe3'
+ 'ef1400e8b35e6f191bc5ab034a99a9cf'
'01afd0c0ff8fcf3fe6e0cd91d12886bd'
'3d6427cc412dbc226b5d058c82ba7c66'
'f3def2cefdcbb954c21d8505d23cc83c')
diff --git a/config b/config
index bdab11fb5914..4631e5c4ada1 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.10.9-1 Kernel Configuration
+# Linux/x86 3.10.10-1 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/config.x86_64 b/config.x86_64
index 97cfc860264f..ec917675de84 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.10.9-1 Kernel Configuration
+# Linux/x86 3.10.10-1 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
diff --git a/install b/install
index b96bb9c63bd5..87322aab243b 100644
--- a/install
+++ b/install
@@ -2,7 +2,7 @@
# arg 2: the old package version
KERNEL_NAME=-linode
-KERNEL_VERSION=3.10.9-1-linode
+KERNEL_VERSION=3.10.10-1-linode
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'