Port details on branch 2025Q2 |
- libomemo-c Implementation of the ratcheting forward secrecy protocol
- 0.5.1 security
=0 0.5.1Version of this port present on the latest quarterly branch. - Maintainer: kde@FreeBSD.org
 - Port Added: 2025-04-14 20:00:05
- Last Update: 2025-04-14 19:58:07
- Commit Hash: 4428382
- License: GPLv3
- WWW:
- https://github.com/dino/libomemo-c/
- Description:
- This is a fork of libsignal-protocol-c, an implementation of Signal's
ratcheting forward secrecy protocol that works in synchronous and asynchronous
messaging. The fork adds support for OMEMO as defined in XEP-0384 versions
0.3.0 and later.
* OMEMO version 0.3.0 uses the original libsignal-protocol-c implementation
with its protocol versions 2 and 3.
* OMEMO version 0.4.0+ is implemented using a new protocol version 4
internally. In comparison with protocol version 3, it changes:
* HKDF info strings
* Protocol buffer encoding
* Signature scheme (uses XEd25519 instead of custom "Curve25519 signatures")
* Specification-compliant double ratchet
* Support for Ed25519 public keys
* Various serializations
* Removes unused functionality
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libomemo-c>0:security/libomemo-c
- To install the port:
- cd /usr/ports/security/libomemo-c/ && make install clean
- To add the package, run one of these commands:
- pkg install security/libomemo-c
- pkg install libomemo-c
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libomemo-c
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1744149692
SHA256 (dino-libomemo-c-v0.5.1_GH0.tar.gz) = d1b65dbf7bccc67523abfd5e429707f540b2532932d128b2982f0246be2b22a0
SIZE (dino-libomemo-c-v0.5.1_GH0.tar.gz) = 239905
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libprotobuf-c.so : devel/protobuf-c
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_libomemo-c
- USES:
- meson pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.1 14 Apr 2025 19:58:07
    |
Max Brazhnikov (makc)  |
security/libomemo-c: update to 0.5.1
- Switch to meson (cmake fails to detect protobuf-c properly).
- Use PLIST_SUB to reduce diff on future updates.
(cherry picked from commit 75cb7c553cee7416ae87f7c2ee991d3da332fd9c) |
Number of commits found: 1
|