aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2020-12-13 12:43:53 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2020-12-13 12:43:53 +0000
commit64d82ffc6b4db0a591626ece7c8bc942d3775efe (patch)
treeced5725ac955e97de403a5418690fcaa650cebaa /net-im
parentb92bfa76b229c1499b472d4c725afc01c1a5182f (diff)
downloadports-64d82ffc6b4db0a591626ece7c8bc942d3775efe.tar.gz
ports-64d82ffc6b4db0a591626ece7c8bc942d3775efe.zip
net-im/py-matrix-synapse: Update to 1.24.0, Fix security issue
Changelog: https://github.com/matrix-org/synapse/blob/v1.24.0/CHANGES.md PR: 251768 Submitted by: contact@evilham.com Approved by: Sascha Biberhofer <ports@skyforge.at> (maintainer) MFH: 2020Q4 Security: cfa0be42-3cd7-11eb-9de7-641c67a117d8
Notes
Notes: svn path=/head/; revision=557894
Diffstat (limited to 'net-im')
-rw-r--r--net-im/py-matrix-synapse/Makefile2
-rw-r--r--net-im/py-matrix-synapse/distinfo6
-rw-r--r--net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py11
3 files changed, 4 insertions, 15 deletions
diff --git a/net-im/py-matrix-synapse/Makefile b/net-im/py-matrix-synapse/Makefile
index 98a31722f13b..32185b22f41d 100644
--- a/net-im/py-matrix-synapse/Makefile
+++ b/net-im/py-matrix-synapse/Makefile
@@ -3,7 +3,7 @@
PORTNAME= matrix-synapse
DISTVERSIONPREFIX= v
-DISTVERSION= 1.23.0
+DISTVERSION= 1.24.0
CATEGORIES= net-im python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/net-im/py-matrix-synapse/distinfo b/net-im/py-matrix-synapse/distinfo
index b1d67c9f1548..8095ed12667b 100644
--- a/net-im/py-matrix-synapse/distinfo
+++ b/net-im/py-matrix-synapse/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1605706303
-SHA256 (matrix-org-synapse-v1.23.0_GH0.tar.gz) = afa86ea1332a52d09552ea5825567f910b304d4684692fa8325cefec105b2b4c
-SIZE (matrix-org-synapse-v1.23.0_GH0.tar.gz) = 6987361
+TIMESTAMP = 1607818220
+SHA256 (matrix-org-synapse-v1.24.0_GH0.tar.gz) = d55a9b41432e3ca348b13d8e4b3ece6515b3e76a0f4062e8036ee1204842f53a
+SIZE (matrix-org-synapse-v1.24.0_GH0.tar.gz) = 7008162
diff --git a/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py b/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py
deleted file mode 100644
index e8abed9864ec..000000000000
--- a/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- synapse/python_dependencies.py.orig 2020-11-18 13:34:04 UTC
-+++ synapse/python_dependencies.py
-@@ -76,7 +76,7 @@ REQUIREMENTS = [
- # Note that we replicate these constraints in the Synapse Dockerfile while
- # pre-installing dependencies. If these constraints are updated here, the
- # same change should be made in the Dockerfile.
-- "prometheus_client>=0.4.0,<0.9.0",
-+ "prometheus_client>=0.4.0",
- # we use attr.validators.deep_iterable, which arrived in 19.1.0 (Note:
- # Fedora 31 only has 19.1, so if we want to upgrade we should wait until 33
- # is out in November.)