Update to 1.6
- libndb: reject redirect and router advertisements from non-link-local - libndp: validate the IPv6 hop limit - libndp: revert API change for ndp_msg_send() and add ndp_msg_send_with_flags() - libndp: fix type of field "na" in "struct ndp_msgna" - ndptool: add option to send messages types - libndp: add option flags to send messages - Add SubmittingPatches howto
This commit is contained in:
parent
88bce248d1
commit
fda173d7b9
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/libndp-1.3.tar.gz
|
||||
/libndp-1.4.tar.gz
|
||||
/libndp-1.5.tar.gz
|
||||
/libndp-1.6.tar.gz
|
||||
|
14
libndp.spec
14
libndp.spec
@ -1,6 +1,6 @@
|
||||
Name: libndp
|
||||
Version: 1.5
|
||||
Release: 3%{?dist}
|
||||
Version: 1.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for Neighbor Discovery Protocol
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
@ -48,6 +48,16 @@ find $RPM_BUILD_ROOT -name \*.la -delete
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Tue May 17 2016 Jiri Pirko <jiri@mellanox.com> - 1.6-1
|
||||
- Update to 1.6
|
||||
- libndb: reject redirect and router advertisements from non-link-local
|
||||
- libndp: validate the IPv6 hop limit
|
||||
- libndp: revert API change for ndp_msg_send() and add ndp_msg_send_with_flags()
|
||||
- libndp: fix type of field "na" in "struct ndp_msgna"
|
||||
- ndptool: add option to send messages types
|
||||
- libndp: add option flags to send messages
|
||||
- Add SubmittingPatches howto
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user