- Update to synapse 1.19.3
- Bugfixes - Partially mitigate bug where newly joined servers couldn't get past events in a room when there is a malformed event. (#8350) - Update to synapse 1.19.2 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=141
This commit is contained in:
parent
ce6cc64467
commit
2b3786b56e
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<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.19.2</param>
|
||||
<param name="revision">v1.19.3</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f313b92d26568bfc7e74a079e9b845df10184b168d210219073909a150329147
|
||||
size 27731469
|
3
matrix-synapse-1.19.3.obscpio
Normal file
3
matrix-synapse-1.19.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e07745f846d8093a5f13b52e829baacb092ad7f981741d9805e63c09eefcc22
|
||||
size 27731981
|
@ -32,7 +32,7 @@
|
||||
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}-test
|
||||
Version: 1.19.2
|
||||
Version: 1.19.3
|
||||
Release: 0
|
||||
Summary: Test package for %{pkgname}
|
||||
License: Apache-2.0
|
||||
|
@ -1,7 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 18 16:23:29 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Update to synapse 1.19.3
|
||||
- Bugfixes
|
||||
- Partially mitigate bug where newly joined servers couldn't
|
||||
get past events in a room when there is a malformed event.
|
||||
(#8350)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 16 14:03:45 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Update to synapse to 1.19.2
|
||||
- Update to synapse 1.19.2
|
||||
- Bugfixes
|
||||
- Fix joining rooms over federation that include malformed
|
||||
events. (#8324)
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: matrix-synapse
|
||||
version: 1.19.2
|
||||
mtime: 1600259823
|
||||
commit: 5ffd68dca12e78b0e173a563918b71249c467b40
|
||||
version: 1.19.3
|
||||
mtime: 1600437607
|
||||
commit: 5b70acb44c730109029a5624238cdda80e109b17
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
||||
%define modname synapse
|
||||
%define pkgname matrix-synapse
|
||||
Name: %{pkgname}
|
||||
Version: 1.19.2
|
||||
Version: 1.19.3
|
||||
Release: 0
|
||||
Summary: Matrix protocol reference homeserver
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user