diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-04 08:20:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-04 08:20:39 +0000 |
commit | a32f693958e666984f43724968338c14d189f102 (patch) | |
tree | 5d11e004f3dbf2f6d8bc3f9163891fddff494a87 /main/linux-grsec/APKBUILD | |
parent | c558cedf21428f8855fab4d5a6d92e25cd9c6034 (diff) | |
download | aports-a32f693958e666984f43724968338c14d189f102.tar.bz2 aports-a32f693958e666984f43724968338c14d189f102.tar.xz |
main/linux-grsec: fix for multicast
Diffstat (limited to 'main/linux-grsec/APKBUILD')
-rw-r--r-- | main/linux-grsec/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/linux-grsec/APKBUILD b/main/linux-grsec/APKBUILD index 5a4a86f2c..3e7a6bc50 100644 --- a/main/linux-grsec/APKBUILD +++ b/main/linux-grsec/APKBUILD @@ -4,7 +4,7 @@ _flavor=grsec pkgname=linux-${_flavor} pkgver=2.6.38.2 _kernver=2.6.38 -pkgrel=2 +pkgrel=3 pkgdesc="Linux kernel with grsecurity" url=http://grsecurity.net depends="mkinitfs linux-firmware" @@ -17,6 +17,7 @@ source="ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_kernver.tar.bz2 grsecurity-2.2.2-2.6.38.2-201103281752.patch 0004-arp-flush-arp-cache-on-device-change.patch + net-gre-provide-multicast-mappings-for-ipv4-and-ipv6.patch kernelconfig.x86 kernelconfig.x86_64 @@ -139,5 +140,6 @@ md5sums="7d471477bfa67546f902da62227fa976 linux-2.6.38.tar.bz2 599badab31c4920d4122133208c810d7 patch-2.6.38.2.bz2 fac4f5fb386192c544fae27db6db18a7 grsecurity-2.2.2-2.6.38.2-201103281752.patch 776adeeb5272093574f8836c5037dd7d 0004-arp-flush-arp-cache-on-device-change.patch +aa1b82da0cabfb41c5e6da5bddf60bab net-gre-provide-multicast-mappings-for-ipv4-and-ipv6.patch 47ff0feca681cd53a037b7f5c9b46c3d kernelconfig.x86 2d70a4c38d97ca1a5280ca8d4e535628 kernelconfig.x86_64" |