bump to latest version
This commit is contained in:
parent
04334ef05b
commit
f1e3c35684
16
PKGBUILD
16
PKGBUILD
@ -7,8 +7,8 @@ pkgname=('linux' 'linux-headers' 'linux-docs') # Build stock -ARCH kernel
|
|||||||
# pkgname=linux-custom # Build kernel with a different name
|
# pkgname=linux-custom # Build kernel with a different name
|
||||||
_kernelname=${pkgname#linux}
|
_kernelname=${pkgname#linux}
|
||||||
_basekernel=3.2
|
_basekernel=3.2
|
||||||
pkgver=${_basekernel}.1
|
pkgver=${_basekernel}.2
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
@ -22,17 +22,15 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.tar.xz"
|
|||||||
"${pkgname}.preset"
|
"${pkgname}.preset"
|
||||||
'change-default-console-loglevel.patch'
|
'change-default-console-loglevel.patch'
|
||||||
'i915-fix-ghost-tv-output.patch'
|
'i915-fix-ghost-tv-output.patch'
|
||||||
'i915-gpu-finish.patch'
|
'i915-gpu-finish.patch')
|
||||||
'CVE-2012-0056.patch')
|
|
||||||
md5sums=('364066fa18767ec0ae5f4e4abcf9dc51'
|
md5sums=('364066fa18767ec0ae5f4e4abcf9dc51'
|
||||||
'62ac6ac9b870162f693ecf5e8606423a'
|
'5e53edbf75fcaa3a8d1697f3a053102d'
|
||||||
'cbd469a1ba0bc8caa765caa42d429ea9'
|
'cbd469a1ba0bc8caa765caa42d429ea9'
|
||||||
'875b121a32a619e0ee262c541f330427'
|
'875b121a32a619e0ee262c541f330427'
|
||||||
'eb14dcfd80c00852ef81ded6e826826a'
|
'eb14dcfd80c00852ef81ded6e826826a'
|
||||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||||
'263725f20c0b9eb9c353040792d644e5'
|
'263725f20c0b9eb9c353040792d644e5'
|
||||||
'4cd79aa147825837dc8bc9f6b736c0a0'
|
'4cd79aa147825837dc8bc9f6b736c0a0')
|
||||||
'a050d76e56d2ce0715c8ff663ae7f436')
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/linux-${_basekernel}"
|
cd "${srcdir}/linux-${_basekernel}"
|
||||||
@ -40,10 +38,6 @@ build() {
|
|||||||
# add upstream patch
|
# add upstream patch
|
||||||
patch -p1 -i "${srcdir}/patch-${pkgver}"
|
patch -p1 -i "${srcdir}/patch-${pkgver}"
|
||||||
|
|
||||||
# patch for CVE-2012-0056
|
|
||||||
# see http://blog.zx2c4.com/749 for details
|
|
||||||
patch -p1 -i "${srcdir}/CVE-2012-0056.patch"
|
|
||||||
|
|
||||||
# add latest fixes from stable queue, if needed
|
# add latest fixes from stable queue, if needed
|
||||||
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
|
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# arg 2: the old package version
|
# arg 2: the old package version
|
||||||
|
|
||||||
KERNEL_NAME=
|
KERNEL_NAME=
|
||||||
KERNEL_VERSION=3.2.1-1-ARCH
|
KERNEL_VERSION=3.2.2-1-ARCH
|
||||||
|
|
||||||
post_install () {
|
post_install () {
|
||||||
# updating module dependencies
|
# updating module dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user