pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/matrix-synapse



Module Name:    pkgsrc
Committed By:   js
Date:           Tue Aug 31 19:57:59 UTC 2021

Modified Files:
        pkgsrc/chat/matrix-synapse: Makefile PLIST distinfo
        pkgsrc/chat/matrix-synapse/patches: patch-synapse_handlers_room.py

Log Message:
Update chat/matrix-synapse to 1.41.1

This contains 2 security fixes.

Since this skips many versions (this was at 1.38.1 before), I'm not including
the full change log here as it is too long. Please look at the change log at
https://github.com/matrix-org/synapse/blob/v1.41.1/CHANGES.md instead.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/chat/matrix-synapse/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/chat/matrix-synapse/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/chat/matrix-synapse/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/chat/matrix-synapse/patches/patch-synapse_handlers_room.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/matrix-synapse/Makefile
diff -u pkgsrc/chat/matrix-synapse/Makefile:1.32 pkgsrc/chat/matrix-synapse/Makefile:1.33
--- pkgsrc/chat/matrix-synapse/Makefile:1.32    Sun Jul 25 19:48:43 2021
+++ pkgsrc/chat/matrix-synapse/Makefile Tue Aug 31 19:57:59 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2021/07/25 19:48:43 js Exp $
+# $NetBSD: Makefile,v 1.33 2021/08/31 19:57:59 js Exp $
 
-DISTNAME=      matrix-synapse-1.38.1
+DISTNAME=      matrix-synapse-1.41.1
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=matrix-org/}
 EGG_NAME=      matrix_synapse-${PKGVERSION_NOREV}

Index: pkgsrc/chat/matrix-synapse/PLIST
diff -u pkgsrc/chat/matrix-synapse/PLIST:1.16 pkgsrc/chat/matrix-synapse/PLIST:1.17
--- pkgsrc/chat/matrix-synapse/PLIST:1.16       Sat Jul 17 20:39:16 2021
+++ pkgsrc/chat/matrix-synapse/PLIST    Tue Aug 31 19:57:59 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2021/07/17 20:39:16 js Exp $
+@comment $NetBSD: PLIST,v 1.17 2021/08/31 19:57:59 js Exp $
 bin/export_signing_key
 bin/generate_config
 bin/generate_log_config
@@ -320,9 +320,21 @@ ${PYSITELIB}/synapse/federation/transpor
 ${PYSITELIB}/synapse/federation/transport/client.py
 ${PYSITELIB}/synapse/federation/transport/client.pyc
 ${PYSITELIB}/synapse/federation/transport/client.pyo
-${PYSITELIB}/synapse/federation/transport/server.py
-${PYSITELIB}/synapse/federation/transport/server.pyc
-${PYSITELIB}/synapse/federation/transport/server.pyo
+${PYSITELIB}/synapse/federation/transport/server/__init__.py
+${PYSITELIB}/synapse/federation/transport/server/__init__.pyc
+${PYSITELIB}/synapse/federation/transport/server/__init__.pyo
+${PYSITELIB}/synapse/federation/transport/server/_base.py
+${PYSITELIB}/synapse/federation/transport/server/_base.pyc
+${PYSITELIB}/synapse/federation/transport/server/_base.pyo
+${PYSITELIB}/synapse/federation/transport/server/federation.py
+${PYSITELIB}/synapse/federation/transport/server/federation.pyc
+${PYSITELIB}/synapse/federation/transport/server/federation.pyo
+${PYSITELIB}/synapse/federation/transport/server/groups_local.py
+${PYSITELIB}/synapse/federation/transport/server/groups_local.pyc
+${PYSITELIB}/synapse/federation/transport/server/groups_local.pyo
+${PYSITELIB}/synapse/federation/transport/server/groups_server.py
+${PYSITELIB}/synapse/federation/transport/server/groups_server.pyc
+${PYSITELIB}/synapse/federation/transport/server/groups_server.pyo
 ${PYSITELIB}/synapse/federation/units.py
 ${PYSITELIB}/synapse/federation/units.pyc
 ${PYSITELIB}/synapse/federation/units.pyo
@@ -434,6 +446,9 @@ ${PYSITELIB}/synapse/handlers/room_membe
 ${PYSITELIB}/synapse/handlers/room_member_worker.py
 ${PYSITELIB}/synapse/handlers/room_member_worker.pyc
 ${PYSITELIB}/synapse/handlers/room_member_worker.pyo
+${PYSITELIB}/synapse/handlers/room_summary.py
+${PYSITELIB}/synapse/handlers/room_summary.pyc
+${PYSITELIB}/synapse/handlers/room_summary.pyo
 ${PYSITELIB}/synapse/handlers/saml.py
 ${PYSITELIB}/synapse/handlers/saml.pyc
 ${PYSITELIB}/synapse/handlers/saml.pyo
@@ -446,9 +461,6 @@ ${PYSITELIB}/synapse/handlers/send_email
 ${PYSITELIB}/synapse/handlers/set_password.py
 ${PYSITELIB}/synapse/handlers/set_password.pyc
 ${PYSITELIB}/synapse/handlers/set_password.pyo
-${PYSITELIB}/synapse/handlers/space_summary.py
-${PYSITELIB}/synapse/handlers/space_summary.pyc
-${PYSITELIB}/synapse/handlers/space_summary.pyo
 ${PYSITELIB}/synapse/handlers/sso.py
 ${PYSITELIB}/synapse/handlers/sso.pyc
 ${PYSITELIB}/synapse/handlers/sso.pyo
@@ -536,6 +548,9 @@ ${PYSITELIB}/synapse/logging/filter.pyo
 ${PYSITELIB}/synapse/logging/formatter.py
 ${PYSITELIB}/synapse/logging/formatter.pyc
 ${PYSITELIB}/synapse/logging/formatter.pyo
+${PYSITELIB}/synapse/logging/handlers.py
+${PYSITELIB}/synapse/logging/handlers.pyc
+${PYSITELIB}/synapse/logging/handlers.pyo
 ${PYSITELIB}/synapse/logging/opentracing.py
 ${PYSITELIB}/synapse/logging/opentracing.pyc
 ${PYSITELIB}/synapse/logging/opentracing.pyo
@@ -707,9 +722,6 @@ ${PYSITELIB}/synapse/replication/slave/s
 ${PYSITELIB}/synapse/replication/slave/storage/registration.py
 ${PYSITELIB}/synapse/replication/slave/storage/registration.pyc
 ${PYSITELIB}/synapse/replication/slave/storage/registration.pyo
-${PYSITELIB}/synapse/replication/slave/storage/room.py
-${PYSITELIB}/synapse/replication/slave/storage/room.pyc
-${PYSITELIB}/synapse/replication/slave/storage/room.pyo
 ${PYSITELIB}/synapse/replication/tcp/__init__.py
 ${PYSITELIB}/synapse/replication/tcp/__init__.pyc
 ${PYSITELIB}/synapse/replication/tcp/__init__.pyo
@@ -823,141 +835,141 @@ ${PYSITELIB}/synapse/rest/admin/server_n
 ${PYSITELIB}/synapse/rest/admin/statistics.py
 ${PYSITELIB}/synapse/rest/admin/statistics.pyc
 ${PYSITELIB}/synapse/rest/admin/statistics.pyo
+${PYSITELIB}/synapse/rest/admin/username_available.py
+${PYSITELIB}/synapse/rest/admin/username_available.pyc
+${PYSITELIB}/synapse/rest/admin/username_available.pyo
 ${PYSITELIB}/synapse/rest/admin/users.py
 ${PYSITELIB}/synapse/rest/admin/users.pyc
 ${PYSITELIB}/synapse/rest/admin/users.pyo
 ${PYSITELIB}/synapse/rest/client/__init__.py
 ${PYSITELIB}/synapse/rest/client/__init__.pyc
 ${PYSITELIB}/synapse/rest/client/__init__.pyo
+${PYSITELIB}/synapse/rest/client/_base.py
+${PYSITELIB}/synapse/rest/client/_base.pyc
+${PYSITELIB}/synapse/rest/client/_base.pyo
+${PYSITELIB}/synapse/rest/client/account.py
+${PYSITELIB}/synapse/rest/client/account.pyc
+${PYSITELIB}/synapse/rest/client/account.pyo
+${PYSITELIB}/synapse/rest/client/account_data.py
+${PYSITELIB}/synapse/rest/client/account_data.pyc
+${PYSITELIB}/synapse/rest/client/account_data.pyo
+${PYSITELIB}/synapse/rest/client/account_validity.py
+${PYSITELIB}/synapse/rest/client/account_validity.pyc
+${PYSITELIB}/synapse/rest/client/account_validity.pyo
+${PYSITELIB}/synapse/rest/client/auth.py
+${PYSITELIB}/synapse/rest/client/auth.pyc
+${PYSITELIB}/synapse/rest/client/auth.pyo
+${PYSITELIB}/synapse/rest/client/capabilities.py
+${PYSITELIB}/synapse/rest/client/capabilities.pyc
+${PYSITELIB}/synapse/rest/client/capabilities.pyo
+${PYSITELIB}/synapse/rest/client/devices.py
+${PYSITELIB}/synapse/rest/client/devices.pyc
+${PYSITELIB}/synapse/rest/client/devices.pyo
+${PYSITELIB}/synapse/rest/client/directory.py
+${PYSITELIB}/synapse/rest/client/directory.pyc
+${PYSITELIB}/synapse/rest/client/directory.pyo
+${PYSITELIB}/synapse/rest/client/events.py
+${PYSITELIB}/synapse/rest/client/events.pyc
+${PYSITELIB}/synapse/rest/client/events.pyo
+${PYSITELIB}/synapse/rest/client/filter.py
+${PYSITELIB}/synapse/rest/client/filter.pyc
+${PYSITELIB}/synapse/rest/client/filter.pyo
+${PYSITELIB}/synapse/rest/client/groups.py
+${PYSITELIB}/synapse/rest/client/groups.pyc
+${PYSITELIB}/synapse/rest/client/groups.pyo
+${PYSITELIB}/synapse/rest/client/initial_sync.py
+${PYSITELIB}/synapse/rest/client/initial_sync.pyc
+${PYSITELIB}/synapse/rest/client/initial_sync.pyo
+${PYSITELIB}/synapse/rest/client/keys.py
+${PYSITELIB}/synapse/rest/client/keys.pyc
+${PYSITELIB}/synapse/rest/client/keys.pyo
+${PYSITELIB}/synapse/rest/client/knock.py
+${PYSITELIB}/synapse/rest/client/knock.pyc
+${PYSITELIB}/synapse/rest/client/knock.pyo
+${PYSITELIB}/synapse/rest/client/login.py
+${PYSITELIB}/synapse/rest/client/login.pyc
+${PYSITELIB}/synapse/rest/client/login.pyo
+${PYSITELIB}/synapse/rest/client/logout.py
+${PYSITELIB}/synapse/rest/client/logout.pyc
+${PYSITELIB}/synapse/rest/client/logout.pyo
+${PYSITELIB}/synapse/rest/client/notifications.py
+${PYSITELIB}/synapse/rest/client/notifications.pyc
+${PYSITELIB}/synapse/rest/client/notifications.pyo
+${PYSITELIB}/synapse/rest/client/openid.py
+${PYSITELIB}/synapse/rest/client/openid.pyc
+${PYSITELIB}/synapse/rest/client/openid.pyo
+${PYSITELIB}/synapse/rest/client/password_policy.py
+${PYSITELIB}/synapse/rest/client/password_policy.pyc
+${PYSITELIB}/synapse/rest/client/password_policy.pyo
+${PYSITELIB}/synapse/rest/client/presence.py
+${PYSITELIB}/synapse/rest/client/presence.pyc
+${PYSITELIB}/synapse/rest/client/presence.pyo
+${PYSITELIB}/synapse/rest/client/profile.py
+${PYSITELIB}/synapse/rest/client/profile.pyc
+${PYSITELIB}/synapse/rest/client/profile.pyo
+${PYSITELIB}/synapse/rest/client/push_rule.py
+${PYSITELIB}/synapse/rest/client/push_rule.pyc
+${PYSITELIB}/synapse/rest/client/push_rule.pyo
+${PYSITELIB}/synapse/rest/client/pusher.py
+${PYSITELIB}/synapse/rest/client/pusher.pyc
+${PYSITELIB}/synapse/rest/client/pusher.pyo
+${PYSITELIB}/synapse/rest/client/read_marker.py
+${PYSITELIB}/synapse/rest/client/read_marker.pyc
+${PYSITELIB}/synapse/rest/client/read_marker.pyo
+${PYSITELIB}/synapse/rest/client/receipts.py
+${PYSITELIB}/synapse/rest/client/receipts.pyc
+${PYSITELIB}/synapse/rest/client/receipts.pyo
+${PYSITELIB}/synapse/rest/client/register.py
+${PYSITELIB}/synapse/rest/client/register.pyc
+${PYSITELIB}/synapse/rest/client/register.pyo
+${PYSITELIB}/synapse/rest/client/relations.py
+${PYSITELIB}/synapse/rest/client/relations.pyc
+${PYSITELIB}/synapse/rest/client/relations.pyo
+${PYSITELIB}/synapse/rest/client/report_event.py
+${PYSITELIB}/synapse/rest/client/report_event.pyc
+${PYSITELIB}/synapse/rest/client/report_event.pyo
+${PYSITELIB}/synapse/rest/client/room.py
+${PYSITELIB}/synapse/rest/client/room.pyc
+${PYSITELIB}/synapse/rest/client/room.pyo
+${PYSITELIB}/synapse/rest/client/room_batch.py
+${PYSITELIB}/synapse/rest/client/room_batch.pyc
+${PYSITELIB}/synapse/rest/client/room_batch.pyo
+${PYSITELIB}/synapse/rest/client/room_keys.py
+${PYSITELIB}/synapse/rest/client/room_keys.pyc
+${PYSITELIB}/synapse/rest/client/room_keys.pyo
+${PYSITELIB}/synapse/rest/client/room_upgrade_rest_servlet.py
+${PYSITELIB}/synapse/rest/client/room_upgrade_rest_servlet.pyc
+${PYSITELIB}/synapse/rest/client/room_upgrade_rest_servlet.pyo
+${PYSITELIB}/synapse/rest/client/sendtodevice.py
+${PYSITELIB}/synapse/rest/client/sendtodevice.pyc
+${PYSITELIB}/synapse/rest/client/sendtodevice.pyo
+${PYSITELIB}/synapse/rest/client/shared_rooms.py
+${PYSITELIB}/synapse/rest/client/shared_rooms.pyc
+${PYSITELIB}/synapse/rest/client/shared_rooms.pyo
+${PYSITELIB}/synapse/rest/client/sync.py
+${PYSITELIB}/synapse/rest/client/sync.pyc
+${PYSITELIB}/synapse/rest/client/sync.pyo
+${PYSITELIB}/synapse/rest/client/tags.py
+${PYSITELIB}/synapse/rest/client/tags.pyc
+${PYSITELIB}/synapse/rest/client/tags.pyo
+${PYSITELIB}/synapse/rest/client/thirdparty.py
+${PYSITELIB}/synapse/rest/client/thirdparty.pyc
+${PYSITELIB}/synapse/rest/client/thirdparty.pyo
+${PYSITELIB}/synapse/rest/client/tokenrefresh.py
+${PYSITELIB}/synapse/rest/client/tokenrefresh.pyc
+${PYSITELIB}/synapse/rest/client/tokenrefresh.pyo
 ${PYSITELIB}/synapse/rest/client/transactions.py
 ${PYSITELIB}/synapse/rest/client/transactions.pyc
 ${PYSITELIB}/synapse/rest/client/transactions.pyo
-${PYSITELIB}/synapse/rest/client/v1/__init__.py
-${PYSITELIB}/synapse/rest/client/v1/__init__.pyc
-${PYSITELIB}/synapse/rest/client/v1/__init__.pyo
-${PYSITELIB}/synapse/rest/client/v1/directory.py
-${PYSITELIB}/synapse/rest/client/v1/directory.pyc
-${PYSITELIB}/synapse/rest/client/v1/directory.pyo
-${PYSITELIB}/synapse/rest/client/v1/events.py
-${PYSITELIB}/synapse/rest/client/v1/events.pyc
-${PYSITELIB}/synapse/rest/client/v1/events.pyo
-${PYSITELIB}/synapse/rest/client/v1/initial_sync.py
-${PYSITELIB}/synapse/rest/client/v1/initial_sync.pyc
-${PYSITELIB}/synapse/rest/client/v1/initial_sync.pyo
-${PYSITELIB}/synapse/rest/client/v1/login.py
-${PYSITELIB}/synapse/rest/client/v1/login.pyc
-${PYSITELIB}/synapse/rest/client/v1/login.pyo
-${PYSITELIB}/synapse/rest/client/v1/logout.py
-${PYSITELIB}/synapse/rest/client/v1/logout.pyc
-${PYSITELIB}/synapse/rest/client/v1/logout.pyo
-${PYSITELIB}/synapse/rest/client/v1/presence.py
-${PYSITELIB}/synapse/rest/client/v1/presence.pyc
-${PYSITELIB}/synapse/rest/client/v1/presence.pyo
-${PYSITELIB}/synapse/rest/client/v1/profile.py
-${PYSITELIB}/synapse/rest/client/v1/profile.pyc
-${PYSITELIB}/synapse/rest/client/v1/profile.pyo
-${PYSITELIB}/synapse/rest/client/v1/push_rule.py
-${PYSITELIB}/synapse/rest/client/v1/push_rule.pyc
-${PYSITELIB}/synapse/rest/client/v1/push_rule.pyo
-${PYSITELIB}/synapse/rest/client/v1/pusher.py
-${PYSITELIB}/synapse/rest/client/v1/pusher.pyc
-${PYSITELIB}/synapse/rest/client/v1/pusher.pyo
-${PYSITELIB}/synapse/rest/client/v1/room.py
-${PYSITELIB}/synapse/rest/client/v1/room.pyc
-${PYSITELIB}/synapse/rest/client/v1/room.pyo
-${PYSITELIB}/synapse/rest/client/v1/voip.py
-${PYSITELIB}/synapse/rest/client/v1/voip.pyc
-${PYSITELIB}/synapse/rest/client/v1/voip.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/__init__.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/__init__.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/__init__.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/_base.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/_base.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/_base.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/account.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/account.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/account.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/account_data.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/account_data.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/account_data.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/account_validity.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/account_validity.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/account_validity.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/auth.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/auth.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/auth.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/capabilities.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/capabilities.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/capabilities.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/devices.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/devices.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/devices.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/filter.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/filter.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/filter.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/groups.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/groups.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/groups.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/keys.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/keys.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/keys.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/knock.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/knock.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/knock.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/notifications.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/notifications.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/notifications.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/openid.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/openid.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/openid.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/password_policy.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/password_policy.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/password_policy.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/read_marker.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/read_marker.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/read_marker.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/receipts.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/receipts.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/receipts.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/register.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/register.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/register.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/relations.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/relations.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/relations.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/report_event.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/report_event.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/report_event.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/room_keys.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/room_keys.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/room_keys.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/room_upgrade_rest_servlet.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/room_upgrade_rest_servlet.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/room_upgrade_rest_servlet.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/sendtodevice.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/sendtodevice.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/sendtodevice.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/shared_rooms.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/shared_rooms.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/shared_rooms.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/sync.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/sync.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/sync.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/tags.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/tags.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/tags.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/thirdparty.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/thirdparty.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/thirdparty.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/tokenrefresh.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/tokenrefresh.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/tokenrefresh.pyo
-${PYSITELIB}/synapse/rest/client/v2_alpha/user_directory.py
-${PYSITELIB}/synapse/rest/client/v2_alpha/user_directory.pyc
-${PYSITELIB}/synapse/rest/client/v2_alpha/user_directory.pyo
+${PYSITELIB}/synapse/rest/client/user_directory.py
+${PYSITELIB}/synapse/rest/client/user_directory.pyc
+${PYSITELIB}/synapse/rest/client/user_directory.pyo
 ${PYSITELIB}/synapse/rest/client/versions.py
 ${PYSITELIB}/synapse/rest/client/versions.pyc
 ${PYSITELIB}/synapse/rest/client/versions.pyo
+${PYSITELIB}/synapse/rest/client/voip.py
+${PYSITELIB}/synapse/rest/client/voip.pyc
+${PYSITELIB}/synapse/rest/client/voip.pyo
 ${PYSITELIB}/synapse/rest/consent/__init__.py
 ${PYSITELIB}/synapse/rest/consent/__init__.pyc
 ${PYSITELIB}/synapse/rest/consent/__init__.pyo
@@ -1599,6 +1611,13 @@ ${PYSITELIB}/synapse/storage/schema/main
 ${PYSITELIB}/synapse/storage/schema/main/delta/59/16federation_inbound_staging.sql
 ${PYSITELIB}/synapse/storage/schema/main/delta/60/01recreate_stream_ordering.sql.postgres
 ${PYSITELIB}/synapse/storage/schema/main/delta/60/02change_stream_ordering_columns.sql.postgres
+${PYSITELIB}/synapse/storage/schema/main/delta/61/01change_appservices_txns.sql.postgres
+${PYSITELIB}/synapse/storage/schema/main/delta/61/01insertion_event_lookups.sql
+${PYSITELIB}/synapse/storage/schema/main/delta/61/02drop_redundant_room_depth_index.sql
+${PYSITELIB}/synapse/storage/schema/main/delta/61/03recreate_min_depth.py
+${PYSITELIB}/synapse/storage/schema/main/delta/61/03recreate_min_depth.pyc
+${PYSITELIB}/synapse/storage/schema/main/delta/61/03recreate_min_depth.pyo
+${PYSITELIB}/synapse/storage/schema/main/delta/62/01insertion_event_extremities.sql
 ${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/application_services.sql
 ${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/event_edges.sql
 ${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/event_signatures.sql
@@ -1626,6 +1645,7 @@ ${PYSITELIB}/synapse/storage/schema/stat
 ${PYSITELIB}/synapse/storage/schema/state/delta/47/state_group_seq.pyc
 ${PYSITELIB}/synapse/storage/schema/state/delta/47/state_group_seq.pyo
 ${PYSITELIB}/synapse/storage/schema/state/delta/56/state_group_room_idx.sql
+${PYSITELIB}/synapse/storage/schema/state/delta/61/02state_groups_state_n_distinct.sql.postgres
 ${PYSITELIB}/synapse/storage/schema/state/full_schemas/54/full.sql
 ${PYSITELIB}/synapse/storage/schema/state/full_schemas/54/sequence.sql.postgres
 ${PYSITELIB}/synapse/storage/state.py
@@ -1718,9 +1738,6 @@ ${PYSITELIB}/synapse/util/httpresourcetr
 ${PYSITELIB}/synapse/util/iterutils.py
 ${PYSITELIB}/synapse/util/iterutils.pyc
 ${PYSITELIB}/synapse/util/iterutils.pyo
-${PYSITELIB}/synapse/util/jsonobject.py
-${PYSITELIB}/synapse/util/jsonobject.pyc
-${PYSITELIB}/synapse/util/jsonobject.pyo
 ${PYSITELIB}/synapse/util/linked_list.py
 ${PYSITELIB}/synapse/util/linked_list.pyc
 ${PYSITELIB}/synapse/util/linked_list.pyo

Index: pkgsrc/chat/matrix-synapse/distinfo
diff -u pkgsrc/chat/matrix-synapse/distinfo:1.22 pkgsrc/chat/matrix-synapse/distinfo:1.23
--- pkgsrc/chat/matrix-synapse/distinfo:1.22    Sun Jul 25 19:48:43 2021
+++ pkgsrc/chat/matrix-synapse/distinfo Tue Aug 31 19:57:59 2021
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.22 2021/07/25 19:48:43 js Exp $
+$NetBSD: distinfo,v 1.23 2021/08/31 19:57:59 js Exp $
 
-SHA1 (matrix-synapse-1.38.1.tar.gz) = 3ce8371e1f0cccce11b6829d7cd899932301d001
-RMD160 (matrix-synapse-1.38.1.tar.gz) = f3cdf611cf64b6349963c4b59f6d7cd0e61b63c3
-SHA512 (matrix-synapse-1.38.1.tar.gz) = 3b6c68f47f8a4cb2083c9ee29ec5f253fc3d86ba9971ff6d106b99b939d4603e97a899dbd0dfb8557fc203caa2d1908ebde743090c1440f9fd1be0ecb9357d51
-Size (matrix-synapse-1.38.1.tar.gz) = 7374818 bytes
-SHA1 (patch-synapse_handlers_room.py) = 5c4a5ff4773b9ae4a8ce2b66ac7cd8aa678627ca
+SHA1 (matrix-synapse-1.41.1.tar.gz) = f9a2387a209824077cb45f3fe14775bb3d356be5
+RMD160 (matrix-synapse-1.41.1.tar.gz) = f2392d2fc7a84c4524edc74a3aee268e974dc291
+SHA512 (matrix-synapse-1.41.1.tar.gz) = 04af3261433874141372ddb91150f4e801770c73d42305c94db13a0e420ee7c483b50c4b7c4aca59ec98762b65823d2cdabb75409eb66b2ced47a5c316206767
+Size (matrix-synapse-1.41.1.tar.gz) = 7436053 bytes
+SHA1 (patch-synapse_handlers_room.py) = f9a62add7171898ec0ea76360f0a4c9969609537
 SHA1 (patch-synapse_python_dependencies.py) = 914ae3a34a9367b2d479d393ddc7a07cbff65b36

Index: pkgsrc/chat/matrix-synapse/patches/patch-synapse_handlers_room.py
diff -u pkgsrc/chat/matrix-synapse/patches/patch-synapse_handlers_room.py:1.1 pkgsrc/chat/matrix-synapse/patches/patch-synapse_handlers_room.py:1.2
--- pkgsrc/chat/matrix-synapse/patches/patch-synapse_handlers_room.py:1.1       Sun Jun  6 09:40:34 2021
+++ pkgsrc/chat/matrix-synapse/patches/patch-synapse_handlers_room.py   Tue Aug 31 19:57:59 2021
@@ -1,4 +1,4 @@
-$NetBSD: patch-synapse_handlers_room.py,v 1.1 2021/06/06 09:40:34 js Exp $
+$NetBSD: patch-synapse_handlers_room.py,v 1.2 2021/08/31 19:57:59 js Exp $
 
 This patch allows changing the default power level for the creator of a new
 room. It's useful to set this higher than 100 so that the creator of the room
@@ -6,12 +6,12 @@ can give admin to others while still ret
 someone. In the past, this turned out to be the only thing that could recover a
 room in which a bridge with admin permissions went wild and kicked everybody.
 
---- synapse/handlers/room.py.orig      2021-06-03 12:24:19.000000000 +0000
+--- synapse/handlers/room.py.orig      2021-08-31 12:43:28.000000000 +0000
 +++ synapse/handlers/room.py
-@@ -936,7 +936,7 @@ class RoomCreationHandler(BaseHandler):
+@@ -933,7 +933,7 @@ class RoomCreationHandler(BaseHandler):
              )
          else:
-             power_level_content = {
+             power_level_content: JsonDict = {
 -                "users": {creator_id: 100},
 +                "users": {creator_id: @SYNAPSE_DEFAULT_CREATOR_PL@},
                  "users_default": 0,



Home | Main Index | Thread Index | Old Index