svn commit: r566552 - in head/net-im/py-matrix-synapse: . files
Neel Chauhan
nc at FreeBSD.org
Thu Feb 25 18:41:22 UTC 2021
Author: nc
Date: Thu Feb 25 18:41:20 2021
New Revision: 566552
URL: https://svnweb.freebsd.org/changeset/ports/566552
Log:
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)
Modified:
head/net-im/py-matrix-synapse/Makefile
head/net-im/py-matrix-synapse/distinfo
head/net-im/py-matrix-synapse/files/pkg-message.in
Modified: head/net-im/py-matrix-synapse/Makefile
==============================================================================
--- head/net-im/py-matrix-synapse/Makefile Thu Feb 25 18:38:27 2021 (r566551)
+++ head/net-im/py-matrix-synapse/Makefile Thu Feb 25 18:41:20 2021 (r566552)
@@ -3,7 +3,7 @@
PORTNAME= matrix-synapse
DISTVERSIONPREFIX= v
-DISTVERSION= 1.26.0
+DISTVERSION= 1.27.0
CATEGORIES= net-im python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/net-im/py-matrix-synapse/distinfo
==============================================================================
--- head/net-im/py-matrix-synapse/distinfo Thu Feb 25 18:38:27 2021 (r566551)
+++ head/net-im/py-matrix-synapse/distinfo Thu Feb 25 18:41:20 2021 (r566552)
@@ -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
Modified: head/net-im/py-matrix-synapse/files/pkg-message.in
==============================================================================
--- head/net-im/py-matrix-synapse/files/pkg-message.in Thu Feb 25 18:38:27 2021 (r566551)
+++ head/net-im/py-matrix-synapse/files/pkg-message.in Thu Feb 25 18:41:20 2021 (r566552)
@@ -12,19 +12,15 @@ directory, database, and media storage with this metho
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.
+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
-If you're upgrading from a previous release of synapse, please read the upgrade
-instructions at %%DOCSDIR%%/UPGRADE.rst
+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
}
{
More information about the svn-ports-all
mailing list