|
Lines 5-10
they are unavoidable.
Link Here
|
| 5 |
You should get into the habit of checking this file for changes each time |
5 |
You should get into the habit of checking this file for changes each time |
| 6 |
you update your ports collection, before attempting any port upgrades. |
6 |
you update your ports collection, before attempting any port upgrades. |
| 7 |
|
7 |
|
|
|
8 |
20220413: |
| 9 |
AFFECTS: users of net-im/py-matrix-synapse |
| 10 |
AUTHOR: ports@skyforge.at |
| 11 |
|
| 12 |
Synapse will now refuse to start up if open registration is enabled, |
| 13 |
in order to help mitigate abuse across the federation. If you would |
| 14 |
like to provide registration to anyone, consider adding email, |
| 15 |
recaptcha or token-based verification in order to prevent automated |
| 16 |
registration from bad actors. This check can be disabled by setting |
| 17 |
the enable_registration_without_verification option in your |
| 18 |
homeserver configuration file to true. More details are available in |
| 19 |
the upgrade notes[0]. |
| 20 |
|
| 21 |
Synapse will additionally now refuse to start when using PostgreSQL |
| 22 |
with a non-C values for COLLATE and CTYPE, unless the config flag |
| 23 |
allow_unsafe_locale, found in the database section of the |
| 24 |
configuration file, is set to true. See the upgrade notes[1] for |
| 25 |
details. |
| 26 |
|
| 27 |
[0] https://matrix-org.github.io/synapse/v1.56/upgrade.html#open-registration-without-verification-is-now-disabled-by-default |
| 28 |
[1] https://matrix-org.github.io/synapse/v1.56/upgrade#change-in-behaviour-for-postgresql-databases-with-unsafe-locale |
| 29 |
|
| 8 |
20220410: |
30 |
20220410: |
| 9 |
AFFECTS: users of sysutils/screen |
31 |
AFFECTS: users of sysutils/screen |
| 10 |
AUTHOR: cy@FreeBSD.org |
32 |
AUTHOR: cy@FreeBSD.org |