SHA256
1
0
forked from pool/libdnet

Accepting request 1058131 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1058131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdnet?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2023-01-14 19:30:49 +00:00 committed by Git OBS Bridge
commit c41ddbf972
5 changed files with 16 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:592599c54a57102a177270f3a2caabda2c2ac7768b977d7458feba97da923dfe
size 520833

3
libdnet-1.16.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:83171a9f6e96d7a5047d6537fce4c376bdf6d867f8d49cf6ba434a0f3f7b45c1
size 679130

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jan 12 10:41:06 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
- update to 1.16.3:
- IPv6 support
- fixed some potential buffer overflows
-------------------------------------------------------------------
Thu Oct 15 14:16:52 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -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

View File

@ -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