Hello ports, I missed 2 Prosody releases. 13.0.4 is out, mostly fixing some issues of 13.0.3, which includes some bugfixes. 13.0.4 does introduce some changes in the config file, so be mindful while reading the update notes:
- https://blog.prosody.im/prosody-13.0.3-released/ - https://blog.prosody.im/prosody-13.0.4-released/ It's running since yesterday in my server without issues. OK? Lucas diff refs/heads/master 04e7f0dab887b6206ff833eb4dd3386983abeee5 commit - dfbf00e0e13cc4e96e3b9347445e5a07893ad5a5 commit + 04e7f0dab887b6206ff833eb4dd3386983abeee5 blob - e13025250fcaa9028f2ea42989ec0285a782f8b3 blob + 9fb3cb89f97bf0ff69b7bc87dfa29583c72ef323 --- net/prosody/Makefile +++ net/prosody/Makefile @@ -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/ blob - 3911bfde00afa5207bc8c24faaf24e37d2760ab5 blob + f6f5ca804034f4d25f372034c0c6eeeafad0c4d7 --- net/prosody/distinfo +++ net/prosody/distinfo @@ -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 blob - d88cf05a47685c709156c174f29b434b1698100e blob + 62e77f15a4340f5c58e8c52c9b4b9e17b347bbf9 --- net/prosody/patches/patch-util_startup_lua +++ 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 -@@ -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!
