Hello community,

here is the log from the commit of package vncmanager for openSUSE:Factory 
checked in at 2020-07-09 17:44:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vncmanager (Old)
 and      /work/SRC/openSUSE:Factory/.vncmanager.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vncmanager"

Thu Jul  9 17:44:30 2020 rev:11 rq:819750 version:1.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/vncmanager/vncmanager.changes    2020-07-07 
12:59:42.842008784 +0200
+++ /work/SRC/openSUSE:Factory/.vncmanager.new.3060/vncmanager.changes  
2020-07-09 17:44:32.756588378 +0200
@@ -1,0 +2,7 @@
+Thu Jul  9 14:33:21 UTC 2020 - Stefan Dirsch <sndir...@suse.com>
+
+- n_use_port_5901.patch
+  * changed port number also in code, which sets the default, not
+    only in config file (boo#1173047)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ n_use_port_5901.patch ++++++
--- /var/tmp/diff_new_pack.t7FrKr/_old  2020-07-09 17:44:33.420590480 +0200
+++ /var/tmp/diff_new_pack.t7FrKr/_new  2020-07-09 17:44:33.424590494 +0200
@@ -1,8 +1,8 @@
 Matches the default port used by tigervnc xinetd service.
-Index: vncmanager-0.9.0/vncmanager.conf
+Index: vncmanager-1.0.2/vncmanager.conf
 ===================================================================
---- vncmanager-0.9.0.orig/vncmanager.conf
-+++ vncmanager-0.9.0/vncmanager.conf
+--- vncmanager-1.0.2.orig/vncmanager.conf
++++ vncmanager-1.0.2/vncmanager.conf
 @@ -6,8 +6,8 @@
  
  # Port ot listen on.
@@ -14,3 +14,16 @@
  
  # VNC security types.
  # Comma separated list of allowed types. Order determines priority - VNC 
clients normally choose the first type they support.
+Index: vncmanager-1.0.2/Configuration.cpp
+===================================================================
+--- vncmanager-1.0.2.orig/Configuration.cpp
++++ vncmanager-1.0.2/Configuration.cpp
+@@ -78,7 +78,7 @@ bool Configuration::parse(int argc, char
+     po::options_description general("General");
+     general.add_options()
+         ("listen", po::value<std::vector<std::string>>()->multitoken(), 
"addresses to bind to")
+-        ("port",   po::value<std::string>()->default_value("5900"), "tcp port 
to listen on")
++        ("port",   po::value<std::string>()->default_value("5901"), "tcp port 
to listen on")
+ 
+         ("security", 
po::value<VeNCryptSubtypesList>()->default_value(defaultSecurity, 
defaultSecurityTxt), "list of VNC security types separated by commas, ordered 
by priority")
+ 


Reply via email to