Files
bpfire/lfs/iproute2
Adolf Belka d230db013a iproute2: Update to version 5.17.0
- Update from 5.16.0 to 5.17.0
- Update of rootfile not required
- Changelog
    v5.17.0
	ip/geneve: add support for IFLA_GENEVE_INNER_PROTO_INHERIT
	Merge branch 'gtp-netdev' into next
	f_flower: Implement gtp options support
	ip: GTP support in ip link	Wojciech
	man: bridge: document per-port mcast_router settings
	bridge: support for controlling mcast_router per port
	Update kernel headers
	vdpa: Update man page with added support to configure max vq pair
	link_xfrm: if_id must be non zero
	testsuite: link xfrm delete no if_id test
	vdpa: Support reading device features
	vdpa: Support for configuring max VQ pairs for a device
	vdpa: Allow for printing negotiated features of a device
	vdpa: Remove unsupported command line option
	Makefile: move HAVE_MNL check to top-level Makefile
	Merge branch 'bridge-broadcast-flooding' into next
	Merge branch 'main' into next
	man: ip-link: whitespace fixes to odd line breaks mid sentence
	man: ip-link: mention bridge port's default mcast_flood state
	man: ip-link: document new bcast_flood flag on bridge ports
	ip: iplink_bridge_slave: support for broadcast flooding
	man: bridge: add missing closing " in bridge show mdb
	man: bridge: document new bcast_flood flag for bridge ports
	bridge: support for controlling flooding of broadcast per port
	rdma: make RES_PID and RES_KERN_NAME alternative to each other
	uapi: update vdpa.h
	ipaddress: remove 'label' compatibility with Linux-2.0 net aliases
	lib/fs: fix memory leak in get_task_name()
	ip/batadv: allow to specify RA when creating link
	Import batman_adv.h header from last kernel sync point
	uapi: update magic.h
	Revert "configure: Allow command line override of toolchain"
	tc: separate action print for filter and action dump
	rdma: Fix the logic to print unsigned int.
	Revert "rdma: Fix res_print_uint() and add res_print_u64()"
	Merge branch 'libbpf-fixups' into next
	bpf: Remove use of bpf_create_map_xattr
	bpf: Export bpf syscall wrapper
	bpf_glue: Remove use of bpf_load_program from libbpf
	rdma: Fix res_print_uint() and add res_print_u64()
	uapi: update to xfrm.h
	ss: display advertised TCP receive window and out-of-order counter
	Merge branch 'link-layer-protocols' into next
	tc: bash-completion: Add profinet and ethercat to procotol completion list
	lib: add profinet and ethercat as link layer protocol names
	Merge branch '802.1X-locked-bridge-ports' into next
	man8/ip-link.8: add locked port feature description and cmd syntax
	man8/bridge.8: add locked port feature description and cmd syntax
	ip: iplink_bridge_slave: add locked port flag support
	bridge: link: add command to set port in locked mode
	Update kernel headers
	configure: Allow command line override of toolchain
	mptcp: add port support for setting flags
	mptcp: add fullmesh support for setting flags
	mptcp: add fullmesh check for adding address
	bond: add ns_ip6_target option
	Merge branch 'main' into next
	devlink: Remove strtouint8_t in favor of get_u8
	devlink: Remove strtouint16_t in favor of get_u16
	devlink: Remove strtouint32_t in favor of get_u32
	devlink: Remove strtouint64_t in favor of get_u64
	Update kernel headers
	f_flower: fix indentation for enc_key_id and u32
	bridge: Remove vlan listing from `bridge link`
	bridge: Fix error string typo
	lnstat: fix strdup leak in -w argument parsing
	iplink_can: print_usage: typo fix, add missing spaces
	dcb: Fix error reporting when accessing "dcb app"
	tc: fix duplicate fall-through
	libnetlink: fix socket leak in rtnl_open_byproto()
	tc_util: Fix parsing action control with space and slash
	tunnel: Fix missing space after local/remote print
	Merge branch 'ioam-insert-freq' into next
	Update documentation
	Add support for the IOAM insertion frequency
	Update kernel headers
	iplink: add ip-link documentation
	iplink: add gro_max_size attribute handling
	tc: u32: add json support in `print_raw`, `print_ipv4`, `print_ipv6`
	tc: u32: add support for json output
	iprule: Allow option dsfield in 'ip rule show'
	tc/f_flower: fix indentation
	tc_util: fix breakage from clang changes
	tc: add skip_hw and skip_sw to control action offload
	ss: use freecon() instead of free() when appropriate
	man: Fix a typo in the flag documentation of ip address
	dcb: app: Add missing "dcb app show dev X default-prio"
	Merge branch 'clang-compile' into next
	json_print: suppress clang format warning
	libbpf: fix clang warning about format non-literal
	tunnel: fix clang warning
	tipc: fix clang warning about empty format string
	can: fix clang warning
	ipl2tp: fix clang warning
	tc_util: fix clang warning in print_masked_type
	flower: fix clang warnings
	netem: fix clang warnings
	utils: add format attribute
	tc: add format attribute to tc_print_rate
	Merge branch 'main' into next
	uapi: update kernel headers from 5.17-rc1
	tc/action: print error to stderr
	mptcp: add id check for deleting address
	dcb: Rewrite array-formatting code to not cause warnings with Clang
	f_flower: fix checkpatch warnings
	netem: fix checkpatch warnings
	Merge branch 'main' into next
	lib: fix ax25.h include for musl
	uapi: add missing virtio headers
	uapi: add missing rose and ax25 files
	q_cake: allow changing to diffserv3
	iplink_can: add ctrlmode_{supported,_static} to the "--details --json" output
	Update kernel headers
	Merge branch 'rdma-clang-compile' into next
	rdma: Don't allocate sparse array
	rdma: Limit copy data by the destination size

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2022-04-06 17:13:04 +00:00

82 lines
3.3 KiB
Plaintext

###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007-2020 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# This program is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU General Public License #
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
# #
###############################################################################
###############################################################################
# Definitions
###############################################################################
include Config
VER = 5.17.0
THISAPP = iproute2-$(VER)
DL_FILE = $(THISAPP).tar.xz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
###############################################################################
# Top-level Rules
###############################################################################
objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_BLAKE2 = 4310829ebbde7fd21ecc28856deddabfa93f26bf7937b3ef3c0e05e4e0bf925a9b167334efaefe3e275d196e7370a290679739ae8d8397dc6511f4da25dfd459
install : $(TARGET)
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
download :$(patsubst %,$(DIR_DL)/%,$(objects))
b2 : $(subst %,%_BLAKE2,$(objects))
###############################################################################
# Downloading, checking, b2sum
###############################################################################
$(patsubst %,$(DIR_CHK)/%,$(objects)) :
@$(CHECK)
$(patsubst %,$(DIR_DL)/%,$(objects)) :
@$(LOAD)
$(subst %,%_BLAKE2,$(objects)) :
@$(B2SUM)
###############################################################################
# Installation Details
###############################################################################
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && make $(MAKETUNING) SBINDIR=/sbin
cd $(DIR_APP) && make SBINDIR=/sbin install
cd $(DIR_APP) && mv -v /sbin/arpd /usr/sbin
# Add table for static routing
echo "200 static" >> /etc/iproute2/rt_tables
@rm -rf $(DIR_APP)
@$(POSTBUILD)