Skip to content

Commit 53392c6

Browse files
committed
Update chat/matrix-synapse to 1.91.2
# Synapse 1.91.2 (2023-09-06) ### Bugfixes - Revert [MSC3861](matrix-org/matrix-spec-proposals#3861) introspection cache, admin impersonation and account lock. ([\#16258](matrix-org/synapse#16258)) # Synapse 1.91.1 (2023-09-04) ### Bugfixes - Fix a performance regression introduced in Synapse 1.91.0 where event persistence would cause an excessive linear growth in CPU usage. ([\#16220](matrix-org/synapse#16220))
1 parent 3198892 commit 53392c6

3 files changed

Lines changed: 7 additions & 9 deletions

File tree

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.80 2023/08/30 13:50:59 gdt Exp $
1+
# $NetBSD: Makefile,v 1.81 2023/09/08 20:32:00 js Exp $
22

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

chat/matrix-synapse/PLIST

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.43 2023/08/30 13:50:59 gdt Exp $
1+
@comment $NetBSD: PLIST,v 1.44 2023/09/08 20:32:00 js Exp $
22
bin/export_signing_key
33
bin/generate_config
44
bin/generate_log_config
@@ -162,8 +162,6 @@ ${PYSITELIB}/synapse/config/modules.py
162162
${PYSITELIB}/synapse/config/modules.pyc
163163
${PYSITELIB}/synapse/config/oembed.py
164164
${PYSITELIB}/synapse/config/oembed.pyc
165-
${PYSITELIB}/synapse/config/oidc.py
166-
${PYSITELIB}/synapse/config/oidc.pyc
167165
${PYSITELIB}/synapse/config/password_auth_providers.py
168166
${PYSITELIB}/synapse/config/password_auth_providers.pyc
169167
${PYSITELIB}/synapse/config/push.py

chat/matrix-synapse/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$NetBSD: distinfo,v 1.58 2023/08/30 13:50:59 gdt Exp $
1+
$NetBSD: distinfo,v 1.59 2023/09/08 20:32:00 js Exp $
22

33
BLAKE2s (aho-corasick-1.0.2.crate) = 938a0013ce0c7579d22e13d6fc33e444b32bcf476171745dff52d75a117d608b
44
SHA512 (aho-corasick-1.0.2.crate) = 5c75451f96fbbd670e6af0e1f54df2bdb57259dfe6898495ac46a5b2fc04f316a4698fd5cfd4ec31a94c298661937a8de08ce97cab3890fb3c015e4a2a67bb7b
@@ -54,9 +54,9 @@ Size (lock_api-0.4.9.crate) = 25685 bytes
5454
BLAKE2s (log-0.4.20.crate) = 1c6b9e2550f630e7661fc57cfb7d97f6a93997f2cf4a16fb35836b0668df2af8
5555
SHA512 (log-0.4.20.crate) = 8661b0c71d3b7fc0d679aa3d7f06910e6d3da1c53862aa06526000e1bcaa0b0b068415a1a9ab317c318f00d15346dba8a4f5d2a60d8850790bed9cfaaf757b3e
5656
Size (log-0.4.20.crate) = 38307 bytes
57-
BLAKE2s (matrix-synapse-1.91.0.tar.gz) = 242ed7b00bb596f708303d895913eb5addc9860cad25e99a6d5596071eae164a
58-
SHA512 (matrix-synapse-1.91.0.tar.gz) = 749017c091373d30f6ed39eb354747443bcfdb78deb7bbb518c3abb1685325fc7c7be6e6c2fb80e77cb25db6d1384759dc368f12a28e17de95e906cdf4b64185
59-
Size (matrix-synapse-1.91.0.tar.gz) = 8368635 bytes
57+
BLAKE2s (matrix-synapse-1.91.2.tar.gz) = f3e18af77703b8fb367581085a87f7055688011e1e4712d339a92637787e46c8
58+
SHA512 (matrix-synapse-1.91.2.tar.gz) = 6f3b8949969d05fc6c3c88ceaa46b8eb534a12854890d2b72900facdd009823c89f14b6e51af6395056e9e0e8b1ba2c1cd6f86c738a2776e6f677480005b0172
59+
Size (matrix-synapse-1.91.2.tar.gz) = 8365226 bytes
6060
BLAKE2s (memchr-2.5.0.crate) = afa77d7fdf25c72d251cda6b41f3fe065a748b101e3716aa65f0d6144f74da38
6161
SHA512 (memchr-2.5.0.crate) = 444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa
6262
Size (memchr-2.5.0.crate) = 65812 bytes

0 commit comments

Comments
 (0)