diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-09 12:42:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-01-09 15:52:39 +0000 |
commit | d123149f7e36468d101898241846f83ad4074da3 (patch) | |
tree | 58b0267952fea04e2edfde9b36a9a423404b2f22 /main | |
parent | 7360c2f1f41669d23be72f740b9e8f78753e6857 (diff) | |
download | aports-d123149f7e36468d101898241846f83ad4074da3.tar.bz2 aports-d123149f7e36468d101898241846f83ad4074da3.tar.xz |
main/ipfw-grsec: rebuild against kernel 4.4.41-r0
Diffstat (limited to 'main')
-rw-r--r-- | main/ipfw-grsec/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ipfw-grsec/APKBUILD b/main/ipfw-grsec/APKBUILD index 21eb41a273..cebd3ab29d 100644 --- a/main/ipfw-grsec/APKBUILD +++ b/main/ipfw-grsec/APKBUILD @@ -5,8 +5,8 @@ _kpkg=linux-$_flavor _realname=ipfw _name=$_realname-$_flavor -_kver=4.4.39 -_kpkgrel=4 +_kver=4.4.41 +_kpkgrel=0 _realver=20130607 _mypkgrel=0 |