summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortqre2020-12-25 12:25:46 +0200
committertqre2020-12-25 13:54:49 +0200
commit438fe6a8b3ee55d7318276cad16b02df1f1ab5cc (patch)
tree2765340bb8af529285c820ee5a43f39b96553033
parenta944e275adba5d32cb12548c0fa305676d90452c (diff)
downloadaur-438fe6a8b3ee55d7318276cad16b02df1f1ab5cc.tar.gz
iproute2-selinux 5.10.0-1 update
The sha256sum stems with: https://mirrors.edge.kernel.org/pub/linux/utils/net/iproute2/sha256sums.asc The official PKGBUILD has a wrong sha256sum? https://github.com/archlinux/svntogit-packages/commit/2322a3b34f7c6009f978e0df3bf6dfcf83fe297c#diff-0b5e8d8edd181cb1ca9f13a93d762959782a21b1ef3a987a75ba6b84caf8a6e5
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24a510ec81d1..7d4db661b346 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iproute2-selinux
pkgdesc = IP Routing Utilities with SELinux support
- pkgver = 5.9.0
+ pkgver = 5.10.0
pkgrel = 1
url = https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
arch = x86_64
@@ -11,9 +11,10 @@ pkgbase = iproute2-selinux
depends = iptables
depends = libelf
depends = libselinux
+ optdepends = db: userspace arp daemon
optdepends = linux-atm: ATM support
provides = iproute
- provides = iproute2=5.9.0-1
+ provides = iproute2=5.10.0-1
conflicts = iproute2
options = staticlibs
backup = etc/iproute2/ematch_map
@@ -22,11 +23,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.9.0.tar.xz
- source = https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-5.9.0.tar.sign
+ source = https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-5.10.0.tar.xz
+ source = https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-5.10.0.tar.sign
source = 0001-make-iproute2-fhs-compliant.patch
validpgpkeys = 9F6FC345B05BE7E766B83C8F80A77F6095CDE47E
- sha256sums = a25dac94bcdcf2f73316c7f812115ea7a5710580bad892b08a83d00c6b33dacf
+ sha256sums = a54a34ae309c0406b2d1fb3a46158613ffb83d33fefd5d4a27f0010237ac53e9
sha256sums = SKIP
sha256sums = f60fefe4c17d3b768824bb50ae6416292bcebba06d73452e23f4147b46b827d3
diff --git a/PKGBUILD b/PKGBUILD
index ac498f43f188..cf6de0eeaf4d 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.9.0
+pkgver=5.10.0
pkgrel=1
pkgdesc='IP Routing Utilities with SELinux support'
arch=('x86_64')
@@ -15,7 +15,8 @@ license=('GPL2')
groups=('selinux')
url='https://git.kernel.org/pub/scm/network/iproute2/iproute2.git'
depends=('glibc' 'iptables' 'libelf' 'libselinux')
-optdepends=('linux-atm: ATM support')
+optdepends=('db: userspace arp daemon'
+ 'linux-atm: ATM support')
provides=('iproute' "${pkgname/-selinux}=${pkgver}-${pkgrel}")
conflicts=("${pkgname/-selinux}")
backup=('etc/iproute2/ematch_map'
@@ -29,7 +30,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=('a25dac94bcdcf2f73316c7f812115ea7a5710580bad892b08a83d00c6b33dacf'
+sha256sums=('a54a34ae309c0406b2d1fb3a46158613ffb83d33fefd5d4a27f0010237ac53e9'
'SKIP'
'f60fefe4c17d3b768824bb50ae6416292bcebba06d73452e23f4147b46b827d3')