From 415ebf76673ac417fedcfac13c6b3fd757e6fd1bb2df52eb65fbdd19c9cfcdc0 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sun, 16 Jan 2022 15:31:56 +0000 Subject: [PATCH] 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 --- libndp-1.7.tar.gz | 3 --- libndp-1.8.tar.gz | 3 +++ libndp.changes | 12 ++++++++++++ libndp.spec | 10 +++++----- 4 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 libndp-1.7.tar.gz create mode 100644 libndp-1.8.tar.gz diff --git a/libndp-1.7.tar.gz b/libndp-1.7.tar.gz deleted file mode 100644 index a185e30..0000000 --- a/libndp-1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c480afbffb02792dbae3c13bbfb71d89f735562f2795cca0640ed3428b491b6 -size 363502 diff --git a/libndp-1.8.tar.gz b/libndp-1.8.tar.gz new file mode 100644 index 0000000..0269561 --- /dev/null +++ b/libndp-1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ffb66ee2eb527f146f5c02f5ccbc38ba97d2b0d57eb46bfba488821ab0c02b +size 364669 diff --git a/libndp.changes b/libndp.changes index 91f51ad..7158c40 100644 --- a/libndp.changes +++ b/libndp.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jan 4 22:49:20 UTC 2022 - Dirk Müller + +- 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 diff --git a/libndp.spec b/libndp.spec index 27c4c71..2be9a92 100644 --- a/libndp.spec +++ b/libndp.spec @@ -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"