summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-09-04 20:18:50 +0200
committerNicolas Iooss2021-09-04 20:18:50 +0200
commit2e209fe3a0155c23720443031b589998189dd242 (patch)
tree8367e2dde1ceb19dd1dda085e4ca8beb2ddd6efb
parentb96ae8cecc0e6ca86fe9bb12e9c0c3f5d1e569be (diff)
downloadaur-2e209fe3a0155c23720443031b589998189dd242.tar.gz
iproute2-selinux 5.14.0-1 update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c17e70c285b..c00f3d011f27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iproute2-selinux
pkgdesc = IP Routing Utilities with SELinux support
- pkgver = 5.13.0
+ pkgver = 5.14.0
pkgrel = 1
url = https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = iproute2-selinux
optdepends = libcap: tipc
optdepends = linux-atm: ATM support
provides = iproute
- provides = iproute2=5.13.0-1
+ provides = iproute2=5.14.0-1
conflicts = iproute2
options = staticlibs
backup = etc/iproute2/ematch_map
@@ -25,11 +25,11 @@ pkgbase = iproute2-selinux
backup = etc/iproute2/rt_realms
backup = etc/iproute2/rt_scopes
backup = etc/iproute2/rt_tables
- source = https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-5.13.0.tar.xz
- source = https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-5.13.0.tar.sign
+ source = https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-5.14.0.tar.xz
+ source = https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-5.14.0.tar.sign
source = 0001-make-iproute2-fhs-compliant.patch
validpgpkeys = 9F6FC345B05BE7E766B83C8F80A77F6095CDE47E
- sha256sums = 72a2e53774cac9e65f7b617deebb2059f87e8960d6e9713e4d788cea966f1b36
+ sha256sums = 210fa785a52f3763c4287fd5ae63e246f6311bfaa48c424baab6d383bb7591d4
sha256sums = SKIP
sha256sums = f60fefe4c17d3b768824bb50ae6416292bcebba06d73452e23f4147b46b827d3
diff --git a/PKGBUILD b/PKGBUILD
index d87b2aa1c929..1338a842fdcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=iproute2-selinux
-pkgver=5.13.0
+pkgver=5.14.0
pkgrel=1
pkgdesc='IP Routing Utilities with SELinux support'
arch=('x86_64' 'aarch64')
@@ -31,7 +31,7 @@ options=('staticlibs')
validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E') # Stephen Hemminger
source=("https://www.kernel.org/pub/linux/utils/net/${pkgname/-selinux}/${pkgname/-selinux}-${pkgver}.tar."{xz,sign}
'0001-make-iproute2-fhs-compliant.patch')
-sha256sums=('72a2e53774cac9e65f7b617deebb2059f87e8960d6e9713e4d788cea966f1b36'
+sha256sums=('210fa785a52f3763c4287fd5ae63e246f6311bfaa48c424baab6d383bb7591d4'
'SKIP'
'f60fefe4c17d3b768824bb50ae6416292bcebba06d73452e23f4147b46b827d3')
@@ -49,7 +49,9 @@ prepare() {
build() {
cd "${srcdir}/${pkgname/-selinux}-${pkgver}"
- ./configure --with-selinux
+ # ./configure auto-detects SELinux as a build dependency for "ss":
+ # https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/tree/configure?h=v5.14.0#n373
+ ./configure
make
}