3957cfd656
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.
20 lines
515 B
Makefile
20 lines
515 B
Makefile
# $NetBSD: Makefile,v 1.3 2022/01/25 12:55:43 ryoon Exp $
|
|
|
|
DISTNAME= olm-3.2.10
|
|
CATEGORIES= security
|
|
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
|
|
|
|
USE_CMAKE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
|
|
PKGCONFIG_OVERRIDE+= olm.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|