diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-27 11:13:58 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-27 11:13:58 +0000 |
commit | e5c25f4660e69ce2324513e9277ccbe7bc882a9e (patch) | |
tree | f63643ed9b74a3e9c78ba0d999c0952cb7004ebc /testing/wanpipe-grsec | |
parent | 34694fb70ca18f01c8e690c239b338bff728ae3c (diff) | |
download | aports-e5c25f4660e69ce2324513e9277ccbe7bc882a9e.tar.bz2 aports-e5c25f4660e69ce2324513e9277ccbe7bc882a9e.tar.xz |
testing/wanpipe-grsec: rebuidl against kernel 3.3.7
Diffstat (limited to 'testing/wanpipe-grsec')
-rw-r--r-- | testing/wanpipe-grsec/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/wanpipe-grsec/APKBUILD b/testing/wanpipe-grsec/APKBUILD index eb20e02267..1cc1af6cc7 100644 --- a/testing/wanpipe-grsec/APKBUILD +++ b/testing/wanpipe-grsec/APKBUILD @@ -3,8 +3,8 @@ _flavor=${FLAVOR:-grsec} _realname=wanpipe _name=$_realname-$_flavor -_kver=3.3.6 -_kpkgrel=2 +_kver=3.3.7 +_kpkgrel=0 # source the kernel version if [ -f ../../main/linux-$_flavor/APKBUILD ]; then |