352 Commits

Author SHA256 Message Date
005d66a620 Accepting request 1303352 from network:messaging:matrix
Forwarded request #1303351 from darix

- Update to 1.138.0

OBS-URL: https://build.opensuse.org/request/show/1303352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=139
2025-09-09 18:30:46 +00:00
d3e2d38f64 - Update to 1.138.0
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=402
2025-09-09 12:57:47 +00:00
044a3918e8 Accepting request 1301417 from network:messaging:matrix
Forwarded request #1301416 from darix

- Update to 1.137.0

OBS-URL: https://build.opensuse.org/request/show/1301417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=138
2025-08-26 14:13:44 +00:00
553d11ee45 - Update to 1.137.0
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=400
2025-08-26 10:47:43 +00:00
047596c791 Accepting request 1299100 from network:messaging:matrix
Forwarded request #1299099 from darix

- Update to 1.136.0 (boo#1247970)

OBS-URL: https://build.opensuse.org/request/show/1299100
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=137
2025-08-13 14:29:11 +00:00
6a251a63c0 - Update to 1.136.0 (boo#1247970)
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=398
2025-08-12 14:46:10 +00:00
f6087c103b - Update to 1.135.2
This is the Synapse portion of the Matrix coordinated security
  release. This release includes support for room version 12 which
  fixes a number of security vulnerabilities, including
  CVE-2025-49090.
  The default room version is not changed. Not all clients will
  support room version 12 immediately, and not all users will be
  using the latest version of their clients. Large, public rooms
  are advised to wait a few weeks before upgrading to room version
  12 to allow users throughout the Matrix ecosystem to update their
  clients.
  - Bugfixes
    - Fix invalidation of storage cache that was broken in 1.135.0.
      (#18786)
  - Internal Changes
    - Add a parameter to upgrade_rooms(..) to allow auto join local
      users. (#82)
    - Speed up upgrading a room with large numbers of banned users.
      (#18574)

OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=397
2025-08-11 19:43:06 +00:00
8a01b7c920 Accepting request 1297073 from network:messaging:matrix
Forwarded request #1297072 from darix

- Update to 1.135.0

OBS-URL: https://build.opensuse.org/request/show/1297073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=136
2025-08-01 22:43:57 +00:00
4e9f8d23c4 - Update to 1.135.0
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=395
2025-08-01 13:05:56 +00:00
a66793ccaa Accepting request 1293545 from network:messaging:matrix
Forwarded request #1293544 from darix

- Update to 1.134.0

OBS-URL: https://build.opensuse.org/request/show/1293545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=135
2025-07-16 13:52:57 +00:00
358ea44e2c - Update to 1.134.0
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=393
2025-07-15 22:33:37 +00:00
dab555ed5c Accepting request 1289572 from network:messaging:matrix
Forwarded request #1289571 from darix

- Update to 1.133.0
  - Features
    - Add support for the MSC4260 user report API. (#18120)
  - Bugfixes
    - Fix an issue where, during state resolution for v11 rooms,
      Synapse would incorrectly calculate the power level of the
      creator when there was no power levels event in the room.
      (#18534, #18547)
    - Fix long-standing bug where sliding sync did not honour the
      room_id_to_include config option. (#18535)
    - Fix an issue where "Lock timeout is getting excessive"
      warnings would be logged even when the lock timeout was <10
      minutes. (#18543)
    - Fix an issue where Synapse could calculate the wrong power
      level for the creator of the room if there was no power
      levels event. (#18545)
  - Improved Documentation
    - Generate config documentation from JSON Schema file. (#18528)
    - Fix typo in user type documentation. (#18568)
  - Internal Changes
    - Increase performance of introspecting access tokens when
      using delegated auth. (#18357, #18561)
    - Log user deactivations. (#18541)
    - Enable flake8-logging and flake8-logging-format rules in Ruff
      and fix related issues throughout the codebase. (#18542)
    - Clean up old, unused rows from the device_federation_inbox
      table. (#18546)
    - Run config schema CI on develop and release branches.
      (#18551)
    - Add support for Twisted 25.5.0+ releases. (#18577)

OBS-URL: https://build.opensuse.org/request/show/1289572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=134
2025-07-02 10:11:26 +00:00
1930d2b680 - Update to 1.133.0
- Features
    - Add support for the MSC4260 user report API. (#18120)
  - Bugfixes
    - Fix an issue where, during state resolution for v11 rooms,
      Synapse would incorrectly calculate the power level of the
      creator when there was no power levels event in the room.
      (#18534, #18547)
    - Fix long-standing bug where sliding sync did not honour the
      room_id_to_include config option. (#18535)
    - Fix an issue where "Lock timeout is getting excessive"
      warnings would be logged even when the lock timeout was <10
      minutes. (#18543)
    - Fix an issue where Synapse could calculate the wrong power
      level for the creator of the room if there was no power
      levels event. (#18545)
  - Improved Documentation
    - Generate config documentation from JSON Schema file. (#18528)
    - Fix typo in user type documentation. (#18568)
  - Internal Changes
    - Increase performance of introspecting access tokens when
      using delegated auth. (#18357, #18561)
    - Log user deactivations. (#18541)
    - Enable flake8-logging and flake8-logging-format rules in Ruff
      and fix related issues throughout the codebase. (#18542)
    - Clean up old, unused rows from the device_federation_inbox
      table. (#18546)
    - Run config schema CI on develop and release branches.
      (#18551)
    - Add support for Twisted 25.5.0+ releases. (#18577)

OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=391
2025-07-01 16:06:57 +00:00
98b23fa973 Accepting request 1286434 from network:messaging:matrix
Forwarded request #1286433 from darix

- Update to 1.132.0

OBS-URL: https://build.opensuse.org/request/show/1286434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=133
2025-06-18 13:57:28 +00:00
738623d144 Accepting request 1286433 from home:darix:apps
- Update to 1.132.0

OBS-URL: https://build.opensuse.org/request/show/1286433
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=389
2025-06-17 17:34:54 +00:00
66c3f756af Accepting request 1282437 from network:messaging:matrix
Forwarded request #1282435 from darix

- Update to 1.131.0

OBS-URL: https://build.opensuse.org/request/show/1282437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=132
2025-06-04 18:28:06 +00:00
9a5e47f6ff - Update to 1.131.0
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=387
2025-06-03 16:59:04 +00:00
3105fe2976 Accepting request 1278899 from network:messaging:matrix
Forwarded request #1278898 from darix

- Update to 1.130.0

OBS-URL: https://build.opensuse.org/request/show/1278899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=131
2025-05-22 14:55:45 +00:00
4eb98131da - Update to 1.130.0
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=385
2025-05-21 01:32:07 +00:00
b73b1114d9 Accepting request 1274932 from network:messaging:matrix
Forwarded request #1274931 from darix

- Update to 1.129.0
  - Features
    - Add passthrough_authorization_parameters in OIDC
      configuration to allow passing parameters to the
      authorization grant URL. (#18232)
    - Add total_event_count, total_message_count, and
      total_e2ee_event_count fields to the homeserver usage
      statistics. (#18260)
  - Bugfixes
    - Fix force_tracing_for_users config when using delegated auth.
      (#18334)
    - Fix the token introspection cache logging access tokens when
      MAS integration is in use. (#18335)
    - Stop caching introspection failures when delegating auth to
      MAS. (#18339)
    - Fix ExternalIDReuse exception after migrating to MAS on
      workers with a high traffic. (#18342)
    - Fix minor performance regression caused by tracking of room
      participation. Regressed in v1.128.0. (#18345)
  - Updates to the Docker image
    - Optimize the build of the complement-synapse image. (#18294)
  - Internal Changes
    - Revert the slow background update introduced by #18068 in
      v1.128.0. (#18372)
    - Revert "Add total event, unencrypted message, and e2ee event
      counts to stats reporting", added in v1.129.0rc1. (#18373)
    - Disable statement timeout during room purge. (#18133)
    - Add cache to storage functions used to auth requests when
      using delegated auth. (#18337)

OBS-URL: https://build.opensuse.org/request/show/1274932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=130
2025-05-07 17:17:02 +00:00
1016083bcf - Update to 1.129.0
- Features
    - Add passthrough_authorization_parameters in OIDC
      configuration to allow passing parameters to the
      authorization grant URL. (#18232)
    - Add total_event_count, total_message_count, and
      total_e2ee_event_count fields to the homeserver usage
      statistics. (#18260)
  - Bugfixes
    - Fix force_tracing_for_users config when using delegated auth.
      (#18334)
    - Fix the token introspection cache logging access tokens when
      MAS integration is in use. (#18335)
    - Stop caching introspection failures when delegating auth to
      MAS. (#18339)
    - Fix ExternalIDReuse exception after migrating to MAS on
      workers with a high traffic. (#18342)
    - Fix minor performance regression caused by tracking of room
      participation. Regressed in v1.128.0. (#18345)
  - Updates to the Docker image
    - Optimize the build of the complement-synapse image. (#18294)
  - Internal Changes
    - Revert the slow background update introduced by #18068 in
      v1.128.0. (#18372)
    - Revert "Add total event, unencrypted message, and e2ee event
      counts to stats reporting", added in v1.129.0rc1. (#18373)
    - Disable statement timeout during room purge. (#18133)
    - Add cache to storage functions used to auth requests when
      using delegated auth. (#18337)

OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=383
2025-05-06 12:50:59 +00:00
3558e8d8cb Accepting request 1268667 from network:messaging:matrix
Forwarded request #1268666 from darix

- unlock the rust related buildrequires

OBS-URL: https://build.opensuse.org/request/show/1268667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=129
2025-04-11 21:22:47 +00:00
e8c49d0206 - unlock the rust related buildrequires
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=381
2025-04-11 16:12:41 +00:00
19cbf3ce69 Accepting request 1267985 from network:messaging:matrix
Forwarded request #1267983 from darix

- Update to 1.128.0

OBS-URL: https://build.opensuse.org/request/show/1267985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=128
2025-04-09 19:50:12 +00:00
e522f07487 - Update to 1.128.0
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=379
2025-04-08 20:59:32 +00:00
b6edc4d16f Accepting request 1266971 from network:messaging:matrix
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1266971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=127
2025-04-04 15:30:44 +00:00
OBS User buildservice-autocommit
6621b132a6 baserev update by copy to link target
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=377
2025-03-27 21:32:12 +00:00
6219594931 Accepting request 1256339 from network:messaging:matrix
Forwarded request #1256338 from darix

- Update to 1.127.1
  Fix CVE-2025-30355 / GHSA-v56r-hwv5-mxg6. High severity
  vulnerability affecting federation. The vulnerability has been
  exploited in the wild.

OBS-URL: https://build.opensuse.org/request/show/1256339
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=126
2025-03-27 21:32:12 +00:00
OBS User buildservice-autocommit
68827335a4 Updating link to change in openSUSE:Factory/matrix-synapse revision 126
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=6b98ed92c102d77e638923ede69a7560
2025-03-27 21:32:12 +00:00
f2ac0f47aa add bugnumber
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=376
2025-03-27 21:13:21 +00:00
7fcf96c07b - Update to 1.127.1
Fix CVE-2025-30355 / GHSA-v56r-hwv5-mxg6. High severity
  vulnerability affecting federation. The vulnerability has been
  exploited in the wild.

OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=375
2025-03-26 21:58:17 +00:00
2c64585e4f Accepting request 1255975 from network:messaging:matrix
Forwarded request #1255974 from darix

- Update to 1.127.0
  - Features
    - Update MSC4140 implementation to no longer cancel a user's
      own delayed state events with an event type & state key that
      match a more recent state event sent by that user. (#17810)
  - Improved Documentation
    - Fixed a minor typo in the Synapse documentation. Contributed
      by @karuto12. (#18224)
  - Internal Changes
    - Remove undocumented SYNAPSE_USE_FROZEN_DICTS environment
      variable. (#18123)
    - Fix detection of workflow failures in the release script.
      (#18211)
    - Add caching support to media endpoints. (#18235)
  - Updates to locked dependencies
    - Bump anyhow from 1.0.96 to 1.0.97. (#18201)
    - Bump bcrypt from 4.2.1 to 4.3.0. (#18207)
    - Bump bytes from 1.10.0 to 1.10.1. (#18227)
    - Bump http from 1.2.0 to 1.3.1. (#18245)
    - Bump sentry-sdk from 2.19.2 to 2.22.0. (#18205)
    - Bump serde from 1.0.218 to 1.0.219. (#18228)
    - Bump serde_json from 1.0.139 to 1.0.140. (#18202)
    - Bump ulid from 1.2.0 to 1.2.1. (#18246)

OBS-URL: https://build.opensuse.org/request/show/1255975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=125
2025-03-25 21:12:40 +00:00
301e83f74f - Update to 1.127.0
- Features
    - Update MSC4140 implementation to no longer cancel a user's
      own delayed state events with an event type & state key that
      match a more recent state event sent by that user. (#17810)
  - Improved Documentation
    - Fixed a minor typo in the Synapse documentation. Contributed
      by @karuto12. (#18224)
  - Internal Changes
    - Remove undocumented SYNAPSE_USE_FROZEN_DICTS environment
      variable. (#18123)
    - Fix detection of workflow failures in the release script.
      (#18211)
    - Add caching support to media endpoints. (#18235)
  - Updates to locked dependencies
    - Bump anyhow from 1.0.96 to 1.0.97. (#18201)
    - Bump bcrypt from 4.2.1 to 4.3.0. (#18207)
    - Bump bytes from 1.10.0 to 1.10.1. (#18227)
    - Bump http from 1.2.0 to 1.3.1. (#18245)
    - Bump sentry-sdk from 2.19.2 to 2.22.0. (#18205)
    - Bump serde from 1.0.218 to 1.0.219. (#18228)
    - Bump serde_json from 1.0.139 to 1.0.140. (#18202)
    - Bump ulid from 1.2.0 to 1.2.1. (#18246)

OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=373
2025-03-25 13:23:09 +00:00
95e89ed4b0 Accepting request 1254393 from network:messaging:matrix
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1254393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=124
2025-03-19 21:33:28 +00:00
acecdd444e - revert previous change as the dependencies are missing in the
distro

OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=371
2025-03-12 11:58:33 +00:00
432bc7ef9f Accepting request 1252405 from home:darix:apps
- enable redis and sentry support by default so they work out of
  the box

OBS-URL: https://build.opensuse.org/request/show/1252405
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=370
2025-03-12 11:32:44 +00:00
3c03953634 Accepting request 1252103 from network:messaging:matrix
Forwarded request #1252102 from darix

- fix file section to use the more portable macro
- Update to 1.126.0

OBS-URL: https://build.opensuse.org/request/show/1252103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=123
2025-03-11 19:47:07 +00:00
e3d1419515 Accepting request 1252102 from home:darix:apps
- fix file section to use the more portable macro
- Update to 1.126.0

OBS-URL: https://build.opensuse.org/request/show/1252102
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=368
2025-03-11 15:22:38 +00:00
de954397e0 Accepting request 1248434 from network:messaging:matrix
Forwarded request #1248433 from darix

- include both license files
- Update to 1.125.0

OBS-URL: https://build.opensuse.org/request/show/1248434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=122
2025-02-26 16:16:15 +00:00
e4291a8db8 - include both license files
- Update to 1.125.0

OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=366
2025-02-25 16:44:46 +00:00
8cf915e893 Accepting request 1245106 from network:messaging:matrix
Forwarded request #1245105 from darix

- Update to 1.124.0

OBS-URL: https://build.opensuse.org/request/show/1245106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=121
2025-02-11 20:31:01 +00:00
6fecbbafc9 - Update to 1.124.0
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=364
2025-02-11 14:00:22 +00:00
2a9fb3954c Accepting request 1240872 from network:messaging:matrix
Forwarded request #1240870 from darix

- Update to 1.123.0

OBS-URL: https://build.opensuse.org/request/show/1240872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=120
2025-01-29 15:10:27 +00:00
a6b95a5fdf - Update to 1.123.0
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=362
2025-01-28 16:33:57 +00:00
5f7deceb2b Accepting request 1237892 from network:messaging:matrix
Forwarded request #1237891 from darix

- Update to 1.122.0
  Please note that this version of Synapse drops support for
  PostgreSQL 11 and 12. The minimum version of PostgreSQL supported
  is now version 13.
  - Deprecations and Removals
    - Remove support for PostgreSQL 11 and 12. Contributed by @clokep. (#18034)
  - Features
    - Added the email.tlsname config option. This allows specifying
      the domain name used to validate the SMTP server's TLS
      certificate separately from the email.smtp_host to connect
      to. (#17849)
    - Module developers will have access to the user ID of the
      requester when adding check_username_for_spam callbacks to
      spam_checker_module_callbacks. Contributed by
      Wilson@Pangea.chat. (#17916)
    - Add endpoints to the Admin API to fetch the number of invites
      the provided user has sent after a given timestamp, fetch the
      number of rooms the provided user has joined after a given
      timestamp, and get report IDs of event reports against a
      provided user (i.e. where the user was the sender of the
      reported event). (#17948)
    - Support stable account suspension from MSC3823. (#17964)
    - Add macaroon_secret_key_path config option. (#17983)
  - Bugfixes
    - Fix bug when rejecting withdrew invite with a
      third_party_rules module, where the invite would be stuck for
      the client. (#17930)
    - Properly purge state groups tables when purging a room with
      the Admin API. (#18024)
    - Fix a bug preventing the admin redaction endpoint from

OBS-URL: https://build.opensuse.org/request/show/1237892
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=119
2025-01-15 16:43:19 +00:00
8778bdbcb5 - Update to 1.122.0
Please note that this version of Synapse drops support for
  PostgreSQL 11 and 12. The minimum version of PostgreSQL supported
  is now version 13.
  - Deprecations and Removals
    - Remove support for PostgreSQL 11 and 12. Contributed by @clokep. (#18034)
  - Features
    - Added the email.tlsname config option. This allows specifying
      the domain name used to validate the SMTP server's TLS
      certificate separately from the email.smtp_host to connect
      to. (#17849)
    - Module developers will have access to the user ID of the
      requester when adding check_username_for_spam callbacks to
      spam_checker_module_callbacks. Contributed by
      Wilson@Pangea.chat. (#17916)
    - Add endpoints to the Admin API to fetch the number of invites
      the provided user has sent after a given timestamp, fetch the
      number of rooms the provided user has joined after a given
      timestamp, and get report IDs of event reports against a
      provided user (i.e. where the user was the sender of the
      reported event). (#17948)
    - Support stable account suspension from MSC3823. (#17964)
    - Add macaroon_secret_key_path config option. (#17983)
  - Bugfixes
    - Fix bug when rejecting withdrew invite with a
      third_party_rules module, where the invite would be stuck for
      the client. (#17930)
    - Properly purge state groups tables when purging a room with
      the Admin API. (#18024)
    - Fix a bug preventing the admin redaction endpoint from

OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=360
2025-01-14 17:13:10 +00:00
2352946053 Accepting request 1230166 from network:messaging:matrix
The diff for the older entries is a trailing whitespace cleanup

- Update to 1.121.0
- switch to primary_python to directly follow the default python
  without the python3 indirection

OBS-URL: https://build.opensuse.org/request/show/1230166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=118
2024-12-11 20:05:25 +00:00
2ddfac5fd1 - switch to primary_python to directly follow the default python
without the python3 indirection

OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=358
2024-12-11 16:12:09 +00:00
67c6282f9d - Update to 1.121.0
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=357
2024-12-11 16:03:04 +00:00
10fea8bb40 Accepting request 1229593 from network:messaging:matrix
- BuildIgnore cargo and rust as they both obsolete the version we
  currently need

OBS-URL: https://build.opensuse.org/request/show/1229593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/matrix-synapse?expand=0&rev=117
2024-12-10 22:43:40 +00:00