[arch-commits] Commit in iproute2/trunk (PKGBUILD iproute2-fhs.patch)
Ronald van Haren
ronald at archlinux.org
Thu Jan 7 20:34:36 UTC 2010
Date: Thursday, January 7, 2010 @ 15:34:36
Author: ronald
Revision: 62362
upgpkg: iproute2 2.6.31-1
update to latest version 2.6.31
Modified:
iproute2/trunk/PKGBUILD
iproute2/trunk/iproute2-fhs.patch
--------------------+
PKGBUILD | 12 +++++++++---
iproute2-fhs.patch | 8 +++++---
2 files changed, 14 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-01-07 19:25:09 UTC (rev 62361)
+++ PKGBUILD 2010-01-07 20:34:36 UTC (rev 62362)
@@ -3,8 +3,8 @@
# Contributor: Judd Vinet <jvinet at zeroflux.org>
pkgname=iproute2
-pkgver=2.6.29
-pkgrel=3
+pkgver=2.6.31
+pkgrel=1
pkgdesc="IP Routing Utilities"
arch=('i686' 'x86_64')
license=('GPL2')
@@ -20,7 +20,7 @@
source=(http://devresources.linux-foundation.org/dev/iproute2/download/iproute2-${pkgver}.tar.bz2
'iftunnel.patch' 'iproute2-fhs.patch')
-md5sums=('a3ecfaa091289656fae786b027b44eda'
+md5sums=('230f35282a95451622f3e8394f9cd80a'
'8b3dab19a03d8d521c690be7bb7b5c2e'
'cc520ba70a1b7fae66ab003ac870d9e1')
@@ -38,3 +38,9 @@
make DESTDIR=$pkgdir install || return 1
}
+md5sums=('230f35282a95451622f3e8394f9cd80a'
+ '8b3dab19a03d8d521c690be7bb7b5c2e'
+ '9be2a8d7c669e32bbdbaa8c09a583832')
+md5sums=('230f35282a95451622f3e8394f9cd80a'
+ '8b3dab19a03d8d521c690be7bb7b5c2e'
+ '9013aa473d8b06b3bb2420b7ffe60261')
Modified: iproute2-fhs.patch
===================================================================
--- iproute2-fhs.patch 2010-01-07 19:25:09 UTC (rev 62361)
+++ iproute2-fhs.patch 2010-01-07 20:34:36 UTC (rev 62362)
@@ -1,8 +1,9 @@
diff -Naur iproute2.old/Makefile iproute2-2.6.29/Makefile
--- iproute2.old/Makefile 2009-11-11 22:05:21.251407668 +0100
+++ iproute2-2.6.29/Makefile 2009-11-11 22:07:09.891833516 +0100
-@@ -1,9 +1,10 @@
+@@ -1,11 +1,12 @@
DESTDIR=/usr/
+ ROOTDIR=$(DESTDIR)
LIBDIR=/usr/lib/
-SBINDIR=/sbin
+SBINDIR=/usr/sbin
@@ -11,10 +12,11 @@
-MANDIR=/share/man
+DOCDIR=/usr/share/doc/iproute2
+MANDIR=/usr/share/man
+ ARPDDIR=/var/lib/arpd
+SHAREDIR=/usr/share
-
+
# Path to db_185.h include
- DBM_INCLUDE:=/usr/include
+ DBM_INCLUDE:=$(ROOTDIR)/usr/include
diff -Naur iproute2.old/netem/Makefile iproute2-2.6.29/netem/Makefile
--- iproute2.old/netem/Makefile 2009-11-11 22:05:21.284750207 +0100
+++ iproute2-2.6.29/netem/Makefile 2009-11-11 22:07:54.674736924 +0100
More information about the arch-commits
mailing list