~alpine/aports

community/prosody: do not disable mod_posix v1 SUPERSEDED

opal hart: 1
 community/prosody: do not disable mod_posix

 2 files changed, 1 insertions(+), 12 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3333/mbox | git am -3
Learn more about email & git

[PATCH] community/prosody: do not disable mod_posix Export this patch

adding config for syslog et cetera does not make sense if mod_posix is
in modules_disabled by default
---
 community/prosody/APKBUILD              |  2 +-
 community/prosody/prosody.cfg.lua.patch | 11 -----------
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/community/prosody/APKBUILD b/community/prosody/APKBUILD
index 06babad9ac..b6f39f5b63 100644
--- a/community/prosody/APKBUILD
+++ b/community/prosody/APKBUILD
@@ -3,7 +3,7 @@
_luaver=5.2
pkgname=prosody
pkgver=0.11.5
pkgrel=0
pkgrel=1
pkgdesc="Lua based Jabber/XMPP server"
url="http://prosody.im/"
arch="all"
diff --git a/community/prosody/prosody.cfg.lua.patch b/community/prosody/prosody.cfg.lua.patch
index ff74c51724..c5f2e3844c 100644
--- a/community/prosody/prosody.cfg.lua.patch
+++ b/community/prosody/prosody.cfg.lua.patch
@@ -1,5 +1,3 @@
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
index a0fc6c9..23a36ac 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
@@ -13,6 +13,9 @@
@@ -12,15 +10,6 @@ index a0fc6c9..23a36ac 100644
 ---------- Server-wide settings ----------
 -- Settings in this section apply to the whole server and are the default settings
 -- for any virtual hosts
@@ -86,7 +89,7 @@ modules_disabled = {
 	-- "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.
 }
 
 -- Disable account creation by default, for security
@@ -161,9 +164,9 @@ archive_expires_after = "1w" -- Remove archived messages after 1 week
 -- Logging configuration
 -- For advanced logging see https://prosody.im/doc/logging
-- 
2.26.2