summaryrefslogtreecommitdiff
path: root/security/olm/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-07-25*: remove pkg-config from tools where no buildlink3.mk file is includedwiz1-2/+1
Bulk build on NetBSD of these packages had the same result as before (build succeeds, no PLIST change).
2022-01-25olm: Update to 3.2.10ryoon1-6/+3
CHangelog: Changes in `3.2.10 <https://gitlab.matrix.org/matrix-org/olm/tags/3.2.10>`_ ========================================================================= This release includes no change since 3.2.9, but is created to be able to publish again the Android library on MavenCentral. Changes in `3.2.9 <https://gitlab.matrix.org/matrix-org/olm/tags/3.2.9>`_ ========================================================================= This release includes the following changes since 3.2.8: * Switch C++ tests to use doctest. Thanks to Nicolas Werner. * Switch JavaScript tests to use jasmine instead of deprecated jasmine-node. * Add session describe function to Python binding. Thanks to Tulir Asokan.
2021-12-14security/olm: Update to 3.2.8gdt1-2/+5
Packaging: While this is 3.2.8 in distfile and upstream announcements, tt is sort of 3.2.2.1 in unpack dir and shlib versions. This is a security release fixing a buffer overflow. While upstream has a changes file, there are no entries for anything beyond 3.2.8, and the changes are thus expected to be only security fixes as described at: https://matrix.org/blog/2021/12/13/disclosure-buffer-overflow-in-libolm-and-matrix-js-sdk
2021-05-23security/olm: import olm-3.2.2 from wip/olmryoon1-0/+20
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. This library also includes an implementation of the Megolm cryptographic ratchet.