Hi,
Here is an update for OLM. I have tested it with net/gomuks and
net/neochat (and updates for both gomuks and neochat) with no issues.
OK?
diff ebf1d683daacae98d7d64b35b494ba79fff3021b /usr/ports
blob - 924404a6ac3b93fba8d6e62d54f01810107c6a7d
file + devel/olm/Makefile
--- devel/olm/Makefile
+++ devel/olm/Makefile
@@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.2 2020/10/22 04:01:05 abieber Exp $
COMMENT = Double Ratchet cryptographic ratchet in C++
-V = 3.2.1
+V = 3.2.6
DISTNAME = olm-${V}
CATEGORIES = devel security
-SHARED_LIBS += olm 1.0 # 3.2.1
+SHARED_LIBS += olm 1.1 # 3.2.6
MASTER_SITES = https://gitlab.matrix.org/matrix-org/olm/-/archive/${V}/
blob - 68a6eabe5cfc8d88512387c92e4039fd57681891
file + devel/olm/distinfo
--- devel/olm/distinfo
+++ devel/olm/distinfo
@@ -1,2 +1,2 @@
-SHA256 (olm-3.2.1.tar.gz) = 2UfZVwNF5oaWZoy4VfGmpxQbe4nLzBWgix+uGFNcTEU=
-SIZE (olm-3.2.1.tar.gz) = 524051
+SHA256 (olm-3.2.6.tar.gz) = m2G9kYK7CuDFqACosElraWAKCiLjoh/OCq0RnSscma4=
+SIZE (olm-3.2.6.tar.gz) = 549713
blob - b56a5ae0dee0c5e63f2b6b10b584f301206a5ea1
file + devel/olm/pkg/PLIST
--- devel/olm/pkg/PLIST
+++ devel/olm/pkg/PLIST
@@ -1,7 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/06/26 22:27:26 abieber Exp $
include/olm/
+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
@@ -12,3 +14,4 @@ lib/cmake/Olm/OlmConfigVersion.cmake
lib/cmake/Olm/OlmTargets${MODCMAKE_BUILD_SUFFIX}
lib/cmake/Olm/OlmTargets.cmake
@lib lib/libolm.so.${LIBolm_VERSION}
+lib/pkgconfig/olm.pc