diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-10-17 14:34:50 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-10-17 14:34:50 +0000 |
commit | c0c2d546aae1c55b71727f233b758c67ec536ac0 (patch) | |
tree | fb92aaffcb3b759efaebbdfd547c4fdddcea9380 /net-im/py-matrix-synapse/files | |
parent | 1c62ea92de42bb246d5ea2cf13e1bca0997da23c (diff) |
net-im/py-matrix-synapse: Update to 1.21.2, Fix security issue
Changelog: https://github.com/matrix-org/synapse/blob/v1.21.2/CHANGES.md
PR: 249948
Submitted by: Sascha Biberhofer <ports@skyforge.at> (maintainer)
MFH: 2020Q4
Security: 5f39d80f-107c-11eb-8b47-641c67a117d8
Notes
Notes:
svn path=/head/; revision=552582
Diffstat (limited to 'net-im/py-matrix-synapse/files')
-rw-r--r-- | net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py | 20 |
1 files changed, 10 insertions, 10 deletions
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 index 9aa015c1bed6..311500ed6c32 100644 --- a/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py +++ b/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py @@ -1,11 +1,11 @@ ---- synapse/python_dependencies.py.orig 2020-07-15 20:12:36 UTC +--- synapse/python_dependencies.py.orig 2020-10-15 15:59:57 UTC +++ synapse/python_dependencies.py -@@ -66,7 +66,7 @@ REQUIREMENTS = [ - "pymacaroons>=0.13.0", - "msgpack>=0.5.2", - "phonenumbers>=8.2.0", -- "prometheus_client>=0.0.18,<0.9.0", -+ "prometheus_client>=0.0.18", - # we use attr.validators.deep_iterable, which arrived in 19.1.0 - "attrs>=19.1.0", - "netaddr>=0.7.18", +@@ -72,7 +72,7 @@ REQUIREMENTS = [ + # prom-client has a history of breaking backwards compatibility between + # minor versions (https://github.com/prometheus/client_python/issues/317), + # so we also pin the minor version. +- "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.) |