diff options
Diffstat (limited to 'core/linux-grsec-sources/APKBUILD')
-rw-r--r-- | core/linux-grsec-sources/APKBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/core/linux-grsec-sources/APKBUILD b/core/linux-grsec-sources/APKBUILD index b91bbf8e1b..7c408914ef 100644 --- a/core/linux-grsec-sources/APKBUILD +++ b/core/linux-grsec-sources/APKBUILD @@ -1,10 +1,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> _suff=grsec pkgname=linux-$_suff-sources -pkgver=2.6.28.5 +pkgver=2.6.28.7 pkgdesc="Linux kernel sources with grsecurity patch" _kernver=2.6.28 -_grsecver=2.1.12-$_kernver.5-200902121552 +_grsecver=2.1.13-$_kernver.7-200902232153 + pkgrel=2 options="!strip" license=GPL-2 @@ -33,7 +34,7 @@ build() { } md5sums="d351e44709c9810b85e29b877f50968a linux-2.6.28.tar.bz2 -7a062fcdec46cec78c3fedbf558e334b patch-2.6.28.5.bz2 -0ff9cf5f9c43797d30a0c90feea94e1e grsecurity-2.1.12-2.6.28.5-200902121552.patch +346c912ebaffcf84361859014009be50 patch-2.6.28.7.bz2 +02cfd67a85d5050c3b8340c2a67b5678 grsecurity-2.1.13-2.6.28.7-200902232153.patch 7673b4521283ad41434a18ca18b16ad8 0001-linux-2.6.28.5-ipgre-strict-binding.patch 8f405c738b150c532c46eaad5390cca2 0002-linux-2.6.28.5-ipgre-optimize-hash-lookup.patch" |