From 19af616f2d45d9073e88d691f24ab72e2092e8b8c42244ecfeedf2aced884e2c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 9 Nov 2023 11:21:31 +0000 Subject: [PATCH] - update to libdnet-1.17.0: * Stronger cmake support, updated autotools and a few smaller fixes. - update to libdnet-1.16.4: * Various fixes around the build process (esp. cmake support + string.h include fixes) * Sync in latest changes * IPv6 support * Fixed some potential buffer overflows #41 * configure: Use AC_CONFIG_HEADERS instead of deprecated AM_CONFIG_HEADER * Don't try to convert hostnames to addresses in addr_pton() - IPv6 support * many fixes included - update download URLs - correct some minor packaging issues - Initial package (1.11) OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdnet?expand=0&rev=28 --- libdnet-1.16.4.tar.gz | 3 --- libdnet-1.17.0.tar.gz | 3 +++ libdnet.changes | 26 +++++++++++++++++++++----- libdnet.spec | 2 +- 4 files changed, 25 insertions(+), 9 deletions(-) delete mode 100644 libdnet-1.16.4.tar.gz create mode 100644 libdnet-1.17.0.tar.gz diff --git a/libdnet-1.16.4.tar.gz b/libdnet-1.16.4.tar.gz deleted file mode 100644 index ced3bc3..0000000 --- a/libdnet-1.16.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7df1f0a3db9cf03b48cf50ab273fd6a20c1be99eb9344b9663fe3fd9ed9dab65 -size 684358 diff --git a/libdnet-1.17.0.tar.gz b/libdnet-1.17.0.tar.gz new file mode 100644 index 0000000..e5a05d9 --- /dev/null +++ b/libdnet-1.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be1ed0763151ede4c9665a403f1c9d974b2ffab2eacdb26b22078e461aae1dc +size 684645 diff --git a/libdnet.changes b/libdnet.changes index f988dd3..536e74c 100644 --- a/libdnet.changes +++ b/libdnet.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Nov 9 11:21:04 UTC 2023 - Dirk Müller + +- update to libdnet-1.17.0: + * Stronger cmake support, updated autotools and a few smaller + fixes. +- update to libdnet-1.16.4: + * Various fixes around the build process (esp. cmake support + + string.h include fixes) + * Sync in latest changes + * IPv6 support + * Fixed some potential buffer overflows #41 + * configure: Use AC_CONFIG_HEADERS instead of deprecated + AM_CONFIG_HEADER + * Don't try to convert hostnames to addresses in addr_pton() + ------------------------------------------------------------------- Thu Apr 27 22:21:49 UTC 2023 - Dirk Müller @@ -9,14 +25,14 @@ Thu Apr 27 22:21:49 UTC 2023 - Dirk Müller Thu Jan 12 10:41:06 UTC 2023 - Andrea Manzini - update to 1.16.3: - - IPv6 support + - IPv6 support - fixed some potential buffer overflows ------------------------------------------------------------------- Thu Oct 15 14:16:52 UTC 2020 - Dirk Mueller - update to 1.14: - * many fixes included + * many fixes included - remove libdnet-autoreconf.patch libdnet-config-multilib.patch libdnet-fortify.patch @@ -78,17 +94,17 @@ Tue Oct 20 19:46:05 CEST 2009 - crrodriguez@suse.de - Update to version 1.12, various bugfixes including support for newwer python versions -- update download URLs +- update download URLs ------------------------------------------------------------------- Tue Oct 9 09:09:20 CEST 2007 - crrodriguez@suse.de - fix build by adapting to the library packaging policy - remove useless libtool archive -- correct some minor packaging issues +- correct some minor packaging issues ------------------------------------------------------------------- Thu Sep 21 03:26:32 CEST 2006 - dmueller@suse.de -- Initial package (1.11) +- Initial package (1.11) diff --git a/libdnet.spec b/libdnet.spec index 0d85b3a..6339538 100644 --- a/libdnet.spec +++ b/libdnet.spec @@ -17,7 +17,7 @@ Name: libdnet -Version: 1.16.4 +Version: 1.17.0 Release: 0 Summary: Library for Portable Interface to Low-Level Networking Routines License: BSD-3-Clause