Skip to content

Commit 402ea0e

Browse files
committed
iproute2-selinux 6.13.0-1 update
1 parent 4500945 commit 402ea0e

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

.SRCINFO

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
pkgbase = iproute2-selinux
22
pkgdesc = IP Routing Utilities with SELinux support
3-
pkgver = 6.12.0
3+
pkgver = 6.13.0
44
pkgrel = 1
55
url = https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
66
arch = x86_64
77
arch = aarch64
88
groups = selinux
9-
license = GPL2
9+
license = GPL-2.0-or-later
1010
makedepends = db5.3
1111
makedepends = linux-atm
1212
makedepends = iptables
@@ -22,16 +22,15 @@ pkgbase = iproute2-selinux
2222
optdepends = linux-atm: ATM support
2323
optdepends = python: for routel
2424
provides = iproute
25-
provides = iproute2=6.12.0-1
25+
provides = iproute2=6.13.0-1
2626
conflicts = iproute2
27-
options = staticlibs
2827
options = !emptydirs
29-
source = https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.12.0.tar.xz
30-
source = https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.12.0.tar.sign
28+
source = https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.13.0.tar.xz
29+
source = https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-6.13.0.tar.sign
3130
source = 0001-make-iproute2-fhs-compliant.patch
3231
source = 0002-bdb-5-3.patch
3332
validpgpkeys = 9F6FC345B05BE7E766B83C8F80A77F6095CDE47E
34-
sha256sums = bbd141ef7b5d0127cc2152843ba61f274dc32814fa3e0f13e7d07a080bef53d9
33+
sha256sums = a43aa43338d882b44d01e549f3f105a92ae9feea32a82fae45a88e7a49302819
3534
sha256sums = SKIP
3635
sha256sums = 758b82bd61ed7512d215efafd5fab5ae7a28fbfa6161b85e2ce7373285e56a5d
3736
sha256sums = 611c1ad7946aab226a5f4059922d9430f51b3377e33911427f8fdf7f7d31f7d6

.nvchecker.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[iproute2]
2+
source = "git"
3+
git = "https://git.kernel.org/pub/scm/network/iproute2/iproute2.git"
4+
prefix = "v"

PKGBUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
# If you want to help keep it up to date, please open a Pull Request there.
88

99
pkgname=iproute2-selinux
10-
pkgver=6.12.0
10+
pkgver=6.13.0
1111
pkgrel=1
1212
pkgdesc='IP Routing Utilities with SELinux support'
1313
arch=('x86_64' 'aarch64')
14-
license=('GPL2')
14+
license=('GPL-2.0-or-later')
1515
groups=('selinux')
1616
url='https://git.kernel.org/pub/scm/network/iproute2/iproute2.git'
1717
depends=('glibc'
@@ -26,12 +26,12 @@ optdepends=('db5.3: userspace arp daemon'
2626
'python: for routel')
2727
provides=('iproute' "${pkgname/-selinux}=${pkgver}-${pkgrel}")
2828
conflicts=("${pkgname/-selinux}")
29-
options=('staticlibs' '!emptydirs')
29+
options=('!emptydirs')
3030
validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E') # Stephen Hemminger
3131
source=("https://www.kernel.org/pub/linux/utils/net/${pkgname/-selinux}/${pkgname/-selinux}-${pkgver}.tar."{xz,sign}
3232
'0001-make-iproute2-fhs-compliant.patch'
3333
'0002-bdb-5-3.patch')
34-
sha256sums=('bbd141ef7b5d0127cc2152843ba61f274dc32814fa3e0f13e7d07a080bef53d9'
34+
sha256sums=('a43aa43338d882b44d01e549f3f105a92ae9feea32a82fae45a88e7a49302819'
3535
'SKIP'
3636
'758b82bd61ed7512d215efafd5fab5ae7a28fbfa6161b85e2ce7373285e56a5d'
3737
'611c1ad7946aab226a5f4059922d9430f51b3377e33911427f8fdf7f7d31f7d6')

0 commit comments

Comments
 (0)