Received: from mx1.volatile.bz (mx1.volatile.bz [185.163.46.101]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id A81B578187F for <~alpine/aports@lists.alpinelinux.org>; Sun, 31 May 2020 11:25:08 +0000 (UTC) Received: from mahin.wowana.me (unknown [IPv6:2001:67c:2db8:301:1845::2]) by mx1.volatile.bz (Postfix) with ESMTPSA id 07B6FC13; Sun, 31 May 2020 11:18:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=wowana.me; s=default; t=1590923924; bh=mvGz9LuFOzFAG1gfcPrjYn2qGdwIV2WdvTE+R4LMYZY=; h=From:To:Cc:Subject:Date; b=Nj5ZQwvvooN7Q+psAhWHCKDNKVxMUvcLrRWZSYAQsdE01Udp7gJ6xROjm23RpKodJ Kv4RJWTHAb82TBvtfXgPeLU/Jp9OCFT2F2WXhBKFomK7roXCBbtGpSji+2hSP2lxzq BQ2W9UtCl8yBzDPWl+KE+f9i5YJEOnw8I/ItYU1A= From: opal hart To: ~alpine/aports@lists.alpinelinux.org Cc: opal hart Subject: [PATCH] community/prosody: do not disable mod_posix Date: Sun, 31 May 2020 11:18:28 +0000 Message-Id: <20200531111828.19065-1-opal@wowana.me> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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