pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/prosody prosody: update to 0.12.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52e0e7a16784
branches:  trunk
changeset: 390769:52e0e7a16784
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Thu Dec 29 04:16:18 2022 +0000

description:
prosody: update to 0.12.2

This is a regularly delayed release containing a number of fixes for issues
that we have come across since the last release of the 0.12 series.

Summary of all changes in this release:

Fixes and improvements:

* util.stanza: Allow U+7F when constructing stazas
* net.unbound: Preserve built-in defaults and Prosodys settings for luaunbound
  (fixes #1763: luaunbound not reading resolv.conf) (thanks rgd)
* 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 (fixes #1782: util.json fails
  to parse empty array with whitespace)
* util.stanza: Adjust number of return values to handle change in dependency of
  test suite (fix test with luassert >=1.9)
* util.startup: Ensure import() is available in prosodyctl (thanks keyzer)
* mod_storage_sql: Fix initialization when called from prosodyctl
* mod_storage_sql: Fix the summary API with Postgres (#1766)
* mod_admin_shell: Fixes for showing data related to disconnected sessions
  (fixes #1777)
* core.s2smanager: Don’t remove unrelated session on close of bidi session
* mod_smacks: Don’t send redundant requests for acknowledgement (#1761)
* mod_admin_shell: Rename commands user:roles() to user:setroles() and
  user:showroles() to user:roles()
* mod_smacks: Bounce unhandled stanzas from local origin (fix #1759)
* 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

diffstat:

 chat/prosody/Makefile |  5 ++---
 chat/prosody/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 257d4fac0e20 -r 52e0e7a16784 chat/prosody/Makefile
--- a/chat/prosody/Makefile     Thu Dec 29 00:56:11 2022 +0000
+++ b/chat/prosody/Makefile     Thu Dec 29 04:16:18 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2022/11/23 16:19:30 adam Exp $
+# $NetBSD: Makefile,v 1.44 2022/12/29 04:16:18 khorben Exp $
 
-DISTNAME=              prosody-0.12.1
-PKGREVISION=           2
+DISTNAME=              prosody-0.12.2
 CATEGORIES=            chat
 MASTER_SITES=          https://prosody.im/downloads/source/
 
diff -r 257d4fac0e20 -r 52e0e7a16784 chat/prosody/distinfo
--- a/chat/prosody/distinfo     Thu Dec 29 00:56:11 2022 +0000
+++ b/chat/prosody/distinfo     Thu Dec 29 04:16:18 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.24 2022/07/27 01:53:40 khorben Exp $
+$NetBSD: distinfo,v 1.25 2022/12/29 04:16:18 khorben Exp $
 
-BLAKE2s (prosody-0.12.1.tar.gz) = e7dae67c0a7c9e6b28358495af6b593c20851b1747f3c39391bd65b1020ab24f
-SHA512 (prosody-0.12.1.tar.gz) = 705d2bcd38ffb19e90dab19992711aebf3d81f7bca7f9791ae5149510d465ec837ddf26a8c547eff2f2d131e5a694ddc3d0aac0b8921df65808192ae00527a85
-Size (prosody-0.12.1.tar.gz) = 611898 bytes
+BLAKE2s (prosody-0.12.2.tar.gz) = 4c9f545adec09672a8d7c62c960236390b9d5f6747b2975e61e3202a1f64717c
+SHA512 (prosody-0.12.2.tar.gz) = dd14d2740b67127e7edcf79db7d1fd81b4566d4a285430edb9dd7263ad109fdd6e581a1d93fcbf971f73fa5ba051ae7935a121d31e3e7448cacfcd8ecbd802bb
+Size (prosody-0.12.2.tar.gz) = 614303 bytes
 SHA1 (patch-makefile) = 8971d0a898ca7bf38f0d79322e2d0c381334c37c
 SHA1 (patch-prosody.cfg.lua.dist) = a1e4636abe4f2caa82d13ed8564b5b785dc8595a
 SHA1 (patch-util-src_pposix.c) = 519fd2da1931c1b35a0b028ea9303b3c0f5b6a6a


Home | Main Index | Thread Index | Old Index