From 98069eae6067e8931c51feadf42c26d769e4fccbead33b702787b93e878e6bb0 Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Sun, 29 Oct 2023 16:19:49 +0000 Subject: [PATCH] Accepting request 1121016 from home:lee_duncan:branches:network:fcoe - Update to version latest Intel upstream (v1.1+77.75e83b6fb98e, jsc#PED-6852): * lldpad: dcbx: prevent null dereference in dcbx_free_data * dcbx: Fix use-after-free * dcbx: Fix NULL pointer dereference * dcbx: Fix leak when receiving legacy TLVs with mismatched mode * lldp: Reject frames with duplicate TLVs * dcbx: Free manifest in rchange callback * dcbx: Avoid memory leak if ifup is called twice * ctrl_iface: Fix a memory leak in ctrl_iface_deinit * lldp: Avoid sending uninitialized data * lldptool: fix null pointer deference * Revert "Use interface index instead of name in libconfig" * Avoiding null pointer dereference * agent: reset frame status on message delete * basman: use return address when pulling address * 8021Qaz: check for rx block validity * 8021qaz: squelch initialization errors * macvtap: fix error condition * vdp22: convert command parsing to null term OBS-URL: https://build.opensuse.org/request/show/1121016 OBS-URL: https://build.opensuse.org/package/show/network:fcoe/open-lldp?expand=0&rev=51 --- _servicedata | 2 +- open-lldp-v1.1+58.8ca361bab766.tar.xz | 3 --- open-lldp-v1.1+77.75e83b6fb98e.tar.xz | 3 +++ open-lldp.changes | 23 +++++++++++++++++++++++ open-lldp.spec | 4 ++-- 5 files changed, 29 insertions(+), 6 deletions(-) delete mode 100644 open-lldp-v1.1+58.8ca361bab766.tar.xz create mode 100644 open-lldp-v1.1+77.75e83b6fb98e.tar.xz diff --git a/_servicedata b/_servicedata index 02e2361..0f88bc1 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/lldpad.git - 8ca361bab7668aaa0ef54cba87a163e6e373f2ac \ No newline at end of file + 75e83b6fb98e79383b6243feafa3211a87ef78e9 \ No newline at end of file diff --git a/open-lldp-v1.1+58.8ca361bab766.tar.xz b/open-lldp-v1.1+58.8ca361bab766.tar.xz deleted file mode 100644 index 242b8bb..0000000 --- a/open-lldp-v1.1+58.8ca361bab766.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8272e7be6d3c46d37afa6bdabe7866fe64d7ea522b3fbf454cbff7ca431d3d09 -size 313652 diff --git a/open-lldp-v1.1+77.75e83b6fb98e.tar.xz b/open-lldp-v1.1+77.75e83b6fb98e.tar.xz new file mode 100644 index 0000000..876c4e3 --- /dev/null +++ b/open-lldp-v1.1+77.75e83b6fb98e.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b4fda36558c14b936530c7501adcf81c75b7fd13d80c8ce379410d8505ec03 +size 313688 diff --git a/open-lldp.changes b/open-lldp.changes index f0ab291..4b9a05d 100644 --- a/open-lldp.changes +++ b/open-lldp.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Oct 27 19:15:39 UTC 2023 - lduncan@suse.com + +- Update to version latest Intel upstream (v1.1+77.75e83b6fb98e, jsc#PED-6852): + * lldpad: dcbx: prevent null dereference in dcbx_free_data + * dcbx: Fix use-after-free + * dcbx: Fix NULL pointer dereference + * dcbx: Fix leak when receiving legacy TLVs with mismatched mode + * lldp: Reject frames with duplicate TLVs + * dcbx: Free manifest in rchange callback + * dcbx: Avoid memory leak if ifup is called twice + * ctrl_iface: Fix a memory leak in ctrl_iface_deinit + * lldp: Avoid sending uninitialized data + * lldptool: fix null pointer deference + * Revert "Use interface index instead of name in libconfig" + * Avoiding null pointer dereference + * agent: reset frame status on message delete + * basman: use return address when pulling address + * 8021Qaz: check for rx block validity + * 8021qaz: squelch initialization errors + * macvtap: fix error condition + * vdp22: convert command parsing to null term + ------------------------------------------------------------------- Wed Oct 26 18:58:43 UTC 2022 - lduncan@suse.com diff --git a/open-lldp.spec b/open-lldp.spec index 4aec09e..4231c37 100644 --- a/open-lldp.spec +++ b/open-lldp.spec @@ -1,7 +1,7 @@ # # spec file for package open-lldp # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Name: open-lldp Summary: Link Layer Discovery Protocol (LLDP) Agent License: GPL-2.0-only Group: System/Daemons -Version: 1.1+58.8ca361bab766 +Version: 1.1+77.75e83b6fb98e Release: 0 BuildRequires: bison BuildRequires: flex