import libndp-1.7-1.el8

This commit is contained in:
CentOS Sources 2019-11-05 17:34:09 -05:00 committed by Andrew Lukoshko
parent a03cbb7af6
commit a65fc6c870
3 changed files with 13 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libndp-1.6.tar.gz
SOURCES/libndp-1.7.tar.gz

View File

@ -1 +1 @@
300e63fcf69f6239dc6c5f82770437d5ffbc2dd4 SOURCES/libndp-1.6.tar.gz
db9a37a8d363134484771f85b938280a41029ad2 SOURCES/libndp-1.7.tar.gz

View File

@ -1,6 +1,6 @@
Name: libndp
Version: 1.6
Release: 6%{?dist}
Version: 1.7
Release: 1%{?dist}
Summary: Library for Neighbor Discovery Protocol
Group: System Environment/Libraries
License: LGPLv2+
@ -48,6 +48,15 @@ find $RPM_BUILD_ROOT -name \*.la -delete
%{_libdir}/pkgconfig/*.pc
%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
- Rebuilt for annocheck fixes (rhbz 1630584)