Hello, Prosody had a new release yesterday. Notes can be found at https://blog.prosody.im/prosody-13.0.1-released/ . Of particular interest are
- mod_tls: Enable Prosody’s certificate checking for incoming s2s connections (fixes #1916: Impossible to override certificate verification policy in 13.0) [In non-direct TLS case, alternative certificate validation methods like DANE stopped working.] - portmanager: Multiple fixes to use correct certificates for direct TLS ports (fixes #1915) [If the default mechanism for discovering certificates isn't used, a wrong certificate could be served under some circumstances.] When I asked upstream about it, they replied "definitely nice to have, tho no need to panic :)". OK for now? Lucas diff refs/heads/master 664fb014a66f86da352f7f145c5e9fed1224e1c4 commit - c1d5b260450f0314b9b27f0b600b31d866e3dac8 commit + 664fb014a66f86da352f7f145c5e9fed1224e1c4 blob - 3d46c2ab7ad598ee9e565069202bad82a985654a blob + e6680f5d1d270a27ad3bc18168a8a7e3733d5eb9 --- net/prosody/Makefile +++ net/prosody/Makefile @@ -1,5 +1,5 @@ COMMENT = communications server for Jabber/XMPP written in Lua -DISTNAME = prosody-13.0.0 +DISTNAME = prosody-13.0.1 CATEGORIES = net HOMEPAGE = https://prosody.im/ blob - c3e36688f98fa57f4319de4922e58a0f8861f4c9 blob + 95cdd447a4218b4c190b6ef080262a676748dc05 --- net/prosody/distinfo +++ net/prosody/distinfo @@ -1,2 +1,2 @@ -SHA256 (prosody-13.0.0.tar.gz) = QwnFz+sadNP5cYX2JDoMEGjrOfp+kavELPIZS/Bn/FQ= -SIZE (prosody-13.0.0.tar.gz) = 731936 +SHA256 (prosody-13.0.1.tar.gz) = e96KW/PM4ZX9RUlwABufrqwaRgG8qlx07tfGt05I2AY= +SIZE (prosody-13.0.1.tar.gz) = 735228 blob - a458c5fbf9177a84da1fcbe4c24aca6f4759c509 blob + 1e580a4c604d233895fe8a4ffb806ab9b8672c4c --- net/prosody/patches/patch-core_certmanager_lua +++ net/prosody/patches/patch-core_certmanager_lua @@ -1,7 +1,7 @@ Index: core/certmanager.lua --- core/certmanager.lua.orig +++ core/certmanager.lua -@@ -181,7 +181,7 @@ end +@@ -184,7 +184,7 @@ end -- Built-in defaults local core_defaults = {