matrix-synapse: 1.88.0 -> 1.89.0

This commit is contained in:
Tim Biermann 2023-08-03 22:02:32 +02:00
parent 7ee87a1f0e
commit de058a524c
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 21 additions and 13 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.88.0.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_synapse-1.88.0.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_synapse-1.88.0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_synapse-1.88.0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_synapse-1.88.0.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_synapse-1.88.0.dist-info/entry_points.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/matrix_synapse-1.89.0.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_synapse-1.89.0.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_synapse-1.89.0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_synapse-1.89.0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_synapse-1.89.0.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/matrix_synapse-1.89.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__/
@ -402,6 +402,7 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/http/__pycache__/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/http/__pycache__/client.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/http/__pycache__/connectproxyclient.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/http/__pycache__/matrixfederationclient.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/http/__pycache__/proxy.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/http/__pycache__/proxyagent.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/http/__pycache__/replicationagent.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/http/__pycache__/request_metrics.cpython-310.opt-2.pyc
@ -423,6 +424,7 @@ drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/http/federation/__
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/http/federation/srv_resolver.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/http/federation/well_known_resolver.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/http/matrixfederationclient.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/http/proxy.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/http/proxyagent.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/http/replicationagent.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/http/request_metrics.py
@ -1547,14 +1549,20 @@ 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/78/03_remove_unused_indexes_user_filters.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/78/03event_extremities_constraints.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/78/04_add_full_user_id_index_user_filters.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/78/04_read_write_locks_triggers.sql.postgres
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/78/04_read_write_locks_triggers.sql.sqlite
drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/78/__pycache__/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/78/__pycache__/01_validate_and_update_profiles.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/78/__pycache__/02_validate_and_update_user_filters.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/78/__pycache__/03_remove_unused_indexes_user_filters.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/78/__pycache__/03event_extremities_constraints.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/78/__pycache__/04_add_full_user_id_index_user_filters.cpython-310.opt-2.pyc
drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/79/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/79/03_read_write_locks_triggers.sql.postgres
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/79/03_read_write_locks_triggers.sql.sqlite
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/79/04_mitigate_stream_ordering_update_race.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/79/05_read_write_locks_triggers.sql.postgres
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/79/05_read_write_locks_triggers.sql.sqlite
drwxr-xr-x root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/79/__pycache__/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/synapse/storage/schema/main/delta/79/__pycache__/04_mitigate_stream_ordering_update_race.cpython-310.opt-2.pyc
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

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33gNN56y9UOrOzu/LrKD6EzrHap7yVWifdN9EWVZ0iVAhn0Gq/+C4X/aQQ0gEI4qQT419QIP9jVWt7vf2V2CLQE=
SHA256 (Pkgfile) = 7db2dd2b301b21f0cc5856e0fc54877abab61c7a5903a42d146b825cd6a6f93c
SHA256 (.footprint) = 706d20456b645eddbd947c203929c66db58e34eb2d738db97654e3680a03d573
SHA256 (matrix-synapse-1.88.0.tar.gz) = c094190e21b6cc6d753d9f08b7599fb649aa44ebe8f64fda3add6ba032689de9
RWSagIOpLGJF3yYd7k+TdMZ6zmMn3SReAUiO64NHQdlgVYL22f2SWNxgRwQtgeRftW4syC8Y3xSXZzKx55Dl7QaO8s2hODTZ3ws=
SHA256 (Pkgfile) = 1b71531ce2cb5764c141a23be5404a5ca294569391430b65077a1cad1b669575
SHA256 (.footprint) = f995e8234d19435eded1301f80858237a971bb08fc708ea43f79939a2947711f
SHA256 (matrix-synapse-1.89.0.tar.gz) = 167e52526033188f45097c20b7fa53ba39d74c611b668a867400a78e434f48cd
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.88.0
version=1.89.0
release=1
source=(https://github.com/matrix-org/synapse/archive/v$version/$name-$version.tar.gz
synapse.service)