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
This commit is contained in:
Lee Duncan 2023-10-29 16:19:49 +00:00 committed by Git OBS Bridge
parent b0fd34bf6e
commit 98069eae60
5 changed files with 29 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/lldpad.git</param>
<param name="changesrevision">8ca361bab7668aaa0ef54cba87a163e6e373f2ac</param></service></servicedata>
<param name="changesrevision">75e83b6fb98e79383b6243feafa3211a87ef78e9</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8272e7be6d3c46d37afa6bdabe7866fe64d7ea522b3fbf454cbff7ca431d3d09
size 313652

BIN
open-lldp-v1.1+77.75e83b6fb98e.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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

View File

@ -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