Accepting request 773720 from home:cyphar:matrix
- Update to 1.10.0. WARNING to client developers: As of this release Synapse validates client_secret parameters in the Client-Server API as per the spec. See #6766 for details. + Add experimental support for updated authorization rules for aliases events, from MSC2260. + Variety of E2EE improvements, most notably: * Fix bug where querying a remote user's device keys that weren't cached resulted in only returning a single device. * Fix bug where Synapse didn't invalidate cache of remote users' devices when Synapse left a room. * Detect unknown remote devices and mark cache as stale. * Attempt to resync remote users' devices when detected as stale. * When a client asks for a remote user's device keys check if the local cache for that user has been marked as potentially stale. * Detect unexpected sender keys on remote encrypted events and resync device lists. * Fix an issue with cross-signing where device signatures were not sent to remote servers. The full changelog is included in /usr/share/doc/packages/matrix-synapse/CHANGES.md. OBS-URL: https://build.opensuse.org/request/show/773720 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=114
This commit is contained in:
parent
2aa555d25e
commit
f7aa4a8127
2
_service
2
_service
@ -9,7 +9,7 @@
|
||||
<param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
|
||||
<param name="versionrewrite-replacement">\1~\2</param>
|
||||
-->
|
||||
<param name="revision">v1.9.1</param>
|
||||
<param name="revision">v1.10.0</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
|
3
matrix-synapse-1.10.0.obscpio
Normal file
3
matrix-synapse-1.10.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f2d5f9c510648b6e6559093130955552fc71cb6ef52992a57a7fb03d4fd1b285
|
||||
size 26482189
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8376690a26848ba21ddb31ceb270820e1ac2fe9d8221e70cda5f70b52922d58b
|
||||
size 26428941
|
@ -32,7 +32,7 @@
|
||||
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}-test
|
||||
Version: 1.9.1
|
||||
Version: 1.10.0
|
||||
Release: 0
|
||||
Summary: Test package for %{pkgname}
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 12 13:51:08 UTC 2020 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
- Update to 1.10.0.
|
||||
|
||||
WARNING to client developers: As of this release Synapse validates
|
||||
client_secret parameters in the Client-Server API as per the spec. See #6766
|
||||
for details.
|
||||
|
||||
+ Add experimental support for updated authorization rules for aliases
|
||||
events, from MSC2260.
|
||||
+ Variety of E2EE improvements, most notably:
|
||||
* Fix bug where querying a remote user's device keys that weren't cached
|
||||
resulted in only returning a single device.
|
||||
* Fix bug where Synapse didn't invalidate cache of remote users' devices
|
||||
when Synapse left a room.
|
||||
* Detect unknown remote devices and mark cache as stale.
|
||||
* Attempt to resync remote users' devices when detected as stale.
|
||||
* When a client asks for a remote user's device keys check if the local
|
||||
cache for that user has been marked as potentially stale.
|
||||
* Detect unexpected sender keys on remote encrypted events and resync
|
||||
device lists.
|
||||
* Fix an issue with cross-signing where device signatures were not sent to
|
||||
remote servers.
|
||||
|
||||
The full changelog is included in
|
||||
/usr/share/doc/packages/matrix-synapse/CHANGES.md.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 28 14:34:39 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
@ -157,7 +185,7 @@ Fri Dec 13 13:23:59 UTC 2019 - Aleksa Sarai <asarai@suse.com>
|
||||
/usr/share/doc/packages/matrix-synapse/CHANGES.md.
|
||||
|
||||
https://github.com/matrix-org/synapse/releases/tag/v1.7.0
|
||||
Please make sure to read the Upgrade notes referenced in the
|
||||
Please make sure to read the Upgrade notes referenced in the
|
||||
above.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: matrix-synapse
|
||||
version: 1.9.1
|
||||
mtime: 1580216976
|
||||
commit: 77d9357226687a177c865bcdeaa0e750612fc078
|
||||
version: 1.10.0
|
||||
mtime: 1581510037
|
||||
commit: 7b8d654a6196d889c8e1c2a403f5176650216432
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
%define modname synapse
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}
|
||||
Version: 1.9.1
|
||||
Version: 1.10.0
|
||||
Release: 0
|
||||
Summary: Matrix protocol reference homeserver
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user