diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-07 09:20:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-01-07 09:20:30 +0000 |
commit | 81b86ce3f722e2fa13baa84ebf6a61c159fa8ad7 (patch) | |
tree | 141897ccf2db20f9072aa117bb434d7b2906c6cc /main/linux-grsec | |
parent | d81c8b2e231bbaa7de99834261aa8c74601a0724 (diff) | |
download | aports-81b86ce3f722e2fa13baa84ebf6a61c159fa8ad7.tar.bz2 aports-81b86ce3f722e2fa13baa84ebf6a61c159fa8ad7.tar.xz |
main/linux-grsec: rebuidl with updated gcc
We need to do this due to the gcc plugins used
Diffstat (limited to 'main/linux-grsec')
-rw-r--r-- | main/linux-grsec/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index 553db5194b..5ec5e45c59 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -4,7 +4,7 @@ _flavor=grsec pkgname=linux-${_flavor} pkgver=3.6.11 _kernver=3.6 -pkgrel=0 +pkgrel=1 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" |