From 643dc4f2a469f888207af43c4fdb2622875778ca Mon Sep 17 00:00:00 2001 From: David O'Shaughnessy Date: Thu, 8 Oct 2020 22:01:53 +0100 Subject: libraries/olm: Updated for version 3.2.1. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- libraries/olm/README | 16 ++++++++-------- libraries/olm/olm.SlackBuild | 2 +- libraries/olm/olm.info | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/libraries/olm/README b/libraries/olm/README index fcdee97450..7f9b4947e0 100644 --- a/libraries/olm/README +++ b/libraries/olm/README @@ -1,18 +1,18 @@ olm (olm and megolm cryptographic ratchets) -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. +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. The specification of the Olm ratchet can be found in olm.md. -This library also includes an implementation of the Megolm cryptographic +This library also includes an implementation of the Megolm cryptographic ratchet, as specified in megolm.md. -Olm is designed to be easy port to different platforms and to be easy to +Olm is designed to be easy port to different platforms and to be easy to write bindings for. -It was originally implemented in C++, with a plain-C layer providing the -public API. As development has progressed, it has become clear that C++ -gives little advantage, and new functionality is being added in C, with +It was originally implemented in C++, with a plain-C layer providing the +public API. As development has progressed, it has become clear that C++ +gives little advantage, and new functionality is being added in C, with C++ parts being rewritten as the need arises. diff --git a/libraries/olm/olm.SlackBuild b/libraries/olm/olm.SlackBuild index 056e07587d..b11f08a58c 100644 --- a/libraries/olm/olm.SlackBuild +++ b/libraries/olm/olm.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=olm -VERSION=${VERSION:-3.1.5} +VERSION=${VERSION:-3.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/olm/olm.info b/libraries/olm/olm.info index e6b0a64b28..6d613ff3f0 100644 --- a/libraries/olm/olm.info +++ b/libraries/olm/olm.info @@ -1,8 +1,8 @@ PRGNAM="olm" -VERSION="3.1.5" +VERSION="3.2.1" HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm" -DOWNLOAD="https://gitlab.matrix.org/matrix-org/olm/-/archive/3.1.5/olm-3.1.5.tar.bz2" -MD5SUM="b62be94e62cf099ad78bf1cbce3f7c69" +DOWNLOAD="https://gitlab.matrix.org/matrix-org/olm/-/archive/3.2.1/olm-3.2.1.tar.bz2" +MD5SUM="622af9400c993238e43feb9bc9b7d34f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3