Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

open-lldp-devel-1.1+106.74c0600a8692-1.2 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: open-lldp-devel Distribution: openSUSE Tumbleweed
Version: 1.1+106.74c0600a8692 Vendor: openSUSE
Release: 1.2 Build date: Fri Feb 2 17:52:16 2024
Group: Development/Libraries/C and C++ Build host: i02-ch1b
Size: 95874 Source RPM: open-lldp-1.1+106.74c0600a8692-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/intel/openlldp
Summary: Link Layer Discovery Protocol (LLDP) Agent
This package contains the Link Layer Discovery Protocol (LLDP) Agent
with Data Center Bridging (DCB) for Intel(R) Network Connections
'lldpad' plus the configuration tools 'dcbtool' and 'lldptool'.

Provides

Requires

License

GPL-2.0-only

Changelog

* Sun Jan 14 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 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 2022 lduncan@suse.com
  - Update to version v1.1+58.8ca361bab766:
    * clif: Include string.h for mem* function prototypes
    * basman: use return address when pulling address
    * Revert "Use interface index instead of name in libconfig"
    * 8021Qaz: check for rx block validity
    * 8021qaz: squelch initialization errors
    * macvtap: fix error condition
    * vdp22: convert command parsing to null term
* Mon Sep 20 2021 lduncan@suse.com
  - Update to version v1.1+44.0f781b4162d3:
    * agent: reset frame status on message delete
    * Avoiding null pointer dereference
* Fri Jan 08 2021 lduncan@suse.com
  - Update to version v1.1+36.e926f7172b96:
    * tx: rename variable
    * event_iface: only set rcv buf size if too small (bsc#1175570)
    * tx: when operating in rx-only mode don't send a port shutdown pdu
    * Update .travis.yml
    * vdp22: manpage typo
    * lldptool: fix manpage
    * lldp_head: remove all references
    * add_rtattr: only copy if data is provided
    * autoconf: convenience to setup asan and ubsan
    * Post 1.1 release
* Thu Dec 10 2020 lduncan@suse.com
  - Update to version v1.1+18.0e969d0edcc4:
    * event_iface: only set rcv buf size if too small (bsc#1175570)
* Mon Nov 09 2020 lduncan@suse.com
  - Update to version v1.1+15.ef8495548d04, by merging
    upstream version 1.1 + latest, including:
    * Fix merge error: remove bogus line
    * vdp22: manpage typo
    * lldptool: fix manpage
    * lldp_head: remove all references
    * add_rtattr: only copy if data is provided
    This removed the need for the patch disable-werror.patch.
* Sun Sep 06 2020 lduncan@suse.com
  - Update to version v1.0.1+69.e8f522565f5a to removed commpiler
    and rpmlint complaints:
    * Fix bash-completion dir: don't use /etc
    * Fix compiler issue with strcpy(): use memcpy
    * Fix compiler complaint argument type mismatch.
    * Fix compiler complaint declaration vs function.
    * Fix compiler complaint copying to packed member.
    * add 'lldpad.socket' to the '%service_*' macros in the SPEC
      file
* Fri Sep 04 2020 Lee Duncan <lduncan@suse.com>
  - Moved sources from github.com/intel to github/openSUSE
    * upgrading to version v1.0.1+110.6009075a9fcc
    - merged in latest upstream (no API changes)
* Tue Aug 04 2020 hare@suse.de
  - Update to version v1.0.1+63.f977e67 (bsc#1171284,bsc#1170745,bsc#1153520):
    * lldp/rx.c: Reset state machine variable in process_delete_info()
    * lldp: do not call 'assert' in rxProcessFrame()
    * ecp: allow for failure to create
    * lldp_mand: retrieve permanent mac address in get_mac()
    * lldp_util: use netlink to fetch mac address
    * lldp_util: drop get_macstr()
    * linux/if_link.h: Update and add bonding netlink definitions

Files

/usr/include/lldpad
/usr/include/lldpad/clif.h
/usr/include/lldpad/clif_msgs.h
/usr/include/lldpad/clif_sock.h
/usr/include/lldpad/dcb_types.h
/usr/include/lldpad/dcbnl.h
/usr/include/lldpad/lldp_8021qaz_cmds.h
/usr/include/lldpad/lldp_8023_cmds.h
/usr/include/lldpad/lldp_basman_cmds.h
/usr/include/lldpad/lldp_dcbx_cmds.h
/usr/include/lldpad/lldp_evb_cmds.h
/usr/include/lldpad/lldp_mand_cmds.h
/usr/include/lldpad/lldp_med_cmds.h
/usr/include/lldpad/lldp_util.h
/usr/include/lldpad/lldpad.h
/usr/include/lldpad/lldpad_status.h
/usr/include/lldpad/netlink.h
/usr/include/lldpad/qbg_vdp_cmds.h
/usr/include/lldpad/rtnetlink.h
/usr/lib64/liblldp_clif.so
/usr/lib64/pkgconfig/liblldp_clif.pc
/usr/lib64/pkgconfig/lldpad.pc


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 30 23:52:28 2024