mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
net-im/py-matrix-synapse: Update to 1.55.2
This commit is contained in:
parent
6c811cf2e9
commit
ac83da8f0f
4 changed files with 24 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= matrix-synapse
|
PORTNAME= matrix-synapse
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 1.53.0
|
DISTVERSION= 1.55.2
|
||||||
CATEGORIES= net-im python
|
CATEGORIES= net-im python
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
@ -37,11 +37,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0.0:devel/py-jsonschema@${PY_F
|
||||||
${PYTHON_PKGNAMEPREFIX}prometheus-client>=0.4.0:net-mgmt/py-prometheus-client@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}prometheus-client>=0.4.0:net-mgmt/py-prometheus-client@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}attrs>19.2.0:devel/py-attrs@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}attrs>19.2.0:devel/py-attrs@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}netaddr>=0.7.18:net/py-netaddr@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}netaddr>=0.7.18:net/py-netaddr@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}Jinja2>=2.9:devel/py-Jinja2@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}Jinja2<3.1.0:devel/py-Jinja2@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}bleach>=1.4.3:www/py-bleach@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}bleach>=1.4.3:www/py-bleach@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.10.0:devel/py-typing-extensions@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}ijson>=3.1:devel/py-ijson@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}ijson>=3.1.4:devel/py-ijson@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}pyjwt>=1.7.0:www/py-pyjwt@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}pyjwt>=1.7.0:www/py-pyjwt@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}packaging>=16.1:devel/py-packaging@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}matrix-common>=1.1.0:devel/py-matrix-common@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}matrix-common>=1.1.0:devel/py-matrix-common@${PY_FLAVOR} \
|
||||||
${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
|
${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1645551924
|
TIMESTAMP = 1648214024
|
||||||
SHA256 (matrix-org-synapse-v1.53.0_GH0.tar.gz) = e9fb5c8d1178996e677f6ce8f44c11d9294da0a06297fffa34706879870f9bf4
|
SHA256 (matrix-org-synapse-v1.55.2_GH0.tar.gz) = 8e06cb264d1631d2518f2f726c89d62c5ed7148b73fbb8190a9c120d3166e7c4
|
||||||
SIZE (matrix-org-synapse-v1.53.0_GH0.tar.gz) = 7696244
|
SIZE (matrix-org-synapse-v1.55.2_GH0.tar.gz) = 7739760
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
--- synapse/python_dependencies.py.orig 2022-02-22 11:32:11 UTC
|
--- synapse/python_dependencies.py.orig 2022-03-24 17:18:43 UTC
|
||||||
+++ synapse/python_dependencies.py
|
+++ synapse/python_dependencies.py
|
||||||
@@ -86,7 +87,7 @@ REQUIREMENTS = [
|
@@ -80,7 +80,7 @@ REQUIREMENTS = [
|
||||||
"typing-extensions>=3.7.4",
|
"typing-extensions>=3.10.0",
|
||||||
# We enforce that we have a `cryptography` version that bundles an `openssl`
|
# We enforce that we have a `cryptography` version that bundles an `openssl`
|
||||||
# with the latest security patches.
|
# with the latest security patches.
|
||||||
- "cryptography>=3.4.7",
|
- "cryptography>=3.4.7",
|
||||||
+ "cryptography",
|
+ "cryptography",
|
||||||
"ijson>=3.1",
|
# ijson 3.1.4 fixes a bug with "." in property names
|
||||||
|
"ijson>=3.1.4",
|
||||||
"matrix-common~=1.1.0",
|
"matrix-common~=1.1.0",
|
||||||
]
|
|
||||||
|
|
|
@ -31,6 +31,17 @@ details on this issue.
|
||||||
|
|
||||||
[0] https://matrix-org.github.io/synapse/latest/turn-howto.html
|
[0] https://matrix-org.github.io/synapse/latest/turn-howto.html
|
||||||
|
|
||||||
|
EOM
|
||||||
|
}
|
||||||
|
{ type: upgrade
|
||||||
|
maximum_version: 1.55.0
|
||||||
|
message: <<EOM
|
||||||
|
The default room version of synapse has been increased to version 9. Consider
|
||||||
|
changing this if interoperability with other matrix servers is an issue.
|
||||||
|
|
||||||
|
If you're using Mjolnir, be advised that this version of synapse is
|
||||||
|
incompatible with Mjolnir 1.3.1 and earlier.
|
||||||
|
|
||||||
EOM
|
EOM
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue