Hello community,

here is the log from the commit of package cri-o for openSUSE:Factory checked 
in at 2019-08-10 23:44:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cri-o (Old)
 and      /work/SRC/openSUSE:Factory/.cri-o.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cri-o"

Sat Aug 10 23:44:17 2019 rev:33 rq:721687 version:1.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cri-o/cri-o.changes      2019-07-26 
12:37:40.778010368 +0200
+++ /work/SRC/openSUSE:Factory/.cri-o.new.9556/cri-o.changes    2019-08-10 
23:44:22.803632269 +0200
@@ -1,0 +2,7 @@
+Tue Aug  6 14:25:18 UTC 2019 - Sascha Grunert <[email protected]>
+
+- Update crio.conf to:
+  * use `127.0.0.1` as streaming address
+  * use any ephemeral port for streaming server
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ crio.conf ++++++
--- /var/tmp/diff_new_pack.e7d9MH/_old  2019-08-10 23:44:23.447632154 +0200
+++ /var/tmp/diff_new_pack.e7d9MH/_new  2019-08-10 23:44:23.451632153 +0200
@@ -48,10 +48,10 @@
 listen = "/var/run/crio/crio.sock"
 
 # IP address on which the stream server will listen.
-stream_address = ""
+stream_address = "127.0.0.1"
 
 # The port on which the stream server will listen.
-stream_port = "10010"
+stream_port = "0"
 
 # Enable encrypted TLS transport of the stream server.
 stream_enable_tls = false


Reply via email to