olm 3.2.16+dfsg-1ubuntu1 source package in Ubuntu

Changelog

olm (3.2.16+dfsg-1ubuntu1) noble; 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.16+dfsg-1) unstable; urgency=medium

  * Team upload.
  * new upstream version
  * Switch d/watch to +dfsg
  * Drop python3-future dependency (no longer needed)

 -- Gianfranco Costamagna <email address hidden>  Thu, 11 Jan 2024 09:02:39 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
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.16+dfsg.orig.tar.xz 319.3 KiB 049655f24e4b18beb62b5a4147c0e18c2b3600b56d6db86ab2c8893f8a3810d9
olm_3.2.16+dfsg-1ubuntu1.debian.tar.xz 14.5 KiB 19cadd7ce5fa419bcb8913952dcddf55351247adf1a0acf77a893ce8df68c351
olm_3.2.16+dfsg-1ubuntu1.dsc 3.2 KiB cfd6888e74db7b94e20508d6cca8ab1f659214b846ed3827ff028ea3c2accb52

View changes file

Binary packages built by this source

libjs-olm: implementation of the Double Ratchet cryptographic ratchet - JavaScript bindings

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

 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