Date: Friday, February 4, 2022 @ 00:13:56 Author: alex19ep Revision: 1125054
upgpkg: matrix-synapse 1.51.0-1 upstream release Modified: matrix-synapse/trunk/PKGBUILD matrix-synapse/trunk/synapse.install -----------------+ PKGBUILD | 4 ++-- synapse.install | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-04 00:13:55 UTC (rev 1125053) +++ PKGBUILD 2022-02-04 00:13:56 UTC (rev 1125054) @@ -3,7 +3,7 @@ # Contributor: Ivan Shapovalov <[email protected]> pkgname=matrix-synapse -pkgver=1.50.2 +pkgver=1.51.0 pkgrel=1 pkgdesc="Matrix reference homeserver" url="https://github.com/matrix-org/synapse" @@ -39,7 +39,7 @@ 'tmpfiles-synapse.conf' 'override-hardened.conf' 'latest-frozendict.patch') -sha256sums=('0e8f52d8a14c5994addda13332c67c6cb8604d090be0dc8f459645f6d1fb48cb' +sha256sums=('acb587b9d4a92f15bc5f6e1f5b598ee1e1a7c3a298c923ff73ffd505de779353' 'f67334856609997eac26939d77cfc520e78e98d3755543ab730d83a0f362a35e' '74af0bc2f57e5ced1a44f2438922d420cbb7defedae784cac02ef125f276a2ed' '408527271e1250beb20531f140b91201ed464e42f7eb3f47f02967a2ac23a661' Modified: synapse.install =================================================================== --- synapse.install 2022-02-04 00:13:55 UTC (rev 1125053) +++ synapse.install 2022-02-04 00:13:56 UTC (rev 1125054) @@ -77,4 +77,14 @@ see https://matrix-org.github.io/synapse/develop/upgrade#upgrading-to-v1450 EOF fi + + if [[ "$(vercmp "$2" 1.51.0)" -lt 0 ]]; then + cat <<-EOF + ==> Deprecation of webclient listeners and non-HTTP(S) web_client_location + Listeners of type webclient are deprecated and scheduled to be removed in + Synapse v1.53.0. + Similarly, a non-HTTP(S) web_client_location configuration is deprecated + and will become a configuration error in Synapse v1.53.0. + EOF + fi }
