Tue Aug 31 19:57:59 2021 UTC ()
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.


(js)
diff -r1.32 -r1.33 pkgsrc/chat/matrix-synapse/Makefile
diff -r1.16 -r1.17 pkgsrc/chat/matrix-synapse/PLIST
diff -r1.22 -r1.23 pkgsrc/chat/matrix-synapse/distinfo
diff -r1.1 -r1.2 pkgsrc/chat/matrix-synapse/patches/patch-synapse_handlers_room.py

cvs diff -r1.32 -r1.33 pkgsrc/chat/matrix-synapse/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/matrix-synapse/Makefile 2021/07/25 19:48:43 1.32
+++ pkgsrc/chat/matrix-synapse/Makefile 2021/08/31 19:57:59 1.33
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.32 2021/07/25 19:48:43 js Exp $ 1# $NetBSD: Makefile,v 1.33 2021/08/31 19:57:59 js Exp $
2 2
3DISTNAME= matrix-synapse-1.38.1 3DISTNAME= matrix-synapse-1.41.1
4CATEGORIES= chat 4CATEGORIES= chat
5MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/}
6EGG_NAME= matrix_synapse-${PKGVERSION_NOREV} 6EGG_NAME= matrix_synapse-${PKGVERSION_NOREV}
7GITHUB_PROJECT= synapse 7GITHUB_PROJECT= synapse
8GITHUB_TAG= v${PKGVERSION_NOREV} 8GITHUB_TAG= v${PKGVERSION_NOREV}
9 9
10MAINTAINER= js@pkgsrc.org 10MAINTAINER= js@pkgsrc.org
11HOMEPAGE= https://github.com/matrix-org/synapse/ 11HOMEPAGE= https://github.com/matrix-org/synapse/
12COMMENT= Reference homeserver for the Matrix decentralised comms protocol 12COMMENT= Reference homeserver for the Matrix decentralised comms protocol
13LICENSE= apache-2.0 13LICENSE= apache-2.0
14 14
15DEPENDS+= ${PYPKGPREFIX}-sqlite3>=0:../../databases/py-sqlite3 15DEPENDS+= ${PYPKGPREFIX}-sqlite3>=0:../../databases/py-sqlite3
16DEPENDS+= ${PYPKGPREFIX}-jsonschema>=2.5.1:../../textproc/py-jsonschema 16DEPENDS+= ${PYPKGPREFIX}-jsonschema>=2.5.1:../../textproc/py-jsonschema

cvs diff -r1.16 -r1.17 pkgsrc/chat/matrix-synapse/PLIST (expand / switch to unified diff)

--- pkgsrc/chat/matrix-synapse/PLIST 2021/07/17 20:39:16 1.16
+++ pkgsrc/chat/matrix-synapse/PLIST 2021/08/31 19:57:59 1.17
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.16 2021/07/17 20:39:16 js Exp $ 1@comment $NetBSD: PLIST,v 1.17 2021/08/31 19:57:59 js Exp $
2bin/export_signing_key 2bin/export_signing_key
3bin/generate_config 3bin/generate_config
4bin/generate_log_config 4bin/generate_log_config
5bin/generate_signing_key.py 5bin/generate_signing_key.py
6bin/hash_password 6bin/hash_password
7bin/move_remote_media_to_new_store.py 7bin/move_remote_media_to_new_store.py
8bin/register_new_matrix_user 8bin/register_new_matrix_user
9bin/synapse_port_db 9bin/synapse_port_db
10bin/synapse_review_recent_signups 10bin/synapse_review_recent_signups
11bin/sync_room_to_group.pl 11bin/sync_room_to_group.pl
12bin/synctl 12bin/synctl
13${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 13${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
14${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 14${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -310,29 +310,41 @@ ${PYSITELIB}/synapse/federation/sender/_ @@ -310,29 +310,41 @@ ${PYSITELIB}/synapse/federation/sender/_
310${PYSITELIB}/synapse/federation/sender/__init__.pyo 310${PYSITELIB}/synapse/federation/sender/__init__.pyo
311${PYSITELIB}/synapse/federation/sender/per_destination_queue.py 311${PYSITELIB}/synapse/federation/sender/per_destination_queue.py
312${PYSITELIB}/synapse/federation/sender/per_destination_queue.pyc 312${PYSITELIB}/synapse/federation/sender/per_destination_queue.pyc
313${PYSITELIB}/synapse/federation/sender/per_destination_queue.pyo 313${PYSITELIB}/synapse/federation/sender/per_destination_queue.pyo
314${PYSITELIB}/synapse/federation/sender/transaction_manager.py 314${PYSITELIB}/synapse/federation/sender/transaction_manager.py
315${PYSITELIB}/synapse/federation/sender/transaction_manager.pyc 315${PYSITELIB}/synapse/federation/sender/transaction_manager.pyc
316${PYSITELIB}/synapse/federation/sender/transaction_manager.pyo 316${PYSITELIB}/synapse/federation/sender/transaction_manager.pyo
317${PYSITELIB}/synapse/federation/transport/__init__.py 317${PYSITELIB}/synapse/federation/transport/__init__.py
318${PYSITELIB}/synapse/federation/transport/__init__.pyc 318${PYSITELIB}/synapse/federation/transport/__init__.pyc
319${PYSITELIB}/synapse/federation/transport/__init__.pyo 319${PYSITELIB}/synapse/federation/transport/__init__.pyo
320${PYSITELIB}/synapse/federation/transport/client.py 320${PYSITELIB}/synapse/federation/transport/client.py
321${PYSITELIB}/synapse/federation/transport/client.pyc 321${PYSITELIB}/synapse/federation/transport/client.pyc
322${PYSITELIB}/synapse/federation/transport/client.pyo 322${PYSITELIB}/synapse/federation/transport/client.pyo
323${PYSITELIB}/synapse/federation/transport/server.py 323${PYSITELIB}/synapse/federation/transport/server/__init__.py
324${PYSITELIB}/synapse/federation/transport/server.pyc 324${PYSITELIB}/synapse/federation/transport/server/__init__.pyc
325${PYSITELIB}/synapse/federation/transport/server.pyo 325${PYSITELIB}/synapse/federation/transport/server/__init__.pyo
 326${PYSITELIB}/synapse/federation/transport/server/_base.py
 327${PYSITELIB}/synapse/federation/transport/server/_base.pyc
 328${PYSITELIB}/synapse/federation/transport/server/_base.pyo
 329${PYSITELIB}/synapse/federation/transport/server/federation.py
 330${PYSITELIB}/synapse/federation/transport/server/federation.pyc
 331${PYSITELIB}/synapse/federation/transport/server/federation.pyo
 332${PYSITELIB}/synapse/federation/transport/server/groups_local.py
 333${PYSITELIB}/synapse/federation/transport/server/groups_local.pyc
 334${PYSITELIB}/synapse/federation/transport/server/groups_local.pyo
 335${PYSITELIB}/synapse/federation/transport/server/groups_server.py
 336${PYSITELIB}/synapse/federation/transport/server/groups_server.pyc
 337${PYSITELIB}/synapse/federation/transport/server/groups_server.pyo
326${PYSITELIB}/synapse/federation/units.py 338${PYSITELIB}/synapse/federation/units.py
327${PYSITELIB}/synapse/federation/units.pyc 339${PYSITELIB}/synapse/federation/units.pyc
328${PYSITELIB}/synapse/federation/units.pyo 340${PYSITELIB}/synapse/federation/units.pyo
329${PYSITELIB}/synapse/groups/__init__.py 341${PYSITELIB}/synapse/groups/__init__.py
330${PYSITELIB}/synapse/groups/__init__.pyc 342${PYSITELIB}/synapse/groups/__init__.pyc
331${PYSITELIB}/synapse/groups/__init__.pyo 343${PYSITELIB}/synapse/groups/__init__.pyo
332${PYSITELIB}/synapse/groups/attestations.py 344${PYSITELIB}/synapse/groups/attestations.py
333${PYSITELIB}/synapse/groups/attestations.pyc 345${PYSITELIB}/synapse/groups/attestations.pyc
334${PYSITELIB}/synapse/groups/attestations.pyo 346${PYSITELIB}/synapse/groups/attestations.pyo
335${PYSITELIB}/synapse/groups/groups_server.py 347${PYSITELIB}/synapse/groups/groups_server.py
336${PYSITELIB}/synapse/groups/groups_server.pyc 348${PYSITELIB}/synapse/groups/groups_server.pyc
337${PYSITELIB}/synapse/groups/groups_server.pyo 349${PYSITELIB}/synapse/groups/groups_server.pyo
338${PYSITELIB}/synapse/handlers/__init__.py 350${PYSITELIB}/synapse/handlers/__init__.py
@@ -424,41 +436,41 @@ ${PYSITELIB}/synapse/handlers/register.p @@ -424,41 +436,41 @@ ${PYSITELIB}/synapse/handlers/register.p
424${PYSITELIB}/synapse/handlers/register.pyo 436${PYSITELIB}/synapse/handlers/register.pyo
425${PYSITELIB}/synapse/handlers/room.py 437${PYSITELIB}/synapse/handlers/room.py
426${PYSITELIB}/synapse/handlers/room.pyc 438${PYSITELIB}/synapse/handlers/room.pyc
427${PYSITELIB}/synapse/handlers/room.pyo 439${PYSITELIB}/synapse/handlers/room.pyo
428${PYSITELIB}/synapse/handlers/room_list.py 440${PYSITELIB}/synapse/handlers/room_list.py
429${PYSITELIB}/synapse/handlers/room_list.pyc 441${PYSITELIB}/synapse/handlers/room_list.pyc
430${PYSITELIB}/synapse/handlers/room_list.pyo 442${PYSITELIB}/synapse/handlers/room_list.pyo
431${PYSITELIB}/synapse/handlers/room_member.py 443${PYSITELIB}/synapse/handlers/room_member.py
432${PYSITELIB}/synapse/handlers/room_member.pyc 444${PYSITELIB}/synapse/handlers/room_member.pyc
433${PYSITELIB}/synapse/handlers/room_member.pyo 445${PYSITELIB}/synapse/handlers/room_member.pyo
434${PYSITELIB}/synapse/handlers/room_member_worker.py 446${PYSITELIB}/synapse/handlers/room_member_worker.py
435${PYSITELIB}/synapse/handlers/room_member_worker.pyc 447${PYSITELIB}/synapse/handlers/room_member_worker.pyc
436${PYSITELIB}/synapse/handlers/room_member_worker.pyo 448${PYSITELIB}/synapse/handlers/room_member_worker.pyo
 449${PYSITELIB}/synapse/handlers/room_summary.py
 450${PYSITELIB}/synapse/handlers/room_summary.pyc
 451${PYSITELIB}/synapse/handlers/room_summary.pyo
437${PYSITELIB}/synapse/handlers/saml.py 452${PYSITELIB}/synapse/handlers/saml.py
438${PYSITELIB}/synapse/handlers/saml.pyc 453${PYSITELIB}/synapse/handlers/saml.pyc
439${PYSITELIB}/synapse/handlers/saml.pyo 454${PYSITELIB}/synapse/handlers/saml.pyo
440${PYSITELIB}/synapse/handlers/search.py 455${PYSITELIB}/synapse/handlers/search.py
441${PYSITELIB}/synapse/handlers/search.pyc 456${PYSITELIB}/synapse/handlers/search.pyc
442${PYSITELIB}/synapse/handlers/search.pyo 457${PYSITELIB}/synapse/handlers/search.pyo
443${PYSITELIB}/synapse/handlers/send_email.py 458${PYSITELIB}/synapse/handlers/send_email.py
444${PYSITELIB}/synapse/handlers/send_email.pyc 459${PYSITELIB}/synapse/handlers/send_email.pyc
445${PYSITELIB}/synapse/handlers/send_email.pyo 460${PYSITELIB}/synapse/handlers/send_email.pyo
446${PYSITELIB}/synapse/handlers/set_password.py 461${PYSITELIB}/synapse/handlers/set_password.py
447${PYSITELIB}/synapse/handlers/set_password.pyc 462${PYSITELIB}/synapse/handlers/set_password.pyc
448${PYSITELIB}/synapse/handlers/set_password.pyo 463${PYSITELIB}/synapse/handlers/set_password.pyo
449${PYSITELIB}/synapse/handlers/space_summary.py 
450${PYSITELIB}/synapse/handlers/space_summary.pyc 
451${PYSITELIB}/synapse/handlers/space_summary.pyo 
452${PYSITELIB}/synapse/handlers/sso.py 464${PYSITELIB}/synapse/handlers/sso.py
453${PYSITELIB}/synapse/handlers/sso.pyc 465${PYSITELIB}/synapse/handlers/sso.pyc
454${PYSITELIB}/synapse/handlers/sso.pyo 466${PYSITELIB}/synapse/handlers/sso.pyo
455${PYSITELIB}/synapse/handlers/state_deltas.py 467${PYSITELIB}/synapse/handlers/state_deltas.py
456${PYSITELIB}/synapse/handlers/state_deltas.pyc 468${PYSITELIB}/synapse/handlers/state_deltas.pyc
457${PYSITELIB}/synapse/handlers/state_deltas.pyo 469${PYSITELIB}/synapse/handlers/state_deltas.pyo
458${PYSITELIB}/synapse/handlers/stats.py 470${PYSITELIB}/synapse/handlers/stats.py
459${PYSITELIB}/synapse/handlers/stats.pyc 471${PYSITELIB}/synapse/handlers/stats.pyc
460${PYSITELIB}/synapse/handlers/stats.pyo 472${PYSITELIB}/synapse/handlers/stats.pyo
461${PYSITELIB}/synapse/handlers/sync.py 473${PYSITELIB}/synapse/handlers/sync.py
462${PYSITELIB}/synapse/handlers/sync.pyc 474${PYSITELIB}/synapse/handlers/sync.pyc
463${PYSITELIB}/synapse/handlers/sync.pyo 475${PYSITELIB}/synapse/handlers/sync.pyo
464${PYSITELIB}/synapse/handlers/typing.py 476${PYSITELIB}/synapse/handlers/typing.py
@@ -526,26 +538,29 @@ ${PYSITELIB}/synapse/logging/_structured @@ -526,26 +538,29 @@ ${PYSITELIB}/synapse/logging/_structured
526${PYSITELIB}/synapse/logging/_structured.pyo 538${PYSITELIB}/synapse/logging/_structured.pyo
527${PYSITELIB}/synapse/logging/_terse_json.py 539${PYSITELIB}/synapse/logging/_terse_json.py
528${PYSITELIB}/synapse/logging/_terse_json.pyc 540${PYSITELIB}/synapse/logging/_terse_json.pyc
529${PYSITELIB}/synapse/logging/_terse_json.pyo 541${PYSITELIB}/synapse/logging/_terse_json.pyo
530${PYSITELIB}/synapse/logging/context.py 542${PYSITELIB}/synapse/logging/context.py
531${PYSITELIB}/synapse/logging/context.pyc 543${PYSITELIB}/synapse/logging/context.pyc
532${PYSITELIB}/synapse/logging/context.pyo 544${PYSITELIB}/synapse/logging/context.pyo
533${PYSITELIB}/synapse/logging/filter.py 545${PYSITELIB}/synapse/logging/filter.py
534${PYSITELIB}/synapse/logging/filter.pyc 546${PYSITELIB}/synapse/logging/filter.pyc
535${PYSITELIB}/synapse/logging/filter.pyo 547${PYSITELIB}/synapse/logging/filter.pyo
536${PYSITELIB}/synapse/logging/formatter.py 548${PYSITELIB}/synapse/logging/formatter.py
537${PYSITELIB}/synapse/logging/formatter.pyc 549${PYSITELIB}/synapse/logging/formatter.pyc
538${PYSITELIB}/synapse/logging/formatter.pyo 550${PYSITELIB}/synapse/logging/formatter.pyo
 551${PYSITELIB}/synapse/logging/handlers.py
 552${PYSITELIB}/synapse/logging/handlers.pyc
 553${PYSITELIB}/synapse/logging/handlers.pyo
539${PYSITELIB}/synapse/logging/opentracing.py 554${PYSITELIB}/synapse/logging/opentracing.py
540${PYSITELIB}/synapse/logging/opentracing.pyc 555${PYSITELIB}/synapse/logging/opentracing.pyc
541${PYSITELIB}/synapse/logging/opentracing.pyo 556${PYSITELIB}/synapse/logging/opentracing.pyo
542${PYSITELIB}/synapse/logging/scopecontextmanager.py 557${PYSITELIB}/synapse/logging/scopecontextmanager.py
543${PYSITELIB}/synapse/logging/scopecontextmanager.pyc 558${PYSITELIB}/synapse/logging/scopecontextmanager.pyc
544${PYSITELIB}/synapse/logging/scopecontextmanager.pyo 559${PYSITELIB}/synapse/logging/scopecontextmanager.pyo
545${PYSITELIB}/synapse/logging/utils.py 560${PYSITELIB}/synapse/logging/utils.py
546${PYSITELIB}/synapse/logging/utils.pyc 561${PYSITELIB}/synapse/logging/utils.pyc
547${PYSITELIB}/synapse/logging/utils.pyo 562${PYSITELIB}/synapse/logging/utils.pyo
548${PYSITELIB}/synapse/metrics/__init__.py 563${PYSITELIB}/synapse/metrics/__init__.py
549${PYSITELIB}/synapse/metrics/__init__.pyc 564${PYSITELIB}/synapse/metrics/__init__.pyc
550${PYSITELIB}/synapse/metrics/__init__.pyo 565${PYSITELIB}/synapse/metrics/__init__.pyo
551${PYSITELIB}/synapse/metrics/_exposition.py 566${PYSITELIB}/synapse/metrics/_exposition.py
@@ -697,29 +712,26 @@ ${PYSITELIB}/synapse/replication/slave/s @@ -697,29 +712,26 @@ ${PYSITELIB}/synapse/replication/slave/s
697${PYSITELIB}/synapse/replication/slave/storage/profile.pyo 712${PYSITELIB}/synapse/replication/slave/storage/profile.pyo
698${PYSITELIB}/synapse/replication/slave/storage/push_rule.py 713${PYSITELIB}/synapse/replication/slave/storage/push_rule.py
699${PYSITELIB}/synapse/replication/slave/storage/push_rule.pyc 714${PYSITELIB}/synapse/replication/slave/storage/push_rule.pyc
700${PYSITELIB}/synapse/replication/slave/storage/push_rule.pyo 715${PYSITELIB}/synapse/replication/slave/storage/push_rule.pyo
701${PYSITELIB}/synapse/replication/slave/storage/pushers.py 716${PYSITELIB}/synapse/replication/slave/storage/pushers.py
702${PYSITELIB}/synapse/replication/slave/storage/pushers.pyc 717${PYSITELIB}/synapse/replication/slave/storage/pushers.pyc
703${PYSITELIB}/synapse/replication/slave/storage/pushers.pyo 718${PYSITELIB}/synapse/replication/slave/storage/pushers.pyo
704${PYSITELIB}/synapse/replication/slave/storage/receipts.py 719${PYSITELIB}/synapse/replication/slave/storage/receipts.py
705${PYSITELIB}/synapse/replication/slave/storage/receipts.pyc 720${PYSITELIB}/synapse/replication/slave/storage/receipts.pyc
706${PYSITELIB}/synapse/replication/slave/storage/receipts.pyo 721${PYSITELIB}/synapse/replication/slave/storage/receipts.pyo
707${PYSITELIB}/synapse/replication/slave/storage/registration.py 722${PYSITELIB}/synapse/replication/slave/storage/registration.py
708${PYSITELIB}/synapse/replication/slave/storage/registration.pyc 723${PYSITELIB}/synapse/replication/slave/storage/registration.pyc
709${PYSITELIB}/synapse/replication/slave/storage/registration.pyo 724${PYSITELIB}/synapse/replication/slave/storage/registration.pyo
710${PYSITELIB}/synapse/replication/slave/storage/room.py 
711${PYSITELIB}/synapse/replication/slave/storage/room.pyc 
712${PYSITELIB}/synapse/replication/slave/storage/room.pyo 
713${PYSITELIB}/synapse/replication/tcp/__init__.py 725${PYSITELIB}/synapse/replication/tcp/__init__.py
714${PYSITELIB}/synapse/replication/tcp/__init__.pyc 726${PYSITELIB}/synapse/replication/tcp/__init__.pyc
715${PYSITELIB}/synapse/replication/tcp/__init__.pyo 727${PYSITELIB}/synapse/replication/tcp/__init__.pyo
716${PYSITELIB}/synapse/replication/tcp/client.py 728${PYSITELIB}/synapse/replication/tcp/client.py
717${PYSITELIB}/synapse/replication/tcp/client.pyc 729${PYSITELIB}/synapse/replication/tcp/client.pyc
718${PYSITELIB}/synapse/replication/tcp/client.pyo 730${PYSITELIB}/synapse/replication/tcp/client.pyo
719${PYSITELIB}/synapse/replication/tcp/commands.py 731${PYSITELIB}/synapse/replication/tcp/commands.py
720${PYSITELIB}/synapse/replication/tcp/commands.pyc 732${PYSITELIB}/synapse/replication/tcp/commands.pyc
721${PYSITELIB}/synapse/replication/tcp/commands.pyo 733${PYSITELIB}/synapse/replication/tcp/commands.pyo
722${PYSITELIB}/synapse/replication/tcp/external_cache.py 734${PYSITELIB}/synapse/replication/tcp/external_cache.py
723${PYSITELIB}/synapse/replication/tcp/external_cache.pyc 735${PYSITELIB}/synapse/replication/tcp/external_cache.pyc
724${PYSITELIB}/synapse/replication/tcp/external_cache.pyo 736${PYSITELIB}/synapse/replication/tcp/external_cache.pyo
725${PYSITELIB}/synapse/replication/tcp/handler.py 737${PYSITELIB}/synapse/replication/tcp/handler.py
@@ -813,161 +825,161 @@ ${PYSITELIB}/synapse/rest/admin/media.py @@ -813,161 +825,161 @@ ${PYSITELIB}/synapse/rest/admin/media.py
813${PYSITELIB}/synapse/rest/admin/media.pyo 825${PYSITELIB}/synapse/rest/admin/media.pyo
814${PYSITELIB}/synapse/rest/admin/purge_room_servlet.py 826${PYSITELIB}/synapse/rest/admin/purge_room_servlet.py
815${PYSITELIB}/synapse/rest/admin/purge_room_servlet.pyc 827${PYSITELIB}/synapse/rest/admin/purge_room_servlet.pyc
816${PYSITELIB}/synapse/rest/admin/purge_room_servlet.pyo 828${PYSITELIB}/synapse/rest/admin/purge_room_servlet.pyo
817${PYSITELIB}/synapse/rest/admin/rooms.py 829${PYSITELIB}/synapse/rest/admin/rooms.py
818${PYSITELIB}/synapse/rest/admin/rooms.pyc 830${PYSITELIB}/synapse/rest/admin/rooms.pyc
819${PYSITELIB}/synapse/rest/admin/rooms.pyo 831${PYSITELIB}/synapse/rest/admin/rooms.pyo
820${PYSITELIB}/synapse/rest/admin/server_notice_servlet.py 832${PYSITELIB}/synapse/rest/admin/server_notice_servlet.py
821${PYSITELIB}/synapse/rest/admin/server_notice_servlet.pyc 833${PYSITELIB}/synapse/rest/admin/server_notice_servlet.pyc
822${PYSITELIB}/synapse/rest/admin/server_notice_servlet.pyo 834${PYSITELIB}/synapse/rest/admin/server_notice_servlet.pyo
823${PYSITELIB}/synapse/rest/admin/statistics.py 835${PYSITELIB}/synapse/rest/admin/statistics.py
824${PYSITELIB}/synapse/rest/admin/statistics.pyc 836${PYSITELIB}/synapse/rest/admin/statistics.pyc
825${PYSITELIB}/synapse/rest/admin/statistics.pyo 837${PYSITELIB}/synapse/rest/admin/statistics.pyo
 838${PYSITELIB}/synapse/rest/admin/username_available.py
 839${PYSITELIB}/synapse/rest/admin/username_available.pyc
 840${PYSITELIB}/synapse/rest/admin/username_available.pyo
826${PYSITELIB}/synapse/rest/admin/users.py 841${PYSITELIB}/synapse/rest/admin/users.py
827${PYSITELIB}/synapse/rest/admin/users.pyc 842${PYSITELIB}/synapse/rest/admin/users.pyc
828${PYSITELIB}/synapse/rest/admin/users.pyo 843${PYSITELIB}/synapse/rest/admin/users.pyo
829${PYSITELIB}/synapse/rest/client/__init__.py 844${PYSITELIB}/synapse/rest/client/__init__.py
830${PYSITELIB}/synapse/rest/client/__init__.pyc 845${PYSITELIB}/synapse/rest/client/__init__.pyc
831${PYSITELIB}/synapse/rest/client/__init__.pyo 846${PYSITELIB}/synapse/rest/client/__init__.pyo
 847${PYSITELIB}/synapse/rest/client/_base.py
 848${PYSITELIB}/synapse/rest/client/_base.pyc
 849${PYSITELIB}/synapse/rest/client/_base.pyo
 850${PYSITELIB}/synapse/rest/client/account.py
 851${PYSITELIB}/synapse/rest/client/account.pyc
 852${PYSITELIB}/synapse/rest/client/account.pyo
 853${PYSITELIB}/synapse/rest/client/account_data.py
 854${PYSITELIB}/synapse/rest/client/account_data.pyc
 855${PYSITELIB}/synapse/rest/client/account_data.pyo
 856${PYSITELIB}/synapse/rest/client/account_validity.py
 857${PYSITELIB}/synapse/rest/client/account_validity.pyc
 858${PYSITELIB}/synapse/rest/client/account_validity.pyo
 859${PYSITELIB}/synapse/rest/client/auth.py
 860${PYSITELIB}/synapse/rest/client/auth.pyc
 861${PYSITELIB}/synapse/rest/client/auth.pyo
 862${PYSITELIB}/synapse/rest/client/capabilities.py
 863${PYSITELIB}/synapse/rest/client/capabilities.pyc
 864${PYSITELIB}/synapse/rest/client/capabilities.pyo
 865${PYSITELIB}/synapse/rest/client/devices.py
 866${PYSITELIB}/synapse/rest/client/devices.pyc
 867${PYSITELIB}/synapse/rest/client/devices.pyo
 868${PYSITELIB}/synapse/rest/client/directory.py
 869${PYSITELIB}/synapse/rest/client/directory.pyc
 870${PYSITELIB}/synapse/rest/client/directory.pyo
 871${PYSITELIB}/synapse/rest/client/events.py
 872${PYSITELIB}/synapse/rest/client/events.pyc
 873${PYSITELIB}/synapse/rest/client/events.pyo
 874${PYSITELIB}/synapse/rest/client/filter.py
 875${PYSITELIB}/synapse/rest/client/filter.pyc
 876${PYSITELIB}/synapse/rest/client/filter.pyo
 877${PYSITELIB}/synapse/rest/client/groups.py
 878${PYSITELIB}/synapse/rest/client/groups.pyc
 879${PYSITELIB}/synapse/rest/client/groups.pyo
 880${PYSITELIB}/synapse/rest/client/initial_sync.py
 881${PYSITELIB}/synapse/rest/client/initial_sync.pyc
 882${PYSITELIB}/synapse/rest/client/initial_sync.pyo
 883${PYSITELIB}/synapse/rest/client/keys.py
 884${PYSITELIB}/synapse/rest/client/keys.pyc
 885${PYSITELIB}/synapse/rest/client/keys.pyo
 886${PYSITELIB}/synapse/rest/client/knock.py
 887${PYSITELIB}/synapse/rest/client/knock.pyc
 888${PYSITELIB}/synapse/rest/client/knock.pyo
 889${PYSITELIB}/synapse/rest/client/login.py
 890${PYSITELIB}/synapse/rest/client/login.pyc
 891${PYSITELIB}/synapse/rest/client/login.pyo
 892${PYSITELIB}/synapse/rest/client/logout.py
 893${PYSITELIB}/synapse/rest/client/logout.pyc
 894${PYSITELIB}/synapse/rest/client/logout.pyo
 895${PYSITELIB}/synapse/rest/client/notifications.py
 896${PYSITELIB}/synapse/rest/client/notifications.pyc
 897${PYSITELIB}/synapse/rest/client/notifications.pyo
 898${PYSITELIB}/synapse/rest/client/openid.py
 899${PYSITELIB}/synapse/rest/client/openid.pyc
 900${PYSITELIB}/synapse/rest/client/openid.pyo
 901${PYSITELIB}/synapse/rest/client/password_policy.py
 902${PYSITELIB}/synapse/rest/client/password_policy.pyc
 903${PYSITELIB}/synapse/rest/client/password_policy.pyo
 904${PYSITELIB}/synapse/rest/client/presence.py
 905${PYSITELIB}/synapse/rest/client/presence.pyc
 906${PYSITELIB}/synapse/rest/client/presence.pyo
 907${PYSITELIB}/synapse/rest/client/profile.py
 908${PYSITELIB}/synapse/rest/client/profile.pyc
 909${PYSITELIB}/synapse/rest/client/profile.pyo
 910${PYSITELIB}/synapse/rest/client/push_rule.py
 911${PYSITELIB}/synapse/rest/client/push_rule.pyc
 912${PYSITELIB}/synapse/rest/client/push_rule.pyo
 913${PYSITELIB}/synapse/rest/client/pusher.py
 914${PYSITELIB}/synapse/rest/client/pusher.pyc
 915${PYSITELIB}/synapse/rest/client/pusher.pyo
 916${PYSITELIB}/synapse/rest/client/read_marker.py
 917${PYSITELIB}/synapse/rest/client/read_marker.pyc
 918${PYSITELIB}/synapse/rest/client/read_marker.pyo
 919${PYSITELIB}/synapse/rest/client/receipts.py
 920${PYSITELIB}/synapse/rest/client/receipts.pyc
 921${PYSITELIB}/synapse/rest/client/receipts.pyo
 922${PYSITELIB}/synapse/rest/client/register.py
 923${PYSITELIB}/synapse/rest/client/register.pyc
 924${PYSITELIB}/synapse/rest/client/register.pyo
 925${PYSITELIB}/synapse/rest/client/relations.py
 926${PYSITELIB}/synapse/rest/client/relations.pyc
 927${PYSITELIB}/synapse/rest/client/relations.pyo
 928${PYSITELIB}/synapse/rest/client/report_event.py
 929${PYSITELIB}/synapse/rest/client/report_event.pyc
 930${PYSITELIB}/synapse/rest/client/report_event.pyo
 931${PYSITELIB}/synapse/rest/client/room.py
 932${PYSITELIB}/synapse/rest/client/room.pyc
 933${PYSITELIB}/synapse/rest/client/room.pyo
 934${PYSITELIB}/synapse/rest/client/room_batch.py
 935${PYSITELIB}/synapse/rest/client/room_batch.pyc
 936${PYSITELIB}/synapse/rest/client/room_batch.pyo
 937${PYSITELIB}/synapse/rest/client/room_keys.py
 938${PYSITELIB}/synapse/rest/client/room_keys.pyc
 939${PYSITELIB}/synapse/rest/client/room_keys.pyo
 940${PYSITELIB}/synapse/rest/client/room_upgrade_rest_servlet.py
 941${PYSITELIB}/synapse/rest/client/room_upgrade_rest_servlet.pyc
 942${PYSITELIB}/synapse/rest/client/room_upgrade_rest_servlet.pyo
 943${PYSITELIB}/synapse/rest/client/sendtodevice.py
 944${PYSITELIB}/synapse/rest/client/sendtodevice.pyc
 945${PYSITELIB}/synapse/rest/client/sendtodevice.pyo
 946${PYSITELIB}/synapse/rest/client/shared_rooms.py
 947${PYSITELIB}/synapse/rest/client/shared_rooms.pyc
 948${PYSITELIB}/synapse/rest/client/shared_rooms.pyo
 949${PYSITELIB}/synapse/rest/client/sync.py
 950${PYSITELIB}/synapse/rest/client/sync.pyc
 951${PYSITELIB}/synapse/rest/client/sync.pyo
 952${PYSITELIB}/synapse/rest/client/tags.py
 953${PYSITELIB}/synapse/rest/client/tags.pyc
 954${PYSITELIB}/synapse/rest/client/tags.pyo
 955${PYSITELIB}/synapse/rest/client/thirdparty.py
 956${PYSITELIB}/synapse/rest/client/thirdparty.pyc
 957${PYSITELIB}/synapse/rest/client/thirdparty.pyo
 958${PYSITELIB}/synapse/rest/client/tokenrefresh.py
 959${PYSITELIB}/synapse/rest/client/tokenrefresh.pyc
 960${PYSITELIB}/synapse/rest/client/tokenrefresh.pyo
832${PYSITELIB}/synapse/rest/client/transactions.py 961${PYSITELIB}/synapse/rest/client/transactions.py
833${PYSITELIB}/synapse/rest/client/transactions.pyc 962${PYSITELIB}/synapse/rest/client/transactions.pyc
834${PYSITELIB}/synapse/rest/client/transactions.pyo 963${PYSITELIB}/synapse/rest/client/transactions.pyo
835${PYSITELIB}/synapse/rest/client/v1/__init__.py 964${PYSITELIB}/synapse/rest/client/user_directory.py
836${PYSITELIB}/synapse/rest/client/v1/__init__.pyc 965${PYSITELIB}/synapse/rest/client/user_directory.pyc
837${PYSITELIB}/synapse/rest/client/v1/__init__.pyo 966${PYSITELIB}/synapse/rest/client/user_directory.pyo
838${PYSITELIB}/synapse/rest/client/v1/directory.py 
839${PYSITELIB}/synapse/rest/client/v1/directory.pyc 
840${PYSITELIB}/synapse/rest/client/v1/directory.pyo 
841${PYSITELIB}/synapse/rest/client/v1/events.py 
842${PYSITELIB}/synapse/rest/client/v1/events.pyc 
843${PYSITELIB}/synapse/rest/client/v1/events.pyo 
844${PYSITELIB}/synapse/rest/client/v1/initial_sync.py 
845${PYSITELIB}/synapse/rest/client/v1/initial_sync.pyc 
846${PYSITELIB}/synapse/rest/client/v1/initial_sync.pyo 
847${PYSITELIB}/synapse/rest/client/v1/login.py 
848${PYSITELIB}/synapse/rest/client/v1/login.pyc 
849${PYSITELIB}/synapse/rest/client/v1/login.pyo 
850${PYSITELIB}/synapse/rest/client/v1/logout.py 
851${PYSITELIB}/synapse/rest/client/v1/logout.pyc 
852${PYSITELIB}/synapse/rest/client/v1/logout.pyo 
853${PYSITELIB}/synapse/rest/client/v1/presence.py 
854${PYSITELIB}/synapse/rest/client/v1/presence.pyc 
855${PYSITELIB}/synapse/rest/client/v1/presence.pyo 
856${PYSITELIB}/synapse/rest/client/v1/profile.py 
857${PYSITELIB}/synapse/rest/client/v1/profile.pyc 
858${PYSITELIB}/synapse/rest/client/v1/profile.pyo 
859${PYSITELIB}/synapse/rest/client/v1/push_rule.py 
860${PYSITELIB}/synapse/rest/client/v1/push_rule.pyc 
861${PYSITELIB}/synapse/rest/client/v1/push_rule.pyo 
862${PYSITELIB}/synapse/rest/client/v1/pusher.py 
863${PYSITELIB}/synapse/rest/client/v1/pusher.pyc 
864${PYSITELIB}/synapse/rest/client/v1/pusher.pyo 
865${PYSITELIB}/synapse/rest/client/v1/room.py 
866${PYSITELIB}/synapse/rest/client/v1/room.pyc 
867${PYSITELIB}/synapse/rest/client/v1/room.pyo 
868${PYSITELIB}/synapse/rest/client/v1/voip.py 
869${PYSITELIB}/synapse/rest/client/v1/voip.pyc 
870${PYSITELIB}/synapse/rest/client/v1/voip.pyo 
871${PYSITELIB}/synapse/rest/client/v2_alpha/__init__.py 
872${PYSITELIB}/synapse/rest/client/v2_alpha/__init__.pyc 
873${PYSITELIB}/synapse/rest/client/v2_alpha/__init__.pyo 
874${PYSITELIB}/synapse/rest/client/v2_alpha/_base.py 
875${PYSITELIB}/synapse/rest/client/v2_alpha/_base.pyc 
876${PYSITELIB}/synapse/rest/client/v2_alpha/_base.pyo 
877${PYSITELIB}/synapse/rest/client/v2_alpha/account.py 
878${PYSITELIB}/synapse/rest/client/v2_alpha/account.pyc 
879${PYSITELIB}/synapse/rest/client/v2_alpha/account.pyo 
880${PYSITELIB}/synapse/rest/client/v2_alpha/account_data.py 
881${PYSITELIB}/synapse/rest/client/v2_alpha/account_data.pyc 
882${PYSITELIB}/synapse/rest/client/v2_alpha/account_data.pyo 
883${PYSITELIB}/synapse/rest/client/v2_alpha/account_validity.py 
884${PYSITELIB}/synapse/rest/client/v2_alpha/account_validity.pyc 
885${PYSITELIB}/synapse/rest/client/v2_alpha/account_validity.pyo 
886${PYSITELIB}/synapse/rest/client/v2_alpha/auth.py 
887${PYSITELIB}/synapse/rest/client/v2_alpha/auth.pyc 
888${PYSITELIB}/synapse/rest/client/v2_alpha/auth.pyo 
889${PYSITELIB}/synapse/rest/client/v2_alpha/capabilities.py 
890${PYSITELIB}/synapse/rest/client/v2_alpha/capabilities.pyc 
891${PYSITELIB}/synapse/rest/client/v2_alpha/capabilities.pyo 
892${PYSITELIB}/synapse/rest/client/v2_alpha/devices.py 
893${PYSITELIB}/synapse/rest/client/v2_alpha/devices.pyc 
894${PYSITELIB}/synapse/rest/client/v2_alpha/devices.pyo 
895${PYSITELIB}/synapse/rest/client/v2_alpha/filter.py 
896${PYSITELIB}/synapse/rest/client/v2_alpha/filter.pyc 
897${PYSITELIB}/synapse/rest/client/v2_alpha/filter.pyo 
898${PYSITELIB}/synapse/rest/client/v2_alpha/groups.py 
899${PYSITELIB}/synapse/rest/client/v2_alpha/groups.pyc 
900${PYSITELIB}/synapse/rest/client/v2_alpha/groups.pyo 
901${PYSITELIB}/synapse/rest/client/v2_alpha/keys.py 
902${PYSITELIB}/synapse/rest/client/v2_alpha/keys.pyc 
903${PYSITELIB}/synapse/rest/client/v2_alpha/keys.pyo 
904${PYSITELIB}/synapse/rest/client/v2_alpha/knock.py 
905${PYSITELIB}/synapse/rest/client/v2_alpha/knock.pyc 
906${PYSITELIB}/synapse/rest/client/v2_alpha/knock.pyo 
907${PYSITELIB}/synapse/rest/client/v2_alpha/notifications.py 
908${PYSITELIB}/synapse/rest/client/v2_alpha/notifications.pyc 
909${PYSITELIB}/synapse/rest/client/v2_alpha/notifications.pyo 
910${PYSITELIB}/synapse/rest/client/v2_alpha/openid.py 
911${PYSITELIB}/synapse/rest/client/v2_alpha/openid.pyc 
912${PYSITELIB}/synapse/rest/client/v2_alpha/openid.pyo 
913${PYSITELIB}/synapse/rest/client/v2_alpha/password_policy.py 
914${PYSITELIB}/synapse/rest/client/v2_alpha/password_policy.pyc 
915${PYSITELIB}/synapse/rest/client/v2_alpha/password_policy.pyo 
916${PYSITELIB}/synapse/rest/client/v2_alpha/read_marker.py 
917${PYSITELIB}/synapse/rest/client/v2_alpha/read_marker.pyc 
918${PYSITELIB}/synapse/rest/client/v2_alpha/read_marker.pyo 
919${PYSITELIB}/synapse/rest/client/v2_alpha/receipts.py 
920${PYSITELIB}/synapse/rest/client/v2_alpha/receipts.pyc 
921${PYSITELIB}/synapse/rest/client/v2_alpha/receipts.pyo 
922${PYSITELIB}/synapse/rest/client/v2_alpha/register.py 
923${PYSITELIB}/synapse/rest/client/v2_alpha/register.pyc 
924${PYSITELIB}/synapse/rest/client/v2_alpha/register.pyo 
925${PYSITELIB}/synapse/rest/client/v2_alpha/relations.py 
926${PYSITELIB}/synapse/rest/client/v2_alpha/relations.pyc 
927${PYSITELIB}/synapse/rest/client/v2_alpha/relations.pyo 
928${PYSITELIB}/synapse/rest/client/v2_alpha/report_event.py 
929${PYSITELIB}/synapse/rest/client/v2_alpha/report_event.pyc 
930${PYSITELIB}/synapse/rest/client/v2_alpha/report_event.pyo 
931${PYSITELIB}/synapse/rest/client/v2_alpha/room_keys.py 
932${PYSITELIB}/synapse/rest/client/v2_alpha/room_keys.pyc 
933${PYSITELIB}/synapse/rest/client/v2_alpha/room_keys.pyo 
934${PYSITELIB}/synapse/rest/client/v2_alpha/room_upgrade_rest_servlet.py 
935${PYSITELIB}/synapse/rest/client/v2_alpha/room_upgrade_rest_servlet.pyc 
936${PYSITELIB}/synapse/rest/client/v2_alpha/room_upgrade_rest_servlet.pyo 
937${PYSITELIB}/synapse/rest/client/v2_alpha/sendtodevice.py 
938${PYSITELIB}/synapse/rest/client/v2_alpha/sendtodevice.pyc 
939${PYSITELIB}/synapse/rest/client/v2_alpha/sendtodevice.pyo 
940${PYSITELIB}/synapse/rest/client/v2_alpha/shared_rooms.py 
941${PYSITELIB}/synapse/rest/client/v2_alpha/shared_rooms.pyc 
942${PYSITELIB}/synapse/rest/client/v2_alpha/shared_rooms.pyo 
943${PYSITELIB}/synapse/rest/client/v2_alpha/sync.py 
944${PYSITELIB}/synapse/rest/client/v2_alpha/sync.pyc 
945${PYSITELIB}/synapse/rest/client/v2_alpha/sync.pyo 
946${PYSITELIB}/synapse/rest/client/v2_alpha/tags.py 
947${PYSITELIB}/synapse/rest/client/v2_alpha/tags.pyc 
948${PYSITELIB}/synapse/rest/client/v2_alpha/tags.pyo 
949${PYSITELIB}/synapse/rest/client/v2_alpha/thirdparty.py 
950${PYSITELIB}/synapse/rest/client/v2_alpha/thirdparty.pyc 
951${PYSITELIB}/synapse/rest/client/v2_alpha/thirdparty.pyo 
952${PYSITELIB}/synapse/rest/client/v2_alpha/tokenrefresh.py 
953${PYSITELIB}/synapse/rest/client/v2_alpha/tokenrefresh.pyc 
954${PYSITELIB}/synapse/rest/client/v2_alpha/tokenrefresh.pyo 
955${PYSITELIB}/synapse/rest/client/v2_alpha/user_directory.py 
956${PYSITELIB}/synapse/rest/client/v2_alpha/user_directory.pyc 
957${PYSITELIB}/synapse/rest/client/v2_alpha/user_directory.pyo 
958${PYSITELIB}/synapse/rest/client/versions.py 967${PYSITELIB}/synapse/rest/client/versions.py
959${PYSITELIB}/synapse/rest/client/versions.pyc 968${PYSITELIB}/synapse/rest/client/versions.pyc
960${PYSITELIB}/synapse/rest/client/versions.pyo 969${PYSITELIB}/synapse/rest/client/versions.pyo
 970${PYSITELIB}/synapse/rest/client/voip.py
 971${PYSITELIB}/synapse/rest/client/voip.pyc
 972${PYSITELIB}/synapse/rest/client/voip.pyo
961${PYSITELIB}/synapse/rest/consent/__init__.py 973${PYSITELIB}/synapse/rest/consent/__init__.py
962${PYSITELIB}/synapse/rest/consent/__init__.pyc 974${PYSITELIB}/synapse/rest/consent/__init__.pyc
963${PYSITELIB}/synapse/rest/consent/__init__.pyo 975${PYSITELIB}/synapse/rest/consent/__init__.pyo
964${PYSITELIB}/synapse/rest/consent/consent_resource.py 976${PYSITELIB}/synapse/rest/consent/consent_resource.py
965${PYSITELIB}/synapse/rest/consent/consent_resource.pyc 977${PYSITELIB}/synapse/rest/consent/consent_resource.pyc
966${PYSITELIB}/synapse/rest/consent/consent_resource.pyo 978${PYSITELIB}/synapse/rest/consent/consent_resource.pyo
967${PYSITELIB}/synapse/rest/health.py 979${PYSITELIB}/synapse/rest/health.py
968${PYSITELIB}/synapse/rest/health.pyc 980${PYSITELIB}/synapse/rest/health.pyc
969${PYSITELIB}/synapse/rest/health.pyo 981${PYSITELIB}/synapse/rest/health.pyo
970${PYSITELIB}/synapse/rest/key/__init__.py 982${PYSITELIB}/synapse/rest/key/__init__.py
971${PYSITELIB}/synapse/rest/key/__init__.pyc 983${PYSITELIB}/synapse/rest/key/__init__.pyc
972${PYSITELIB}/synapse/rest/key/__init__.pyo 984${PYSITELIB}/synapse/rest/key/__init__.pyo
973${PYSITELIB}/synapse/rest/key/v2/__init__.py 985${PYSITELIB}/synapse/rest/key/v2/__init__.py
@@ -1589,26 +1601,33 @@ ${PYSITELIB}/synapse/storage/schema/main @@ -1589,26 +1601,33 @@ ${PYSITELIB}/synapse/storage/schema/main
1589${PYSITELIB}/synapse/storage/schema/main/delta/59/09rejected_events_metadata.sql 1601${PYSITELIB}/synapse/storage/schema/main/delta/59/09rejected_events_metadata.sql
1590${PYSITELIB}/synapse/storage/schema/main/delta/59/10delete_purged_chain_cover.sql 1602${PYSITELIB}/synapse/storage/schema/main/delta/59/10delete_purged_chain_cover.sql
1591${PYSITELIB}/synapse/storage/schema/main/delta/59/11add_knock_members_to_stats.sql 1603${PYSITELIB}/synapse/storage/schema/main/delta/59/11add_knock_members_to_stats.sql
1592${PYSITELIB}/synapse/storage/schema/main/delta/59/11drop_thumbnail_constraint.sql.postgres 1604${PYSITELIB}/synapse/storage/schema/main/delta/59/11drop_thumbnail_constraint.sql.postgres
1593${PYSITELIB}/synapse/storage/schema/main/delta/59/12account_validity_token_used_ts_ms.sql 1605${PYSITELIB}/synapse/storage/schema/main/delta/59/12account_validity_token_used_ts_ms.sql
1594${PYSITELIB}/synapse/storage/schema/main/delta/59/12presence_stream_instance.sql 1606${PYSITELIB}/synapse/storage/schema/main/delta/59/12presence_stream_instance.sql
1595${PYSITELIB}/synapse/storage/schema/main/delta/59/12presence_stream_instance_seq.sql.postgres 1607${PYSITELIB}/synapse/storage/schema/main/delta/59/12presence_stream_instance_seq.sql.postgres
1596${PYSITELIB}/synapse/storage/schema/main/delta/59/13users_to_send_full_presence_to.sql 1608${PYSITELIB}/synapse/storage/schema/main/delta/59/13users_to_send_full_presence_to.sql
1597${PYSITELIB}/synapse/storage/schema/main/delta/59/14refresh_tokens.sql 1609${PYSITELIB}/synapse/storage/schema/main/delta/59/14refresh_tokens.sql
1598${PYSITELIB}/synapse/storage/schema/main/delta/59/15locks.sql 1610${PYSITELIB}/synapse/storage/schema/main/delta/59/15locks.sql
1599${PYSITELIB}/synapse/storage/schema/main/delta/59/16federation_inbound_staging.sql 1611${PYSITELIB}/synapse/storage/schema/main/delta/59/16federation_inbound_staging.sql
1600${PYSITELIB}/synapse/storage/schema/main/delta/60/01recreate_stream_ordering.sql.postgres 1612${PYSITELIB}/synapse/storage/schema/main/delta/60/01recreate_stream_ordering.sql.postgres
1601${PYSITELIB}/synapse/storage/schema/main/delta/60/02change_stream_ordering_columns.sql.postgres 1613${PYSITELIB}/synapse/storage/schema/main/delta/60/02change_stream_ordering_columns.sql.postgres
 1614${PYSITELIB}/synapse/storage/schema/main/delta/61/01change_appservices_txns.sql.postgres
 1615${PYSITELIB}/synapse/storage/schema/main/delta/61/01insertion_event_lookups.sql
 1616${PYSITELIB}/synapse/storage/schema/main/delta/61/02drop_redundant_room_depth_index.sql
 1617${PYSITELIB}/synapse/storage/schema/main/delta/61/03recreate_min_depth.py
 1618${PYSITELIB}/synapse/storage/schema/main/delta/61/03recreate_min_depth.pyc
 1619${PYSITELIB}/synapse/storage/schema/main/delta/61/03recreate_min_depth.pyo
 1620${PYSITELIB}/synapse/storage/schema/main/delta/62/01insertion_event_extremities.sql
1602${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/application_services.sql 1621${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/application_services.sql
1603${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/event_edges.sql 1622${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/event_edges.sql
1604${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/event_signatures.sql 1623${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/event_signatures.sql
1605${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/im.sql 1624${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/im.sql
1606${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/keys.sql 1625${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/keys.sql
1607${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/media_repository.sql 1626${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/media_repository.sql
1608${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/presence.sql 1627${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/presence.sql
1609${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/profiles.sql 1628${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/profiles.sql
1610${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/push.sql 1629${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/push.sql
1611${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/redactions.sql 1630${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/redactions.sql
1612${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/room_aliases.sql 1631${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/room_aliases.sql
1613${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/state.sql 1632${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/state.sql
1614${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/transactions.sql 1633${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/transactions.sql
@@ -1616,26 +1635,27 @@ ${PYSITELIB}/synapse/storage/schema/main @@ -1616,26 +1635,27 @@ ${PYSITELIB}/synapse/storage/schema/main
1616${PYSITELIB}/synapse/storage/schema/main/full_schemas/54/full.sql.postgres 1635${PYSITELIB}/synapse/storage/schema/main/full_schemas/54/full.sql.postgres
1617${PYSITELIB}/synapse/storage/schema/main/full_schemas/54/full.sql.sqlite 1636${PYSITELIB}/synapse/storage/schema/main/full_schemas/54/full.sql.sqlite
1618${PYSITELIB}/synapse/storage/schema/main/full_schemas/54/stream_positions.sql 1637${PYSITELIB}/synapse/storage/schema/main/full_schemas/54/stream_positions.sql
1619${PYSITELIB}/synapse/storage/schema/state/delta/23/drop_state_index.sql 1638${PYSITELIB}/synapse/storage/schema/state/delta/23/drop_state_index.sql
1620${PYSITELIB}/synapse/storage/schema/state/delta/30/state_stream.sql 1639${PYSITELIB}/synapse/storage/schema/state/delta/30/state_stream.sql
1621${PYSITELIB}/synapse/storage/schema/state/delta/32/remove_state_indices.sql 1640${PYSITELIB}/synapse/storage/schema/state/delta/32/remove_state_indices.sql
1622${PYSITELIB}/synapse/storage/schema/state/delta/35/add_state_index.sql 1641${PYSITELIB}/synapse/storage/schema/state/delta/35/add_state_index.sql
1623${PYSITELIB}/synapse/storage/schema/state/delta/35/state.sql 1642${PYSITELIB}/synapse/storage/schema/state/delta/35/state.sql
1624${PYSITELIB}/synapse/storage/schema/state/delta/35/state_dedupe.sql 1643${PYSITELIB}/synapse/storage/schema/state/delta/35/state_dedupe.sql
1625${PYSITELIB}/synapse/storage/schema/state/delta/47/state_group_seq.py 1644${PYSITELIB}/synapse/storage/schema/state/delta/47/state_group_seq.py
1626${PYSITELIB}/synapse/storage/schema/state/delta/47/state_group_seq.pyc 1645${PYSITELIB}/synapse/storage/schema/state/delta/47/state_group_seq.pyc
1627${PYSITELIB}/synapse/storage/schema/state/delta/47/state_group_seq.pyo 1646${PYSITELIB}/synapse/storage/schema/state/delta/47/state_group_seq.pyo
1628${PYSITELIB}/synapse/storage/schema/state/delta/56/state_group_room_idx.sql 1647${PYSITELIB}/synapse/storage/schema/state/delta/56/state_group_room_idx.sql
 1648${PYSITELIB}/synapse/storage/schema/state/delta/61/02state_groups_state_n_distinct.sql.postgres
1629${PYSITELIB}/synapse/storage/schema/state/full_schemas/54/full.sql 1649${PYSITELIB}/synapse/storage/schema/state/full_schemas/54/full.sql
1630${PYSITELIB}/synapse/storage/schema/state/full_schemas/54/sequence.sql.postgres 1650${PYSITELIB}/synapse/storage/schema/state/full_schemas/54/sequence.sql.postgres
1631${PYSITELIB}/synapse/storage/state.py 1651${PYSITELIB}/synapse/storage/state.py
1632${PYSITELIB}/synapse/storage/state.pyc 1652${PYSITELIB}/synapse/storage/state.pyc
1633${PYSITELIB}/synapse/storage/state.pyo 1653${PYSITELIB}/synapse/storage/state.pyo
1634${PYSITELIB}/synapse/storage/types.py 1654${PYSITELIB}/synapse/storage/types.py
1635${PYSITELIB}/synapse/storage/types.pyc 1655${PYSITELIB}/synapse/storage/types.pyc
1636${PYSITELIB}/synapse/storage/types.pyo 1656${PYSITELIB}/synapse/storage/types.pyo
1637${PYSITELIB}/synapse/storage/util/__init__.py 1657${PYSITELIB}/synapse/storage/util/__init__.py
1638${PYSITELIB}/synapse/storage/util/__init__.pyc 1658${PYSITELIB}/synapse/storage/util/__init__.pyc
1639${PYSITELIB}/synapse/storage/util/__init__.pyo 1659${PYSITELIB}/synapse/storage/util/__init__.pyo
1640${PYSITELIB}/synapse/storage/util/id_generators.py 1660${PYSITELIB}/synapse/storage/util/id_generators.py
1641${PYSITELIB}/synapse/storage/util/id_generators.pyc 1661${PYSITELIB}/synapse/storage/util/id_generators.pyc
@@ -1708,29 +1728,26 @@ ${PYSITELIB}/synapse/util/file_consumer. @@ -1708,29 +1728,26 @@ ${PYSITELIB}/synapse/util/file_consumer.
1708${PYSITELIB}/synapse/util/file_consumer.pyo 1728${PYSITELIB}/synapse/util/file_consumer.pyo
1709${PYSITELIB}/synapse/util/frozenutils.py 1729${PYSITELIB}/synapse/util/frozenutils.py
1710${PYSITELIB}/synapse/util/frozenutils.pyc 1730${PYSITELIB}/synapse/util/frozenutils.pyc
1711${PYSITELIB}/synapse/util/frozenutils.pyo 1731${PYSITELIB}/synapse/util/frozenutils.pyo
1712${PYSITELIB}/synapse/util/hash.py 1732${PYSITELIB}/synapse/util/hash.py
1713${PYSITELIB}/synapse/util/hash.pyc 1733${PYSITELIB}/synapse/util/hash.pyc
1714${PYSITELIB}/synapse/util/hash.pyo 1734${PYSITELIB}/synapse/util/hash.pyo
1715${PYSITELIB}/synapse/util/httpresourcetree.py 1735${PYSITELIB}/synapse/util/httpresourcetree.py
1716${PYSITELIB}/synapse/util/httpresourcetree.pyc 1736${PYSITELIB}/synapse/util/httpresourcetree.pyc
1717${PYSITELIB}/synapse/util/httpresourcetree.pyo 1737${PYSITELIB}/synapse/util/httpresourcetree.pyo
1718${PYSITELIB}/synapse/util/iterutils.py 1738${PYSITELIB}/synapse/util/iterutils.py
1719${PYSITELIB}/synapse/util/iterutils.pyc 1739${PYSITELIB}/synapse/util/iterutils.pyc
1720${PYSITELIB}/synapse/util/iterutils.pyo 1740${PYSITELIB}/synapse/util/iterutils.pyo
1721${PYSITELIB}/synapse/util/jsonobject.py 
1722${PYSITELIB}/synapse/util/jsonobject.pyc 
1723${PYSITELIB}/synapse/util/jsonobject.pyo 
1724${PYSITELIB}/synapse/util/linked_list.py 1741${PYSITELIB}/synapse/util/linked_list.py
1725${PYSITELIB}/synapse/util/linked_list.pyc 1742${PYSITELIB}/synapse/util/linked_list.pyc
1726${PYSITELIB}/synapse/util/linked_list.pyo 1743${PYSITELIB}/synapse/util/linked_list.pyo
1727${PYSITELIB}/synapse/util/logcontext.py 1744${PYSITELIB}/synapse/util/logcontext.py
1728${PYSITELIB}/synapse/util/logcontext.pyc 1745${PYSITELIB}/synapse/util/logcontext.pyc
1729${PYSITELIB}/synapse/util/logcontext.pyo 1746${PYSITELIB}/synapse/util/logcontext.pyo
1730${PYSITELIB}/synapse/util/logformatter.py 1747${PYSITELIB}/synapse/util/logformatter.py
1731${PYSITELIB}/synapse/util/logformatter.pyc 1748${PYSITELIB}/synapse/util/logformatter.pyc
1732${PYSITELIB}/synapse/util/logformatter.pyo 1749${PYSITELIB}/synapse/util/logformatter.pyo
1733${PYSITELIB}/synapse/util/macaroons.py 1750${PYSITELIB}/synapse/util/macaroons.py
1734${PYSITELIB}/synapse/util/macaroons.pyc 1751${PYSITELIB}/synapse/util/macaroons.pyc
1735${PYSITELIB}/synapse/util/macaroons.pyo 1752${PYSITELIB}/synapse/util/macaroons.pyo
1736${PYSITELIB}/synapse/util/manhole.py 1753${PYSITELIB}/synapse/util/manhole.py

cvs diff -r1.22 -r1.23 pkgsrc/chat/matrix-synapse/distinfo (expand / switch to unified diff)

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

cvs diff -r1.1 -r1.2 pkgsrc/chat/matrix-synapse/patches/patch-synapse_handlers_room.py (expand / switch to unified diff)

--- pkgsrc/chat/matrix-synapse/patches/patch-synapse_handlers_room.py 2021/06/06 09:40:34 1.1
+++ pkgsrc/chat/matrix-synapse/patches/patch-synapse_handlers_room.py 2021/08/31 19:57:59 1.2
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: patch-synapse_handlers_room.py,v 1.1 2021/06/06 09:40:34 js Exp $ 1$NetBSD: patch-synapse_handlers_room.py,v 1.2 2021/08/31 19:57:59 js Exp $
2 2
3This patch allows changing the default power level for the creator of a new 3This patch allows changing the default power level for the creator of a new
4room. It's useful to set this higher than 100 so that the creator of the room 4room. It's useful to set this higher than 100 so that the creator of the room
5can give admin to others while still retaining the ability to revoke admin from 5can give admin to others while still retaining the ability to revoke admin from
6someone. In the past, this turned out to be the only thing that could recover a 6someone. In the past, this turned out to be the only thing that could recover a
7room in which a bridge with admin permissions went wild and kicked everybody. 7room in which a bridge with admin permissions went wild and kicked everybody.
8 8
9--- synapse/handlers/room.py.orig 2021-06-03 12:24:19.000000000 +0000 9--- synapse/handlers/room.py.orig 2021-08-31 12:43:28.000000000 +0000
10+++ synapse/handlers/room.py 10+++ synapse/handlers/room.py
11@@ -936,7 +936,7 @@ class RoomCreationHandler(BaseHandler): 11@@ -933,7 +933,7 @@ class RoomCreationHandler(BaseHandler):
12 ) 12 )
13 else: 13 else:
14 power_level_content = { 14 power_level_content: JsonDict = {
15- "users": {creator_id: 100}, 15- "users": {creator_id: 100},
16+ "users": {creator_id: @SYNAPSE_DEFAULT_CREATOR_PL@}, 16+ "users": {creator_id: @SYNAPSE_DEFAULT_CREATOR_PL@},
17 "users_default": 0, 17 "users_default": 0,
18 "events": { 18 "events": {
19 EventTypes.Name: 50, 19 EventTypes.Name: 50,