net/prosody: update to 13.0.5

Changes:
https://blog.prosody.im/prosody-13.0.5-released/

Proded by lissine ellini.org, thanks!
This commit is contained in:
lucas
2026-05-24 14:31:35 +00:00
parent 48939ad0a6
commit bfe5794244
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
COMMENT = communications server for Jabber/XMPP written in Lua
DISTNAME = prosody-13.0.4
DISTNAME = prosody-13.0.5
CATEGORIES = net
HOMEPAGE = https://prosody.im/
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (prosody-13.0.4.tar.gz) = BtUkFV05m+MGQNWLT7qXaykXwVfT47gz0pvXaYoP4II=
SIZE (prosody-13.0.4.tar.gz) = 739068
SHA256 (prosody-13.0.5.tar.gz) = lDskhg79EOnbfqq4fjX4JBWlXUamlLZn8CELiKQyPEI=
SIZE (prosody-13.0.5.tar.gz) = 741778
+2 -2
View File
@@ -16,7 +16,7 @@ Index: util-src/pposix.c
#if ! defined(__FreeBSD__)
#ifndef _POSIX_C_SOURCE
@@ -654,6 +659,7 @@ static int lc_abort(lua_State *L) {
@@ -662,6 +667,7 @@ static int lc_abort(lua_State *L) {
return 0;
}
@@ -24,7 +24,7 @@ Index: util-src/pposix.c
const char *pipe_flag_names[] = {
"cloexec",
"direct",
@@ -664,6 +670,7 @@ const int pipe_flag_values[] = {
@@ -672,6 +678,7 @@ const int pipe_flag_values[] = {
O_DIRECT,
O_NONBLOCK
};
@@ -1,7 +1,7 @@
Index: util/prosodyctl.lua
--- util/prosodyctl.lua.orig
+++ util/prosodyctl.lua
@@ -200,7 +200,7 @@ local function start(source_dir, lua)
@@ -198,7 +198,7 @@ local function start(source_dir, lua)
if not source_dir then
os.execute(lua .. "./prosody -D");
else
@@ -10,7 +10,7 @@ Index: util/prosodyctl.lua
end
if notify_socket then
@@ -252,7 +252,7 @@ local render_cli = interpolation.new("%b{}", function
@@ -250,7 +250,7 @@ local render_cli = interpolation.new("%b{}", function
local function call_luarocks(operation, mod, server)
local dir = prosody.paths.installer;
+1 -1
View File
@@ -3,7 +3,7 @@ Use the right default user.
Index: util/startup.lua
--- util/startup.lua.orig
+++ util/startup.lua
@@ -588,7 +588,7 @@ function startup.switch_user()
@@ -604,7 +604,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!