1
0
forked from ports/contrib

matrix-synapse: 1.68.0 -> 1.69.0

This commit is contained in:
Tim Biermann 2022-10-18 21:42:32 +02:00
parent bbba099a6f
commit 727ed25954
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 31 additions and 15 deletions

View File

@ -18,12 +18,12 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/matrix_synapse-1.68.0.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_synapse-1.68.0.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_synapse-1.68.0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_synapse-1.68.0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_synapse-1.68.0.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_synapse-1.68.0.dist-info/entry_points.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/matrix_synapse-1.69.0.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_synapse-1.69.0.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_synapse-1.69.0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_synapse-1.69.0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_synapse-1.69.0.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_synapse-1.69.0.dist-info/entry_points.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/__init__.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/__pycache__/
@ -474,27 +474,23 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/push/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/__init__.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/push/__pycache__/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/__pycache__/__init__.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/__pycache__/baserules.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/__pycache__/bulk_push_rule_evaluator.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/__pycache__/clientformat.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/__pycache__/emailpusher.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/__pycache__/httppusher.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/__pycache__/mailer.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/__pycache__/presentable_names.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/__pycache__/push_rule_evaluator.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/__pycache__/push_tools.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/__pycache__/push_types.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/__pycache__/pusher.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/__pycache__/pusherpool.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/__pycache__/rulekinds.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/baserules.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/bulk_push_rule_evaluator.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/clientformat.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/emailpusher.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/httppusher.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/mailer.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/presentable_names.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/push_rule_evaluator.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/push_tools.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/push_types.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/push/pusher.py
@ -519,6 +515,7 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/replication/http/_
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/replication/http/__pycache__/push.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/replication/http/__pycache__/register.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/replication/http/__pycache__/send_event.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/replication/http/__pycache__/send_events.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/replication/http/__pycache__/state.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/replication/http/__pycache__/streams.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/replication/http/_base.py
@ -531,6 +528,7 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/replication/http/_
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/replication/http/push.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/replication/http/register.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/replication/http/send_event.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/replication/http/send_events.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/replication/http/state.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/replication/http/streams.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/replication/slave/
@ -684,6 +682,7 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/rest/client/__pyca
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/rest/client/__pycache__/keys.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/rest/client/__pycache__/knock.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/rest/client/__pycache__/login.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/rest/client/__pycache__/login_token_request.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/rest/client/__pycache__/logout.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/rest/client/__pycache__/models.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/rest/client/__pycache__/mutual_rooms.cpython-310.opt-2.pyc
@ -726,6 +725,7 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/rest/client/__pyca
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/rest/client/keys.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/rest/client/knock.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/rest/client/login.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/rest/client/login_token_request.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/rest/client/logout.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/rest/client/models.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/rest/client/mutual_rooms.py
@ -1053,6 +1053,9 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/storage/schema/com
drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/storage/schema/common/full_schemas/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/storage/schema/common/full_schemas/54/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/common/full_schemas/54/full.sql
drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/storage/schema/common/full_schemas/72/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/common/full_schemas/72/full.sql.postgres
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/common/full_schemas/72/full.sql.sqlite
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/common/schema_version.sql
drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/
@ -1469,7 +1472,14 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/storage/schema/mai
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/72/__pycache__/07force_update_current_state_events_membership.cpython-310.opt-2.pyc
drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/73/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/73/01event_failed_pull_attempts.sql
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/73/02add_pusher_enabled.sql
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/73/02room_id_indexes_for_purging.sql
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/73/03pusher_device_id.sql
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/73/03users_approved_column.sql
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/73/04partial_join_details.sql
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/73/04pending_device_list_updates.sql
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/73/05old_push_actions.sql.postgres
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/73/05old_push_actions.sql.sqlite
drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/full_schemas/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/full_schemas/16/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/full_schemas/16/application_services.sql
@ -1490,6 +1500,9 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/storage/schema/mai
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/full_schemas/54/full.sql.postgres
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/full_schemas/54/full.sql.sqlite
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/full_schemas/54/stream_positions.sql
drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/full_schemas/72/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/full_schemas/72/full.sql.postgres
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/full_schemas/72/full.sql.sqlite
drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/storage/schema/state/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/storage/schema/state/delta/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/storage/schema/state/delta/23/
@ -1514,6 +1527,9 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/storage/schema/sta
drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/storage/schema/state/full_schemas/54/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/state/full_schemas/54/full.sql
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/state/full_schemas/54/sequence.sql.postgres
drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/storage/schema/state/full_schemas/72/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/state/full_schemas/72/full.sql.postgres
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/state/full_schemas/72/full.sql.sqlite
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/state.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/types.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/storage/util/

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37ax0ZI9IdIJRAFTq7uogp5dYiL3BGmNeshPPiT73N/O8VnpKJbZwVbP3ApvpdEV7lpnZFUoq+mS0mpebM2OlwM=
SHA256 (Pkgfile) = 550e3a72bb3bd57377300eddbe48b0a51d3b7bc59dee0d46cf63501218685efd
SHA256 (.footprint) = c3a7ee0e24f5b6dad62848c29c12208c10c4b7260f65ae3b85d211f88f4ed396
SHA256 (matrix-synapse-1.68.0.tar.gz) = 3da9f788530905abc1c5db02f0cb2afd01b65463fe6962f1c4394ac153aad8ac
RWSagIOpLGJF3yuN5nCIv5XzEK/Em5IDmOAZA1YZUxzkLFA1uS2rbvIjJZm9448lFkOtJwPRfYXWpgryStuz2cYyZ/Y7pVUNXQw=
SHA256 (Pkgfile) = 1fe068cbcc08ea1fd02e7a28fe3f8d69caeea8119739b3587aa7818d5808c261
SHA256 (.footprint) = f4a6a3f0d9464841db266e7c7e5a2752e29c03dfbeb46681533a939d2dbcb2f4
SHA256 (matrix-synapse-1.69.0.tar.gz) = 6954fdee1b5ec27083ecafdbb8719133c147885348ceb7f7a081d4f97cee0026
SHA256 (synapse.service) = 6507699b1b562cb7fe449e2c3868847794fb38bd6a58e6ddd7e72af55f38abc3

View File

@ -5,7 +5,7 @@
# Optional: python3-hiredis python3-lxml python3-psutil python3-psycopg2 python3-pyjwt python3-txredisapi psycopg2
name=matrix-synapse
version=1.68.0
version=1.69.0
release=1
source=(https://github.com/matrix-org/synapse/archive/v$version/$name-$version.tar.gz
synapse.service)