Tue Jan 25 12:55:43 2022 UTC ()
olm: Update to 3.2.10

CHangelog:
Changes in `3.2.10 <https://gitlab.matrix.org/matrix-org/olm/tags/3.2.10>`_
=========================================================================

This release includes no change since 3.2.9, but is created to be able to
publish again the Android library on MavenCentral.

Changes in `3.2.9 <https://gitlab.matrix.org/matrix-org/olm/tags/3.2.9>`_
=========================================================================

This release includes the following changes since 3.2.8:

* Switch C++ tests to use doctest.  Thanks to Nicolas Werner.
* Switch JavaScript tests to use jasmine instead of deprecated jasmine-node.
* Add session describe function to Python binding.  Thanks to Tulir Asokan.


(ryoon)
diff -r1.2 -r1.3 pkgsrc/security/olm/Makefile
diff -r1.2 -r1.3 pkgsrc/security/olm/PLIST
diff -r1.4 -r1.5 pkgsrc/security/olm/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/security/olm/Makefile (expand / switch to context diff)
--- pkgsrc/security/olm/Makefile 2021/12/14 01:01:48 1.2
+++ pkgsrc/security/olm/Makefile 2022/01/25 12:55:43 1.3
@@ -1,17 +1,14 @@
-# $NetBSD: Makefile,v 1.2 2021/12/14 01:01:48 gdt Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/25 12:55:43 ryoon Exp $
 
-DISTNAME=	olm-3.2.8
+DISTNAME=	olm-3.2.10
 CATEGORIES=	security
-MASTER_SITES=	https://gitlab.matrix.org/matrix-org/olm/-/archive/3.2.2/
+MASTER_SITES=	https://gitlab.matrix.org/matrix-org/olm/-/archive/3.2.10/
 EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	pkgsrc-users@NetBSD.org
 HOMEPAGE=	https://gitlab.matrix.org/matrix-org/olm
 COMMENT=	Implementation of the Double Ratchet cryptographic ratchet
 LICENSE=	apache-2.0
-
-# Ah for the days when the distfile unpacked to the right place...
-WRKSRC=		${WRKDIR}/olm-3.2.2-3745ea57bbce319ac2f190e02062e45a46d23471
 
 USE_CMAKE=	yes
 USE_TOOLS+=	pkg-config

cvs diff -r1.2 -r1.3 pkgsrc/security/olm/PLIST (expand / switch to context diff)
--- pkgsrc/security/olm/PLIST 2021/12/14 01:01:48 1.2
+++ pkgsrc/security/olm/PLIST 2022/01/25 12:55:43 1.3
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2021/12/14 01:01:48 gdt Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/25 12:55:43 ryoon Exp $
+include/olm/error.h
 include/olm/inbound_group_session.h
 include/olm/olm.h
+include/olm/olm_export.h
 include/olm/outbound_group_session.h
 include/olm/pk.h
 include/olm/sas.h
@@ -10,5 +12,5 @@
 lib/cmake/Olm/OlmTargets.cmake
 lib/libolm.so
 lib/libolm.so.3
-lib/libolm.so.3.2.2
+lib/libolm.so.${PKGVERSION}
 lib/pkgconfig/olm.pc

cvs diff -r1.4 -r1.5 pkgsrc/security/olm/distinfo (expand / switch to context diff)
--- pkgsrc/security/olm/distinfo 2021/12/14 01:01:48 1.4
+++ pkgsrc/security/olm/distinfo 2022/01/25 12:55:43 1.5
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/12/14 01:01:48 gdt Exp $
+$NetBSD: distinfo,v 1.5 2022/01/25 12:55:43 ryoon Exp $
 
-BLAKE2s (olm-3.2.8.tar.bz2) = ac417015ae5ef6c0d91060b9d63711ec58aad3d79fc0b47094cdd43dfcccb807
+BLAKE2s (olm-3.2.10.tar.bz2) = 84c6a275ef0dda8371152f198ea0559d2531f51509a152223b148698d1b722c8
-SHA512 (olm-3.2.8.tar.bz2) = c11d745b2858bc8eae8df7bb68ae2d98856c22137d657f944b35f723c29d541039c65ff1d6af314769bcfa2efbab92f15056be5165df5cce703d3778566d8d97
+SHA512 (olm-3.2.10.tar.bz2) = 127a81f8585550fb59b922e656b877251fbc96b5b61629a9faaf10b82c88c28f5036de815803c654d9d82c436c75e11dd3b96c6a6cb14d4ae686b24ce3dcff94
-Size (olm-3.2.8.tar.bz2) = 476485 bytes
+Size (olm-3.2.10.tar.bz2) = 2733952 bytes