Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
iproute2
Commits:
444d98b1 by Christian Hesse at 2025-12-04T18:36:04+01:00
upgpkg: 6.18.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = iproute2
pkgdesc = IP Routing Utilities
- pkgver = 6.17.0
+ pkgver = 6.18.0
pkgrel = 1
url = https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
arch = x86_64
@@ -21,11 +21,11 @@ pkgbase = iproute2
optdepends = python: for routel
provides = iproute
options = !emptydirs
- source =
git+https://git.kernel.org/pub/scm/network/iproute2/iproute2.git#tag=v6.17.0
+ source =
git+https://git.kernel.org/pub/scm/network/iproute2/iproute2.git#tag=v6.18.0
source = 0001-make-iproute2-fhs-compliant.patch
source = 0002-bdb-5-3.patch
validpgpkeys = 9F6FC345B05BE7E766B83C8F80A77F6095CDE47E
- sha256sums =
3f1bb15ca13e90ac4c001f1e763fd90c56b1c7aaedb076ae3aa68ebb303e925e
+ sha256sums =
2c4d0dd50fe78ab00abd2038924d4ad7e989215b2059b1f110f52b71f23dc39f
sha256sums =
758b82bd61ed7512d215efafd5fab5ae7a28fbfa6161b85e2ce7373285e56a5d
sha256sums =
611c1ad7946aab226a5f4059922d9430f51b3377e33911427f8fdf7f7d31f7d6
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Judd Vinet <[email protected]>
pkgname=iproute2
-pkgver=6.17.0
+pkgver=6.18.0
pkgrel=1
pkgdesc='IP Routing Utilities'
arch=('x86_64')
@@ -24,7 +24,7 @@ validpgpkeys=('9F6FC345B05BE7E766B83C8F80A77F6095CDE47E') #
Stephen Hemminger
source=("git+https://git.kernel.org/pub/scm/network/${pkgname}/${pkgname}.git#tag=v${pkgver}"
'0001-make-iproute2-fhs-compliant.patch'
'0002-bdb-5-3.patch')
-sha256sums=('3f1bb15ca13e90ac4c001f1e763fd90c56b1c7aaedb076ae3aa68ebb303e925e'
+sha256sums=('2c4d0dd50fe78ab00abd2038924d4ad7e989215b2059b1f110f52b71f23dc39f'
'758b82bd61ed7512d215efafd5fab5ae7a28fbfa6161b85e2ce7373285e56a5d'
'611c1ad7946aab226a5f4059922d9430f51b3377e33911427f8fdf7f7d31f7d6')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/iproute2/-/commit/444d98b1c2a88c36eecd34bcd059abcacb34aea3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/iproute2/-/commit/444d98b1c2a88c36eecd34bcd059abcacb34aea3
You're receiving this email because of your account on gitlab.archlinux.org.