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
This commit is contained in:
parent
91371fd0d0
commit
b0baf58a1d
@ -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
3
libdnet-1.16.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:83171a9f6e96d7a5047d6537fce4c376bdf6d867f8d49cf6ba434a0f3f7b45c1
|
||||||
|
size 679130
|
@ -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>
|
Thu Oct 15 14:16:52 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdnet
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libdnet
|
Name: libdnet
|
||||||
Version: 1.14
|
Version: 1.16.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for Portable Interface to Low-Level Networking Routines
|
Summary: Library for Portable Interface to Low-Level Networking Routines
|
||||||
License: BSD-3-Clause
|
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
|
Source0: https://github.com/dugsong/libdnet/archive/%{name}-%{version}.tar.gz
|
||||||
# Skip the test subdir, as installing that is not necessary
|
# Skip the test subdir, as installing that is not necessary
|
||||||
Patch1: skip-test-subdir.patch
|
Patch1: skip-test-subdir.patch
|
||||||
|
BuildRequires: check-devel
|
||||||
BuildRequires: libbsd-devel
|
BuildRequires: libbsd-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
|
||||||
|
@ -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.16.3.orig/Makefile.am
|
||||||
+++ libdnet-libdnet-1.14/Makefile.am
|
+++ libdnet-libdnet-1.16.3/Makefile.am
|
||||||
@@ -2,7 +2,7 @@
|
@@ -2,7 +2,7 @@
|
||||||
|
|
||||||
include $(top_srcdir)/Makefile.am.common
|
include $(top_srcdir)/Makefile.am.common
|
||||||
|
Loading…
x
Reference in New Issue
Block a user