CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/08/20 01:27:03
Modified files:
net/synapse : Makefile distinfo
net/synapse/pkg: PLIST synapse.rc
Log message:
net/synapse: upgrade to 1.65.0.
switch to MOD_PEP517=poetry-core now that sthen@ did all the hard work :)
all user-facing scripts moved from /usr/local/share/synapse to
/usr/local/bin, rc script adapted accordingly.
dont forget to update the database schema after stopping your homeserver:
# rcctl stop synapse
# update_synapse_database --database-config /var/synapse/homeserver.yaml
--run-background-updates
# rcctl start synapse
refer to https://github.com/matrix-org/synapse/releases/ for a list of
changes since 1.54, and https://matrix-org.github.io/synapse/latest/upgrade.html
for the upgrade notes.
tested at least by steven@, Uwe Werler & myself
ok sthen@ Renaud Allard (maintainer)