summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-09-09 09:48:24 +0200
committerNicolas Iooss2023-09-09 09:48:24 +0200
commit1501e688f17100c7b9f38207bbfc4934fb6a4a06 (patch)
treea264cc22150387a95a52a6213dd1e3829e63f6ca
parentf207d446214128c0ff2fcd517bb902f064323b0a (diff)
downloadaur-1501e688f17100c7b9f38207bbfc4934fb6a4a06.tar.gz
iproute2-selinux 6.5.0-1 update
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD13
2 files changed, 7 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68d50444d155..b3320ff0c664 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iproute2-selinux
pkgdesc = IP Routing Utilities with SELinux support
- pkgver = 6.4.0
+ pkgver = 6.5.0
pkgrel = 1
url = https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
arch = x86_64
@@ -18,24 +18,15 @@ pkgbase = iproute2-selinux
optdepends = linux-atm: ATM support
optdepends = python: for routel
provides = iproute
- provides = iproute2=6.4.0-1
+ provides = iproute2=6.5.0-1
conflicts = iproute2
options = staticlibs
- backup = etc/iproute2/bpf_pinning
- backup = etc/iproute2/ematch_map
- backup = etc/iproute2/group
- backup = etc/iproute2/nl_protos
- backup = etc/iproute2/rt_dsfield
- backup = etc/iproute2/rt_protos
- 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-6.4.0.tar.xz
- source = https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.4.0.tar.sign
+ source = https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.5.0.tar.xz
+ source = https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.5.0.tar.sign
source = 0001-make-iproute2-fhs-compliant.patch
source = 0002-bdb-5-3.patch
validpgpkeys = 9F6FC345B05BE7E766B83C8F80A77F6095CDE47E
- sha256sums = 4c51b8decbc7e4da159ffb066f590cfb93dbf9af7ff86b1647ce42b7c179a272
+ sha256sums = a70179085fa1b96d3c33b040c809b75e2b57563adc505a4ad05e2609df373463
sha256sums = SKIP
sha256sums = 758b82bd61ed7512d215efafd5fab5ae7a28fbfa6161b85e2ce7373285e56a5d
sha256sums = 611c1ad7946aab226a5f4059922d9430f51b3377e33911427f8fdf7f7d31f7d6
diff --git a/PKGBUILD b/PKGBUILD
index cfb7200f28be..68826461a0f8 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=6.4.0
+pkgver=6.5.0
pkgrel=1
pkgdesc='IP Routing Utilities with SELinux support'
arch=('x86_64' 'aarch64')
@@ -21,22 +21,13 @@ optdepends=('db5.3: userspace arp daemon'
'python: for routel')
provides=('iproute' "${pkgname/-selinux}=${pkgver}-${pkgrel}")
conflicts=("${pkgname/-selinux}")
-backup=('etc/iproute2/bpf_pinning'
- 'etc/iproute2/ematch_map'
- 'etc/iproute2/group'
- 'etc/iproute2/nl_protos'
- 'etc/iproute2/rt_dsfield'
- 'etc/iproute2/rt_protos'
- 'etc/iproute2/rt_realms'
- 'etc/iproute2/rt_scopes'
- 'etc/iproute2/rt_tables')
makedepends=('linux-atm')
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'
'0002-bdb-5-3.patch')
-sha256sums=('4c51b8decbc7e4da159ffb066f590cfb93dbf9af7ff86b1647ce42b7c179a272'
+sha256sums=('a70179085fa1b96d3c33b040c809b75e2b57563adc505a4ad05e2609df373463'
'SKIP'
'758b82bd61ed7512d215efafd5fab5ae7a28fbfa6161b85e2ce7373285e56a5d'
'611c1ad7946aab226a5f4059922d9430f51b3377e33911427f8fdf7f7d31f7d6')