Message ID | a10ba3db-e9cb-4d3c-8616-0ce14f7ba206@gmail.com |
---|---|
State | New |
Headers | show |
Series | kirkstone merge request: April 25th | expand |
applied thanks Armin. On Fri, Apr 25, 2025 at 5:22 PM akuster808 <akuster808@gmail.com> wrote: > > The following changes since commit f8dddbfcbfe502cb71375a7a907e61a92e8d4474: > > openvpn: renew the sample keys (2025-03-29 14:24:38 -0400) > > are available in the Git repository at: > > git://git.openembedded.org/meta-openembedded kirkstone-next > > for you to fetch changes up to e42549cef364ae09b3b7c8b64bbeab32e50f1bb0: > > net-snmp: fix memory leak (2025-04-20 13:43:55 -0400) > > ---------------------------------------------------------------- > Haixiao Yan (1): > lmsensors: Clean stale files for sensord to avoid incorrect GCC > header dependencies > > Jiaying Song (1): > corosync: fix CVE-2025-30472 > > Jinfeng Wang (2): > netplan: Fix CVE-2022-4968 > net-snmp: fix memory leak > > .../recipes-connectivity/netplan/netplan/CVE-2022-4968.patch | 442 > ++++++++++++++++++++++++++++ > meta-networking/recipes-connectivity/netplan/netplan_0.104.bb | 1 + > .../corosync/0001-totemsrp-Check-size-of-orf_token-msg.patch | 74 +++++ > meta-networking/recipes-extended/corosync/corosync_3.0.3.bb | 1 + > ...0001-unload_all_mibs-fix-memory-leak-by-freeing-tclist.patch | 32 ++ > meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.3.bb | 1 + > meta-oe/recipes-bsp/lm_sensors/lmsensors_3.6.0.bb | 5 +- > 7 files changed, 555 insertions(+), 1 deletion(-) > create mode 100644 > meta-networking/recipes-connectivity/netplan/netplan/CVE-2022-4968.patch > create mode 100644 > meta-networking/recipes-extended/corosync/corosync/0001-totemsrp-Check-size-of-orf_token-msg.patch > create mode 100644 > meta-networking/recipes-protocols/net-snmp/net-snmp/0001-unload_all_mibs-fix-memory-leak-by-freeing-tclist.patch >