From 562fae8121aceb1431c1edd2e93680517b349174 Mon Sep 17 00:00:00 2001 From: Jiri Pirko Date: Tue, 15 Oct 2013 14:39:45 +0200 Subject: [PATCH] Update to 1.2 - libndp: silently ignore packets with optlen 0 - libndp: fix processing for larger options - libndp: do not fail on receiving non-ndp packets --- .gitignore | 1 + libndp.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 384e4c4..bf5c222 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /libndp-20130504gitca3c399.tar.gz /libndp-20130607git39e1f53.tar.gz /libndp-1.0.tar.gz +/libndp-1.2.tar.gz diff --git a/libndp.spec b/libndp.spec index c014721..ef1e556 100644 --- a/libndp.spec +++ b/libndp.spec @@ -1,5 +1,5 @@ Name: libndp -Version: 1.1 +Version: 1.2 Release: 1%{?dist} Summary: Library for Neighbor Discovery Protocol Group: System Environment/Libraries @@ -48,6 +48,12 @@ find $RPM_BUILD_ROOT -name \*.la -delete %{_libdir}/pkgconfig/*.pc %changelog +* Tue Oct 15 2013 Jiri Pirko - 1.2-1 +- Update to 1.2 +- libndp: silently ignore packets with optlen 0 +- libndp: fix processing for larger options +- libndp: do not fail on receiving non-ndp packets + * Fri Oct 04 2013 Jiri Pirko - 1.1-1 - Update to 1.1 diff --git a/sources b/sources index 201abd6..0c8e8f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4dba93ec253d673b1398c08f3b680462 libndp-1.1.tar.gz +f94d2a72bd3e2c58bf2dfd827c9681a8 libndp-1.2.tar.gz