Skip to content

Commit d34f293

Browse files
author
gdt
committed
chat/matrix-synapse: Update to 1.65.0
packaging changes: summary of upstream changes: Synapse 1.65.0 (2022-08-16) =========================== Features -------- - Add support for stable prefixes for [MSC2285 (private read receipts)](matrix-org/matrix-spec-proposals#2285). ([\#13273](matrix-org/synapse#13273)) - Add new unstable error codes `ORG.MATRIX.MSC3848.ALREADY_JOINED`, `ORG.MATRIX.MSC3848.NOT_JOINED`, and `ORG.MATRIX.MSC3848.INSUFFICIENT_POWER` described in [MSC3848](matrix-org/matrix-spec-proposals#3848). ([\#13343](matrix-org/synapse#13343)) - Use stable prefixes for [MSC3827](matrix-org/matrix-spec-proposals#3827). ([\#13370](matrix-org/synapse#13370)) - Add a new module API method to translate a room alias into a room ID. ([\#13428](matrix-org/synapse#13428)) - Add a new module API method to create a room. ([\#13429](matrix-org/synapse#13429)) - Add remote join capability to the module API's `update_room_membership` method (in a backwards compatible manner). ([\#13441](matrix-org/synapse#13441))
1 parent 795854c commit d34f293

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

chat/matrix-synapse/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.58 2022/09/04 10:57:20 gdt Exp $
1+
# $NetBSD: Makefile,v 1.59 2022/09/04 12:24:21 gdt Exp $
22

3-
DISTNAME= matrix-synapse-1.64.0
3+
DISTNAME= matrix-synapse-1.65.0
44
CATEGORIES= chat
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/}
66
GITHUB_PROJECT= synapse

chat/matrix-synapse/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
$NetBSD: distinfo,v 1.42 2022/09/04 10:57:20 gdt Exp $
1+
$NetBSD: distinfo,v 1.43 2022/09/04 12:24:21 gdt Exp $
22

3-
BLAKE2s (matrix-synapse-1.64.0.tar.gz) = c74e52134ca65231a2749744449062211db23f39bf1ca97d8030e36602608939
4-
SHA512 (matrix-synapse-1.64.0.tar.gz) = 7647d0a661edfdaffb8cca93e25264e98fbcd7b735b444ec2d974b424cda40c80a1a0b88904f292f15ef70f4e00b2f5ec554aee54a826c382443ac7604475e96
5-
Size (matrix-synapse-1.64.0.tar.gz) = 7882940 bytes
3+
BLAKE2s (matrix-synapse-1.65.0.tar.gz) = 83fc2900b2ea7c315e59b63095466906ab2fe0a9bf96c21256f6ec27c58c3ba6
4+
SHA512 (matrix-synapse-1.65.0.tar.gz) = 3ba9751f707d41a9e18d9fe63f9652c36712451d42953e2bd4add8c142418a2a47a2ce75da893832af9225b944dd7b275f6d744f6e70d468b7f143dd5ccb9137
5+
Size (matrix-synapse-1.65.0.tar.gz) = 7895758 bytes
66
SHA1 (patch-pyproject.toml) = 54f1ff3696bc7e1a873fde2347f8d5c8ef5df68d
77
SHA1 (patch-synapse_handlers_room.py) = f9a62add7171898ec0ea76360f0a4c9969609537

0 commit comments

Comments
 (0)