SixelConverter.cpp:285:17: error: variable length arrays in C++ are a Clang extension [-Werror,-Wvla-cxx-extension]
285 | uint8 sixelbuf[(w + 5) * bcnt];
Add the GSTREAMER option to enable audio/video support over Jingle. Non-
default locally FTTB as this is a non-default upstream option and I'm not
entirely sure if it would make a difference in qxmpp's singular consumer
net-im/kaidan. Input from kaidan users to kde@ would be appreciated in
this regard.
Fix up my screwy implementation the TEST option, especially for the qt5
flavor in cca8f3b4d4. Most normal users
don't run the regression tests and the rest problably already have
devel/qt5-testlib installed anyways, but it was still very wrong.
https://github.com/qxmpp-project/qxmpp/releases/tag/v1.7.0
This unfortunately makes use of the Qt private API, so it has to be
rebuilt with each Qt update.
Fix the qt5 flavor when building on a live system that also has Qt6
installed. If both Qt5 and Qt6 were installed, it would default to
using Qt6.
ChangeLog:
https://download.igniterealtime.org/openfire/docs/4.8.1/changelog.html
Improvement
* Give explict names to Netty's threads
* Have distinct thread pools for each type of connection
* Announce support for PubSub delete-item
* Admin Console should warn end-user if plugin installation failed
* Guard against a surplus of database connection errors being logged
* Upgrade postgresql database driver for CVE-2024-1597
New Feature
* Add service administration support
Bug
* When deleting a user, remove it from transient MUC rooms
* Cache data inconsistency: MUC
* Deleting an admin user does not remove the name from \`admin.authorizedJIDs\`
* Do not use default value for user's creation / last modified date
* 4.8.0 not counting "whitespace ping" as session activity
* RSS News Feed appears empty
* Misbehaving Shared-With-Group option for Contact List sharing
* Duplicate \(group\)chat messages are received
* SerializableCache appears to be unusable \(ClassCastException on creation\)
* SerializableCache instances do not get recreated on cluster switch
* Cache-summary page shows wrong stats when using Clustering
* Delete MUC-based authorization when deleting user
* OccupantManager doesn't remove all items when clustering
* Session details shows 'resource' column, but does not show resources
* Routing Servers cache inconsistency doesn't list the missing items
* Contact List \(Roster\) Sharing changes are not immediately applied
* Stream Management Resume fails
* Disabling client idle time breaks websockets
* Resumed stream is no longer resumable
PR: 279237
Reported by: nikita@druba.su (maintainer)
Address a race condition where included headers generated by uic are
not created before they used in the build.
Not upstreaming this as the last release was in 2020 and the codebase
has diverged too much since then.
PR: 278693
Approved by: portmgr (blanket)
bae03bdd17 set PORTREVISION=1 in net-im/libpurple causing
PORTREVISION=4 in net-im/pidgin to be overwritten. Fix it by using ?=
for PORTREVSION in the master port net-im/libpurple.