summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0626b07fe48c..70873848467a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# SELinux Maintainer: Nicolas Iooss (nicolas <dot> iooss <at> m4x <dot> org)
pkgname=iproute2-selinux
-pkgver=4.1.1
-pkgrel=1
+pkgver=4.5.0
+pkgrel=2
pkgdesc="IP Routing Utilities with SELinux support"
arch=('i686' 'x86_64')
license=('GPL2')
@@ -22,12 +22,10 @@ backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 'etc/iproute2/rt_pro
'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 'etc/iproute2/rt_tables')
validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E') # Stephen Hemminger
source=("http://www.kernel.org/pub/linux/utils/net/${pkgname/-selinux}/${pkgname/-selinux}-$pkgver.tar."{xz,sign}
- iproute2-fhs.patch
- unwanted-link-help.patch)
-sha1sums=('750c17e720b43041c23fed7b8cf0118c0e841036'
+ iproute2-fhs.patch)
+sha1sums=('f6271aaf9b24b9c465622bea8a29a883034d8d49'
'SKIP'
- '2dc6d8f1a2495a0d51eaa303dcc78ecc0c477935'
- '3b1335f4025f657f388fbf4e5a740871e3129c2a')
+ '2dc6d8f1a2495a0d51eaa303dcc78ecc0c477935')
prepare() {
cd "${srcdir}/${pkgname/-selinux}-${pkgver}"
@@ -35,9 +33,6 @@ prepare() {
# set correct fhs structure
patch -Np1 -i "${srcdir}/iproute2-fhs.patch"
- # allow operations on links called "h", "he", "hel", "help"
- patch -Np1 -i "${srcdir}/unwanted-link-help.patch"
-
# do not treat warnings as errors
sed -i 's/-Werror//' Makefile