diff options
Diffstat (limited to 'main/iproute2/APKBUILD')
-rw-r--r-- | main/iproute2/APKBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/main/iproute2/APKBUILD b/main/iproute2/APKBUILD index 5d1b992134..32f2acd7d9 100644 --- a/main/iproute2/APKBUILD +++ b/main/iproute2/APKBUILD @@ -2,7 +2,7 @@ pkgname=iproute2 pkgver=2.6.35 _realver=$pkgver -pkgrel=2 +pkgrel=3 pkgdesc="IP Routing Utilities" url="http://www.linux-foundation.org/en/Net:Iproute2" license="GPL2" @@ -14,6 +14,8 @@ source="http://devresources.linux-foundation.org/dev/iproute2/download/$pkgname- 0001-iproute2-Fix-filtering-related-to-flushing-IP-addres.patch 0002-iproute2-dont-filter-cached-routes-on-iproute_get.patch 0003-Snapshot-for-2.6.35.1.patch + 1-2-iproute2-treat-gre-key-as-number-1.patch + 2-2-iproute2-support-xfrm-upper-protocol-gre-key-1.patch " prepare() { @@ -43,4 +45,6 @@ package() { md5sums="b0f281b3124bf04669e18f5fe16d4934 iproute2-2.6.35.tar.bz2 50992f46dd2a75ececdc5e54309e6b25 0001-iproute2-Fix-filtering-related-to-flushing-IP-addres.patch dbe155ebdb22fb2b30635c0bd2431c5b 0002-iproute2-dont-filter-cached-routes-on-iproute_get.patch -084c0ee27a955d448705bbe51b70dc11 0003-Snapshot-for-2.6.35.1.patch" +084c0ee27a955d448705bbe51b70dc11 0003-Snapshot-for-2.6.35.1.patch +a9ea5a0c50d8dbeafaff802318fcfac9 1-2-iproute2-treat-gre-key-as-number-1.patch +ae6a91f9633a810f37854b8a2f5e19df 2-2-iproute2-support-xfrm-upper-protocol-gre-key-1.patch" |