Port details |
- olm Double Ratchet cryptographic ratchet in C++
- 3.2.13 security =2 3.2.13Version of this port present on the latest quarterly branch.
- Maintainer: adridg@FreeBSD.org
- Port Added: 2019-03-25 10:40:57
- Last Update: 2024-09-28 09:46:34
- Commit Hash: c42de78
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://gitlab.matrix.org/matrix-org/olm
- Description:
- An implementation of the Double Ratchet cryptographic ratchet described by
https://whispersystems.org/docs/specifications/doubleratchet/, written in C and
C++11 and exposed as a C API.
- ¦ ¦ ¦ ¦
- 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/olm/ && make install clean
- To add the package, run one of these commands:
- pkg install security/olm
- pkg install olm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: olm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1665852879
SHA256 (matrix-org-olm-6d767aaf29bdf15571c2ef4d3f8f9e953de03733_GL0.tar.gz) = aa01390d2704e6311bbe65a5c41f7b81cc045968b225c20071db5456162e7157
SIZE (matrix-org-olm-6d767aaf29bdf15571c2ef4d3f8f9e953de03733_GL0.tar.gz) = 2900458
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
- This port is required by:
- for Libraries
-
- net-im/gomuks
- net-im/libquotient
- net-im/mtxclient
- net-im/neochat
- net-im/nheko
- net-im/quaternion
Configuration Options:
- No options to configure
- Options name:
- security_olm
- USES:
- cmake compiler:c++11-lang cpe
- 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 |
3.2.13 28 Sep 2024 09:46:34 |
Dimitry Andric (dim) |
security/olm: fix build with clang 19
Clang 19 has become more strict about assigning to const variables,
resulting in an error similar to:
/wrkdirs/usr/ports/security/olm/work/olm-6d767aaf29bdf15571c2ef4d3f8f9e953de03733/include/olm/list.hh:106:13:
error: cannot assign to variable 'other_pos' with const-qualified type 'T
*const'
106 | ++other_pos;
| ^ ~~~~~~~~~
/wrkdirs/usr/ports/security/olm/work/olm-6d767aaf29bdf15571c2ef4d3f8f9e953de03733/include/olm/list.hh:102:19:
note: variable 'other_pos' declared const here
102 | T * const other_pos = other._data;
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
In this case, it looks like a typo: "T * const" means that the pointer
itself is const, thus it cannot be incremented. Instead, this should be
"T const *" (spelled alternatively as "const T *"), which means that the
object pointed to is const, not the pointer itself.
PR: 281496
Approved by: maintainer timeout (2 weeks)
MFH: 2024Q3 |
3.2.13 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 |
3.2.13 03 Nov 2022 21:51:57 |
Daniel Engberg (diizzy) |
security/olm: Update to 3.2.13
Use USE_GITLAB to follow Porters Handbook more closely and be consistent with
ports tree
Disable building of unit tests
Changelog: https://gitlab.matrix.org/matrix-org/olm/-/tags/3.2.13
PR: 267091
Approved by: portmgr (maintainer timeout, 2+ weeks) |
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) |
3.2.11 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 ) |
3.2.11 17 Apr 2022 22:19:25 |
Adriaan de Groot (adridg) |
security/olm: update to 3.2.11, latest upstream
I missed six months of updates here -- portscout doesn't
seem to find GitLab-based releases for me. The release
notes are on all the tags pages, here's the latest:
https://gitlab.matrix.org/matrix-org/olm/-/tags/3.2.11
Documentation builds now, that seems to be the important
line-item for us this release. 3.2.8 added a better error
description when a buffer is too small. 3.2.7 added better
handling of fallback keys. |
3.2.6 21 Dec 2021 12:30:04 |
Bernhard Froehlich (decke) |
security/olm: Add CPE information
Approved by: portmgr (blanket) |
3.2.6 28 Oct 2021 19:57:43 |
Adriaan de Groot (adridg) |
security/olm: Update to 3.2.6, latest release
It looks like I do not have the right bits for portscout here,
so didn't get notifications of new versions. Release notes are at:
https://gitlab.matrix.org/matrix-org/olm/-/releases#3.2.6
There are many updates. Dependent ports mtxclient (needed a compile-
patch) and nheko bumped so they pick this up. |
3.1.4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.1.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.1.4 30 Dec 2019 17:01:57 |
adridg |
Update security/olm to latest upstream release
Release notes:
https://gitlab.matrix.org/matrix-org/olm/-/releases
The changes are only in the Python bindings and the build system,
so this is only a minor change. |
3.1.2_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.1.2 11 Jun 2019 08:02:38 |
adridg |
Update security/olm to latest upstream release.
Source has moved to gitlab, still under Matrix.org. Release notes at
https://gitlab.matrix.org/matrix-org/olm/releases
major changes were in 3.1.0 already, Short Authentication String
and public key signing. Various compatibility and build fixes
were also applied.
Also PORTREVISION dependent ports (that I know about). No MFH because
these are feature-based releases, not security updates.
PR: 238384
Submitted by: Alexander Sieg
Reported by: Alexander Sieg |
3.0.0 31 May 2019 11:41:56 |
tobik |
security/olm: Spell LICENSE_FILE correctly |
3.0.0 25 Mar 2019 10:40:42 |
adridg |
New ports security/olm and net-im/mtxclient
These are support libraries for Matrix clients; Nheko in particular.
Until I wrap-up Nheko, they aren't used by anything. |