summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2022-11-02 23:28:36 +0100
committerNicolas Iooss2022-11-02 23:28:36 +0100
commit533de3cd9c5d8e87e37d4c7b161ef7becae2164b (patch)
treebd258e1ef63dde856d1cd05fda64dd1ca6701b5e
parent8ddb5fa38df048e63cb18f83c88155bcafa9874b (diff)
downloadaur-533de3cd9c5d8e87e37d4c7b161ef7becae2164b.tar.gz
iproute2-selinux 6.0.0-1 update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb2405794673..62713d331249 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iproute2-selinux
pkgdesc = IP Routing Utilities with SELinux support
- pkgver = 5.19.0
+ pkgver = 6.0.0
pkgrel = 1
url = https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = iproute2-selinux
optdepends = libcap: tipc
optdepends = linux-atm: ATM support
provides = iproute
- provides = iproute2=5.19.0-1
+ provides = iproute2=6.0.0-1
conflicts = iproute2
options = staticlibs
backup = etc/iproute2/bpf_pinning
@@ -29,11 +29,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.19.0.tar.xz
- source = https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-5.19.0.tar.sign
+ source = https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.0.0.tar.xz
+ source = https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.0.0.tar.sign
source = 0001-make-iproute2-fhs-compliant.patch
validpgpkeys = 9F6FC345B05BE7E766B83C8F80A77F6095CDE47E
- sha256sums = 26b7a34d6a7fd2f7a42e2b39c5a90cb61bac522d1096067ffeb195e5693d7791
+ sha256sums = 523139e9e72aec996374fa2de74be4c53d2dd05589488934d21ff97bae19580a
sha256sums = SKIP
sha256sums = 758b82bd61ed7512d215efafd5fab5ae7a28fbfa6161b85e2ce7373285e56a5d
diff --git a/PKGBUILD b/PKGBUILD
index 580dc34eaf3d..1ed8e15e6024 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.19.0
+pkgver=6.0.0
pkgrel=1
pkgdesc='IP Routing Utilities with SELinux support'
arch=('x86_64' 'aarch64')
@@ -34,7 +34,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=('26b7a34d6a7fd2f7a42e2b39c5a90cb61bac522d1096067ffeb195e5693d7791'
+sha256sums=('523139e9e72aec996374fa2de74be4c53d2dd05589488934d21ff97bae19580a'
'SKIP'
'758b82bd61ed7512d215efafd5fab5ae7a28fbfa6161b85e2ce7373285e56a5d')
@@ -69,4 +69,3 @@ package() {
install -Dm0644 include/libnetlink.h "${pkgdir}/usr/include/libnetlink.h"
install -Dm0644 lib/libnetlink.a "${pkgdir}/usr/lib/libnetlink.a"
}
-