Accepting request 1121017 from network:fcoe
OBS-URL: https://build.opensuse.org/request/show/1121017 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-lldp?expand=0&rev=22
This commit is contained in:
commit
717c1fa0d8
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/lldpad.git</param>
|
<param name="url">https://github.com/openSUSE/lldpad.git</param>
|
||||||
<param name="changesrevision">8ca361bab7668aaa0ef54cba87a163e6e373f2ac</param></service></servicedata>
|
<param name="changesrevision">75e83b6fb98e79383b6243feafa3211a87ef78e9</param></service></servicedata>
|
@ -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
BIN
open-lldp-v1.1+77.75e83b6fb98e.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
Wed Oct 26 18:58:43 UTC 2022 - lduncan@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package open-lldp
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,7 +21,7 @@ Name: open-lldp
|
|||||||
Summary: Link Layer Discovery Protocol (LLDP) Agent
|
Summary: Link Layer Discovery Protocol (LLDP) Agent
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
Version: 1.1+58.8ca361bab766
|
Version: 1.1+77.75e83b6fb98e
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
|
Loading…
Reference in New Issue
Block a user