net/prosody: update to 13.0.4

Changes:
https://blog.prosody.im/prosody-13.0.3-released/
https://blog.prosody.im/prosody-13.0.4-released/

ok sthen tb
This commit is contained in:
lucas
2026-02-12 12:37:26 +00:00
parent 0fca7bf6c2
commit dc886b9ebe
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
COMMENT = communications server for Jabber/XMPP written in Lua
DISTNAME = prosody-13.0.2
DISTNAME = prosody-13.0.4
CATEGORIES = net
HOMEPAGE = https://prosody.im/
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (prosody-13.0.2.tar.gz) = PmG9OW83ylJF3r/WvkmkemGRMy8Pqi1O5fAPuwQK3bA=
SIZE (prosody-13.0.2.tar.gz) = 736799
SHA256 (prosody-13.0.4.tar.gz) = BtUkFV05m+MGQNWLT7qXaykXwVfT47gz0pvXaYoP4II=
SIZE (prosody-13.0.4.tar.gz) = 739068
+1 -1
View File
@@ -3,7 +3,7 @@ Use the right default user.
Index: util/startup.lua
--- util/startup.lua.orig
+++ util/startup.lua
@@ -584,7 +584,7 @@ function startup.switch_user()
@@ -588,7 +588,7 @@ function startup.switch_user()
local arg_root = prosody.opts.root;
if prosody.current_uid == 0 and config.get("*", "run_as_root") ~= true and not arg_root then
-- We haz root!