pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/olm



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun May 23 07:15:24 UTC 2021

Added Files:
        pkgsrc/security/olm: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/olm/DESCR pkgsrc/security/olm/Makefile \
    pkgsrc/security/olm/PLIST pkgsrc/security/olm/buildlink3.mk \
    pkgsrc/security/olm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/security/olm/DESCR
diff -u /dev/null pkgsrc/security/olm/DESCR:1.1
--- /dev/null   Sun May 23 07:15:24 2021
+++ pkgsrc/security/olm/DESCR   Sun May 23 07:15:24 2021
@@ -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.
Index: pkgsrc/security/olm/Makefile
diff -u /dev/null pkgsrc/security/olm/Makefile:1.1
--- /dev/null   Sun May 23 07:15:24 2021
+++ pkgsrc/security/olm/Makefile        Sun May 23 07:15:24 2021
@@ -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"
Index: pkgsrc/security/olm/PLIST
diff -u /dev/null pkgsrc/security/olm/PLIST:1.1
--- /dev/null   Sun May 23 07:15:24 2021
+++ pkgsrc/security/olm/PLIST   Sun May 23 07:15:24 2021
@@ -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
Index: pkgsrc/security/olm/buildlink3.mk
diff -u /dev/null pkgsrc/security/olm/buildlink3.mk:1.1
--- /dev/null   Sun May 23 07:15:24 2021
+++ pkgsrc/security/olm/buildlink3.mk   Sun May 23 07:15:24 2021
@@ -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
Index: pkgsrc/security/olm/distinfo
diff -u /dev/null pkgsrc/security/olm/distinfo:1.1
--- /dev/null   Sun May 23 07:15:24 2021
+++ pkgsrc/security/olm/distinfo        Sun May 23 07:15:24 2021
@@ -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