aboutsummaryrefslogtreecommitdiffstats
path: root/main/dahdi-linux-grsec
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-11-15 12:41:53 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-11-22 12:48:34 +0000
commit0ad7b51cd6fe710317bc2adc49297487ac57a28c (patch)
tree96524e81cfadcd6d5a958d01a0a18a38f9a638f4 /main/dahdi-linux-grsec
parent7f67880f77978839ae378e00a8d77a5c68edf519 (diff)
downloadaports-0ad7b51cd6fe710317bc2adc49297487ac57a28c.tar.bz2
aports-0ad7b51cd6fe710317bc2adc49297487ac57a28c.tar.xz
main/*-grsec: upgrade kernel to 3.0.9-201111121310
(cherry picked from commit 4ba20c01bd90e5ed8719131447ef65dba0bc0d2a)
Diffstat (limited to 'main/dahdi-linux-grsec')
-rw-r--r--main/dahdi-linux-grsec/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/dahdi-linux-grsec/APKBUILD b/main/dahdi-linux-grsec/APKBUILD
index f322cf265e..0b192fb318 100644
--- a/main/dahdi-linux-grsec/APKBUILD
+++ b/main/dahdi-linux-grsec/APKBUILD
@@ -2,8 +2,9 @@
# Maintainer: Timo Teras <timo.teras@iki.fi>
_flavor=grsec
-_kver=3.0.8
-_kpkgrel=4
+_kver=3.0.9
+_kpkgrel=0
+_mypkgrel=0
# verify the kernel version before entering chroot
if [ -f ../linux-${_flavor}/APKBUILD ]; then
@@ -20,7 +21,6 @@ pkgname=${_realname}-${_flavor}
pkgver=$_kver
# when chaning _dahdiver we *must* bump _mypkgrel
_dahdiver=2.5.0.2
-_mypkgrel=0
pkgrel=$(( $_kpkgrel + $_mypkgrel ))
pkgdesc="Digium Asterisk Hardware Device Interface drivers $_dahdiver"
url="http://www.asterisk.org"