olm 3.2.13~dfsg-1ubuntu1 source package in Ubuntu

Changelog

olm (3.2.13~dfsg-1ubuntu1) lunar; 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.

olm (3.2.13~dfsg-1) unstable; urgency=medium

  * Team upload.
  * new upstream version
  * Add Multi-Arch according to MA hinter

 -- Gianfranco Costamagna <email address hidden>  Sat, 05 Nov 2022 15:39:14 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
olm_3.2.13~dfsg.orig.tar.xz 317.9 KiB 96c573f1bdfa8d4dcfa864289ae77e66bd66c7afed8db1108c4e4e89b30fa48d
olm_3.2.13~dfsg-1ubuntu1.debian.tar.xz 14.0 KiB 720f64f7869ff5112d441b032ecb722c96804c16b39bd3a83c980017188e20c0
olm_3.2.13~dfsg-1ubuntu1.dsc 2.6 KiB 64620823a00ca1b4d20bc36ef0afc0e25931b34d3d6e0351c049b7ab43dd33b9

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: implementation of the Double Ratchet cryptographic ratchet - development files

 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

 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