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.54.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47973d857eb5
branches:  trunk
changeset: 375628:47973d857eb5
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Mar 18 12:59:38 2022 +0000

description:
chat/matrix-synapse: Update to 1.54.0

(This commit message belongs with the previous commit, which had the
wrong commit message due to ENOTENOUGHCOFFEE.)

Upstream changes are bugfixes and

  Add support for MSC3202: sending one-time key counts and fallback
  key usage states to Application Services. (#11617)

  Improve the generated URL previews for some web pages. Contributed
  by @AndrewRyanChama. (#11985)

  Track cache invalidations in Prometheus metrics, as already happens
  for cache eviction based on size or time. (#12000)

  Implement experimental support for MSC3720 (account status
  endpoints). (#12001, #12067)

  Enable modules to set a custom display name when registering a
  user. (#12009)

  Advertise Matrix 1.1 and 1.2 support on
  /_matrix/client/versions. (#12020, (#12022)

  Support only the stable identifier for MSC3069's is_guest on
  /_matrix/client/v3/account/whoami. (#12021)

  Use room version 9 as the default room version (per
  MSC3589). (#12058)

  Add module callbacks to react to user deactivation status changes
  (i.e. deactivations and reactivations) and profile updates. (#12062)

diffstat:

 chat/matrix-synapse/MESSAGE  |  8 +++++---
 chat/matrix-synapse/Makefile |  4 ++--
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (39 lines):

diff -r c33628b21fb8 -r 47973d857eb5 chat/matrix-synapse/MESSAGE
--- a/chat/matrix-synapse/MESSAGE       Fri Mar 18 12:23:59 2022 +0000
+++ b/chat/matrix-synapse/MESSAGE       Fri Mar 18 12:59:38 2022 +0000
@@ -1,5 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.2 2021/04/15 15:54:00 jperkin Exp $
+$NetBSD: MESSAGE,v 1.3 2022/03/18 12:59:38 gdt Exp $
 
 To generate a Synapse configuration, run:
 
@@ -11,6 +11,8 @@
        --generate-config \
        --report-stats=no
 
-If you want to use Synapse with SQLite3 on NetBSD, you need to add
-PREFER_PKGSRC+= sqlite3 to mk.conf and rebuild databases/py-sqlite3.
+The builtin SQLite3 in NetBSD lacks features needed by Synapse.  To
+use Synapse with SQLite3, one must build with pgksrc sqlite3, via
+PREFER_PKGSRC+=sqlite3.
+
 ===========================================================================
diff -r c33628b21fb8 -r 47973d857eb5 chat/matrix-synapse/Makefile
--- a/chat/matrix-synapse/Makefile      Fri Mar 18 12:23:59 2022 +0000
+++ b/chat/matrix-synapse/Makefile      Fri Mar 18 12:59:38 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2022/03/18 12:23:50 gdt Exp $
+# $NetBSD: Makefile,v 1.46 2022/03/18 12:59:38 gdt Exp $
 
 DISTNAME=      matrix-synapse-1.54.0
 CATEGORIES=    chat
@@ -62,7 +62,7 @@
 SYNAPSE_DATA?= ${VARBASE}/db/matrix-synapse
 BUILD_DEFS+=   SYNAPSE_USER SYNAPSE_GROUP SYNAPSE_DATA VARBASE
 
-OWN_DIRS_PERMS+=       ${SYNAPSE_DATA} ${SYNAPSE_USER} ${SYNAPSE_GROUP} 0770
+OWN_DIRS_PERMS+=               ${SYNAPSE_DATA} ${SYNAPSE_USER} ${SYNAPSE_GROUP} 0770
 
 PKG_USERS_VARS=                        SYNAPSE_USER
 PKG_GROUPS_VARS=               SYNAPSE_GROUP



Home | Main Index | Thread Index | Old Index