SHA256
1
0
forked from pool/tcpd

Accepting request 733006 from network:utilities

OBS-URL: https://build.opensuse.org/request/show/733006
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tcpd?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2019-09-27 12:43:45 +00:00 committed by Git OBS Bridge
commit 9a04421254
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- scaffold.c 2019-09-24 10:22:50.334175241 +0200
+++ scaffold.c 2019-09-24 10:23:16.773896312 +0200
@@ -160,7 +160,6 @@
}
}
res_options = _res.options;
- _res.options |= RES_USE_INET6;
if ((hp1 = gethostbyname2(host, AF_INET6)) != NULL)
hp1 = dup_hostent(hp1);
if ((hp2 = gethostbyname2(host, AF_INET)) != NULL)

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 24 08:25:45 UTC 2019 - Martin Liška <mliska@suse.cz>
- Add tcp_wrappers_7.6-ipv6.fix.fix3.diff in order to fix
boo#1149708.
-------------------------------------------------------------------
Fri Aug 2 08:23:22 UTC 2019 - Martin Liška <mliska@suse.cz>

View File

@ -61,6 +61,7 @@ Patch30: tcp_wrappers_%{version}-ipv6-sockaddr-storage.patch
Patch31: tcp_wrappers_%{version}-ipv6-subnet.diff
Patch32: tcp_wrappers_%{version}-ipv6-host-match.patch
Patch33: tcp_wrappers_%{version}-ipv6-mapped-v4.patch
Patch34: tcp_wrappers_%{version}-ipv6.fix.fix3.diff
BuildRequires: linux-kernel-headers
Provides: nkitb:%{_sbindir}/tcpd
# bug437293
@ -133,6 +134,7 @@ to compile and link programs against the TCP wrapper library.
%patch31
%patch32 -p1
%patch33 -p1
%patch34
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects