Bug 268382 - net-im/prosody: update to 0.12.2
Summary: net-im/prosody: update to 0.12.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Fernando Apesteguía
URL: https://prosody.im/doc/release/0.12.2
Keywords: dogfood
Depends on:
Blocks:
 
Reported: 2022-12-14 21:38 UTC by Thomas Morper
Modified: 2022-12-15 17:20 UTC (History)
1 user (show)

See Also:


Attachments
net-im/prosody: update to 0.12.2 (1.15 KB, patch)
2022-12-14 21:38 UTC, Thomas Morper
thomas: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Morper 2022-12-14 21:38:50 UTC
Created attachment 238799 [details]
net-im/prosody: update to 0.12.2

net-im/prosody: update to 0.12.2

 * Update to 0.12.2

ChangeLog:

 https://prosody.im/doc/release/0.12.2

QA:

 * portlint: OK (1 warning regarding the use of /var/db)
 * testport: OK (poudriere: 12.4-AMD64/i386, 13.1-AMD64/ARM64)
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-12-15 17:20:15 UTC
Committed,

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-12-15 17:20:41 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=60dc26dd791146d7b01c46816eb63958e4d0d8ff

commit 60dc26dd791146d7b01c46816eb63958e4d0d8ff
Author:     Thomas Morper <thomas@beingboiled.info>
AuthorDate: 2022-12-15 07:29:52 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-12-15 17:16:00 +0000

    net-im/prosody: update to 0.12.2

    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(-)