diff --git a/net/prosody/Makefile b/net/prosody/Makefile index 9fb3cb89f97..e5e1452e92c 100644 --- a/net/prosody/Makefile +++ b/net/prosody/Makefile @@ -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/ diff --git a/net/prosody/distinfo b/net/prosody/distinfo index f6f5ca80403..31a84296854 100644 --- a/net/prosody/distinfo +++ b/net/prosody/distinfo @@ -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 diff --git a/net/prosody/patches/patch-util-src_pposix_c b/net/prosody/patches/patch-util-src_pposix_c index c48601f0a4c..d3135e01887 100644 --- a/net/prosody/patches/patch-util-src_pposix_c +++ b/net/prosody/patches/patch-util-src_pposix_c @@ -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 }; diff --git a/net/prosody/patches/patch-util_prosodyctl_lua b/net/prosody/patches/patch-util_prosodyctl_lua index b236d0c1cd8..03900cb3134 100644 --- a/net/prosody/patches/patch-util_prosodyctl_lua +++ b/net/prosody/patches/patch-util_prosodyctl_lua @@ -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; diff --git a/net/prosody/patches/patch-util_startup_lua b/net/prosody/patches/patch-util_startup_lua index 62e77f15a43..44f54bdddc4 100644 --- a/net/prosody/patches/patch-util_startup_lua +++ b/net/prosody/patches/patch-util_startup_lua @@ -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!