pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/olm security/olm: import olm-3.2.2 from wip/olm



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd88a5eed528
branches:  trunk
changeset: 453072:dd88a5eed528
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun May 23 07:15:24 2021 +0000

description:
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.

diffstat:

 security/olm/DESCR         |   6 ++++++
 security/olm/Makefile      |  20 ++++++++++++++++++++
 security/olm/PLIST         |  14 ++++++++++++++
 security/olm/buildlink3.mk |  12 ++++++++++++
 security/olm/distinfo      |   6 ++++++
 5 files changed, 58 insertions(+), 0 deletions(-)

diffs (78 lines):

diff -r 7a9fbbfbf29a -r dd88a5eed528 security/olm/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/olm/DESCR        Sun May 23 07:15:24 2021 +0000
@@ -0,0 +1,6 @@
+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.
diff -r 7a9fbbfbf29a -r dd88a5eed528 security/olm/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/olm/Makefile     Sun May 23 07:15:24 2021 +0000
@@ -0,0 +1,20 @@
+# $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@localhost
+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"
diff -r 7a9fbbfbf29a -r dd88a5eed528 security/olm/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/olm/PLIST        Sun May 23 07:15:24 2021 +0000
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2021/05/23 07:15:24 ryoon Exp $
+include/olm/inbound_group_session.h
+include/olm/olm.h
+include/olm/outbound_group_session.h
+include/olm/pk.h
+include/olm/sas.h
+lib/cmake/Olm/OlmConfig.cmake
+lib/cmake/Olm/OlmConfigVersion.cmake
+lib/cmake/Olm/OlmTargets-release.cmake
+lib/cmake/Olm/OlmTargets.cmake
+lib/libolm.so
+lib/libolm.so.3
+lib/libolm.so.${PKGVERSION}
+lib/pkgconfig/olm.pc
diff -r 7a9fbbfbf29a -r dd88a5eed528 security/olm/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/olm/buildlink3.mk        Sun May 23 07:15:24 2021 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2021/05/23 07:15:24 ryoon Exp $
+
+BUILDLINK_TREE+=       olm
+
+.if !defined(OLM_BUILDLINK3_MK)
+OLM_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.olm+=    olm>=3.2.2
+BUILDLINK_PKGSRCDIR.olm?=      ../../security/olm
+.endif # OLM_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -olm
diff -r 7a9fbbfbf29a -r dd88a5eed528 security/olm/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/olm/distinfo     Sun May 23 07:15:24 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/05/23 07:15:24 ryoon Exp $
+
+SHA1 (olm-3.2.2.tar.bz2) = 34469f03511c08494fa0eb6230f2f8344026901b
+RMD160 (olm-3.2.2.tar.bz2) = dcf8d0e458654c25926fee897e111652b126c034
+SHA512 (olm-3.2.2.tar.bz2) = a541299f2fbdaa2be5698a690cd753142311a3206011d70186e1122d575478f91e7feba207fe5d09ce506330dd1f9fbb71dccb3de7014c5333427fdd3b77b668
+Size (olm-3.2.2.tar.bz2) = 475682 bytes



Home | Main Index | Thread Index | Old Index