linux-lts: bump to 3.0.24

- not build
- see: http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.0.24
This commit is contained in:
philm 2012-03-12 20:44:47 +01:00
parent 4aded56263
commit 6059d972ac
2 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# Source env-settings
source ../_buildscripts/`pwd | cut -d/ -f3`-${_arch}-makepkg.conf
# Pre-Patch settings
_patch="3.0.23"
_prepatch="3.0.24-pre1"
_patch="3.0.24"
_prepatch="3.0.25-pre1"
_queue="3.0"
# Aufs
_aufs="3.0-20120109"
@ -24,7 +24,7 @@ PATCHES=(
# add latest fixes from stable queue, if needed
# http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
http://chakra.sourceforge.net/sources/linux/patches/3.0/candidate/$_prepatch.patch%1
#http://chakra.sourceforge.net/sources/linux/patches/3.0/candidate/$_prepatch.patch%1
#ftp://ftp.kernel.org/pub/linux/kernel/v3.x/stable-review/patch-$_prepatch.gz%1
# Archlinux patches
@ -116,7 +116,7 @@ PATCHES=(
)
# Name of the resulting patch (will be bzipped afterwards)
PATCHNAME="patch-3.0.23-1-CHAKRA-LTS"
PATCHNAME="patch-3.0.24-1-CHAKRA-LTS"
# Run this before applying patches
pre_apply() {

View File

@ -9,7 +9,7 @@ pkgname=('linux-lts' 'linux-lts-headers' 'linux-lts-docs') # Build stock -CHAKRA
# pkgname=linux-custom # Build kernel with a different name
_kernelname=${pkgname#linux-lts}
_basekernel=3.0
pkgver=${_basekernel}.23
pkgver=${_basekernel}.24
pkgrel=1
_aufs="3.0-20120109"
makedepends=('xmlto' 'docbook-xsl')
@ -25,7 +25,7 @@ source=(ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-$_basekernel.tar.bz2
# standard config files for mkinitcpio ramdisk
linux-lts.preset)
md5sums=('398e95866794def22b12dfbc15ce89c0'
'673f3af8fa3d6da539473c64b879b895'
'1aa4155854e9352a4a73ed9cc3a48f08'
'4641adbc91eb89d98870d8984abd10c1'
'46aa71d1918a8a167aa6a6ab503375c4'
'56cdd0978dd4a539a25813fd4273c834')