olm 3.2.10~dfsg-4ubuntu1 source package in Ubuntu

Changelog

olm (3.2.10~dfsg-4ubuntu1) jammy; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - Don't use Ubuntu LDFLAGS for wasm build,
      because they are incompatible with wasm, causing a build failure.

 -- Gianfranco Costamagna <email address hidden>  Thu, 27 Jan 2022 22:31:21 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Jammy
Original maintainer:
Matrix Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
olm_3.2.10~dfsg.orig.tar.xz 313.8 KiB 4df1a93b5354d941c132f1b6485462b0dcd1995eb276680a1546f7107173da4c
olm_3.2.10~dfsg-4ubuntu1.debian.tar.xz 13.9 KiB 09dae83b1a8d0950a7eb60779453863f6ce5503e38e913cca9af3f68e619f9d9
olm_3.2.10~dfsg-4ubuntu1.dsc 2.4 KiB a5d7365cee6ecbbbf1730d535d82c1f8d732e939fcbdeada4fc6c779c3a4865d

View changes file

Binary packages built by this source

libjs-olm: JavaScript compilation of the olm Double Ratchet implementation

 Olm is 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
 which is intended for encrypted messaging applications
 where there may be a large number of recipients of each message,
 thus precluding the use of peer-to-peer encryption systems such as Olm.
 .
 Megolm is the end-to-end encryption system
 for the Matrix communications protocol.
 .
 This package contains the JavaScript libolm compiled as JavaScript.

libolm-dev: development files for the olm Double Ratchet implementation

 Olm is 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
 which is intended for encrypted messaging applications
 where there may be a large number of recipients of each message,
 thus precluding the use of peer-to-peer encryption systems such as Olm.
 .
 Megolm is the end-to-end encryption system
 for the Matrix communications protocol.
 .
 This package contains the development files
 for compiling programs that use olm.

libolm3: implementation of the Double Ratchet cryptographic ratchet in C++

 Olm is 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
 which is intended for encrypted messaging applications
 where there may be a large number of recipients of each message,
 thus precluding the use of peer-to-peer encryption systems such as Olm.
 .
 Megolm is the end-to-end encryption system
 for the Matrix communications protocol.

libolm3-dbgsym: debug symbols for libolm3
python3-olm: Python bindings for the olm Double Ratchet implementation

 Olm is 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
 which is intended for encrypted messaging applications
 where there may be a large number of recipients of each message,
 thus precluding the use of peer-to-peer encryption systems such as Olm.
 .
 Megolm is the end-to-end encryption system
 for the Matrix communications protocol.
 .
 This package contains the Python 3 bindings for libolm.

python3-olm-dbgsym: debug symbols for python3-olm