olm 3.2.15~dfsg-1 source package in Ubuntu

Changelog

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

 -- Jochen Sprickerhof <email address hidden>  Tue, 31 Oct 2023 10:38:39 +0100

Upload details

Uploaded by:
Matrix Packaging Team
Uploaded to:
Sid
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-1.dsc 3.2 KiB 3b590c8186cbce8e761a5b84e6d0efdea4499d1fe11785699610ae2f0e266cc8
olm_3.2.15~dfsg.orig.tar.xz 319.8 KiB b8ae6a2260424ebce2fb22d8630bbe3c04178d9de68dd87745194d968015080b
olm_3.2.15~dfsg-1.debian.tar.xz 14.0 KiB 92b9f7d07409a635292009677743d18d75ac540551bb03282250cfbd0052b60b

No changes file available.

Binary packages built by this source

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