diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2022-04-10 11:45:30 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2022-04-13 13:58:07 +0000 |
commit | 76ad2b55b71f9ba18a205d9ecdb248b78d626a0c (patch) | |
tree | 01a4e393957539bd440846e1bd06742c903455f9 /UPDATING | |
parent | e26af9cd588079493e1843ec3e3411c46cdb5757 (diff) | |
download | freebsd-ports-76ad2b55b71f9ba18a205d9ecdb248b78d626a0c.zip |
net-im/py-matrix-synapse: Update to 1.56.0
- Mention important changes related to the upgrade to UPDATING
- Update the dependency constraints
Co-authored-by: Sascha Biberhofer <ports at skyforge dot at>
PR: 263193
Approved by: Sascha Biberhofer <ports at skyforge dot at> (maintainer)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -5,6 +5,28 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20220413: + AFFECTS: users of net-im/py-matrix-synapse + AUTHOR: ports@skyforge.at + + Synapse will now refuse to start up if open registration is enabled, + in order to help mitigate abuse across the federation. If you would + like to provide registration to anyone, consider adding email, + recaptcha or token-based verification in order to prevent automated + registration from bad actors. This check can be disabled by setting + the enable_registration_without_verification option in your + homeserver configuration file to true. More details are available in + the upgrade notes[0]. + + Synapse will additionally now refuse to start when using PostgreSQL + with a non-C values for COLLATE and CTYPE, unless the config flag + allow_unsafe_locale, found in the database section of the + configuration file, is set to true. See the upgrade notes[1] for + details. + + [0] https://matrix-org.github.io/synapse/v1.56/upgrade.html#open-registration-without-verification-is-now-disabled-by-default + [1] https://matrix-org.github.io/synapse/v1.56/upgrade#change-in-behaviour-for-postgresql-databases-with-unsafe-locale + 20220410: AFFECTS: users of sysutils/screen AUTHOR: cy@FreeBSD.org |