1.8-1
Resolves: rhbz#1958933 Signed-off-by: Hangbin Liu <haliu@redhat.com>
This commit is contained in:
parent
eb5a1f825a
commit
22267a540d
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/libndp-1.5.tar.gz
|
/libndp-1.5.tar.gz
|
||||||
/libndp-1.6.tar.gz
|
/libndp-1.6.tar.gz
|
||||||
/libndp-1.7.tar.gz
|
/libndp-1.7.tar.gz
|
||||||
|
/libndp-1.8.tar.gz
|
||||||
|
19
libndp.spec
19
libndp.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libndp
|
Name: libndp
|
||||||
Version: 1.7
|
Version: 1.8
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for Neighbor Discovery Protocol
|
Summary: Library for Neighbor Discovery Protocol
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.libndp.org/
|
URL: http://www.libndp.org/
|
||||||
@ -46,6 +46,21 @@ find $RPM_BUILD_ROOT -name \*.la -delete
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 21 2021 Hangbin Liu <haliu@redhat.com> - 1.8-1
|
||||||
|
- 1.8 release (rhbz#1958933)
|
||||||
|
- 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
|
||||||
|
|
||||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.7-8
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.7-8
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
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