SHA256
1
0
forked from pool/open-lldp

Accepting request 749533 from home:hreinecke:branches:network:fcoe

- Update to version v1.0.1+102.4c7fcc3:
  * l2_packet: Guard ETH_P_LLDP define
  * 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

- Update to version v1.0.1+95.3168e11:
  * Test with newer GCC 8 and 9 versions
  * RPM build is broken, so skip
  * Place the tarball in the right place
  * A tarball needs to be built after bootstrap.sh for use with RPM
  * Added missing steps for building an RPM
  * Finish off with testing building the RPM
  * Test package installation as well
  * Test under multiple GCC releases
  * Drop requirement for Travis CI testing with Clang
  * Support checking build with Travis CI
  * vdp-netlink: account for sizes properly
  * qbg: avoid warning for extra parens
  * qbg: port name is always a valid pointer
  * dcbx-nl: drop run_cmd
  * ecp: allow for failure to create
  * lldp_util: allow for null ifa_addr element
  * lldpad: Do not enable port if already enabled
  * Silent -Werror=address-of-packed-member warnings.
  * Come up with STRNCPY_TERMINATED (#25).
  * vdptool: fixed compile error for getline()
  * Fix #23 by off by one strncpy value.
  * 8021qaz: Block lldptool set operations if read only mode is on

OBS-URL: https://build.opensuse.org/request/show/749533
OBS-URL: https://build.opensuse.org/package/show/network:fcoe/open-lldp?expand=0&rev=34
This commit is contained in:
Hannes Reinecke 2019-11-19 13:39:46 +00:00 committed by Git OBS Bridge
parent 717f4aeeb5
commit 408c834010
5 changed files with 48 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">cb81e9541b51b3f104106979e7727c72d090fd8d</param></service></servicedata>
<param name="changesrevision">4c7fcc339cca5ed6a0dabd3c017ca3dc6d6d765e</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Tue Nov 19 13:14:16 UTC 2019 - hare@suse.com
- Update to version v1.0.1+102.4c7fcc3:
* l2_packet: Guard ETH_P_LLDP define
* 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
-------------------------------------------------------------------
Tue Nov 19 13:13:17 UTC 2019 - hare@suse.com
- Update to version v1.0.1+95.3168e11:
* Test with newer GCC 8 and 9 versions
* RPM build is broken, so skip
* Place the tarball in the right place
* A tarball needs to be built after bootstrap.sh for use with RPM
* Added missing steps for building an RPM
* Finish off with testing building the RPM
* Test package installation as well
* Test under multiple GCC releases
* Drop requirement for Travis CI testing with Clang
* Support checking build with Travis CI
* vdp-netlink: account for sizes properly
* qbg: avoid warning for extra parens
* qbg: port name is always a valid pointer
* dcbx-nl: drop run_cmd
* ecp: allow for failure to create
* lldp_util: allow for null ifa_addr element
* lldpad: Do not enable port if already enabled
* Silent -Werror=address-of-packed-member warnings.
* Come up with STRNCPY_TERMINATED (#25).
* vdptool: fixed compile error for getline()
* Fix #23 by off by one strncpy value.
* 8021qaz: Block lldptool set operations if read only mode is on
* 8021qaz: Add read only option for 8021qaz module
* lldp: Allow lldptool to modify optional TLV's content
* 8021qaz: Print dscp2prio map
* autoconf: Add systemd support in configure.ac
* rpm-spec: Add vdp22 man files to lldpad.spec.in
-------------------------------------------------------------------
Tue May 14 09:28:48 UTC 2019 - Martin Liška <mliska@suse.cz>

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -21,7 +21,7 @@ Name: open-lldp
Summary: Link Layer Discovery Protocol (LLDP) Agent
License: GPL-2.0-only
Group: System/Daemons
Version: 1.0.1+56.cb81e95
Version: 1.0.1+102.4c7fcc3
Release: 0
BuildRequires: bison
BuildRequires: flex