Accepting request 1138721 from home:lee_duncan:branches:network:fcoe
- Update to version v1.1+106.74c0600a8692 (from upstream/branch-1.1): * lldpad: dcbx: prevent null dereference in dcbx_free_data * lldpad: ieee8023: reorder disabling pMAC and disabling MM TX * uapi: Provide a copy of const.h * dcbx: Fix use-after-free * dcbx: Fix NULL pointer dereference * ChangeLog: mention Additional Ethernet Capabilities TLV * lldptool: add man page for Additional Ethernet Capabilities TLV * lldptool: add CLI interface for Additional Ethernet Capabilities TLV * lldpad: ieee8023: allow changing the addFragSize advertisement * lldpad: ieee8023: add Additional Ethernet Capabilities TLV logic * lldpad: ieee8023: make ieee8023_data() return a pointer to ieee8023_user_data * lldpad: ethtool netlink accessors for MAC merge layer * lldpad: ieee8023: add basic rchange procedure * uapi: copy ethtool definitions for MAC Merge layer from Linux * uapi: update linux/netlink.h copy * uapi: import ethtool kernel headers from net-next * 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 OBS-URL: https://build.opensuse.org/request/show/1138721 OBS-URL: https://build.opensuse.org/package/show/network:fcoe/open-lldp?expand=0&rev=53
This commit is contained in:
parent
98069eae60
commit
7d65e9c1f4
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/lldpad.git</param>
|
||||
<param name="changesrevision">75e83b6fb98e79383b6243feafa3211a87ef78e9</param></service></servicedata>
|
||||
<param name="changesrevision">74c0600a86927c27a5e1001dd29e2e9d8ee76842</param></service></servicedata>
|
BIN
open-lldp-v1.1+106.74c0600a8692.tar.xz
(Stored with Git LFS)
Normal file
BIN
open-lldp-v1.1+106.74c0600a8692.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
open-lldp-v1.1+77.75e83b6fb98e.tar.xz
(Stored with Git LFS)
BIN
open-lldp-v1.1+77.75e83b6fb98e.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 14 19:16:32 UTC 2024 - lduncan@suse.com
|
||||
|
||||
- Update to version v1.1+106.74c0600a8692 (from upstream/branch-1.1):
|
||||
* lldpad: dcbx: prevent null dereference in dcbx_free_data
|
||||
* lldpad: ieee8023: reorder disabling pMAC and disabling MM TX
|
||||
* uapi: Provide a copy of const.h
|
||||
* dcbx: Fix use-after-free
|
||||
* dcbx: Fix NULL pointer dereference
|
||||
* ChangeLog: mention Additional Ethernet Capabilities TLV
|
||||
* lldptool: add man page for Additional Ethernet Capabilities TLV
|
||||
* lldptool: add CLI interface for Additional Ethernet Capabilities TLV
|
||||
* lldpad: ieee8023: allow changing the addFragSize advertisement
|
||||
* lldpad: ieee8023: add Additional Ethernet Capabilities TLV logic
|
||||
* lldpad: ieee8023: make ieee8023_data() return a pointer to ieee8023_user_data
|
||||
* lldpad: ethtool netlink accessors for MAC merge layer
|
||||
* lldpad: ieee8023: add basic rchange procedure
|
||||
* uapi: copy ethtool definitions for MAC Merge layer from Linux
|
||||
* uapi: update linux/netlink.h copy
|
||||
* uapi: import ethtool kernel headers from net-next
|
||||
* 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 27 19:15:39 UTC 2023 - lduncan@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package open-lldp
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 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+77.75e83b6fb98e
|
||||
Version: 1.1+106.74c0600a8692
|
||||
Release: 0
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
|
Loading…
Reference in New Issue
Block a user