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
[16 lines not shown]
doomlegacy-snapshot: Update to SVN revision 1773
- commit revision 1767
The MBF21 code duplicated some of the vile raise code
Made a common inline function for the vile raise code,
to simplify maintenance.
- commit revision 1768
Fixed some P_CheckMeleeRange MBF21 changes where it conflicts with
Legacy improvements. Made the protection checks such as info == NULL,
apply to the MBF21 code too.
Fix some of the A_Chase logic concerning MT_NODE and MF_IGNOREPLAYER.
The compiler complains "suggest parenthesis". However, it is not clear
that the added tests for MT_NODE and MF_IGNOREPLAYER are correct,
and especially after MBF FRIEND was added.
Some alternatives have been included, but the last one seems to
be the most correct.
The MT_NODE should not be altered, so it should block chasing.
[51 lines not shown]
abseil: update to 20260107.0.
What's New
absl::StringResizeAndOverwrite(): A new function in
absl/strings/resize_and_overwrite.h that acts as a polyfill
for C++23's std::basic_string::resize_and_overwrite. This allows
for efficient resizing and in-place initialization of strings,
avoiding the overhead of default initialization, which is
particularly useful when working with C-style APIs that write
directly to a buffer. See #1136 (comment) for performance notes.
absl::chunked_queue: A new container in absl/container/chunked_queue.h
optimized for use as a FIFO (First-In, First-Out) queue.
absl::linked_hash_map and absl::linked_hash_set: New hash
containers that maintain iteration order matching the insertion
order. These are available in absl/container/linked_hash_map.h
and absl/container/linked_hash_set.h.
[16 lines not shown]
arti: update to 1.9.0.
# Arti 1.9.0 — 13 January 2026
Arti 1.9.0 continues some behind-the-scenes work on relay and
directory authority development, and adds improved support for
running with dynamically assigned ports. For example Arti now
accepts `proxy.socks_listen = "auto"` to configure its SOCKS proxy
with an operating-system-assigned port, and writes the assigned
port to a structured JSON file in Arti's data directory.
As usual, there are also various under-the-hood improvements and
bug fixes.
bootimage: fix a build error of zaurus live-image on parallel build
Add an explicit dependency of ${FATFILES} on ${TARGETFS} since
necessary files are assumed to be extracted during ${TARGETFS} image
build (not sure how it worked before).
Should be pulled up to netbsd-11.