Accepting request 773873 from network:messaging:matrix
OBS-URL: https://build.opensuse.org/request/show/773873 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=14
This commit is contained in:
commit
5de8837bde
2
_service
2
_service
@ -9,7 +9,7 @@
|
|||||||
<param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
|
<param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1~\2</param>
|
<param name="versionrewrite-replacement">\1~\2</param>
|
||||||
-->
|
-->
|
||||||
<param name="revision">v1.9.1</param>
|
<param name="revision">v1.10.0</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="set_version" mode="disabled"/>
|
<service name="set_version" mode="disabled"/>
|
||||||
<service name="tar" mode="buildtime"/>
|
<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
|
%define pkgname matrix-synapse
|
||||||
Name: %{pkgname}-test
|
Name: %{pkgname}-test
|
||||||
Version: 1.9.1
|
Version: 1.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Test package for %{pkgname}
|
Summary: Test package for %{pkgname}
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 12 16:01:46 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
- bump requires on python3-signedjson to follow code change
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Tue Jan 28 14:34:39 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: matrix-synapse
|
name: matrix-synapse
|
||||||
version: 1.9.1
|
version: 1.10.0
|
||||||
mtime: 1580216976
|
mtime: 1581510037
|
||||||
commit: 77d9357226687a177c865bcdeaa0e750612fc078
|
commit: 7b8d654a6196d889c8e1c2a403f5176650216432
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
%define modname synapse
|
%define modname synapse
|
||||||
%define pkgname matrix-synapse
|
%define pkgname matrix-synapse
|
||||||
Name: %{pkgname}
|
Name: %{pkgname}
|
||||||
Version: 1.9.1
|
Version: 1.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Matrix protocol reference homeserver
|
Summary: Matrix protocol reference homeserver
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -116,8 +116,8 @@ BuildRequires: python3-pymacaroons >= 0.13.0
|
|||||||
Requires: python3-pymacaroons >= 0.13.0
|
Requires: python3-pymacaroons >= 0.13.0
|
||||||
BuildRequires: python3-service_identity >= 18.1.0
|
BuildRequires: python3-service_identity >= 18.1.0
|
||||||
Requires: python3-service_identity >= 18.1.0
|
Requires: python3-service_identity >= 18.1.0
|
||||||
BuildRequires: python3-signedjson >= 1.0.0
|
BuildRequires: python3-signedjson >= 1.1.0
|
||||||
Requires: python3-signedjson >= 1.0.0
|
Requires: python3-signedjson >= 1.1.0
|
||||||
BuildRequires: python3-six >= 1.10
|
BuildRequires: python3-six >= 1.10
|
||||||
Requires: python3-six >= 1.10
|
Requires: python3-six >= 1.10
|
||||||
BuildRequires: python3-sortedcontainers >= 1.4.4
|
BuildRequires: python3-sortedcontainers >= 1.4.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user