olm 3.2.15~dfsg-1ubuntu1 source package in Ubuntu

Changelog

olm (3.2.15~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.15~dfsg-1) unstable; urgency=medium

  * Team upload.
  * new upstream version
  * Update d/copyright
  * Drop old Conflicts/Replaces/Provides
  * Bump policy version (no changes)
  * Move package description to source package
  * Rebase patch
  * Add patch to remove custom compiler flags (Closes: #1054673)
  * Fix build with new dpkg build flags
  * Cleanup after build (Closes: #1046699)
  * Fix lintian warnings

 -- Gianfranco Costamagna <email address hidden>  Fri, 03 Nov 2023 18:13:16 +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.15~dfsg.orig.tar.xz 319.8 KiB b8ae6a2260424ebce2fb22d8630bbe3c04178d9de68dd87745194d968015080b
olm_3.2.15~dfsg-1ubuntu1.debian.tar.xz 14.4 KiB ff67a26c434e729258a59ea203dd8488ca6d1c96864799a8d3193beccb4581ca
olm_3.2.15~dfsg-1ubuntu1.dsc 3.2 KiB eb4e2ce3becee94bce717edba49a07021cddc16cf4c4ecd5bcbfa5ce4b1124ae

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