Hello community,

here is the log from the commit of package tcpd for openSUSE:Factory checked in 
at 2019-09-27 14:43:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tcpd (Old)
 and      /work/SRC/openSUSE:Factory/.tcpd.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tcpd"

Fri Sep 27 14:43:45 2019 rev:31 rq:733006 version:7.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/tcpd/tcpd.changes        2019-09-05 
12:11:35.959837999 +0200
+++ /work/SRC/openSUSE:Factory/.tcpd.new.2352/tcpd.changes      2019-09-27 
14:43:47.981490059 +0200
@@ -1,0 +2,6 @@
+Tue Sep 24 08:25:45 UTC 2019 - Martin Liška <mli...@suse.cz>
+
+- Add tcp_wrappers_7.6-ipv6.fix.fix3.diff in order to fix
+  boo#1149708.
+
+-------------------------------------------------------------------

New:
----
  tcp_wrappers_7.6-ipv6.fix.fix3.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tcpd.spec ++++++
--- /var/tmp/diff_new_pack.ykUzE7/_old  2019-09-27 14:43:49.109487127 +0200
+++ /var/tmp/diff_new_pack.ykUzE7/_new  2019-09-27 14:43:49.109487127 +0200
@@ -61,6 +61,7 @@
 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 @@
 %patch31
 %patch32 -p1
 %patch33 -p1
+%patch34
 
 %build
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects

++++++ tcp_wrappers_7.6-ipv6.fix.fix3.diff ++++++
--- 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)

Reply via email to