From b0baf58a1de4303ed02b8664bb029d7337308e26305ab069c9cd609d2b9b190e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 13 Jan 2023 07:32:15 +0000 Subject: [PATCH] Accepting request 1057963 from home:amanzini:branches:devel:libraries:c_c++ - update to 1.16.3: - IPv6 support - fixed some potential buffer overflows OBS-URL: https://build.opensuse.org/request/show/1057963 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdnet?expand=0&rev=24 --- libdnet-1.14.tar.gz | 3 --- libdnet-1.16.3.tar.gz | 3 +++ libdnet.changes | 7 +++++++ libdnet.spec | 5 +++-- skip-test-subdir.patch | 6 +++--- 5 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 libdnet-1.14.tar.gz create mode 100644 libdnet-1.16.3.tar.gz diff --git a/libdnet-1.14.tar.gz b/libdnet-1.14.tar.gz deleted file mode 100644 index e5f4b3a..0000000 --- a/libdnet-1.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:592599c54a57102a177270f3a2caabda2c2ac7768b977d7458feba97da923dfe -size 520833 diff --git a/libdnet-1.16.3.tar.gz b/libdnet-1.16.3.tar.gz new file mode 100644 index 0000000..df6e29d --- /dev/null +++ b/libdnet-1.16.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83171a9f6e96d7a5047d6537fce4c376bdf6d867f8d49cf6ba434a0f3f7b45c1 +size 679130 diff --git a/libdnet.changes b/libdnet.changes index 87da297..4ecfa99 100644 --- a/libdnet.changes +++ b/libdnet.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jan 12 10:41:06 UTC 2023 - Andrea Manzini + +- update to 1.16.3: + - IPv6 support + - fixed some potential buffer overflows + ------------------------------------------------------------------- Thu Oct 15 14:16:52 UTC 2020 - Dirk Mueller diff --git a/libdnet.spec b/libdnet.spec index 9cfe835..c9632c3 100644 --- a/libdnet.spec +++ b/libdnet.spec @@ -1,7 +1,7 @@ # # spec file for package libdnet # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libdnet -Version: 1.14 +Version: 1.16.3 Release: 0 Summary: Library for Portable Interface to Low-Level Networking Routines License: BSD-3-Clause @@ -25,6 +25,7 @@ URL: https://github.com/dugsong/libdnet Source0: https://github.com/dugsong/libdnet/archive/%{name}-%{version}.tar.gz # Skip the test subdir, as installing that is not necessary Patch1: skip-test-subdir.patch +BuildRequires: check-devel BuildRequires: libbsd-devel BuildRequires: libtool diff --git a/skip-test-subdir.patch b/skip-test-subdir.patch index e53d7d7..4857f0b 100644 --- a/skip-test-subdir.patch +++ b/skip-test-subdir.patch @@ -1,7 +1,7 @@ -Index: libdnet-libdnet-1.14/Makefile.am +Index: libdnet-libdnet-1.16.3/Makefile.am =================================================================== ---- libdnet-libdnet-1.14.orig/Makefile.am -+++ libdnet-libdnet-1.14/Makefile.am +--- libdnet-libdnet-1.16.3.orig/Makefile.am ++++ libdnet-libdnet-1.16.3/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.am.common