summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2021-12-09 01:26:10 +0000
committergdt <gdt@pkgsrc.org>2021-12-09 01:26:10 +0000
commitd30d214d59b89401a594e63c644e5506ce2c7da4 (patch)
tree413283b612dd49972516bfb1f153358a8b2f1a65 /chat
parentbaf2d843807550e129e1fac7e548188d8404514b (diff)
downloadpkgsrc-d30d214d59b89401a594e63c644e5506ce2c7da4.tar.gz
chat/matrix-synapse: Update to 1.48.0
Synapse 1.48.0 (2021-11-30) =========================== This release removes support for the long-deprecated `trust_identity_server_for_password_resets` configuration flag. This release also fixes some performance issues with some background database updates introduced in Synapse 1.47.0. Features -------- - Experimental support for the thread relation defined in [MSC3440](https://github.com/matrix-org/matrix-doc/pull/3440). ([\#11161](https://github.com/matrix-org/synapse/issues/11161)) - Support filtering by relation senders & types per [MSC3440](https://github.com/matrix-org/matrix-doc/pull/3440). ([\#11236](https://github.com/matrix-org/synapse/issues/11236)) - Add support for the `/_matrix/client/v3` and `/_matrix/media/v3` APIs from Matrix v1.1. ([\#11318](https://github.com/matrix-org/synapse/issues/11318), [\#11371](https://github.com/matrix-org/synapse/issues/11371)) - Support the stable version of [MSC2778](https://github.com/matrix-org/matrix-doc/pull/2778): the `m.login.application_service` login type. Contributed by @tulir. ([\#11335](https://github.com/matrix-org/synapse/issues/11335)) - Add a new version of delete room admin API `DELETE /_synapse/admin/v2/rooms/<room_id>` to run it in the background. Contributed by @dklimpel. ([\#11223](https://github.com/matrix-org/synapse/issues/11223)) - Allow the admin [Delete Room API](https://matrix-org.github.io/synapse/latest/admin_api/rooms.html#delete-room-api) to block a room without the need to join it. ([\#11228](https://github.com/matrix-org/synapse/issues/11228)) - Add an admin API to un-shadow-ban a user. ([\#11347](https://github.com/matrix-org/synapse/issues/11347)) - Add an admin API to run background database schema updates. ([\#11352](https://github.com/matrix-org/synapse/issues/11352)) - Add an admin API for blocking a room. ([\#11324](https://github.com/matrix-org/synapse/issues/11324)) - Update the JWT login type to support custom a `sub` claim. ([\#11361](https://github.com/matrix-org/synapse/issues/11361)) - Store and allow querying of arbitrary event relations. ([\#11391](https://github.com/matrix-org/synapse/issues/11391)) Deprecations and Removals ------------------------- - Remove deprecated `trust_identity_server_for_password_resets` configuration flag. ([\#11333](https://github.com/matrix-org/synapse/issues/11333), [\#11395](https://github.com/matrix-org/synapse/issues/11395))
Diffstat (limited to 'chat')
-rw-r--r--chat/matrix-synapse/Makefile4
-rw-r--r--chat/matrix-synapse/PLIST6
-rw-r--r--chat/matrix-synapse/distinfo8
3 files changed, 10 insertions, 8 deletions
diff --git a/chat/matrix-synapse/Makefile b/chat/matrix-synapse/Makefile
index dcf934f21e0..b005540c3f9 100644
--- a/chat/matrix-synapse/Makefile
+++ b/chat/matrix-synapse/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2021/11/23 12:47:51 gdt Exp $
+# $NetBSD: Makefile,v 1.37 2021/12/09 01:26:10 gdt Exp $
-DISTNAME= matrix-synapse-1.47.1
+DISTNAME= matrix-synapse-1.48.0
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/}
EGG_NAME= matrix_synapse-${PKGVERSION_NOREV}
diff --git a/chat/matrix-synapse/PLIST b/chat/matrix-synapse/PLIST
index 03d0f065859..15511c1c946 100644
--- a/chat/matrix-synapse/PLIST
+++ b/chat/matrix-synapse/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2021/11/19 14:06:08 js Exp $
+@comment $NetBSD: PLIST,v 1.20 2021/12/09 01:26:10 gdt Exp $
bin/export_signing_key
bin/generate_config
bin/generate_log_config
@@ -1651,10 +1651,12 @@ ${PYSITELIB}/synapse/storage/schema/main/delta/63/04add_presence_stream_not_offl
${PYSITELIB}/synapse/storage/schema/main/delta/64/01msc2716_chunk_to_batch_rename.sql.postgres
${PYSITELIB}/synapse/storage/schema/main/delta/64/01msc2716_chunk_to_batch_rename.sql.sqlite
${PYSITELIB}/synapse/storage/schema/main/delta/65/01msc2716_insertion_event_edges.sql
-${PYSITELIB}/synapse/storage/schema/main/delta/65/02_thread_relations.sql
${PYSITELIB}/synapse/storage/schema/main/delta/65/03remove_hidden_devices_from_device_inbox.sql
${PYSITELIB}/synapse/storage/schema/main/delta/65/04_local_group_updates.sql
+${PYSITELIB}/synapse/storage/schema/main/delta/65/05_remove_room_stats_historical_and_user_stats_historical.sql
${PYSITELIB}/synapse/storage/schema/main/delta/65/06remove_deleted_devices_from_device_inbox.sql
+${PYSITELIB}/synapse/storage/schema/main/delta/65/07_arbitrary_relations.sql
+${PYSITELIB}/synapse/storage/schema/main/delta/65/08_device_inbox_background_updates.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
diff --git a/chat/matrix-synapse/distinfo b/chat/matrix-synapse/distinfo
index e4bba45a587..258a0583534 100644
--- a/chat/matrix-synapse/distinfo
+++ b/chat/matrix-synapse/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.28 2021/11/23 12:47:51 gdt Exp $
+$NetBSD: distinfo,v 1.29 2021/12/09 01:26:10 gdt Exp $
-BLAKE2s (matrix-synapse-1.47.1.tar.gz) = 95f11702c331d6ddbbefe5d851b0f25336e8e15591dc74bcd53c35af9f4fa17b
-SHA512 (matrix-synapse-1.47.1.tar.gz) = 29ebfcf43e7766a638cd26e17430772625651cd8d28c8637ae5d2550207a0131f7eeab0cbe2d8e9e4914ffa13cbafe830ef0e80b22a356ac5abe6a88733ad97c
-Size (matrix-synapse-1.47.1.tar.gz) = 7566339 bytes
+BLAKE2s (matrix-synapse-1.48.0.tar.gz) = 9069ce3478d2dcf1365df2131cca0e93c12c0d3ea8bc089148732fe78b3a9414
+SHA512 (matrix-synapse-1.48.0.tar.gz) = d7005258f75d415c2172fba0842f9e7d493228d854af6de39a2e0e46e28ca19dd5542327e81e3f93082216f629b7b57e070fc4e36cf9c511688127e75aaae95b
+Size (matrix-synapse-1.48.0.tar.gz) = 7591198 bytes
SHA1 (patch-synapse_handlers_room.py) = f9a62add7171898ec0ea76360f0a4c9969609537
SHA1 (patch-synapse_python_dependencies.py) = 914ae3a34a9367b2d479d393ddc7a07cbff65b36