Port details |
- signald Daemon to facilitate communication via Signal Private Messenger
- 0.15.0_3 net-im =2 0.15.0_3Version of this port present on the latest quarterly branch.
- Maintainer: grembo@FreeBSD.org
- Port Added: 2021-08-28 17:51:05
- Last Update: 2024-01-21 20:24:07
- Commit Hash: 94b0e00
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: GPLv3
- WWW:
- https://signald.org/
- Description:
- signald - unofficial utility for interacting with Signal
Signal does not offer any sort of official API. Their server software is
open source and anyone can figure out the REST endpoints, but formatting the
payloads turns out to be a little trickier. Signal, unlike traditional
messaging applications, puts a number requirements around encryption and
account data storage on the client software. signald aims to handle all of
the Signal-specific requirements, exposing an API that sends and receives
unencrypted messages with other software on the same machine.
signald does not come with a user friendly frontend. Users should select an
existing client to use signald with.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net-im/signald/ && make install clean
- To add the package, run one of these commands:
- pkg install net-im/signald
- pkg install signald
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: signald
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1639927271
SHA256 (BuildConfigPlugin-1.1.8.jar) = 99b5256936af67431a8a92902f253f525837ac3639a5ff05ed2225febaa710af
SIZE (BuildConfigPlugin-1.1.8.jar) = 52133
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:
-
- gradle6>=6.7 : devel/gradle6
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- java : java/openjdk11
- Library dependencies:
-
- libsignal_jni.so : net-im/libsignal-client
- libsqlitejdbc.so : java/sqlitejdbc
- libzkgroup.so : net-im/zkgroup
- Patch dependencies:
-
- zip : archivers/zip
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net-im_signald
- USES:
- gmake shebangfix
- pkg-message:
- For install:
- Please see `man signald' for details on how to get started.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.15.0_3 21 Jan 2024 20:24:07 |
Muhammad Moinur Rahman (bofh) |
net-im/signald: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
0.15.0_2 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.15.0_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.15.0_2 20 Dec 2021 13:12:44 |
Michael Gmelin (grembo) |
net-im/signald: Update log4j to 2.17
PR: 260421 |
0.15.0_2 14 Dec 2021 22:49:17 |
Michael Gmelin (grembo) |
net-im/signald: Update log4j to 2.16, fix build |
0.15.0_1 12 Dec 2021 10:12:13 |
Michael Gmelin (grembo) |
net-im/signald: Address log4shell
This bumps signald's log4j dependency to 2.15.0 to address
CVE-2021-44228 (aka log4shell). |
0.15.0 23 Oct 2021 00:36:44 |
Piotr Kubaj (pkubaj) |
net-im/signald: enable on powerpc64le |
0.15.0 22 Oct 2021 11:42:32 |
Piotr Kubaj (pkubaj) |
net-im/signald: enable on powerpc64 |
0.15.0 17 Oct 2021 09:18:07 |
Michael Gmelin (grembo) |
net-im/signald: Update to 0.15.0 |
0.14.1 28 Aug 2021 17:47:40 |
Michael Gmelin (grembo) |
net-im/signald: Add new port
Daemon to facilitate communication via Signal Private Messenger
WWW: https://signald.org/ |