From 60dc26dd791146d7b01c46816eb63958e4d0d8ff Mon Sep 17 00:00:00 2001 From: Thomas Morper Date: Thu, 15 Dec 2022 08:29:52 +0100 Subject: [PATCH] net-im/prosody: update to 0.12.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ChangeLog: https://prosody.im/doc/release/0.12.2 Fixes and improvements * util.stanza: Allow U+7F when constructing stazas * net.unbound: Preserve built-in defaults and Prosodys settings for luaunbound * mod_smacks: Disable not implemented resumption behavior on s2s * mod_http: Allow disabling CORS in the http_cors_override option and by default Minor changes * util.json: Accept empty arrays with whitespace * util.stanza: Adjust number of return values to handle change in dependency of test suite * util.startup: Ensure import() is available in prosodyctl * mod_storage_sql: Fix initialization when called from prosodyctl * mod_storage_sql: Fix the summary API with Postgres * mod_admin_shell: Fixes for showing data related to disconnected sessions * core.s2smanager: Don’t remove unrelated session on close of bidi session * mod_smacks: Don’t send redundant requests for acknowledgement * mod_admin_shell: Rename commands user:roles() to user:setroles() and user:showroles() to user:roles() * mod_smacks: Bounce unhandled stanzas from local origin * mod_bookmarks: Reduce log level of message about not having any bookmarks * mod_s2s: Fix firing buffer drain events * mod_http_files: Log warning about legacy modules using mod_http_files * util.startup: Wait for last shutdown steps * util.datamapper: Improve handling of schemas with non-obvious “type” * util.jsonschema: Fix validation to not assume presence of “type” field * util.jsonschema: Use same integer/float logic on Lua 5.2 and 5.3 PR: 268382 Reported by: thomas@beingboiled.info (maintainer) --- net-im/prosody/Makefile | 3 +-- net-im/prosody/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/net-im/prosody/Makefile b/net-im/prosody/Makefile index 2d6785ca4279..31ff6d0d4334 100644 --- a/net-im/prosody/Makefile +++ b/net-im/prosody/Makefile @@ -1,6 +1,5 @@ PORTNAME= prosody -DISTVERSION= 0.12.1 -PORTREVISION= 2 +DISTVERSION= 0.12.2 CATEGORIES= net-im MASTER_SITES= https://prosody.im/downloads/source/ diff --git a/net-im/prosody/distinfo b/net-im/prosody/distinfo index 136adee12db2..26b29a15c9dd 100644 --- a/net-im/prosody/distinfo +++ b/net-im/prosody/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654813482 -SHA256 (prosody-0.12.1.tar.gz) = a7ecbbe41f01a4251805593ac6d15dbc6cb75d9c7a876c76b456cf74ff4b90e5 -SIZE (prosody-0.12.1.tar.gz) = 611898 +TIMESTAMP = 1671011048 +SHA256 (prosody-0.12.2.tar.gz) = b662e824114f9f0fb8e9196aa9edab7444d43f94881cbc85c9d74793b938aa16 +SIZE (prosody-0.12.2.tar.gz) = 614303