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
Port details on branch 2025Q2
libomemo-c Implementation of the ratcheting forward secrecy protocol
0.5.1 security on this many watch lists=0 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: 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
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

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: pkg-fallout
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
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:
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: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.5.1
14 Apr 2025 19:58:07
commit hash: 44283821fc23785440d4367824a6fef41f7378e3commit hash: 44283821fc23785440d4367824a6fef41f7378e3commit hash: 44283821fc23785440d4367824a6fef41f7378e3commit hash: 44283821fc23785440d4367824a6fef41f7378e3 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.

(cherry picked from commit 75cb7c553cee7416ae87f7c2ee991d3da332fd9c)

Number of commits found: 1