aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--config.x86_642
-rw-r--r--linux-linode.install4
4 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc92b5768486..f18d83f69dc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux
pkgdesc = The Linux Kernel and modules
- pkgver = 3.4.2
+ pkgver = 3.4.3
pkgrel = 1
url = http://www.kernel.org/
install = linux-linode.install
@@ -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.2.xz
+ source = http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.4.3.xz
source = config.x86_64
source = menu.lst
source = linux-linode.preset
source = change-default-console-loglevel.patch
md5sums = cba7741056c05ac98277b99909039a7e
- md5sums = ac52d3d82c20c7e80740fc5fb00b6ed4
- md5sums = 42db3687dbe37e8b3a5cdf12bd1ce3fb
+ md5sums = 3b6cf4f6337346ee78904eb70e2d4e08
+ md5sums = d8e44573421ea6e2f4c50b0ac9f23ae6
md5sums = 4c45d442db6239f0b3d0008c0a17c76c
md5sums = ee66f3cd0c5bc0ba0f65499784d19f30
md5sums = 9d3c56a4b999c8bfbd4018089a62f662
diff --git a/PKGBUILD b/PKGBUILD
index c37f0370d9be..5bdfcf3c0f00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgbase=linux
pkgname=linux-linode
_kernelname=${pkgname#linux}
_basekernel=3.4
-pkgver=${_basekernel}.2
+pkgver=${_basekernel}.3
pkgrel=1
arch=(x86_64)
url="http://www.kernel.org/"
@@ -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'
- 'ac52d3d82c20c7e80740fc5fb00b6ed4'
- '42db3687dbe37e8b3a5cdf12bd1ce3fb'
+ '3b6cf4f6337346ee78904eb70e2d4e08'
+ 'd8e44573421ea6e2f4c50b0ac9f23ae6'
'4c45d442db6239f0b3d0008c0a17c76c'
'ee66f3cd0c5bc0ba0f65499784d19f30'
'9d3c56a4b999c8bfbd4018089a62f662')
diff --git a/config.x86_64 b/config.x86_64
index 71aa269fe7a5..fe2171ca10ce 100644
--- a/config.x86_64
+++ b/config.x86_64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 3.4.2-1 Kernel Configuration
+# Linux/x86_64 3.4.3-1 Kernel Configuration
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
diff --git a/linux-linode.install b/linux-linode.install
index 6519a2acb374..1d3c2932bd45 100644
--- a/linux-linode.install
+++ b/linux-linode.install
@@ -2,7 +2,9 @@
# arg 2: the old package version
KERNEL_NAME=-linode
-KERNEL_VERSION=3.4.2-1-linode
+KERNEL_VERSION=3.4.3-1-linode
+
+export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
post_install () {
echo ">>> Updating module dependencies. Please wait ..."