import iputils-20180629-2.el8
This commit is contained in:
parent
f315f1c346
commit
3f5f99aace
14
SOURCES/iputils-freeaddrinfo.patch
Normal file
14
SOURCES/iputils-freeaddrinfo.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
--- a/ping.c 2018-06-29 20:00:46.000000000 +0200
|
||||||
|
+++ b/ping.c 2019-07-10 09:50:06.653039073 +0200
|
||||||
|
@@ -589,8 +589,10 @@ int ping4_run(int argc, char **argv, str
|
||||||
|
strncpy(hnamebuf, ai->ai_canonname, sizeof hnamebuf - 1);
|
||||||
|
hostname = hnamebuf;
|
||||||
|
|
||||||
|
- if (result)
|
||||||
|
+ if (result) {
|
||||||
|
freeaddrinfo(result);
|
||||||
|
+ ai = NULL;
|
||||||
|
+ }
|
||||||
|
}
|
||||||
|
if (argc > 1)
|
||||||
|
route[nroute++] = whereto.sin_addr.s_addr;
|
@ -3,7 +3,7 @@
|
|||||||
Summary: Network monitoring tools including ping
|
Summary: Network monitoring tools including ping
|
||||||
Name: iputils
|
Name: iputils
|
||||||
Version: 20180629
|
Version: 20180629
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
# some parts are under the original BSD (ping.c)
|
# some parts are under the original BSD (ping.c)
|
||||||
# some are under GPLv2+ (tracepath.c)
|
# some are under GPLv2+ (tracepath.c)
|
||||||
License: BSD and GPLv2+
|
License: BSD and GPLv2+
|
||||||
@ -20,6 +20,7 @@ Source5: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
|
|||||||
|
|
||||||
Patch0: iputils-rh.patch
|
Patch0: iputils-rh.patch
|
||||||
Patch1: iputils-ifenslave.patch
|
Patch1: iputils-ifenslave.patch
|
||||||
|
Patch2: iputils-freeaddrinfo.patch
|
||||||
|
|
||||||
%if ! 0%{?_module_build}
|
%if ! 0%{?_module_build}
|
||||||
BuildRequires: docbook-utils perl-SGMLSpm
|
BuildRequires: docbook-utils perl-SGMLSpm
|
||||||
@ -60,6 +61,7 @@ cp %{SOURCE4} %{SOURCE5} .
|
|||||||
|
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
@ -163,6 +165,9 @@ install -m 644 %SOURCE3 ${RPM_BUILD_ROOT}/%{_unitdir}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 10 2019 Jan Synáček <jsynacek@redhat.com> - 20180629-2
|
||||||
|
- covscan fix (#1606968)
|
||||||
|
|
||||||
* Tue Jul 3 2018 Jan Synáček <jsynacek@redhat.com> - 20180629-1
|
* Tue Jul 3 2018 Jan Synáček <jsynacek@redhat.com> - 20180629-1
|
||||||
- update to s20180629 (#1596893)
|
- update to s20180629 (#1596893)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user