| Port details |
- libsignal-node Platform-agnostic APIs used by the official Signal clients and servers
- 0.83.0 net-im
=3 0.81.0Version of this port present on the latest quarterly branch. - Maintainer: mikael@FreeBSD.org
 - Port Added: 2022-06-23 11:39:16
- Last Update: 2025-11-15 10:49:01
- Commit Hash: 7985df5
- People watching this port, also watch:: xcb-util-image, autoconf, libssh, py311-beautifulsoup, p5-Encode-IMAPUTF7
- License: AGPLv3
- WWW:
- https://github.com/signalapp/libsignal
- Description:
- 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".
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- libsignal-node>0:net-im/libsignal-node
- To install the port:
- cd /usr/ports/net-im/libsignal-node/ && make install clean
- To add the package, run one of these commands:
- pkg install net-im/libsignal-node
- pkg install libsignal-node
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libsignal-node
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64
- distinfo:
- TIMESTAMP = 1761150266
SHA256 (libsignal-node-0.83.0-npm-cache.tar.gz) = b0491c847043b4394593b93d80bfd394bdf598f9db82cb3c0ee9ab4f416e47c0
SIZE (libsignal-node-0.83.0-npm-cache.tar.gz) = 57559417
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- llvm-config19 : devel/llvm19
- npm : www/npm-node22
- protoc : devel/protobuf
- rust>=1.91.0 : lang/rust
- cmake : devel/cmake-core
- pkgconf>=1.3.0_1 : devel/pkgconf
- gmake>=4.4.1 : devel/gmake
- node : www/node22
- python3.11 : lang/python311
- Patch dependencies:
-
- npm : www/npm-node22
- This port is required by:
- for Build
-
- net-im/signal-desktop
Configuration Options:
- No options to configure
- Options name:
- net-im_libsignal-node
- USES:
- cargo gmake nodejs:22,build python:build
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.17.0 01 Jul 2022 06:17:09
    |
Piotr Kubaj (pkubaj)  |
net-im/libsignal-node: fix build on powerpc64*
Properly set CARGO_ARCH. Since nodejs sets ppc64 target_arch for both powerpc64*
architectures,
create separate patches for both.
Also modify do-install target to account for powerpc64*. |
0.17.0 30 Jun 2022 08:55:09
    |
Mikael Urankar (mikael)  |
net-im/libsignal-desktop: Update to 0.17.0
Changes:
https://github.com/signalapp/libsignal/releases/tag/v0.17.0 |
0.16.0 23 Jun 2022 12:23:57
    |
Mikael Urankar (mikael)  |
signal-desktop: replace ECHO with ECHO_CMD
The "echo" command has to be used here
See Mk/bsd.commands.mk (ECHO_CMD) for details
Reported by: 0mp |
0.16.0 23 Jun 2022 11:38:17
    |
Mikael Urankar (mikael)  |
net-im/libsignal-node: Add new port
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 |