This version of net-im/libsignal-client is not compatible with
net-im/signal-cli 0.9.0. Roll back. A roll-back of net-im/signal-cli
will follow.
This reverts commit d3d2f99693.
This version of zkgroup is too new for net-im/signal-cli 0.9.0. Roll
back. A roll-back of net-im/signal-cli will follow.
This reverts commit f7ffe77ce0.
- Add WEBKIT option, disabled by default
- Bump PORTREVISION, default dependencies was changed
Previously dropped GTK option was used to enable gtk native dialogs
and render rich window content.
With last releases WebKit-gtk used only for in-app payments system.
While internal payments still experimental and not wide used,
there is no reason to hook this burden to the build as default yet.
Discussed with: osa, danfe, maintainer via ML
Approved by: maintainer
aarch64 still uses unstable features:
error[E0554]: `#![feature]` may not be used on the stable release channel
--> /usr/ports/net-im/libsignal-client/work/libsignal-client-0.9.6/cargo-crates/polyval-0.5.1/src/lib.rs:80:5
80 | feature(stdsimd, aarch64_target_feature)
--> /usr/ports/net-im/libsignal-client/work/libsignal-client-0.9.6/cargo-crates/aes-0.7.4/src/lib.rs:87:5
7 | feature(stdsimd, aarch64_target_feature)
PR: 258371
Approved by: 0mp (maintainer)
LIB_DEPENDS is overwritten later in the master port, so libnice is
never added as a dependency. Setting MAINTAINER is redundant since
it is overwritten later too.
While here amend the plist to exclude unwanted files.
Reported by: portscan (overwritten variables)
While here, also add the SQL files for other RDBMS supported
by ejabberd
PR: 259067
Reported by: Marko Cupać <marko dot cupac at mimar dot rs>
MFH: 2021Q4
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
Thursday, 7 October 2021
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.
Today they all get new bugfix source releases with updated translations,
including:
* kmail: Fix an infinite SSL error dialog loop
* konqueror: Make it compatible with KIO 5.86.0 and don’t open every
URL in a new window
* libksane: Fix multi page detection with certain scanners
Full announcement:
https://kde.org/announcements/gear/21.08.2/
To make it possible to easily import py-pyjwt v2.x move the current port
to a versioned directory. Bump consumers after rename of the dependency.
PR: 254038