Oliver Kurz
40ed31c414
Accepting request 982648 from home:darix:apps
...
- Update to 1.61.0
- update the dependencies
- drop PyNaCL dependency as it is not longer needed
- refreshed some of the version dependencies to use poetry.lock
for version numbers instead of the pyproject.toml
OBS-URL: https://build.opensuse.org/request/show/982648
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=226
2022-06-14 16:38:04 +00:00
6ac575131f
Accepting request 980131 from home:darix:apps
...
- Update to 1.60.0
OBS-URL: https://build.opensuse.org/request/show/980131
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=223
2022-05-31 16:55:06 +00:00
Oliver Kurz
5711e61c82
Accepting request 977929 from home:darix:apps
...
- Update to 1.59.1
OBS-URL: https://build.opensuse.org/request/show/977929
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=221
2022-05-20 07:44:20 +00:00
34ed385d28
Accepting request 975254 from home:darix:apps
...
- Update to 1.58.1
This patch release includes a fix to the Debian packages,
installing the systemd and cache_memory extra package groups,
which were incorrectly omitted in v1.58.0. This primarily
prevented Synapse from starting when the
systemd.journal.JournalHandler log handler was configured. See
#12631 for further information.
Otherwise, no significant changes since 1.58.0.
OBS-URL: https://build.opensuse.org/request/show/975254
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=219
2022-05-05 18:36:57 +00:00
Oliver Kurz
d65a9be722
Accepting request 974666 from home:darix:apps
...
- Update to 1.58.0
OBS-URL: https://build.opensuse.org/request/show/974666
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=217
2022-05-03 14:42:43 +00:00
d6e6ccf12a
Accepting request 971494 from home:darix:apps
...
- Update to 1.57.1
OBS-URL: https://build.opensuse.org/request/show/971494
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=215
2022-04-25 16:28:41 +00:00
d7e4b7340b
Accepting request 967032 from home:darix:apps
...
- Update to 1.56.0
OBS-URL: https://build.opensuse.org/request/show/967032
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=213
2022-04-11 09:48:11 +00:00
ecbcca4fd6
Accepting request 964739 from home:darix:apps
...
- Update to 1.55.2
OBS-URL: https://build.opensuse.org/request/show/964739
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=211
2022-03-24 23:33:06 +00:00
9c805842ac
Accepting request 960280 from home:darix:apps
...
- Update to 1.54.0
OBS-URL: https://build.opensuse.org/request/show/960280
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=209
2022-03-12 14:07:54 +00:00
ed203b2d7e
Accepting request 956696 from home:darix:apps
...
- Update to 1.53.0
OBS-URL: https://build.opensuse.org/request/show/956696
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=208
2022-02-25 15:17:29 +00:00
b17c06df23
Accepting request 953161 from home:darix:apps
...
- Update to 1.52.0
OBS-URL: https://build.opensuse.org/request/show/953161
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=207
2022-02-14 16:37:07 +00:00
Oliver Kurz
2b14e2bd3d
Accepting request 950937 from home:darix:apps
...
- With the previous change we would not need use_python anymore
because we also can find now the packages that provide python3-X
But i keep the conditional around for e.g. testing with python
3.10.
- Replace requires_eq with requires_peq: (boo#1195316)
The only difference between the 2 macros is that the new macro
also considers provides so we can track package names over
renames.
- Update to 1.51.0
Synapse 1.51.0 deprecates webclient listeners and non-HTTP(S)
web_client_locations. Support for these will be removed in
Synapse 1.53.0, at which point Synapse will not be capable of
directly serving a web client for Matrix. See the upgrade notes.
- Features
- Add track_puppeted_user_ips config flag to record client IP
addresses against puppeted users, and include the puppeted
users in monthly active user counts. (#11561 , #11749 , #11757 )
- Include whether the requesting user has participated in a
thread when generating a summary for MSC3440. (#11577 )
- Return an M_FORBIDDEN error code instead of M_UNKNOWN when a
spam checker module prevents a user from creating a room.
(#11672 )
- Add a flag to the synapse_review_recent_signups script to
ignore and filter appservice users. (#11675 , #11770 )
- Bugfixes
- Fix a bug introduced in Synapse 1.40.0 that caused Synapse to
fail to process incoming federation traffic after handling a
large amount of events in a v1 room. (#11806 )
OBS-URL: https://build.opensuse.org/request/show/950937
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=206
2022-02-10 11:34:54 +00:00
45cac306ca
Accepting request 948430 from home:darix:apps
...
- Update to 1.50.2
OBS-URL: https://build.opensuse.org/request/show/948430
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=205
2022-01-24 15:16:01 +00:00
4d19643f8f
Accepting request 941922 from home:darix:apps
...
- Update to 1.49.2
- Bugfixes
- Fix a performance regression in /sync handling, introduced in
1.49.0. (#11583 )
- Internal Changes
- Work around a build problem on Debian Buster. (#11625 )
OBS-URL: https://build.opensuse.org/request/show/941922
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=203
2021-12-21 18:44:00 +00:00
Oliver Kurz
7ec4f3f062
Accepting request 940581 from home:darix:apps
...
- Update to 1.49.0
OBS-URL: https://build.opensuse.org/request/show/940581
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=202
2021-12-20 07:30:44 +00:00
4b7767ca2a
Accepting request 934736 from home:darix:apps
...
- Update to 1.48.0
OBS-URL: https://build.opensuse.org/request/show/934736
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=201
2021-11-30 15:03:27 +00:00
fdd3a7f61a
Accepting request 933284 from home:darix:apps
...
- Update to 1.47.1
This release fixes a security issue in the media store, affecting
all prior releases of Synapse. Server administrators are
encouraged to update Synapse as soon as possible. We are not
aware of these vulnerabilities being exploited in the wild.
Server administrators who are unable to update Synapse may use
the workarounds described in the linked GitHub Security Advisory
below.
- Security Advisory:
GHSA-3hfw-x7gx-437c / CVE-2021-41281: Path traversal when
downloading remote media.
Synapse instances with the media repository enabled can be
tricked into downloading a file from a remote server into an
arbitrary directory, potentially outside the media store
directory. The last two directories and file name of the path
are chosen randomly by Synapse and cannot be controlled by an
attacker, which limits the impact. Homeservers with the media
repository disabled are unaffected. Homeservers configured with
a federation whitelist are also unaffected. Fixed by
91f2bd090.
OBS-URL: https://build.opensuse.org/request/show/933284
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=198
2021-11-23 14:50:11 +00:00
64b6a1702e
Accepting request 931977 from home:darix:apps
...
- Update to 1.47.0
OBS-URL: https://build.opensuse.org/request/show/931977
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=197
2021-11-17 14:21:04 +00:00
8b0a811cfb
Accepting request 928844 from home:darix:apps
...
- Update to 1.46.0
OBS-URL: https://build.opensuse.org/request/show/928844
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=196
2021-11-09 13:14:06 +00:00
ade62f7482
Accepting request 926766 from home:darix:apps
...
- Update to 1.45.1
OBS-URL: https://build.opensuse.org/request/show/926766
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=195
2021-10-25 11:18:51 +00:00
Aleksa Sarai
64f7606314
Accepting request 920875 from home:darix:apps
...
- Update to 1.43.0
- disable 10719-Fix-instert-of-duplicate-key-into-event_json.patch
until upstream decided if they want to accept it
OBS-URL: https://build.opensuse.org/request/show/920875
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=194
2021-09-23 04:30:20 +00:00
Aleksa Sarai
bd0b280956
Accepting request 917324 from home:darix:apps
...
- Update to 1.42.0
OBS-URL: https://build.opensuse.org/request/show/917324
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=192
2021-09-08 12:38:46 +00:00
Aleksa Sarai
5bd783aded
Accepting request 915279 from home:darix:apps
...
- Update to 1.41.1
OBS-URL: https://build.opensuse.org/request/show/915279
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=191
2021-08-31 14:35:09 +00:00
Aleksa Sarai
3387a730b2
Accepting request 914066 from home:darix:apps
...
- Update to 1.41.0
OBS-URL: https://build.opensuse.org/request/show/914066
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=190
2021-08-24 17:23:41 +00:00
Aleksa Sarai
b65fb30daa
Accepting request 911268 from home:darix:apps
...
- Update to 1.40.0
OBS-URL: https://build.opensuse.org/request/show/911268
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=189
2021-08-11 04:41:03 +00:00
Aleksa Sarai
432fb9b14e
Accepting request 909160 from home:darix:apps
...
- Update to 1.39.0
OBS-URL: https://build.opensuse.org/request/show/909160
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=188
2021-07-31 06:19:48 +00:00
cdbe3068c7
Accepting request 907791 from home:darix:apps
...
- Update to 1.38.1
Always include device_one_time_keys_count key in /sync response
to work around a bug in Element Android that broke encryption for
new devices. (#10457 )
OBS-URL: https://build.opensuse.org/request/show/907791
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=187
2021-07-22 16:21:37 +00:00
547a2238fb
Accepting request 906701 from home:darix:apps
...
- oidc can be enabled on TW as the Authlib package is in the distro
- drop all conditionals that were enabled anyway
- rename remaining conditionals to have a synapse_ prefix
- Update to 1.38.0
OBS-URL: https://build.opensuse.org/request/show/906701
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=186
2021-07-19 17:54:11 +00:00
Aleksa Sarai
f879397f10
Accepting request 903369 from home:darix:apps
...
- Update to 1.37.1
This release resolves issues (such as #9490 ) where one busy room
could cause head-of-line blocking, starving Synapse from
processing events in other rooms, and causing all federated
traffic to fall behind. Synapse 1.37.1 processes inbound
federation traffic asynchronously, ensuring that one busy room
won't impact others. Please upgrade to Synapse 1.37.1 as soon as
possible, in order to increase resilience to other traffic
spikes.
- Features
- Handle inbound events from federation asynchronously.
(#10269 , #10272 )
OBS-URL: https://build.opensuse.org/request/show/903369
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=185
2021-07-01 10:29:52 +00:00
Aleksa Sarai
d8b3e4275b
Accepting request 903055 from home:darix:apps
...
- Update to 1.37.0
OBS-URL: https://build.opensuse.org/request/show/903055
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=184
2021-06-29 12:02:35 +00:00
Aleksa Sarai
02479a8fe5
Accepting request 900216 from home:darix:apps
...
- Update to 1.36.0
OBS-URL: https://build.opensuse.org/request/show/900216
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=182
2021-06-16 05:46:31 +00:00
Aleksa Sarai
097acaf134
Accepting request 897230 from home:darix:apps
...
- Update to v1.35.1:
OBS-URL: https://build.opensuse.org/request/show/897230
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=180
2021-06-04 18:07:57 +00:00
Aleksa Sarai
5d61f1b71e
Accepting request 893732 from home:darix:apps
...
- Update to 1.34.0
OBS-URL: https://build.opensuse.org/request/show/893732
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=178
2021-05-19 10:13:06 +00:00
Aleksa Sarai
85934a8339
Accepting request 892256 from home:darix:apps
...
- Update to 1.33.2
Due to the security issue highlighted below, server
administrators are encouraged to update Synapse. We are not aware
of these vulnerabilities being exploited in the wild.
Security advisory
This release fixes a denial of service attack (CVE-2021-29471)
against Synapse's push rules implementation. Server admins are
encouraged to upgrade.
- Internal Changes
- Unpin attrs dependency. (#9946 )
OBS-URL: https://build.opensuse.org/request/show/892256
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=176
2021-05-11 14:14:47 +00:00
045a451866
Accepting request 891065 from home:darix:apps
...
- Update to 1.33.1
OBS-URL: https://build.opensuse.org/request/show/891065
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=175
2021-05-10 17:56:48 +00:00
Aleksa Sarai
1ef0339f0b
Accepting request 887544 from home:darix:apps
...
- Update to v1.32.2
- Bugfixes
- Fix a regression in Synapse 1.32.0 and 1.32.1 which caused
LoggingContext errors in plugins. (#9857 )
OBS-URL: https://build.opensuse.org/request/show/887544
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=173
2021-04-26 08:11:52 +00:00
Aleksa Sarai
dac6957e9e
Accepting request 887327 from home:darix:apps
...
- Update to v1.32.1
This release fixes a regression in Synapse 1.32.0 that caused
connected Prometheus instances to become unstable. If you ran
Synapse 1.32.0 with Prometheus metrics, first upgrade to Synapse
1.32.1 and follow these instructions to clean up any excess
writeahead logs.
- Bugfixes
- Fix a regression in Synapse 1.32.0 which caused Synapse to
report large numbers of Prometheus time series, potentially
overwhelming Prometheus instances. (#9854 )
OBS-URL: https://build.opensuse.org/request/show/887327
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=171
2021-04-22 04:53:21 +00:00
Aleksa Sarai
6e72166d03
Accepting request 887076 from home:darix:apps
...
- Update to v1.32.0
OBS-URL: https://build.opensuse.org/request/show/887076
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=169
2021-04-21 01:59:58 +00:00
Aleksa Sarai
7c2e8b47e4
Accepting request 883326 from home:darix:apps
...
- Update to 1.31.0
OBS-URL: https://build.opensuse.org/request/show/883326
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=167
2021-04-07 01:18:08 +00:00
Aleksa Sarai
8df71c82d8
Accepting request 881504 from home:darix:apps
...
- Update to 1.30.1
This release is identical to Synapse 1.30.0, with the exception
of explicitly setting a minimum version of Python's Cryptography
library to ensure that users of Synapse are protected from the
recent OpenSSL security advisories, especially CVE-2021-3449.
- Internal Changes
- Enforce that `cryptography` dependency is up to date to
ensure it has the most recent openssl patches. (#9697 )
- Note: we do not bump the cryptography dependency in our package
as we use the system OpenSSL which gets the fix.
Add dont-bump-cryptography-with-system-openssl.patch to comment
out the dependency because otherwise the newer version
requirement is enforced on startup
OBS-URL: https://build.opensuse.org/request/show/881504
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=165
2021-03-27 03:03:37 +00:00
3c508255da
Accepting request 880523 from home:darix:apps
...
- Update to 1.30.0
OBS-URL: https://build.opensuse.org/request/show/880523
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=164
2021-03-22 14:04:17 +00:00
Aleksa Sarai
ebf60c2d53
Accepting request 875237 from home:darix:apps
...
- Update to 1.28.0
OBS-URL: https://build.opensuse.org/request/show/875237
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=162
2021-02-26 15:36:42 +00:00
Aleksa Sarai
d376d015e9
Accepting request 872850 from home:darix:apps
...
- Update to 1.27.0
OBS-URL: https://build.opensuse.org/request/show/872850
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=160
2021-02-17 05:20:56 +00:00
Aleksa Sarai
4d048353d2
Accepting request 867334 from home:darix:apps
...
- Update to 1.26.0
OBS-URL: https://build.opensuse.org/request/show/867334
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=158
2021-01-28 01:29:00 +00:00
3bcc3eeb19
Accepting request 866513 from home:bnavigator:branches:network:messaging:matrix
...
- Remove python singlespec macro usage: This package only builds
against the primary python3 flavor. No need to pull in and expand
legacy python36
- Remove Leap 42 python2 handling in matrix-synapse-test.spec
OBS-URL: https://build.opensuse.org/request/show/866513
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=157
2021-01-26 16:26:03 +00:00
c4fa6a8d35
Accepting request 862881 from home:darix:apps
...
- Update to 1.25.0
OBS-URL: https://build.opensuse.org/request/show/862881
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=156
2021-01-26 16:25:16 +00:00
Aleksa Sarai
872b9d43c6
Accepting request 854249 from home:darix:apps
...
- Update to 1.24.0
OBS-URL: https://build.opensuse.org/request/show/854249
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=154
2020-12-09 13:19:25 +00:00
Aleksa Sarai
7e46370630
Accepting request 849305 from home:darix:apps
...
- Update to 1.23.0
OBS-URL: https://build.opensuse.org/request/show/849305
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=153
2020-11-23 06:28:45 +00:00
Aleksa Sarai
8ce8330c63
Accepting request 845068 from home:darix:apps
...
- Update to 1.22.1
- Fix a bug where an appservice may not be forwarded events for a
room it was recently invited to. Broke in v1.22.0. (#8676 )
- Fix Object of type frozendict is not JSON serializable
exceptions when using third-party event rules. Broke in
v1.22.0. (#8678 )
OBS-URL: https://build.opensuse.org/request/show/845068
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=151
2020-10-31 06:03:33 +00:00
Aleksa Sarai
09a7c994d8
Accepting request 844322 from home:darix:apps
...
- Update to 1.22.0
OBS-URL: https://build.opensuse.org/request/show/844322
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=149
2020-10-27 20:16:34 +00:00