[arch-commits] Commit in matrix-synapse/trunk (PKGBUILD synapse.install)
Alexander Epaneshnikov
alex19ep at gemini.archlinux.org
Wed Nov 17 18:08:13 UTC 2021
Date: Wednesday, November 17, 2021 @ 18:08:13
Author: alex19ep
Revision: 1050325
upgpkg: matrix-synapse 1.47.0-1 new upstream release
Modified:
matrix-synapse/trunk/PKGBUILD
matrix-synapse/trunk/synapse.install
-----------------+
PKGBUILD | 4 ++--
synapse.install | 11 +++++++++++
2 files changed, 13 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-17 18:04:10 UTC (rev 1050324)
+++ PKGBUILD 2021-11-17 18:08:13 UTC (rev 1050325)
@@ -3,7 +3,7 @@
# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
pkgname=matrix-synapse
-pkgver=1.46.0
+pkgver=1.47.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=('5f730958e57b8196ee9352b8abc32da612296f8febf675dec76e0b9d3a322ec5'
+sha256sums=('329e5f075fd68835f36a2aa960e6c5fd7e9f82d79797350870f581a2c47f3a42'
'f67334856609997eac26939d77cfc520e78e98d3755543ab730d83a0f362a35e'
'74af0bc2f57e5ced1a44f2438922d420cbb7defedae784cac02ef125f276a2ed'
'408527271e1250beb20531f140b91201ed464e42f7eb3f47f02967a2ac23a661'
Modified: synapse.install
===================================================================
--- synapse.install 2021-11-17 18:04:10 UTC (rev 1050324)
+++ synapse.install 2021-11-17 18:08:13 UTC (rev 1050325)
@@ -66,4 +66,15 @@
See https://matrix-org.github.io/synapse/v1.41/upgrade.html#upgrading-to-v1410
EOF
fi
+
+ if [[ "$(vercmp "$2" 1.45.1)" -lt 0 ]]; then
+ cat <<-EOF
+ ==> Changes required to media storage provider modules
+ Media storage provider modules that read from the Synapse configuration
+ object (i.e. that read the value of hs.config.[...])
+ now need to specify the configuration section they're reading from.
+
+ see https://matrix-org.github.io/synapse/develop/upgrade#upgrading-to-v1450
+ EOF
+ fi
}
More information about the arch-commits
mailing list