1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

net-im/py-matrix-synapse: Update to 1.27.0

Changes: https://github.com/matrix-org/synapse/releases/tag/v1.27.0

PR:		253823
Submitted by:	Sascha Biberhofer <ports AT skyforge DOT at> (maintainer)
This commit is contained in:
Neel Chauhan 2021-02-25 18:41:20 +00:00
parent a73266c253
commit b3313a1bb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566552
3 changed files with 10 additions and 14 deletions

View File

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

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1612017277
SHA256 (matrix-org-synapse-v1.26.0_GH0.tar.gz) = 8e9c9aaf8fb89ca74b10fb4f2d1db61973c1d34c659939b16971417c8603e1ec
SIZE (matrix-org-synapse-v1.26.0_GH0.tar.gz) = 7134261
TIMESTAMP = 1613744223
SHA256 (matrix-org-synapse-v1.27.0_GH0.tar.gz) = d87ba2187210eff0571106315421a81b9bf5c5101deb5e6f849921ad28ff3f5a
SIZE (matrix-org-synapse-v1.27.0_GH0.tar.gz) = 7159221

View File

@ -11,22 +11,18 @@ Please note that you will still need to manually configure paths to log
directory, database, and media storage with this method.
EOM
}
{ type: upgrade
maximum_version: 1.0
message: <<EOM
Starting with Synapse v1.0, valid TLS certificates will be required for
server-to-server communication. Self-signed certificates often autogenerated
with previous versions will no longer suffice. Please ensure that the
certificate specified by the "tls_certificate_path" option in your
homeserver.yaml points to a valid certificate.
EOM
}
{ type: upgrade
message: <<EOM
If you're upgrading from a previous release of synapse, please read the upgrade
instructions at %%DOCSDIR%%/UPGRADE.rst
EOM
}
{ type: upgrade
maximum_version: 1.27.0
message: <<EOM
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.
EOM
}
{
message: <<EOM
Running synapse with the sqlite backend is only recommended for testing purposes.