summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2015-01-29 09:07:42 +0800
committerNicolas Iooss2015-01-29 09:07:42 +0800
commit0c18f230680e331dd16cbe03f9d2b70b40d35c60 (patch)
tree35d30c24609a68b5990744f5e063ac2ec32db962
parentedf2d4a2a21b9be07f1a2aabe6378c93d5a3b99b (diff)
downloadaur-0c18f230680e331dd16cbe03f9d2b70b40d35c60.tar.gz
iproute2-selinux 3.18.0-1 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce99651cb9dd..ad8b945ee071 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iproute2-selinux
pkgdesc = IP Routing Utilities with SELinux support
- pkgver = 3.17.0
+ pkgver = 3.18.0
pkgrel = 1
url = http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
arch = i686
@@ -13,7 +13,7 @@ pkgbase = iproute2-selinux
depends = libselinux
optdepends = linux-atm: ATM support
provides = iproute
- provides = iproute2=3.17.0-1
+ provides = iproute2=3.18.0-1
conflicts = iproute
conflicts = iproute2
replaces = iproute
@@ -25,10 +25,10 @@ pkgbase = iproute2-selinux
backup = etc/iproute2/rt_realms
backup = etc/iproute2/rt_scopes
backup = etc/iproute2/rt_tables
- source = http://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-3.17.0.tar.xz
+ source = http://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-3.18.0.tar.xz
source = iproute2-fhs.patch
source = unwanted-link-help.patch
- sha1sums = 90de527b041fb2e909ee93e8c1d9c52fee55e88c
+ sha1sums = 844676d882386bbe2ceafc1d08bc29f3f909d35e
sha1sums = 35b8cf2dc94b73eccad427235c07596146cd6f6c
sha1sums = 3b1335f4025f657f388fbf4e5a740871e3129c2a
diff --git a/PKGBUILD b/PKGBUILD
index 6d43e098d896..eb759b038e1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# SELinux Maintainer: Nicolas Iooss (nicolas <dot> iooss <at> m4x <dot> org)
pkgname=iproute2-selinux
-pkgver=3.17.0
+pkgver=3.18.0
pkgrel=1
pkgdesc="IP Routing Utilities with SELinux support"
arch=('i686' 'x86_64')
@@ -20,15 +20,16 @@ replaces=('iproute')
options=('staticlibs' '!makeflags')
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=(git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git#tag=v$pkgver
source=(http://www.kernel.org/pub/linux/utils/net/${pkgname/-selinux}/${pkgname/-selinux}-$pkgver.tar.xz
iproute2-fhs.patch
- unwanted-link-help.patch)
-sha1sums=('90de527b041fb2e909ee93e8c1d9c52fee55e88c'
+ unwanted-link-help.patch)
+sha1sums=('844676d882386bbe2ceafc1d08bc29f3f909d35e'
'35b8cf2dc94b73eccad427235c07596146cd6f6c'
'3b1335f4025f657f388fbf4e5a740871e3129c2a')
prepare() {
- cd $srcdir/${pkgname/-selinux}-$pkgver
+ cd "$srcdir/${pkgname/-selinux}-$pkgver"
# set correct fhs structure
patch -Np1 -i "$srcdir/iproute2-fhs.patch"