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

Collapse All | Expand All

(-)b/net-im/py-matrix-synapse/Makefile (-2 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	matrix-synapse
3
PORTNAME=	matrix-synapse
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	1.56.0
5
DISTVERSION=	1.57.0
6
CATEGORIES=	net-im python
6
CATEGORIES=	net-im python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
8
Lines 19-25 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0.0:devel/py-jsonschema@${PY_F Link Here
19
		${PYTHON_PKGNAMEPREFIX}canonicaljson>=1.4.0:devel/py-canonicaljson@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}canonicaljson>=1.4.0:devel/py-canonicaljson@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}signedjson>=1.1.0:security/py-signedjson@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}signedjson>=1.1.0:security/py-signedjson@${PY_FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}pynacl>=1.2.1:security/py-pynacl@${PY_FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}pynacl>=1.2.1:security/py-pynacl@${PY_FLAVOR} \
22
		${PYTHON_PKGNAMEPREFIX}idna>=2.5:dns/py-idna@${PY_FLAVOR} \
23
		${PYTHON_PKGNAMEPREFIX}service_identity>=18.1.0:security/py-service_identity@${PY_FLAVOR} \
22
		${PYTHON_PKGNAMEPREFIX}service_identity>=18.1.0:security/py-service_identity@${PY_FLAVOR} \
24
		${PYTHON_PKGNAMEPREFIX}twisted>=18.9.0:devel/py-twisted@${PY_FLAVOR} \
23
		${PYTHON_PKGNAMEPREFIX}twisted>=18.9.0:devel/py-twisted@${PY_FLAVOR} \
25
		${PYTHON_PKGNAMEPREFIX}treq>=15.1:www/py-treq@${PY_FLAVOR} \
24
		${PYTHON_PKGNAMEPREFIX}treq>=15.1:www/py-treq@${PY_FLAVOR} \
(-)b/net-im/py-matrix-synapse/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1649590803
1
TIMESTAMP = 1650413726
2
SHA256 (matrix-org-synapse-v1.56.0_GH0.tar.gz) = 7afda1fefa2af42966fdffa1f3ab6643674a738ad722e76bf94b873b8845c373
2
SHA256 (matrix-org-synapse-v1.57.0_GH0.tar.gz) = d574f6f599f00d139045e04d017a201397b21248b560b69c5cdfccccd920cc0a
3
SIZE (matrix-org-synapse-v1.56.0_GH0.tar.gz) = 7750479
3
SIZE (matrix-org-synapse-v1.57.0_GH0.tar.gz) = 7834588
(-)b/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py (-12 / +2 lines)
Lines 1-15 Link Here
1
--- synapse/python_dependencies.py.orig	2022-04-12 08:11:46 UTC
1
--- synapse/python_dependencies.py.orig	2022-04-20 00:17:17 UTC
2
+++ synapse/python_dependencies.py
2
+++ synapse/python_dependencies.py
3
@@ -48,7 +48,7 @@ REQUIREMENTS = [
3
@@ -82,7 +82,7 @@ REQUIREMENTS = [
4
     "unpaddedbase64>=1.1.0",
5
     "canonicaljson>=1.4.0",
6
     # we use the type definitions added in signedjson 1.1.
7
-    "signedjson>=1.1.0,<=1.1.1",
8
+    "signedjson>=1.1.0",
9
     "pynacl>=1.2.1",
10
     "idna>=2.5",
11
     # validating SSL certs for IP addresses requires service_identity 18.1.
12
@@ -83,7 +83,7 @@ REQUIREMENTS = [
13
     "typing-extensions>=3.10.0",
4
     "typing-extensions>=3.10.0",
14
     # We enforce that we have a `cryptography` version that bundles an `openssl`
5
     # We enforce that we have a `cryptography` version that bundles an `openssl`
15
     # with the latest security patches.
6
     # with the latest security patches.
16
- 

Return to bug 263430