Hello community,

here is the log from the commit of package prosody for openSUSE:Factory checked 
in at 2017-12-19 10:57:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prosody (Old)
 and      /work/SRC/openSUSE:Factory/.prosody.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "prosody"

Tue Dec 19 10:57:02 2017 rev:9 rq:557495 version:0.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/prosody/prosody.changes  2017-12-11 
18:57:14.544448488 +0100
+++ /work/SRC/openSUSE:Factory/.prosody.new/prosody.changes     2017-12-19 
10:57:03.097509257 +0100
@@ -1,0 +2,7 @@
+Fri Dec 15 21:44:25 UTC 2017 - [email protected]
+
+- Add pid file location to default config
+  Seems this got lost with the update to 0.10.0
+- enable mod_posix
+
+-------------------------------------------------------------------

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

Other differences:
------------------

++++++ prosody-cfg.patch ++++++
--- /var/tmp/diff_new_pack.0m9dOh/_old  2017-12-19 10:57:03.653482418 +0100
+++ /var/tmp/diff_new_pack.0m9dOh/_new  2017-12-19 10:57:03.653482418 +0100
@@ -1,16 +1,29 @@
 diff -urEbwB prosody-0.10.0/prosody.cfg.lua.dist 
prosody-0.10.0.new/prosody.cfg.lua.dist
 --- prosody-0.10.0/prosody.cfg.lua.dist        2017-09-28 15:07:47.000000000 
+0200
-+++ prosody-0.10.0.new/prosody.cfg.lua.dist    2017-10-03 11:20:46.660122361 
+0200
-@@ -86,7 +86,7 @@
++++ prosody-0.10.0.new/prosody.cfg.lua.dist    2017-12-15 22:50:53.208924190 
+0100
+@@ -44,6 +44,8 @@
+               "dialback"; -- s2s dialback support
+               "disco"; -- Service discovery
+ 
++          "posix"; -- POSIX functionality, sends server to background, 
enables syslog, etc.
++
+       -- Not essential, but recommended
+               "carbons"; -- Keep multiple clients in sync
+               "pep"; -- Enables users to publish their mood, activity, 
playing music and more
+@@ -86,9 +88,11 @@
        -- "offline"; -- Store offline messages
        -- "c2s"; -- Handle client connections
        -- "s2s"; -- Handle server-to-server connections
 -      -- "posix"; -- POSIX functionality, sends server to background, enables 
syslog, etc.
-+      "posix"; -- POSIX functionality, sends server to background, enables 
syslog, etc.
  }
  
++-- Unix specific
++pidfile = "@@PIDDIR@@/prosody/prosody.pid"
++
  -- Disable account creation by default, for security
-@@ -161,8 +161,8 @@
+ -- For more information see https://prosody.im/doc/creating_accounts
+ allow_registration = false
+@@ -161,8 +165,8 @@
  -- Logging configuration
  -- For advanced logging see https://prosody.im/doc/logging
  log = {



Reply via email to