diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-27 09:29:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-27 09:29:32 +0000 |
commit | 203d08e4e8e6b57725465505679e62eecc07f5e8 (patch) | |
tree | c65253162983aef71f59a0ddbf6e113feb8f1ca4 /main/dahdi-linux-grsec | |
parent | 439f4563e42bbb7d811c16fce5cd7e8583fd0c36 (diff) | |
download | aports-203d08e4e8e6b57725465505679e62eecc07f5e8.tar.bz2 aports-203d08e4e8e6b57725465505679e62eecc07f5e8.tar.xz |
main/dahdi-linux-grsec: upgrade to dahdi 2.6.1 driver
Diffstat (limited to 'main/dahdi-linux-grsec')
-rw-r--r-- | main/dahdi-linux-grsec/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/dahdi-linux-grsec/APKBUILD b/main/dahdi-linux-grsec/APKBUILD index 4fa080e2a7..8d79ece8c2 100644 --- a/main/dahdi-linux-grsec/APKBUILD +++ b/main/dahdi-linux-grsec/APKBUILD @@ -4,7 +4,7 @@ _flavor=grsec _kver=3.3.3 _kpkgrel=0 -_mypkgrel=0 +_mypkgrel=1 # verify the kernel version before entering chroot if [ -f ../linux-${_flavor}/APKBUILD ]; then @@ -20,7 +20,7 @@ _realname=dahdi-linux pkgname=${_realname}-${_flavor} pkgver=$_kver # when chaning _dahdiver we *must* bump _mypkgrel -_dahdiver=2.6.0 +_dahdiver=2.6.1 pkgrel=$(( $_kpkgrel + $_mypkgrel )) pkgdesc="Digium Asterisk Hardware Device Interface drivers $_dahdiver" url="http://www.asterisk.org" @@ -82,7 +82,7 @@ dev() { ln -s /usr/include "$dir"/include } -md5sums="ea35ad29dafe5490028ff642c35ef9a2 dahdi-linux-2.6.0.tar.gz +md5sums="75932fe3d4a6e656165aaaa7a1377305 dahdi-linux-2.6.1.tar.gz c78fb8d80f9efdffd950297c88ff9273 dahdi-depmod.patch 3bb419ac598534cd4ad5248f23656001 dahdi-bri_dchan.patch c6308ea8aaafba0a9d7f9825d7c9dcf8 dahdi-zaphfc.patch |