Accepting request 943865 from home:dirkmueller:Factory

- update to 1.8:
  * libndp,ndptool: use poll() instead of select() 
  * ndptool: avoid static buffer for string in ndptool
  * libndp: avoid static buffer for debug string in ndp_sock_recv()
  * libndp: use thread local variables for static return arguments
  * ndptool: fix printing dnssl lifetime in ndptool
  * ndptool: fix potential memory leak caused by strdup 
  * libndp: close sockfd after using to avoid handle leak

OBS-URL: https://build.opensuse.org/request/show/943865
OBS-URL: https://build.opensuse.org/package/show/network/libndp?expand=0&rev=20
This commit is contained in:
Marcus Meissner 2022-01-16 15:31:56 +00:00 committed by Git OBS Bridge
parent 53965efad7
commit 415ebf7667
4 changed files with 20 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c480afbffb02792dbae3c13bbfb71d89f735562f2795cca0640ed3428b491b6
size 363502

BIN
libndp-1.8.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jan 4 22:49:20 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.8:
* libndp,ndptool: use poll() instead of select()
* ndptool: avoid static buffer for string in ndptool
* libndp: avoid static buffer for debug string in ndp_sock_recv()
* libndp: use thread local variables for static return arguments
* ndptool: fix printing dnssl lifetime in ndptool
* ndptool: fix potential memory leak caused by strdup
* libndp: close sockfd after using to avoid handle leak
-------------------------------------------------------------------
Wed Oct 24 14:05:56 UTC 2018 - sean@suspend.net

View File

@ -1,7 +1,7 @@
#
# spec file for package libndp
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,13 @@
Name: libndp
Version: 1.7
Version: 1.8
Release: 0
Summary: Library for Neighbor Discovery Protocol
License: LGPL-2.1-or-later
Group: Productivity/Networking/Other
URL: http://www.libndp.org/
Source: http://www.libndp.org/files/libndp-%{version}.tar.gz
URL: http://libndp.org/
Source: http://libndp.org/files/libndp-%{version}.tar.gz
BuildRequires: pkgconfig
%description
@ -54,7 +54,7 @@ programs using libndp.
%build
%configure \
--disable-static
make %{?_smp_mflags} V=1
%make_build
%install
make install DESTDIR=%{buildroot} INSTALL="install -p"