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

(-)b/net-im/py-matrix-synapse/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	matrix-synapse
4
PORTNAME=	matrix-synapse
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
DISTVERSION=	1.26.0
6
DISTVERSION=	1.27.0
7
CATEGORIES=	net-im python
7
CATEGORIES=	net-im python
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
9
(-)b/net-im/py-matrix-synapse/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1612017277
1
TIMESTAMP = 1613744223
2
SHA256 (matrix-org-synapse-v1.26.0_GH0.tar.gz) = 8e9c9aaf8fb89ca74b10fb4f2d1db61973c1d34c659939b16971417c8603e1ec
2
SHA256 (matrix-org-synapse-v1.27.0_GH0.tar.gz) = d87ba2187210eff0571106315421a81b9bf5c5101deb5e6f849921ad28ff3f5a
3
SIZE (matrix-org-synapse-v1.26.0_GH0.tar.gz) = 7134261
3
SIZE (matrix-org-synapse-v1.27.0_GH0.tar.gz) = 7159221
(-)b/net-im/py-matrix-synapse/files/pkg-message.in (-8 / +4 lines)
Lines 12-30 directory, database, and media storage with this method. Link Here
12
EOM
12
EOM
13
}
13
}
14
{ type: upgrade
14
{ type: upgrade
15
  maximum_version: 1.0
16
  message: <<EOM
15
  message: <<EOM
17
Starting with Synapse v1.0, valid TLS certificates will be required for
16
If you're upgrading from a previous release of synapse, please read the upgrade
18
server-to-server communication. Self-signed certificates often autogenerated
17
instructions at %%DOCSDIR%%/UPGRADE.rst
19
with previous versions will no longer suffice. Please ensure that the
20
certificate specified by the "tls_certificate_path" option in your
21
homeserver.yaml points to a valid certificate.
22
EOM
18
EOM
23
}
19
}
24
{ type: upgrade
20
{ type: upgrade
21
  maximum_version: 1.27.0
25
  message: <<EOM
22
  message: <<EOM
26
If you're upgrading from a previous release of synapse, please read the upgrade
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.
27
instructions at %%DOCSDIR%%/UPGRADE.rst
28
EOM
24
EOM
29
}
25
}
30
{
26
{

Return to bug 253823