Port details |
- lime End-to-end encryption library for instant messaging
- 5.2.94 security =2 5.2.94Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2022-06-15 22:51:04
- Last Update: 2023-08-04 06:20:54
- Commit Hash: b0de9fc
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://www.linphone.org/technical-corner/lime
- Description:
- LIME is an end-to-end encryption library for one-to-one and group
instant messaging, allowing users to exchange messages privately and
asynchronously. It uses modern ciphering curve X448 and double ratchet
algorithm for perfect forward secrecy.
LIME is composed of a portable client library coupled with a public key
server developed by Belledonne Communications to allow end-to-end
encryption for messaging, without having to exchange cryptographic keys
simultaneously.
The library exposes a C, C++, Python and Java API for easy integration
in mobile and desktop environments.
LIME supports multiple devices per user and multiple users per device.
- ¦ ¦ ¦ ¦
- 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/security/lime/ && make install clean
- To add the package, run one of these commands:
- pkg install security/lime
- pkg install lime
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lime
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1690555686
SHA256 (lime-5.2.94.tar.bz2) = 8a5692fd25703debfc3db6454e829a0f2fedc06420f86bbf3dd8ef3b2cfcb82b
SIZE (lime-5.2.94.tar.bz2) = 479875
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libbctoolbox.so : net/bctoolbox
- libbellesip.so : net/belle-sip
- libsoci_sqlite3.so : databases/soci
- This port is required by:
- for Libraries
-
- net/liblinphone
Configuration Options:
- No options to configure
- Options name:
- security_lime
- USES:
- cmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.2.94 04 Aug 2023 06:20:54 |
Felix Palmen (zirias) |
security/lime: Update to 5.2.94
Approved by: bofh (maintainer, by private message)
Differential Revision: https://reviews.freebsd.org/D41227 |
5.2.37 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 |
5.2.37 19 Mar 2023 16:01:17 |
Muhammad Moinur Rahman (bofh) |
security/lime: Update version 5.0.8=>5.2.37
Changelog: https://gitlab.linphone.org/BC/public/lime/-/tags/5.2.37 |
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) |
5.0.8_1 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 ) |
5.0.8_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
5.0.8 15 Jun 2022 22:48:30 |
Muhammad Moinur Rahman (bofh) |
security/lime: New Port
LIME is an end-to-end encryption library for one-to-one and group
instant messaging, allowing users to exchange messages privately and
asynchronously. It uses modern ciphering curve X448 and double ratchet
algorithm for perfect forward secrecy.
LIME is composed of a portable client library coupled with a public key
server developed by Belledonne Communications to allow end-to-end
encryption for messaging, without having to exchange cryptographic keys
simultaneously.
The library exposes a C, C++, Python and Java API for easy integration
in mobile and desktop environments.
LIME supports multiple devices per user and multiple users per device.
WWW: https://www.linphone.org/technical-corner/lime |