Date: Sunday, April 10, 2022 @ 19:32:07
  Author: alex19ep
Revision: 1185764

update to 1.56.0

Modified:
  matrix-synapse/trunk/PKGBUILD
  matrix-synapse/trunk/synapse.install

-----------------+
 PKGBUILD        |    4 ++--
 synapse.install |    8 ++++++++
 2 files changed, 10 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-04-10 19:25:47 UTC (rev 1185763)
+++ PKGBUILD    2022-04-10 19:32:07 UTC (rev 1185764)
@@ -3,7 +3,7 @@
 # Contributor: Ivan Shapovalov <[email protected]>
 
 pkgname=matrix-synapse
-pkgver=1.55.2
+pkgver=1.56.0
 pkgrel=1
 pkgdesc="Matrix reference homeserver"
 url="https://github.com/matrix-org/synapse";
@@ -38,7 +38,7 @@
         'sysusers-synapse.conf'
         'tmpfiles-synapse.conf'
         'override-hardened.conf')
-sha256sums=('8e06cb264d1631d2518f2f726c89d62c5ed7148b73fbb8190a9c120d3166e7c4'
+sha256sums=('7afda1fefa2af42966fdffa1f3ab6643674a738ad722e76bf94b873b8845c373'
             'f67334856609997eac26939d77cfc520e78e98d3755543ab730d83a0f362a35e'
             '74af0bc2f57e5ced1a44f2438922d420cbb7defedae784cac02ef125f276a2ed'
             '408527271e1250beb20531f140b91201ed464e42f7eb3f47f02967a2ac23a661'

Modified: synapse.install
===================================================================
--- synapse.install     2022-04-10 19:25:47 UTC (rev 1185763)
+++ synapse.install     2022-04-10 19:32:07 UTC (rev 1185764)
@@ -97,4 +97,12 @@
                    a configuration error.
                EOF
        fi
+       if [[ "$(vercmp "$2" 1.56.0)" -lt 0 ]]; then
+               cat <<-EOF
+               ==> Open registration without verification is now disabled by 
default
+                   Synapse will refuse to start if registration is enabled 
without email,
+                   captcha, or token-based verification unless the new config 
flag
+                   enable_registration_without_verification is set to "true".
+               EOF
+       fi
 }

Reply via email to