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
libomemo-c Implementation of the ratcheting forward secrecy protocol
0.5.0 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.0Version 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: 2023-03-12 09:50:19
Commit Hash: 0656fbe
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-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.0/catalog.mk
  2. /usr/local/share/licenses/libomemo-c-0.5.0/LICENSE
  3. /usr/local/share/licenses/libomemo-c-0.5.0/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.0
  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 = 1678613499 SHA256 (dino-libomemo-c-v0.5.0_GH0.tar.gz) = 03195a24ef7a86c339cdf9069d7f7569ed511feaf55e853bfcb797d2698ba983 SIZE (dino-libomemo-c-v0.5.0_GH0.tar.gz) = 260987

Packages (timestamps in pop-ups are UTC):
libomemo-c
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.5.00.5.0-0.5.00.5.0---
FreeBSD:13:quarterly0.5.00.5.00.5.00.5.00.5.00.5.00.5.00.5.0
FreeBSD:14:latest0.5.00.5.0-0.5.00.5.00.5.0-0.5.0
FreeBSD:14:quarterly0.5.00.5.0-0.5.00.5.00.5.00.5.00.5.0
FreeBSD:15:latest0.5.00.5.0n/a0.5.0n/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. cmake : devel/cmake-core
  2. ninja : devel/ninja
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:
cmake
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.0?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.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: 1