- Update from version 6.16.0 to 6.17.0 - Update of rootfile - Changelog is not provided. Details of changes can be found from the git commit changes https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
Signed-off-by: Adolf Belka <[email protected]> --- config/rootfiles/common/iproute2 | 1 + lfs/iproute2 | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2 index 6c4dac6e0..804c6bf6c 100644 --- a/config/rootfiles/common/iproute2 +++ b/config/rootfiles/common/iproute2 @@ -119,6 +119,7 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/tc-ct.8 #usr/share/man/man8/tc-ctinfo.8 #usr/share/man/man8/tc-drr.8 +#usr/share/man/man8/tc-dualpi2.8 #usr/share/man/man8/tc-ematch.8 #usr/share/man/man8/tc-etf.8 #usr/share/man/man8/tc-ets.8 diff --git a/lfs/iproute2 b/lfs/iproute2 index 653caaab5..bbbf5d88a 100644 --- a/lfs/iproute2 +++ b/lfs/iproute2 @@ -24,8 +24,8 @@ include Config -VER = 6.16.0 -# https://mirrors.edge.kernel.org/pub/linux/utils/net/iproute2/ +VER = 6.17.0 +# https://mirrors.edge.kernel.org/pub/linux/utils/net/iproute2/ THISAPP = iproute2-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = d1c66f4d63edd6fa2701c92dbc47f8c4388d6a660d541d528e3463e8e261fda64df4a7f8930f510718c71ee82438b5c4859f072eb08c8ff1e4d1d65223108005 +$(DL_FILE)_BLAKE2 = 49b88fd1eaea34376b086be02e72505ca62f52f3c53f3ee29cd273532521fabe8d38062277852dcc69f78b86b9460b213bbeedc9c51ce20d3bb1fd35d86b6fc8 install : $(TARGET) -- 2.51.0
