./chat/gajim-plugin-omemo, OMEMO encryption support for Gajim

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.7.14nb2, Package name: gajim-plugin-omemo-2.7.14nb2, Maintainer: pkgsrc-users

OMEMO is an XMPP Extension Protocol (XEP) for secure multi-client
end-to-end encryption. It is an open standard based on a Double Ratchet
and PEP which can be freely used and implemented by anyone. The protocol
has been audited by a third party.

This package contains the OMEMO plugin for Gajim.


Required to run:
[chat/gajim] [graphics/py-qrcode] [lang/python37] [chat/py-axolotl]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 57.49 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524)
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
   2021-10-26 12:05:29 by Nia Alarie | Files touched by this commit (146)
Log message:
chat: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:23:36 by Nia Alarie | Files touched by this commit (146)
Log message:
chat: Remove SHA1 hashes for distfiles
   2021-08-10 16:44:23 by Nia Alarie | Files touched by this commit (1)
Log message:
gajim-plugin-omemo: explain versioning situation, poked by wiz
   2021-08-10 14:03:37 by Nia Alarie | Files touched by this commit (11) | Package updated
Log message:
gajim: update to 1.3.2

Release notes:
https://gajim.org/post/2021-04-24-gajim-1.3.2-released/
   2020-12-04 21:45:51 by Nia Alarie | Files touched by this commit (456)
Log message:
Revbump packages with a runtime Python dep but no version prefix.

For the Python 3.8 default switch.
   2019-04-25 15:35:01 by Nia Alarie | Files touched by this commit (4)
Log message:
chat/gajim: Update to 1.3.1. Drop maintainership.

  New

  * Add a mobile phone indicator to the chat window
  * Rework HTTPUpload dialog
  * Add a "paste as quote" option to the message input

  Bug fixes

  * #8822 Fix memory leak when using spell checker
  * #9514 Fix jingle filetransfers not working in some circumstances
  * #9573 Dont leak DNS query when connecting over proxy
  * #9578 Determine Windows version more reliably
  * #9622 Fix an error while quitting Gajim
  * #9633 Fix an error while sending a file
  * #9637 Restore window size correctly on wayland
  * #9660 GPG Agent setting is ignored
  * #9645 Make zeroconf IPV6 compatible
  * Improve dark theme colors
  * Fix access to GnuPG keys
  * Use UUID4 item ids for pubsub posts
  * Dont send invalid show values
  * Windows: Dont override format region settings
  * Various smaller improvements