olm 3.2.10~dfsg-1 source package in Ubuntu

Changelog

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

  [ upstream ]
  * new release(s)

  [ Jonas Smedegaard ]
  * update copyright info:
    + avoid convenience code copy of doctest
      when repackaging upstream source
    + update coverage
  * rename and renumber patch
    1001_python3.patch -> 2002_python3_shebang.patch:
    Shrunk to only strip use of /usr/bin/env
    which is unlikely to be relevant upstream
  * add patch 2003 to avoid doctest for running testsuite

 -- Jonas Smedegaard <email address hidden>  Thu, 13 Jan 2022 13:18:56 +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.10~dfsg-1.dsc 2.3 KiB d2de1fe9cf2416d1462b0fb233b175f6e29073b3339ba9878ca3e6363d01dc20
olm_3.2.10~dfsg.orig.tar.xz 313.8 KiB 4df1a93b5354d941c132f1b6485462b0dcd1995eb276680a1546f7107173da4c
olm_3.2.10~dfsg-1.debian.tar.xz 70.1 KiB a2af8cf85edd4239714b483479371c8ecd109f5f5c5318179e925cbeace3d6f0

No changes file available.

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