Marcus Rueckert
0fa46ec216
- Update to 1.11.1 This release includes a security fix impacting installations using Single Sign-On (i.e. SAML2 or CAS) for authentication. Administrators of such installations are encouraged to upgrade as soon as possible. - Bugfixes - Add a confirmation step to the SSO login flow before redirecting users to the redirect URL. ([b2bd54a2](b2bd54a2e3
), [65c73cdf](65c73cdfec
), [a0178df1](a0178df104
)) - Fixed set a user as an admin with the admin API `PUT /_synapse/admin/v2/users/<user_id>`. Contributed by @dklimpel. ([\#6910](https://github.com/matrix-org/synapse/issues/6910)) - Fix bug introduced in Synapse 1.11.0 which sometimes caused errors when joining rooms over federation, with `'coroutine' object has no attribute 'event_id'`. ([\#6996](https://github.com/matrix-org/synapse/issues/6996)) - track series file to make updating patches easier OBS-URL: https://build.opensuse.org/request/show/781565 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=119
21 lines
755 B
Plaintext
21 lines
755 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="filename">matrix-synapse</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="url">https://github.com/matrix-org/synapse.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v1.11.1</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<!--
|
|
<param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
|
|
<param name="versionrewrite-replacement">\1~\2</param>
|
|
-->
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|