import libndp-1.7-1.el8
This commit is contained in:
parent
a03cbb7af6
commit
a65fc6c870
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/libndp-1.6.tar.gz
|
SOURCES/libndp-1.7.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
300e63fcf69f6239dc6c5f82770437d5ffbc2dd4 SOURCES/libndp-1.6.tar.gz
|
db9a37a8d363134484771f85b938280a41029ad2 SOURCES/libndp-1.7.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: libndp
|
Name: libndp
|
||||||
Version: 1.6
|
Version: 1.7
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for Neighbor Discovery Protocol
|
Summary: Library for Neighbor Discovery Protocol
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -48,6 +48,15 @@ find $RPM_BUILD_ROOT -name \*.la -delete
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 18 2019 Hangbin Liu <haliu@redhat.com> - 1.7-1
|
||||||
|
- Update to 1.7
|
||||||
|
- 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
|
||||||
|
|
||||||
|
* Tue Jul 16 2019 Hangbin Liu <haliu@redhat.com> - 1.6-7
|
||||||
|
- Add libndp gating test (rhbz 1682325)
|
||||||
|
|
||||||
* Fri Sep 28 2018 Eric Garver <egarver@redhat.com> - 1.6-6
|
* Fri Sep 28 2018 Eric Garver <egarver@redhat.com> - 1.6-6
|
||||||
- Rebuilt for annocheck fixes (rhbz 1630584)
|
- Rebuilt for annocheck fixes (rhbz 1630584)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user