View | Details | Raw Unified | Return to bug 261511
Collapse All | Expand All

(-)b/net-im/py-matrix-synapse/Makefile (-1 / +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.50.2
5
DISTVERSION=	1.51.0
6
CATEGORIES=	net-im python
6
CATEGORIES=	net-im python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
8
(-)b/net-im/py-matrix-synapse/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1643038555
1
TIMESTAMP = 1643126257
2
SHA256 (matrix-org-synapse-v1.50.2_GH0.tar.gz) = 0e8f52d8a14c5994addda13332c67c6cb8604d090be0dc8f459645f6d1fb48cb
2
SHA256 (matrix-org-synapse-v1.51.0_GH0.tar.gz) = acb587b9d4a92f15bc5f6e1f5b598ee1e1a7c3a298c923ff73ffd505de779353
3
SIZE (matrix-org-synapse-v1.50.2_GH0.tar.gz) = 7654063
3
SIZE (matrix-org-synapse-v1.51.0_GH0.tar.gz) = 7665238
(-)b/net-im/py-matrix-synapse/files/pkg-message.in (-2 / +12 lines)
Lines 18-26 instructions at %%DOCSDIR%%/UPGRADE.rst Link Here
18
EOM
18
EOM
19
}
19
}
20
{ type: upgrade
20
{ type: upgrade
21
  maximum_version: 1.27.0
21
  maximum_version: 1.51.0
22
  message: <<EOM
22
  message: <<EOM
23
In synapse 1.27.0, the HTML templates for SSO and email notifications now have Jinja2's autoescape enabled for files ending in .html, .htm, and .xml. If you have customised these templates and see issues when viewing them you might need to update them. Please read the upgrade instructions for further details.
23
Synapse 1.51.0 deprecates webclient listeners and non-HTTP(S)
24
web_client_location settings. Please update your homeserver configurations
25
accordingly.
26
27
Additionally, if you run your own turn server for WebRTC and
28
use Let's Encrypt certificates, be advised that some Android and iOS clients
29
may be unable to connect. Please see upstream's turn-howto[0] for additional
30
details on this issue.
31
32
[0] https://matrix-org.github.io/synapse/latest/turn-howto.html
33
24
EOM
34
EOM
25
}
35
}
26
{
36
{

Return to bug 261511