olm 3.2.8~dfsg-1ubuntu1 source package in Ubuntu

Changelog

olm (3.2.8~dfsg-1ubuntu1) jammy; urgency=low

  * 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>  Wed, 15 Dec 2021 12:21:00 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
olm_3.2.8~dfsg.orig.tar.xz 268.4 KiB 8556916f76dcf0e65cce9bb9ad83cf2143f9fcd614e246c944d14308b8c5d9eb
olm_3.2.8~dfsg-1ubuntu1.debian.tar.xz 12.8 KiB e076d88812480ec2cec7199ca33b034587defa5f923d46043954d9b41e40ee34
olm_3.2.8~dfsg-1ubuntu1.dsc 2.4 KiB 9111b41bec0d35d58f2004ad365929ef52cff687a7d0c3a7a0525d22ce0b3617

View changes file

Binary packages built by this source

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