summaryrefslogtreecommitdiff
path: root/security/olm
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2022-01-25 12:55:43 +0000
committerryoon <ryoon@pkgsrc.org>2022-01-25 12:55:43 +0000
commite816eaaf50e7f0b8036d01c68881880d80dcdb68 (patch)
tree8d0d1e1d4385fa112ff5a4a9585581300f210bec /security/olm
parent34c67ec5a53770416a01fd7dc22973da9f5a0be7 (diff)
downloadpkgsrc-e816eaaf50e7f0b8036d01c68881880d80dcdb68.tar.gz
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.
Diffstat (limited to 'security/olm')
-rw-r--r--security/olm/Makefile9
-rw-r--r--security/olm/PLIST6
-rw-r--r--security/olm/distinfo8
3 files changed, 11 insertions, 12 deletions
diff --git a/security/olm/Makefile b/security/olm/Makefile
index 217c67fba2c..b718651c3e3 100644
--- a/security/olm/Makefile
+++ b/security/olm/Makefile
@@ -1,8 +1,8 @@
-# $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
@@ -10,9 +10,6 @@ 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
USE_LANGUAGES= c c++
diff --git a/security/olm/PLIST b/security/olm/PLIST
index e75f706c07c..8e0747589ee 100644
--- a/security/olm/PLIST
+++ b/security/olm/PLIST
@@ -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-release.cmake
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
diff --git a/security/olm/distinfo b/security/olm/distinfo
index 75012452bbb..97078ed5377 100644
--- a/security/olm/distinfo
+++ b/security/olm/distinfo
@@ -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
-SHA512 (olm-3.2.8.tar.bz2) = c11d745b2858bc8eae8df7bb68ae2d98856c22137d657f944b35f723c29d541039c65ff1d6af314769bcfa2efbab92f15056be5165df5cce703d3778566d8d97
-Size (olm-3.2.8.tar.bz2) = 476485 bytes
+BLAKE2s (olm-3.2.10.tar.bz2) = 84c6a275ef0dda8371152f198ea0559d2531f51509a152223b148698d1b722c8
+SHA512 (olm-3.2.10.tar.bz2) = 127a81f8585550fb59b922e656b877251fbc96b5b61629a9faaf10b82c88c28f5036de815803c654d9d82c436c75e11dd3b96c6a6cb14d4ae686b24ce3dcff94
+Size (olm-3.2.10.tar.bz2) = 2733952 bytes