commit:     1919c9800e5ed637746ff8bfc7c843c34029779e
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  5 16:52:37 2017 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Wed Nov  8 19:51:21 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lua.git/commit/?id=1919c980

net-im/prosody: update the patch

Make prosody-0.8.0-cfg.lua.patch, used by ebuild, applicable again.

Since upstream commit 8258:503f424d4f07 ("prosody.cfg.lua.dist: Update
in preparation for 0.10.0 release") existing patch no longer applied
which led to emerge failure.

 net-im/prosody/files/prosody-0.8.0-cfg.lua.patch | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/net-im/prosody/files/prosody-0.8.0-cfg.lua.patch 
b/net-im/prosody/files/prosody-0.8.0-cfg.lua.patch
index 6444a6b..d2c38dc 100644
--- a/net-im/prosody/files/prosody-0.8.0-cfg.lua.patch
+++ b/net-im/prosody/files/prosody-0.8.0-cfg.lua.patch
@@ -13,7 +13,7 @@ index e513b11..08ebca6 100644
  
 @@ -123,12 +125,19 @@ authentication = "internal_plain"
  -- Logging configuration
- -- For advanced logging see http://prosody.im/doc/logging
+ -- For advanced logging see https://prosody.im/doc/logging
  log = {
 -      info = "prosody.log"; -- Change 'info' to 'debug' for verbose logging
 -      error = "prosody.err";
@@ -31,6 +31,10 @@ index e513b11..08ebca6 100644
 +prosody_user = "jabber"
 +prosody_group = "jabber"
 +
+ -- Uncomment to enable statistics
+ -- For more info see https://prosody.im/doc/statistics
+ -- statistics = "internal"
+
  ----------- Virtual hosts -----------
  -- You need to add a VirtualHost entry for each domain you wish Prosody to 
serve.
  -- Settings under each VirtualHost entry apply *only* to that host.

Reply via email to