Date: Saturday, January 22, 2011 @ 13:51:34 Author: ronald Revision: 107230
upgpkg: iproute2 2.6.37-1 update to latest version; remove iproutege which is now upstreamfix.patch Modified: iproute2/trunk/PKGBUILD Deleted: iproute2/trunk/iproutegetfix.patch ---------------------+ PKGBUILD | 14 +++++--------- iproutegetfix.patch | 10 ---------- 2 files changed, 5 insertions(+), 19 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-01-22 18:41:40 UTC (rev 107229) +++ PKGBUILD 2011-01-22 18:51:34 UTC (rev 107230) @@ -3,8 +3,8 @@ # Contributor: Judd Vinet <[email protected]> pkgname=iproute2 -pkgver=2.6.35 -pkgrel=4 +pkgver=2.6.37 +pkgrel=1 pkgdesc="IP Routing Utilities" arch=('i686' 'x86_64') license=('GPL2') @@ -17,10 +17,9 @@ backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 'etc/iproute2/rt_protos' \ 'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 'etc/iproute2/rt_tables') source=(http://devresources.linux-foundation.org/dev/iproute2/download/iproute2-${pkgver}.tar.bz2 - 'iproute2-fhs.patch' 'iproutegetfix.patch') -sha1sums=('862b86ac73ea696867675765d119654553a22aeb' - '2416b11252364d7a6c742eabb4a6924a75637a46' - 'cd8c969800a9bd1d4ebba0e1eae69d0892786d60') + 'iproute2-fhs.patch') +sha1sums=('7852fb66fb745dc3c1fabee24d7d8ff017c48d36' + '2416b11252364d7a6c742eabb4a6924a75637a46') build() { cd $srcdir/iproute2-${pkgver} @@ -28,9 +27,6 @@ # set correct fhs structure patch -Np1 -i ${srcdir}/iproute2-fhs.patch - # fix ip route get breakage - patch -Np0 -i ${srcdir}/iproutegetfix.patch - ./configure make Deleted: iproutegetfix.patch =================================================================== --- iproutegetfix.patch 2011-01-22 18:41:40 UTC (rev 107229) +++ iproutegetfix.patch 2011-01-22 18:51:34 UTC (rev 107230) @@ -1,10 +0,0 @@ ---- ip/iproute.c.orig 2010-08-12 13:50:37.510000024 +0200 -+++ ip/iproute.c 2010-08-12 13:51:05.100000024 +0200 -@@ -1286,6 +1286,7 @@ - memset(&req, 0, sizeof(req)); - - iproute_reset_filter(); -+ filter.cloned = 2; - - req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct rtmsg)); - req.n.nlmsg_flags = NLM_F_REQUEST;
