diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-11-27 10:20:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-11-27 11:02:18 +0000 |
commit | 0e1759bd1522b35cb6437f39a57bce040c4e9a28 (patch) | |
tree | b76f780ffa5341ca33a257503059489c7961a428 /testing | |
parent | f943b362d7f56cc9333b99498b9d46718981f698 (diff) | |
download | aports-0e1759bd1522b35cb6437f39a57bce040c4e9a28.tar.bz2 aports-0e1759bd1522b35cb6437f39a57bce040c4e9a28.tar.xz |
main/wanpipe-grsec: rebuild against kernel 3.6.8-r1
Diffstat (limited to 'testing')
-rw-r--r-- | testing/wanpipe-grsec/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/wanpipe-grsec/APKBUILD b/testing/wanpipe-grsec/APKBUILD index b1bf668d7b..d36e87eea4 100644 --- a/testing/wanpipe-grsec/APKBUILD +++ b/testing/wanpipe-grsec/APKBUILD @@ -4,8 +4,8 @@ _realname=wanpipe _name=$_realname-$_flavor _kpkg=linux-$_flavor -_kver=3.6.7 -_kpkgrel=0 +_kver=3.6.8 +_kpkgrel=1 # source the kernel version if [ -f ../../main/linux-$_flavor/APKBUILD ]; then @@ -64,5 +64,4 @@ package() { install_kmod || return 1 } -md5sums="97870a9de81aa61d74e3a5ac930f94e3 wanpipe-3.5.27.tgz -c05de38644472046f63985e03228205d constify.patch" +md5sums="97870a9de81aa61d74e3a5ac930f94e3 wanpipe-3.5.27.tgz" |