Some of our projects release on their own timescale and some get released
en-masse. The 20.12.2 bundle of projects was released today with dozens of
bugfixes and will be available through app stores and distros soon. See the
20.12.2 releases page for details.
Some of the fixes in today’s bugfix releases include:
* Ark no longer crashes when closing the window while loading a TAR archive
* Dolphin calculates the folder size on FUSE and network file systems correctly now
* Konsole no longer crashes when exiting all tabs at the same time
* Dictionaries can be added in Kiten’s config dialog
* Umbrello doesn’t crash anymore if exiting when a widget in a diagram is selected
Release Notes:
https://community.kde.org/Releases/20.12_Release_Notes
Full Changelog:
https://kde.org/announcements/fulllog_releases-20.12.2/
Ruqola is a Rocket.chat (modern rich-text instant-messaging) client.
There are no release notes for this version. The commit messages
don't help much either, so let's go with "newer, better!"
Reported by: portscout
There are some version-numbering shenanigans, which I've followed
because that is easiest; I *am* looking forward to it hitting 0.1.0
and then having a more sensible versioning scheme.
Release notes are at
https://github.com/quotient-im/Quaternion/releases/tag/0.0.95-beta3
Most important new feature is `/md` for Markdown-formatted messages
(for when you **really** want to bold that message).
Now checks for QQC2 at build-time, so shuffled those dependencies forward.
This is a major upgrade from 3.x to 4.x.
Changelog from versions 3.4.1--4.5.1 can be found here:
https://github.com/opencv/opencv/wiki/ChangeLog
Note: this has explicitely not been added as a new graphics/opencv4 port, but replaces the
previous graphics/opencv[3] port. Again, to improve maintainability by not giving ports
the option to pick the "wrong one" - this leads however to some abandoned ports being
broken.
The port has been greatly simplified:
* graphics/opencv-core which existed to enable ffmpeg to depend on opencv, and vice versa
has been removed. ffmpeg no longer can depend on opencv.
* graphics/py-opencv has been integrated into graphics/opencv, the default versions python
bindings will be built unless the PYTHON option is explicitely turned off.
* graphics/opencv-java has been integrated into graphics/opencv -- it is off by default,
but can be enabled by toggling the JAVA option -- there are no consumers in the tree,
so that option might go away in the future.
* All the previous options have been removed and replaced by a (hopefully) sane set of
dependencies that make the port and package most usable for the majority of consumers.
- Please let me know if you think there are better defaults (i.e. anything that is missing,
or something that should not be dependet on).
- If you think something should be added or removed, please open a bug report.
- If you think something should be added as an optional dependency, please open a
bug report (with a good reason [tm]).
The depending ports have been updated to work against opencv4, or marked broken.
* Ports broken:
- graphics/rubygem-objectdetect: OpenCV4 no longer ships opencv-1.0 API
- graphics/p5-Image-ObjectDetect: OpenCV4 no longer ships opencv-1.0 API
- graphics/gimp-gmic-plugin: OpenCV4 no longer ships opencv-1.0 API
* Backports:
- misc/visp: dfa7e4bd47
- multimedia/zart: 6ca1964690,
d3a2931b1a
* Others:
- misc/actiona: switch to pkgconfig 'opencv4'
- multimedia/libav: drop opencv support
- misc/darknet: already failed to build prior to the upgrade
- math/saga: remove patching added to work against opencv3
This is a bit hairy, since 11.4 is supported until 2021-09-30. With
only one consumer in the tree, which has good alternatives, I don't think
it is worth the effort to chase.
At issue is SSL support: mtxclient needs SSL 1.1, which base doesn't
supply. However, it **also** needs to be compatible with the SSL used
in the rest of the stack (Qt in particular), so I can't push a ports
SSL here without also chasing that all over and potentially breaking
other parts of the stack.
No PORTREVISION bump since the package doesn't change, and it never built
on 11 anyway.
Several features are deprecated now, which means:
- Last release which guarantees support for Python 3.5
- Support for PostgreSQL 9.5 will end early in February 2021
- Support for Python 3.6 and PostgreSQL 9.6 will end near the end of 2021
Changelog: https://github.com/matrix-org/synapse/releases/tag/v1.25.0
PR: 252912
Submitted by: Sascha Biberhofer <ports@skyforge.at> (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D28298
These are paired bits of software: nheko is the only consumer of
mtxclient in FreeBSD ports. The release notes for nheko are the
interesting (end-user-visible) bits, at
https://github.com/Nheko-Reborn/nheko/releases/tag/v0.8.0https://github.com/Nheko-Reborn/mtxclient/releases/tag/v0.4.0
with the following highlights:
- Voice and Video Calls (not enabled in ports, needs gstreamer)
- Cross-Signing and Device/User Verification
- Separate profiles
Various ports-tidy things have happened as well:
- Drop googletest build requirement
- Drop libsodium
- Sort dependencies
- Tidy plist a bit
This release only contains some little bug-fixes. [1]
Fixes:
* TransferManager: Fix undefined behaviour when parsing features (#322, @lichtzeichner)
* OutgoingServer: Add missing 'to' and 'from' stream attributes (#324, @Kaffeine)
[1] https://github.com/qxmpp-project/qxmpp/releases/tag/v1.3.2
beebeep is a local-area-network chat tool, for offices and cafe's.
The changelog is at
https://sourceforge.net/p/beebeep/code/HEAD/tree/CHANGELOG.txt
with highlights:
- New feature: added "Use high resolution emoticons" option
- New feature: added ECDH key exchange to encryption protocol
- New feature: added "Auto save interval" for chat messages to prevent data loss
- New feature: added "Favored emoticons" as tab in emoticon list
- New feature: added Voice Message Player interface
Reported by: portscout