pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/matrix-synapse



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Sep  4 12:24:21 UTC 2022

Modified Files:
        pkgsrc/chat/matrix-synapse: Makefile distinfo

Log Message:
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)](https://github.com/matrix-org/matrix-spec-proposals/pull/2285). ([\#13273](https://github.com/matrix-org/synapse/issues/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](https://github.com/matrix-org/matrix-spec-proposals/pull/3848).
  ([\#13343](https://github.com/matrix-org/synapse/issues/13343))

- Use stable prefixes for
  [MSC3827](https://github.com/matrix-org/matrix-spec-proposals/pull/3827).
  ([\#13370](https://github.com/matrix-org/synapse/issues/13370))

- Add a new module API method to translate a room alias into a room
  ID. ([\#13428](https://github.com/matrix-org/synapse/issues/13428))

- Add a new module API method to create a
  room. ([\#13429](https://github.com/matrix-org/synapse/issues/13429))

- Add remote join capability to the module API's
  `update_room_membership` method (in a backwards compatible
  manner). ([\#13441](https://github.com/matrix-org/synapse/issues/13441))


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/chat/matrix-synapse/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/chat/matrix-synapse/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/matrix-synapse/Makefile
diff -u pkgsrc/chat/matrix-synapse/Makefile:1.58 pkgsrc/chat/matrix-synapse/Makefile:1.59
--- pkgsrc/chat/matrix-synapse/Makefile:1.58    Sun Sep  4 10:57:20 2022
+++ pkgsrc/chat/matrix-synapse/Makefile Sun Sep  4 12:24:21 2022
@@ -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

Index: pkgsrc/chat/matrix-synapse/distinfo
diff -u pkgsrc/chat/matrix-synapse/distinfo:1.42 pkgsrc/chat/matrix-synapse/distinfo:1.43
--- pkgsrc/chat/matrix-synapse/distinfo:1.42    Sun Sep  4 10:57:20 2022
+++ pkgsrc/chat/matrix-synapse/distinfo Sun Sep  4 12:24:21 2022
@@ -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



Home | Main Index | Thread Index | Old Index