SHA256
1
0
forked from jengelh/iproute2

Accepting request 980824 from home:dirkmueller:Factory

- update to 5.18:
  This is the release of iproute2 corresponding to the 5.18 kernel.
  There are not many new features in this release.
  * The build issues with libbpf should be fixed now.
  * Building with clang is now supported.
  * There are still some warnings with gcc-12 that will need to be
    fixed in the upstream kernel headers.

OBS-URL: https://build.opensuse.org/request/show/980824
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=224
This commit is contained in:
2022-06-05 07:26:53 +00:00
committed by Git OBS Bridge
parent e89f2382c1
commit bc70a3d382
6 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Jun 5 00:40:43 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 5.18:
This is the release of iproute2 corresponding to the 5.18 kernel.
There are not many new features in this release.
* The build issues with libbpf should be fixed now.
* Building with clang is now supported.
* There are still some warnings with gcc-12 that will need to be
fixed in the upstream kernel headers.
-------------------------------------------------------------------
Sat Mar 26 13:58:23 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>