| Message ID | 20260903064403.3848874-1-richard.purdie@linuxfoundation.org |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [1/3] iproute2: upgrade 7.1.0 -> 7.2.0 | expand |
On Thu, 2026-09-03 at 07:44 +0100, Richard Purdie via lists.openembedded.org wrote: > Bug fix: > LP#2165901: External parameter entity parsing was allowed by default (with resolve_entities="internal"). > > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> > --- > .../python/{python3-lxml_6.1.2.bb => python3-lxml_6.1.3.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta/recipes-devtools/python/{python3-lxml_6.1.2.bb => python3-lxml_6.1.3.bb} (95%) Probably breaks systemd: https://autobuilder.yoctoproject.org/valkyrie/#/builders/17/builds/4412 Cheers, Richard
diff --git a/meta/recipes-connectivity/iproute2/iproute2/0001-include-libnetlink.h-add-missing-include-for-htobe64.patch b/meta/recipes-connectivity/iproute2/iproute2/0001-include-libnetlink.h-add-missing-include-for-htobe64.patch index 1d3fc5bb405..ececd00539a 100644 --- a/meta/recipes-connectivity/iproute2/iproute2/0001-include-libnetlink.h-add-missing-include-for-htobe64.patch +++ b/meta/recipes-connectivity/iproute2/iproute2/0001-include-libnetlink.h-add-missing-include-for-htobe64.patch @@ -1,4 +1,4 @@ -From dc1db1129a98530fb44b3d1a448e991adaf5b066 Mon Sep 17 00:00:00 2001 +From 61a0f63cd424b2e521b8b2e190c98271ced98de6 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin <alex@linutronix.de> Date: Sat, 24 Aug 2024 15:32:25 +0200 Subject: [PATCH] include/libnetlink.h: add missing include for htobe64 diff --git a/meta/recipes-connectivity/iproute2/iproute2/0002-include-color.h-add-missing-include-for-types.patch b/meta/recipes-connectivity/iproute2/iproute2/0002-include-color.h-add-missing-include-for-types.patch index 2078e48d8a2..5ed8335be7e 100644 --- a/meta/recipes-connectivity/iproute2/iproute2/0002-include-color.h-add-missing-include-for-types.patch +++ b/meta/recipes-connectivity/iproute2/iproute2/0002-include-color.h-add-missing-include-for-types.patch @@ -1,4 +1,4 @@ -From 5c7bd395e9364a1c7c9370680ff265e50cf2b2b9 Mon Sep 17 00:00:00 2001 +From 7dc5b9726cdf214835c62967f7dcb8ceb660ece7 Mon Sep 17 00:00:00 2001 From: Andrej Kozemcak <andrej.kozemcak@siemens.com> Date: Thu, 5 Mar 2026 08:06:54 +0100 Subject: [PATCH] include/color.h: add missing include for types diff --git a/meta/recipes-connectivity/iproute2/iproute2_7.1.0.bb b/meta/recipes-connectivity/iproute2/iproute2_7.2.0.bb similarity index 97% rename from meta/recipes-connectivity/iproute2/iproute2_7.1.0.bb rename to meta/recipes-connectivity/iproute2/iproute2_7.2.0.bb index c5944f2e540..096601029c3 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_7.1.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_7.2.0.bb @@ -16,7 +16,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ file://0002-include-color.h-add-missing-include-for-types.patch \ " -SRC_URI[sha256sum] = "fd9fa1b95809417157ca83dd72957e3261bdbce896353cb936f80af0b33a4b5c" +SRC_URI[sha256sum] = "4c2fa124c2cf0afd7ca34d1eeacba6ba048a56f6374e2aab93dafbdbd4eea9c0" inherit update-alternatives bash-completion pkgconfig
Contains changes: * v7.2.0 * man/ip-ntable: fix app_probes typo * SECURITY: add threat model * ip: drop unnecessary fallback to ioctl for tx queue length * add print_hexstring helper * man: fix troff warnings and whitespace * bridge: whitespace cleanup * CREDITS: remove trailing whitespace * .mailmap: remove trailing whitespace * uapi: update headers from 7.2-pre-rc1 * devlink: add scope filter to resource show * devlink: add per-port resource show support * devlink: show port resources in resource dump * devlink: add dump support for resource show * devlink: fix memory leak in resource_ctx_fini * devlink: Move dpipe tables query to resources show callback * devlink: Split dpipe tables output to a separate function * iplink_geneve: Support IFLA_GENEVE_LOCAL and IFLA_GENEVE_LOCAL6. * iplink: set NLA_F_NESTED for IPv4 devconf attributes * man: iplink: fix indentation level after inet parameter * Update kernel headers * iplink: bridge: add stp_mode support * iplink: add support for setting IPv4 devconf parameters * dpll: monitor: add -t/--timestamp and --tshort options * dpll: man: restore Frequency monitor status in device show output * ll_map: add RTEXT_FILTER_NAME_ONLY to ll_link_get() and ll_init_map() * Update kernel headers * tc/netem: display per-impairment xstats counters * netshaper: Fix man page accuracy and formatting issues * netshaper: Update man page for new parameters and group command * netshaper: Add group command for creating scheduling hierarchies * netshaper: Extract struct shaper_args and parse_shaper_arg() helper * netshaper: Extend show output with parent, bw-min and weight * netshaper: Add bw-min and weight parameter support * netshaper: Extract parse_scope() and parse_rate() helpers * bridge: vlan: Add support for neigh_forward_grat * iplink: bridge_slave: Add support for neigh_forward_grat * devlink: Drop now duplicate pid fallback for netns * rdma: Allow netns to be specified by pid * iplink: Drop pid fallback code for netns * namespace: Add fallback to netns by pid * dpll: add fractional-frequency-offset to parent-device * dpll: add pin operstate attribute support * Update kernel headers * dpll: add frequency monitoring support * dpll: add ps unit to phase-related pin attributes * tc/class: use rtnl_dump_request_n() in tc_class_list() * tc: qdisc: provide tcm_handle and tcm_parent to kernel dump requests * tc: use ll_init_map() only when needed * lib: add input validation for time, rate, and size parsing functions * man: remove libnetlink man page * bash-completion: devlink: Fix dev completion trailing colon * ll_map: add RTEXT_FILTER_SKIP_STATS to ll_init_map() Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- ...1-include-libnetlink.h-add-missing-include-for-htobe64.patch | 2 +- .../0002-include-color.h-add-missing-include-for-types.patch | 2 +- .../iproute2/{iproute2_7.1.0.bb => iproute2_7.2.0.bb} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-connectivity/iproute2/{iproute2_7.1.0.bb => iproute2_7.2.0.bb} (97%)