Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package coturn for openSUSE:Factory checked 
in at 2022-08-30 14:49:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/coturn (Old)
 and      /work/SRC/openSUSE:Factory/.coturn.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "coturn"

Tue Aug 30 14:49:39 2022 rev:11 rq:1000026 version:4.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/coturn/coturn.changes    2021-10-19 
23:03:49.049272680 +0200
+++ /work/SRC/openSUSE:Factory/.coturn.new.2083/coturn.changes  2022-08-30 
14:50:13.388234195 +0200
@@ -1,0 +2,5 @@
+Fri Aug 19 19:25:35 UTC 2022 - Georg Pfuetzenreuter 
<georg.pfuetzenreu...@suse.com>
+
+- Drop @privileged SystemCallFilter, can prevent service from starting 
(status=31/SYS)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ coturn.spec ++++++
--- /var/tmp/diff_new_pack.IkAIG9/_old  2022-08-30 14:50:13.884235462 +0200
+++ /var/tmp/diff_new_pack.IkAIG9/_new  2022-08-30 14:50:13.888235472 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package coturn
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ README.SUSE ++++++
--- /var/tmp/diff_new_pack.IkAIG9/_old  2022-08-30 14:50:13.920235553 +0200
+++ /var/tmp/diff_new_pack.IkAIG9/_new  2022-08-30 14:50:13.924235564 +0200
@@ -1,12 +1,13 @@
 Configuration files:
-  * /etc/coturn/turnserver.conf is the mail configuration file
+  * /etc/coturn/turnserver.conf is the main configuration file
   * /etc/sysconfig/coturn can be used to set additional command line parameters
 
-To allow traffic going thru the firewall use
+Allow traffic through the firewall:
 ```
-firewall-cmd --zone=public --add-service=coturn [--permanent]
+firewall-cmd --zone=<zone> --add-service=coturn [--permanent]
 ```
 
+Notes:
 * /etc/syconfig/coturn has the option '--no-software-attribute' enabled to 
hide 
   the software version for production issue.
 

++++++ coturn.service ++++++
--- /var/tmp/diff_new_pack.IkAIG9/_old  2022-08-30 14:50:13.988235727 +0200
+++ /var/tmp/diff_new_pack.IkAIG9/_new  2022-08-30 14:50:13.992235737 +0200
@@ -49,7 +49,7 @@
 RestrictRealtime=true
 # end of automatic additions 
 SystemCallArchitectures=native
-SystemCallFilter=~@clock @debug @module @mount @raw-io @reboot @swap 
@privileged @resources @cpu-emulation @obsolete
+SystemCallFilter=~@clock @debug @module @mount @raw-io @reboot @swap 
@resources @cpu-emulation @obsolete
 
 [Install]
 WantedBy=multi-user.target

Reply via email to