Similar to the *rr ports under the net-p2p category, Emby is also
converting their mono binaries to .NET. We expect that in the future we
will be able to use an official runtime port of .NET to run the
EmbyServer binary. This transition also replaces ImageMagick with
embedded SkiaSharp.
databases/py-bsddb3 is deprecated. Make science/gramps use py-bsddb3 as an
option to facilitate the migration and remove the DEPRECATE note since it does
not apply anymore.
Add UPDATING note with instructions for the migration.
While here pet linters.
PR: 264529
Reported by: nimaje+fbz@bureaucracy.de
This makes yubikey-manager usable on FreeBSD again. FreeBSD
support was broken since reliance on libusb and libykpersonalize
was dropped upstream in 4.0.0.
This supports the classic uhid(4) driver and the more modern
hidraw(4) driver.
See: https://github.com/Yubico/yubikey-manager/pull/504
As I had to redo the patch after the update to 4.0.9, I took
the chance to add unit test support (`make test`).
A future change could remove the dependency on ykpersonalize.
PR: 263916
Approved by: egypcio (maintainer timeout, about 4 weeks)
Signal is a cross-platform centralized encrypted messaging service developed
by the Signal Technology Foundation and Signal Messenger LLC.
It uses the Internet to send one-to-one and group messages, which can include
files, voice notes, images and videos. It can also be used to make one-to-one
and group voice and video calls,[16][17] and the Android version can optionally
function as an SMS app
WWW: https://signal.org/
Special thanks to: tagattie@ for maintaining the electron ports
libsignal contains platform-agnostic APIs used by the official Signal clients
and servers, exposed as a Java, Swift, or TypeScript library.
The underlying implementations are written in Rust:
- libsignal-protocol: Implements the Signal protocol, including the
Double Ratchet algorithm. A replacement for libsignal-protocol-java and
libsignal-metadata-java.
- signal-crypto: Cryptographic primitives such as AES-GCM. We use RustCrypto's
where we can but sometimes have differing needs.
- device-transfer: Support logic for Signal's device-to-device transfer
feature.
- attest: Functionality for remote attestation of SGX enclaves and
server-side HSMs.
- zkgroup: Functionality for zero-knowledge groups and related features
available in Signal.
- poksho: Utilities for implementing zero-knowledge proofs (such as those used
by zkgroup); stands for "proof-of-knowledge, stateful-hash-object".
WWW: https://github.com/signalapp/libsignal
RingRTC is a middleware library providing Signal Messenger applications
with video and voice calling services built on top of WebRTC.
WWW: https://github.com/signalapp/ringrtc
Changes:
- add support for category and flavor in all queries (<category>/<portname>[@<flavor>]
- new tcp protocol to support inetd/spiped
- end of ftp support
- allow filtering out files at install time
- improvements on triggers
- plenty of bug and doc fixes