- Written in C++17 and does not need Vala since v3.5.0
- mbedTLS is used instead of libcurl since v3.3.0
- Now graphic-wise depends only on jpeg and libpng
Upstream switched where it places the tarballs (from "stable/" to
"unstable/" even while releasing stability-fixes), so this wasn't
spotted earlier. While here, update the WWW to point to an actual
site, rather than the unofficial GitHub mirror of the source code.
Release notes at:
https://www.kaidan.im/2020/08/20/kaidan-0.6.0/https://www.kaidan.im/2021/02/02/kaidan-0.7.0/
Synapse now requires forwarded-for headers when running behind a reverse
proxy, but it will warn the user if those are missing.
PR: ports/254277
Submitted by: Sascha Biberhofer <ports@skyforge.at> (maintainer)
They were a last minute addition despite they already were presented in
Makefile. Not bumping PORTREVISION, because actual dependencies list is not
changed.
While here, pet both portclippy and portfmt.
PR: 254150
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Approved by: fernape (mentor)
Differential Revision: https://reviews.freebsd.org/D29184
* PyQt5: update to 5.15.3
This is a minor feature and bug-fix release. There are corresponding releases of the other PyQt5-related packages.
- Added the missing QImage.setAlphaChannel().
- Support for the QtNetworkAuth library has been moved to a separate PyQtNetworkAuth package.
- Wheels no longer bundle the corresponding Qt libraries and instead automatically install them from an external wheel.
* QScintilla2: update to 2.12.0
This adds support for Qt6 and removes support for Qt4.
- Change the new distname (again)i due to a conflict
- Use the new sip-build system
* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo
PR: 253865
Exp-run by: antoine
- Switch to depending on upstream tarballs for all the JAR files this port
needs. Since 0.8.0, the upstream switched to a Kotlin-based Gradle file,
which broke the Gradle dependency resolution mechanism implemented in
files/build.gradle.in. It is unproductive to fix that script. Let's just
use the provided JAR files.
- Java is no longer used to during build, so set JAVA_RUN=jre.
- Release notes:
https://github.com/AsamK/signal-cli/blob/v0.8.1/CHANGELOG.md
libsignal-client is an implementation of the Signal client protocol in Rust.
It is under heavy development at the moment and subject to change without
notice. Its use outside Signal is not yet recommended.
WWW: https://github.com/signalapp/libsignal-client
20.12.3 Releases
Over 120 individual programs plus dozens of programmer libraries and feature
plugins are released simultaneously as part of KDE’s release service.
neochat is a Matrix client supporting multiple accounts, multiple
servers, and generally being a nice modern client for IM.
There is a release announcement at
https://carlschwan.eu/2021/02/23/neochat-1.1/
KDE ports that use unreleased versions / versions straight from git.
PORTVERSION or DISTVERSION increased:
- audio/amarok has a newer tag so the commit hash jumps.
- devel/heaptrack has a newer tag so the commit hash jumps.
- graphics/kooka advances to a newer commit, nothing spectacular.
- graphics/peruse advances a great deal to its current state, which
is slightly-before-a-real-release. This one will be dropping KDE_INVENT
and going to normally-released soon, says upstream.
- net/smb4k has a newer tag so the commit hash jumps.
PORTVERSION unchanged, but I didn't bump PORTREVISION either
because it's the same software:
- editors/kile gets the hash for the tag it was previously using.
(because USE_GITLAB does not understand tags and needs a full hash).
There is lots of newer commits but nothing that looks like a complete
releaseable state.
- net-im/ruqola gets the hash for the tag it was previously using.
Note that none of the updates that might have been possible were
reported by portscout; that's part of the hazard of using a semi-
official-at-best mirror. I hope it does catch updates from KDE Invent,
although these bits of software have flaky update schedules anyway.
Reviewed by: tcberner