Skip to content

Commit

Permalink
chat/matrix-synapse: Update to 1.65.0
Browse files Browse the repository at this point in the history
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))
  • Loading branch information
gdt committed Sep 4, 2022
1 parent 795854c commit d34f293
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions chat/matrix-synapse/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.58 2022/09/04 10:57:20 gdt Exp $
# $NetBSD: Makefile,v 1.59 2022/09/04 12:24:21 gdt Exp $

DISTNAME= matrix-synapse-1.64.0
DISTNAME= matrix-synapse-1.65.0
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/}
GITHUB_PROJECT= synapse
Expand Down
8 changes: 4 additions & 4 deletions chat/matrix-synapse/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.42 2022/09/04 10:57:20 gdt Exp $
$NetBSD: distinfo,v 1.43 2022/09/04 12:24:21 gdt Exp $

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

0 comments on commit d34f293

Please sign in to comment.