From: Paco Esteban Subject: update security/py-omemo-dr (fixes issue with gajim group chats) To: ports Cc: Florian Viehweger Date: Thu, 16 Apr 2026 08:52:58 +0200 Hi ports, matijn@ found an issue with Gajim's group chats when OMEMO encryption is enabled, where it asked for approval of the group participants keys, but it did not present the list of keys to approve. So you could not send encrypted messages to group chats. After some debugging, seems this is simply because we're using an older version of security/py-omemo-dr. Once that's updated, everything works as expected. Lightly tested by martijn and me. I put gajim's maintainer in cc so they're aware of this. Not sure if you folks want to have this in before release or it's already too late. I would say yes because this can affect the many many millions of OpenBSD xmpp users ... Now being more serious, just let me know if this is ok before or after release. Cheers, paco. diff --git security/py-omemo-dr/Makefile security/py-omemo-dr/Makefile index 7c5c50e58c6..4c2333312e0 100644 --- security/py-omemo-dr/Makefile +++ security/py-omemo-dr/Makefile @@ -1,9 +1,8 @@ COMMENT = Gajim's fork of py-axolotl -MODPY_DISTV = 1.0.1 -DISTNAME = omemo-dr-${MODPY_DISTV} +MODPY_DISTV = 1.2.0 +DISTNAME = omemo_dr-${MODPY_DISTV} PKGNAME = py-omemo-dr-${MODPY_DISTV} -REVISION = 4 CATEGORIES = security diff --git security/py-omemo-dr/distinfo security/py-omemo-dr/distinfo index 409968a03c5..02c99a8eaf7 100644 --- security/py-omemo-dr/distinfo +++ security/py-omemo-dr/distinfo @@ -1,2 +1,2 @@ -SHA256 (omemo-dr-1.0.1.tar.gz) = KoqMdyMdc5Sb3TdSeNTVomElK9ruUstiQayyUcIC02E= -SIZE (omemo-dr-1.0.1.tar.gz) = 152526 +SHA256 (omemo_dr-1.2.0.tar.gz) = GLZUKzu37W3ONN0C8ysWQBmCuiTwFG3a4JHcuSx5pIQ= +SIZE (omemo_dr-1.2.0.tar.gz) = 152804 -- Paco Esteban 0x5818130B8A6DBC03