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
This commit is contained in:
Danilo G. Baio 2020-12-13 12:43:53 +00:00
parent b92bfa76b2
commit 64d82ffc6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557894
3 changed files with 4 additions and 15 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= matrix-synapse
DISTVERSIONPREFIX= v
DISTVERSION= 1.23.0
DISTVERSION= 1.24.0
CATEGORIES= net-im python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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

View File

@ -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.)