![]() ![]() | ![]() |
security/olm: import olm-3.2.2 from wip/olm An implementation of the Double Ratchet cryptographic ratchet described by https://whispersystems.org/docs/specifications/doubleratchet/, written in C and C++11 and exposed as a C API. This library also includes an implementation of the Megolm cryptographic ratchet.
# $NetBSD: Makefile,v 1.1 2021/05/23 07:15:24 ryoon Exp $ DISTNAME= olm-3.2.2 CATEGORIES= security MASTER_SITES= https://gitlab.matrix.org/matrix-org/olm/-/archive/3.2.2/ 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"