View | Details | Raw Unified | Return to bug 271876 | Differences between
and this patch

Collapse All | Expand All

(-)b/security/Makefile (+1 lines)
Lines 395-400 Link Here
395
    SUBDIR += oidentd
395
    SUBDIR += oidentd
396
    SUBDIR += oinkmaster
396
    SUBDIR += oinkmaster
397
    SUBDIR += olm
397
    SUBDIR += olm
398
    SUBDIR += omemo-dr
398
    SUBDIR += onionscan
399
    SUBDIR += onionscan
399
    SUBDIR += op
400
    SUBDIR += op
400
    SUBDIR += openbsm
401
    SUBDIR += openbsm
(-)b/security/omemo-dr/Makefile (+29 lines)
Added Link Here
1
PORTNAME=	omemo-dr
2
DISTVERSION=	1.0.0
3
DISTVERSIONPREFIX=	v
4
CATEGORIES=	security python
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	agh@riseup.net
8
COMMENT=	OMEMO Crypto Library
9
WWW=		https://dev.gajim.org/gajim/omemo-dr
10
11
LICENSE=	GPLv3
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}build>0:devel/py-build@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}protobuf>=3.0:devel/py-protobuf@${PY_FLAVOR}
19
20
USES=		python:3.9+
21
USE_PYTHON=	autoplist pep517
22
23
USE_GITLAB=	yes
24
GL_ACCOUNT=	gajim
25
GL_COMMIT=	a953803d64c80146e818cf62d15a205f0dc206cc
26
GL_PROJECT=	${PORTNAME}
27
GL_SITE=	https://dev.gajim.org
28
29
.include <bsd.port.mk>
(-)b/security/omemo-dr/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1686104469
2
SHA256 (gajim-omemo-dr-a953803d64c80146e818cf62d15a205f0dc206cc_GL0.tar.gz) = 1fcbe8a24b496388cb46d741397ec799a5a4ec3c8015d9e3fc011e273dba6329
3
SIZE (gajim-omemo-dr-a953803d64c80146e818cf62d15a205f0dc206cc_GL0.tar.gz) = 138234
(-)b/security/omemo-dr/pkg-descr (+3 lines)
Added Link Here
1
Python library initially forked from python-axolotl, heavily rewritten, focusing
2
only on OMEMO cryptographic sessions, and not on communication protocols, for
3
example XMPP.

Return to bug 271876