From 4b467e1868df0eef6415ffe03fb5b2f0db9fc045 Mon Sep 17 00:00:00 2001 From: Jiri Pirko Date: Tue, 24 Mar 2015 16:06:13 +0100 Subject: [PATCH] 1.16 release - teamd: events: update ctx->hwaddr_len before calling hwaddr_changed handlers - teamd: do not change ctx->hwaddr pointer - teamd: lacp: change port mac address when team mac address is changed - teamdctl: show port link down count in state output - teamd: lw: count how many times has been the port down - init unitialized value to 0/NULL to silence gcc warnings instead of x=x - libteamdctl: rename recvmsg variable to recv_message - teamd: check retval of malloc in lw_tipc_link_state_change - teamd: fix potential memory leak in __set_sockaddr error path - libteamdctl: fix typo in warning message in cli_zmq_recv - libteam: check phys_port_id_len in update_phys_port_id - teamnl: fix potential memory leak in run_cmd_getoption --- .gitignore | 1 + libteam.spec | 19 +++++++++++++++++-- sources | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6e2658a..196f54a 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /libteam-1.13.tar.gz /libteam-1.14.tar.gz /libteam-1.15.tar.gz +/libteam-1.16.tar.gz diff --git a/libteam.spec b/libteam.spec index 6dc4fd9..2252838 100644 --- a/libteam.spec +++ b/libteam.spec @@ -1,6 +1,6 @@ Name: libteam -Version: 1.15 -Release: 2%{?dist} +Version: 1.16 +Release: 1%{?dist} Summary: Library for controlling team network device Group: System Environment/Libraries License: LGPLv2+ @@ -148,6 +148,21 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1 %{python_sitearch}/* %changelog +* Tue Mar 24 2015 Jiri Pirko - 1.16-1 +- 1.16 release +- teamd: events: update ctx->hwaddr_len before calling hwaddr_changed handlers +- teamd: do not change ctx->hwaddr pointer +- teamd: lacp: change port mac address when team mac address is changed +- teamdctl: show port link down count in state output +- teamd: lw: count how many times has been the port down +- init unitialized value to 0/NULL to silence gcc warnings instead of x=x +- libteamdctl: rename recvmsg variable to recv_message +- teamd: check retval of malloc in lw_tipc_link_state_change +- teamd: fix potential memory leak in __set_sockaddr error path +- libteamdctl: fix typo in warning message in cli_zmq_recv +- libteam: check phys_port_id_len in update_phys_port_id +- teamnl: fix potential memory leak in run_cmd_getoption + * Sat Feb 21 2015 Till Maas - 1.15-2 - Rebuilt for Fedora 23 Change https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code diff --git a/sources b/sources index 0d3bb90..9d62760 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4f563df390b4f11e45c030a9ac38a250 libteam-1.15.tar.gz +8815774b4c1bad2cd7fe5f4a0e7876a3 libteam-1.16.tar.gz