notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
libomemo-c Implementation of the ratcheting forward secrecy protocol
0.5.1 security on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.5.1Version of this port present on the latest quarterly branch.
Maintainer: kde@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-03-12 09:51:07
Last Update: 2025-04-09 08:07:41
Commit Hash: 75cb7c5
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
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
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (25 items)
Collapse this list.
  1. /usr/local/share/licenses/libomemo-c-0.5.1/catalog.mk
  2. /usr/local/share/licenses/libomemo-c-0.5.1/LICENSE
  3. /usr/local/share/licenses/libomemo-c-0.5.1/GPLv3
  4. include/omemo/curve.h
  5. include/omemo/hkdf.h
  6. include/omemo/key_helper.h
  7. include/omemo/protocol.h
  8. include/omemo/ratchet.h
  9. include/omemo/sender_key.h
  10. include/omemo/sender_key_record.h
  11. include/omemo/sender_key_state.h
  12. include/omemo/session_builder.h
  13. include/omemo/session_cipher.h
  14. include/omemo/session_pre_key.h
  15. include/omemo/session_record.h
  16. include/omemo/session_state.h
  17. include/omemo/signal_protocol.h
  18. include/omemo/signal_protocol_types.h
  19. lib/libomemo-c.so
  20. lib/libomemo-c.so.0
  21. lib/libomemo-c.so.0.5.1
  22. libdata/pkgconfig/libomemo-c.pc
  23. @owner
  24. @group
  25. @mode
Collapse this list.
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

Packages (timestamps in pop-ups are UTC):
libomemo-c
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.5.10.5.1-0.5.10.5.1---
FreeBSD:13:quarterly0.5.10.5.10.5.00.5.10.5.10.5.00.5.00.5.0
FreeBSD:14:latest0.5.10.5.1-0.5.10.5.10.5.0-0.5.0
FreeBSD:14:quarterly0.5.10.5.1-0.5.10.5.10.5.00.5.00.5.0
FreeBSD:15:latest0.5.10.5.1n/a0.5.1n/a0.5.00.5.00.5.0
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. meson : devel/meson
  2. ninja : devel/ninja
  3. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libprotobuf-c.so : devel/protobuf-c
This port is required by:
for Libraries
  1. net-im/qxmpp

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. net-im/qxmpp-qt5*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/dino/libomemo-c/tar.gz/v0.5.1?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.5.1
09 Apr 2025 08:07:41
commit hash: 75cb7c553cee7416ae87f7c2ee991d3da332fd9ccommit hash: 75cb7c553cee7416ae87f7c2ee991d3da332fd9ccommit hash: 75cb7c553cee7416ae87f7c2ee991d3da332fd9ccommit hash: 75cb7c553cee7416ae87f7c2ee991d3da332fd9c files touched by this commit
Max Brazhnikov (makc) search for other commits by this committer
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.
0.5.0
12 Mar 2023 09:50:19
commit hash: 0656fbec64201587a96be14c3fbc7fa7697ec4b6commit hash: 0656fbec64201587a96be14c3fbc7fa7697ec4b6commit hash: 0656fbec64201587a96be14c3fbc7fa7697ec4b6commit hash: 0656fbec64201587a96be14c3fbc7fa7697ec4b6 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
security/libomemo-c: new port -- for of libsignal-protocol-c with OMEMO support

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

WWW: https://github.com/dino/libomemo-c

Number of commits found: 2