1.8 release
libndp,ndptool: use poll() instead of select() libndp: avoid static buffer for debug string in ndp_sock_recv() ndptool: avoid static buffer for string in ndptool libndp: use thread local variables for static return arguments ndptool: don't use static variable for local context in msgrcv_handler_func() ndptool: fix printing dnssl lifetime in ndptool ndptool: fix potential memory leak caused by strdup ndptool: add -D dest support libndp: fix nd_msg typo when setting target address libndp: close sockfd after using to avoid handle leak ndptool: fix target parameter typo ndptool: add -T target support
This commit is contained in:
parent
0428e5d2e7
commit
6312c1c8c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/libndp-1.5.tar.gz
|
||||
/libndp-1.6.tar.gz
|
||||
/libndp-1.7.tar.gz
|
||||
/libndp-1.8.tar.gz
|
||||
|
19
libndp.spec
19
libndp.spec
@ -1,6 +1,6 @@
|
||||
Name: libndp
|
||||
Version: 1.7
|
||||
Release: 7%{?dist}
|
||||
Version: 1.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for Neighbor Discovery Protocol
|
||||
License: LGPLv2+
|
||||
URL: http://www.libndp.org/
|
||||
@ -46,6 +46,21 @@ find $RPM_BUILD_ROOT -name \*.la -delete
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Thu May 20 2021 Jiri Pirko <jiri@nvidia.com> - 1.8-1
|
||||
- 1.8 release
|
||||
- libndp,ndptool: use poll() instead of select()
|
||||
- libndp: avoid static buffer for debug string in ndp_sock_recv()
|
||||
- ndptool: avoid static buffer for string in ndptool
|
||||
- libndp: use thread local variables for static return arguments
|
||||
- ndptool: don't use static variable for local context in msgrcv_handler_func()
|
||||
- ndptool: fix printing dnssl lifetime in ndptool
|
||||
- ndptool: fix potential memory leak caused by strdup
|
||||
- ndptool: add -D dest support
|
||||
- libndp: fix nd_msg typo when setting target address
|
||||
- libndp: close sockfd after using to avoid handle leak
|
||||
- ndptool: fix target parameter typo
|
||||
- ndptool: add -T target support
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libndp-1.7.tar.gz) = 4aadaf6d7d8b9e57983cba17ce92715cceef6635613c4c5326decb97fb575ce5f5d5586a629645e3605a03e385c6481bfb6c4458216be2bbd36959af62783790
|
||||
SHA512 (libndp-1.8.tar.gz) = bce17095f01eb9df6601a2ff0597b0373f4b0005b1edac8c085e4c9d54f9cd18f08faf1604624e0e0992be66fa6f22a71106af46bc73c9e326663c7cf0c5a7fd
|
||||
|
Loading…
Reference in New Issue
Block a user