aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--config.x86_642
-rw-r--r--linux-linode.install2
4 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4bbc84d2cad..25d7ccda8b27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux
pkgdesc = The Linux Kernel and modules
- pkgver = 3.4.4
- pkgrel = 2
+ pkgver = 3.4.5
+ pkgrel = 1
url = http://www.kernel.org/
install = linux-linode.install
arch = x86_64
@@ -21,14 +21,14 @@ pkgbase = linux
options = !strip
backup = etc/mkinitcpio.d/linux-linode.preset
source = http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.4.tar.xz
- source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.4.4.xz
+ source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.4.5.xz
source = config.x86_64
source = menu.lst
source = linux-linode.preset
source = change-default-console-loglevel.patch
md5sums = cba7741056c05ac98277b99909039a7e
- md5sums = 58e6672d932d74d5e2b6811b9d37d67c
- md5sums = ee70485ebf239e6c39c20b08e265da00
+ md5sums = e60f1d8032069d091f3692c1d7a89b8b
+ md5sums = 88a500cfb6f34476679bf897059d43c8
md5sums = 4c45d442db6239f0b3d0008c0a17c76c
md5sums = ee66f3cd0c5bc0ba0f65499784d19f30
md5sums = 9d3c56a4b999c8bfbd4018089a62f662
diff --git a/PKGBUILD b/PKGBUILD
index a60686b3e60b..b6bb472b450f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@ pkgbase=linux
pkgname=linux-linode
_kernelname=${pkgname#linux}
_basekernel=3.4
-pkgver=${_basekernel}.4
-pkgrel=2
+pkgver=${_basekernel}.5
+pkgrel=1
arch=(x86_64)
url="http://www.kernel.org/"
license=(GPL2)
@@ -16,8 +16,8 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.4.tar.xz"
"${pkgname}.preset"
'change-default-console-loglevel.patch')
md5sums=('cba7741056c05ac98277b99909039a7e'
- '58e6672d932d74d5e2b6811b9d37d67c'
- 'ee70485ebf239e6c39c20b08e265da00'
+ 'e60f1d8032069d091f3692c1d7a89b8b'
+ '88a500cfb6f34476679bf897059d43c8'
'4c45d442db6239f0b3d0008c0a17c76c'
'ee66f3cd0c5bc0ba0f65499784d19f30'
'9d3c56a4b999c8bfbd4018089a62f662')
diff --git a/config.x86_64 b/config.x86_64
index b466c003ec1b..f9ad4db1f41f 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.4.4-1 Kernel Configuration
+# Linux/x86_64 3.4.5-1 Kernel Configuration
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
diff --git a/linux-linode.install b/linux-linode.install
index 5ee15996c520..c22da47794c9 100644
--- a/linux-linode.install
+++ b/linux-linode.install
@@ -2,7 +2,7 @@
# arg 2: the old package version
KERNEL_NAME=-linode
-KERNEL_VERSION=3.4.4-2-linode
+KERNEL_VERSION=3.4.5-1-linode
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'