pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/matrix-synapse chat/matrix-synapse: Update to 1.62.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ac2967ad058
branches:  trunk
changeset: 382151:1ac2967ad058
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Jul 21 16:44:05 2022 +0000

description:
chat/matrix-synapse: Update to 1.62.0

Upstream relevant changes:

  Port the spam-checker API callbacks to a new, richer API. This is
  part of an ongoing change to let spam-checker modules inform users
  of the reason their event or operation is rejected. (#12857, #13047)

  Allow server admins to customise the response of the
  /.well-known/matrix/client endpoint. (#13035)

  Add metrics measuring the CPU and DB time spent in state
  resolution. (#13036)

  Speed up fetching of device list changes in /sync and
  /keys/changes. (#13045, #13098)

  Improve URL previews for sites which only provide Twitter Card
  metadata, e.g. LWN.net. (#13056)

  Remove the unspecced DELETE /directory/list/room/{roomId} endpoint,
  which hid rooms from the public room directory. Instead, PUT to the
  same URL with a visibility of "private". (#13123)

diffstat:

 chat/matrix-synapse/Makefile                     |   6 +++---
 chat/matrix-synapse/PLIST                        |  14 +++++++++++---
 chat/matrix-synapse/distinfo                     |  10 +++++-----
 chat/matrix-synapse/patches/patch-pyproject.toml |   6 +++---
 4 files changed, 22 insertions(+), 14 deletions(-)

diffs (108 lines):

diff -r 7a2d1280b983 -r 1ac2967ad058 chat/matrix-synapse/Makefile
--- a/chat/matrix-synapse/Makefile      Thu Jul 21 15:19:23 2022 +0000
+++ b/chat/matrix-synapse/Makefile      Thu Jul 21 16:44:05 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2022/07/01 14:22:34 gdt Exp $
+# $NetBSD: Makefile,v 1.56 2022/07/21 16:44:05 gdt Exp $
 
-DISTNAME=      matrix-synapse-1.61.1
+DISTNAME=      matrix-synapse-1.62.0
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=matrix-org/}
 GITHUB_PROJECT=        synapse
@@ -29,7 +29,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-jsonschema>=3.0.0:../../textproc/py-jsonschema
 DEPENDS+=      ${PYPKGPREFIX}-lxml>=3.5.0:../../textproc/py-lxml
 DEPENDS+=      ${PYPKGPREFIX}-macaroons>=0.13.0:../../devel/py-macaroons
-DEPENDS+=      ${PYPKGPREFIX}-matrix-common>=1.1.0:../../chat/py-matrix-common
+DEPENDS+=      ${PYPKGPREFIX}-matrix-common>=1.2.0:../../chat/py-matrix-common
 DEPENDS+=      ${PYPKGPREFIX}-msgpack>=0.5.2:../../devel/py-msgpack
 DEPENDS+=      ${PYPKGPREFIX}-nacl>=1.2.1:../../security/py-nacl
 DEPENDS+=      ${PYPKGPREFIX}-netaddr>=0.7.18:../../net/py-netaddr
diff -r 7a2d1280b983 -r 1ac2967ad058 chat/matrix-synapse/PLIST
--- a/chat/matrix-synapse/PLIST Thu Jul 21 15:19:23 2022 +0000
+++ b/chat/matrix-synapse/PLIST Thu Jul 21 16:44:05 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2022/06/16 12:06:25 gdt Exp $
+@comment $NetBSD: PLIST,v 1.28 2022/07/21 16:44:05 gdt Exp $
 bin/export_signing_key
 bin/generate_config
 bin/generate_log_config
@@ -138,6 +138,8 @@
 ${PYSITELIB}/synapse/config/experimental.pyc
 ${PYSITELIB}/synapse/config/federation.py
 ${PYSITELIB}/synapse/config/federation.pyc
+${PYSITELIB}/synapse/config/groups.py
+${PYSITELIB}/synapse/config/groups.pyc
 ${PYSITELIB}/synapse/config/homeserver.py
 ${PYSITELIB}/synapse/config/homeserver.pyc
 ${PYSITELIB}/synapse/config/jwt.py
@@ -757,6 +759,8 @@
 ${PYSITELIB}/synapse/rest/synapse/client/saml2/response_resource.pyc
 ${PYSITELIB}/synapse/rest/synapse/client/sso_register.py
 ${PYSITELIB}/synapse/rest/synapse/client/sso_register.pyc
+${PYSITELIB}/synapse/rest/synapse/client/unsubscribe.py
+${PYSITELIB}/synapse/rest/synapse/client/unsubscribe.pyc
 ${PYSITELIB}/synapse/rest/well_known.py
 ${PYSITELIB}/synapse/rest/well_known.pyc
 ${PYSITELIB}/synapse/server.py
@@ -846,8 +850,6 @@
 ${PYSITELIB}/synapse/storage/databases/main/events_worker.pyc
 ${PYSITELIB}/synapse/storage/databases/main/filtering.py
 ${PYSITELIB}/synapse/storage/databases/main/filtering.pyc
-${PYSITELIB}/synapse/storage/databases/main/group_server.py
-${PYSITELIB}/synapse/storage/databases/main/group_server.pyc
 ${PYSITELIB}/synapse/storage/databases/main/keys.py
 ${PYSITELIB}/synapse/storage/databases/main/keys.pyc
 ${PYSITELIB}/synapse/storage/databases/main/lock.py
@@ -1247,6 +1249,12 @@
 ${PYSITELIB}/synapse/storage/schema/main/delta/69/01device_list_oubound_by_room.sql
 ${PYSITELIB}/synapse/storage/schema/main/delta/69/02cache_invalidation_index.sql
 ${PYSITELIB}/synapse/storage/schema/main/delta/70/01clean_table_purged_rooms.sql
+${PYSITELIB}/synapse/storage/schema/main/delta/71/01rebuild_event_edges.sql.postgres
+${PYSITELIB}/synapse/storage/schema/main/delta/71/01rebuild_event_edges.sql.sqlite
+${PYSITELIB}/synapse/storage/schema/main/delta/71/01remove_noop_background_updates.sql
+${PYSITELIB}/synapse/storage/schema/main/delta/71/02event_push_summary_unique.sql
+${PYSITELIB}/synapse/storage/schema/main/delta/72/01event_push_summary_receipt.sql
+${PYSITELIB}/synapse/storage/schema/main/delta/72/02event_push_actions_index.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 -r 7a2d1280b983 -r 1ac2967ad058 chat/matrix-synapse/distinfo
--- a/chat/matrix-synapse/distinfo      Thu Jul 21 15:19:23 2022 +0000
+++ b/chat/matrix-synapse/distinfo      Thu Jul 21 16:44:05 2022 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.39 2022/07/01 14:22:34 gdt Exp $
+$NetBSD: distinfo,v 1.40 2022/07/21 16:44:05 gdt Exp $
 
-BLAKE2s (matrix-synapse-1.61.1.tar.gz) = 9e6dd03086a60972b4b6677aef4cf9895ec82a3e00d5961cd05d0431092f9b61
-SHA512 (matrix-synapse-1.61.1.tar.gz) = 5cebfa66f74b518fc3a2c818af57386c85bb7a91001de1b0378d55a667c8f2c5a506c6e77ab4954f003cae166f2da3d755b498e403b168ee7f55f0943dd870d8
-Size (matrix-synapse-1.61.1.tar.gz) = 7880431 bytes
-SHA1 (patch-pyproject.toml) = 252503c60c6c1ee1b8655f2265944d9788402bf4
+BLAKE2s (matrix-synapse-1.62.0.tar.gz) = 684bdbe65ee50e6593dee1a22c891a7632dcc5134a6d51540ec7e917a646424d
+SHA512 (matrix-synapse-1.62.0.tar.gz) = 2bf9264f08fab29e8707317b69c52a4234bb25443c342ba43a27e06c506bcca1a9bdb211a99802abbca551e4f4288f68775d4629493b39d58dfcc8d8d1ca8ab8
+Size (matrix-synapse-1.62.0.tar.gz) = 7841903 bytes
+SHA1 (patch-pyproject.toml) = 54f1ff3696bc7e1a873fde2347f8d5c8ef5df68d
 SHA1 (patch-synapse_handlers_room.py) = f9a62add7171898ec0ea76360f0a4c9969609537
diff -r 7a2d1280b983 -r 1ac2967ad058 chat/matrix-synapse/patches/patch-pyproject.toml
--- a/chat/matrix-synapse/patches/patch-pyproject.toml  Thu Jul 21 15:19:23 2022 +0000
+++ b/chat/matrix-synapse/patches/patch-pyproject.toml  Thu Jul 21 16:44:05 2022 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-pyproject.toml,v 1.2 2022/06/16 12:06:25 gdt Exp $
+$NetBSD: patch-pyproject.toml,v 1.3 2022/07/21 16:44:06 gdt Exp $
 
 Patch out cryptography check: It doesn't need a version this high and it was
 added by upstream as an ugly hack to force a patched OpenSSL, in case it is
 linked statically.
 
---- pyproject.toml.orig        2022-06-14 10:56:45.000000000 +0000
+--- pyproject.toml.orig        2022-07-05 10:19:54.000000000 +0000
 +++ pyproject.toml
 @@ -147,7 +147,7 @@ bleach = ">=1.4.3"
  typing-extensions = ">=3.10.0.1"
@@ -14,4 +14,4 @@
 +cryptography = ">=3.3.2"
  # ijson 3.1.4 fixes a bug with "." in property names
  ijson = ">=3.1.4"
- matrix-common = "~=1.1.0"
+ matrix-common = "^1.2.1"



Home | Main Index | Thread Index | Old Index