1.7 release
libndp: apply filter to raw socket to only accept ND messages libndp: move ndp_sock_{open,close}() after msg parsing functions ndptool: Fix compilation on musl libc
This commit is contained in:
parent
d7e5f34828
commit
11af90a535
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/libndp-1.4.tar.gz
|
||||
/libndp-1.5.tar.gz
|
||||
/libndp-1.6.tar.gz
|
||||
/libndp-1.7.tar.gz
|
||||
|
10
libndp.spec
10
libndp.spec
@ -1,6 +1,6 @@
|
||||
Name: libndp
|
||||
Version: 1.6
|
||||
Release: 5%{?dist}
|
||||
Version: 1.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for Neighbor Discovery Protocol
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
@ -48,6 +48,12 @@ find $RPM_BUILD_ROOT -name \*.la -delete
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Fri Jun 08 2018 Jiri Pirko <jiri@mellanox.com> - 1.7-1
|
||||
- 1.7 release
|
||||
- libndp: apply filter to raw socket to only accept ND messages
|
||||
- libndp: move ndp_sock_{open,close}() after msg parsing functions
|
||||
- ndptool: Fix compilation on musl libc
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user