Update to 1.4
- libndp: fix buffer overflow in ndp_msg_opt_dnssl_domain()
This commit is contained in:
parent
30038c10a4
commit
33d2c69f60
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/libndp-1.0.tar.gz
|
||||
/libndp-1.2.tar.gz
|
||||
/libndp-1.3.tar.gz
|
||||
/libndp-1.4.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: libndp
|
||||
Version: 1.3
|
||||
Version: 1.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for Neighbor Discovery Protocol
|
||||
Group: System Environment/Libraries
|
||||
@ -48,6 +48,10 @@ find $RPM_BUILD_ROOT -name \*.la -delete
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Tue Jul 29 2014 Jiri Pirko <jpirko@redhat.com> - 1.4-1
|
||||
- Update to 1.4
|
||||
- libndp: fix buffer overflow in ndp_msg_opt_dnssl_domain()
|
||||
|
||||
* Thu Jun 26 2014 Jiri Pirko <jpirko@redhat.com> - 1.3-1
|
||||
- Update to 1.3
|
||||
- Add missing <stdarg.h> include for va_list
|
||||
|
Loading…
Reference in New Issue
Block a user