pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/prosody



Module Name:    pkgsrc
Committed By:   sborrill
Date:           Wed Jan 14 13:03:05 UTC 2026

Modified Files:
        pkgsrc/chat/prosody: Makefile distinfo

Log Message:
prosody: update to 13.0.3

Changes since 13.0.2:

Fixes and improvements

    mod_storage_sql: Set configurable wait time for locked SQLite3 database
    net.server_event: Port TLS 1.3 channel binding method to libevent backend
    mod_roster: Add command for cleaning out invalid contact JIDs
    migrator: Allow migrating between different configs of the same driver
    mod_admin_shell: Allow pinging any JID with xmpp:ping()
    mod_invites: Accept -admin flag as shortcut for -role prosody:admin
    mod_mam: Add send_legacy_offline_messages_to_mam_clients config option
    mod_limits: Allow configuration of general s2s limit, and have s2sout inherit from s2sin
    mod_storage_internal: Return item-not-found for unknown before/after ids
    MUC: Fixes for room avatar caching

Minor changes

    core.configmanager: Fix referencing previous config options #1950
    MUC: Ensure allow MUC PM setting has valid value (fixes #1933: PM does not work on new MUCs)
    mod_storage_sql: Assert that serialization of archive:set() payload succeeds
    mod_smacks: Remove extra optional from sm element
    mod_s2s_auth_dane_in: Fix caching SHA2-512 hash
    MUC: Fix muc_room_default_presence_broadcast option not working
    util.sslconfig: Fix error when applying ssl={[port]=...}
    net.server_epoll: Restore idle checks after pause (e.g. rate limits)
    util.jid: Validate domainparts using IDNA or as IP literals (fixes #1903: Invalid JID in Roster)
    util.datamanager: Fix detection of index files created on different architectures
    util.startup: Inform process manager about failure to reload config
    mod_muc: Revert f4e16e6265e6 and invalidate avatar cache only on vcard change
    mod_http_file_share: Improve debug logging around unexpected file sizes
    mod_admin_shell: Ensure JIDs are normalized in xmpp:ping()
    mod_invites: Return error when generating password reset for non-existent account
    util.uuid: Update UUIDv7 to match RFC 9562


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/chat/prosody/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/chat/prosody/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/prosody/Makefile
diff -u pkgsrc/chat/prosody/Makefile:1.58 pkgsrc/chat/prosody/Makefile:1.59
--- pkgsrc/chat/prosody/Makefile:1.58   Wed Jan  7 08:46:01 2026
+++ pkgsrc/chat/prosody/Makefile        Wed Jan 14 13:03:05 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2026/01/07 08:46:01 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2026/01/14 13:03:05 sborrill Exp $
 
-DISTNAME=      prosody-13.0.2
-PKGREVISION=   3
+DISTNAME=      prosody-13.0.3
 CATEGORIES=    chat
 MASTER_SITES=  https://prosody.im/downloads/source/
 

Index: pkgsrc/chat/prosody/distinfo
diff -u pkgsrc/chat/prosody/distinfo:1.30 pkgsrc/chat/prosody/distinfo:1.31
--- pkgsrc/chat/prosody/distinfo:1.30   Wed Oct 15 10:34:42 2025
+++ pkgsrc/chat/prosody/distinfo        Wed Jan 14 13:03:05 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.30 2025/10/15 10:34:42 sborrill Exp $
+$NetBSD: distinfo,v 1.31 2026/01/14 13:03:05 sborrill Exp $
 
-BLAKE2s (prosody-13.0.2.tar.gz) = 6bdbbbdddb8914d753de3624706b884a2568293000c5db14ebe6a9dd9598b270
-SHA512 (prosody-13.0.2.tar.gz) = 649f1f2d4798ca5d4fd224fd3c3784f2154366c5026f4207e88de61d98aaf906dc7378e575216cb8cb740ece98efa56df45be3e8a1d8e561954ca9fba4e0e59a
-Size (prosody-13.0.2.tar.gz) = 736799 bytes
+BLAKE2s (prosody-13.0.3.tar.gz) = f817fbd1cc913165f4a48a1e0429b2fe4351ad8374f1fb4037b1f272241866cc
+SHA512 (prosody-13.0.3.tar.gz) = d12e537586313a32543f2de86aec960be0e2834d212825e9dc8590287d05150cdf2ee514c8f14130fa1d531a516c49cc3c6e446f793330e2320c008e55a3413b
+Size (prosody-13.0.3.tar.gz) = 738587 bytes
 SHA1 (patch-makefile) = 846c12b98ba275f2d091f8d6aaa1c18617a9fd20
 SHA1 (patch-prosody.cfg.lua.dist) = d656a4896d95bc79304924760df46edf8157caa2
 SHA1 (patch-util-src_makefile) = b656902271845237eda3862b7795ccde621e694d



Home | Main Index | Thread Index | Old Index