Commit Graph
138 Commits
Author SHA1 Message Date
Maximilian Bosch edf45520ba Merge pull request #123693 from mayflower/matrix-openssl
matrix-synapse: add openssl to buildInputs
2021-05-20 11:05:02 +02:00
Linus Heckemann f26200f3b8 matrix-synapse: add openssl to buildInputs
It should be included regardless of whether tests are run or not, and
overriding the package to disable tests would break this package up
until this change.
2021-05-19 16:59:25 +02:00
Maximilian Bosch 0dae433cdc matrix-synapse: 1.33.2 -> 1.34.0
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.34.0
2021-05-17 13:44:48 +02:00
Maximilian Bosch d72d622723 matrix-synapse: 1.33.1 -> 1.33.2
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.33.2
2021-05-11 16:05:00 +02:00
Maximilian Bosch c5e207c277 matrix-synapse: 1.33.0 -> 1.33.1
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.33.1
2021-05-06 15:51:36 +02:00
Maximilian Bosch cf7192dcec matrix-synapse: 1.32.2 -> 1.33.0
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.33.0
2021-05-05 16:18:16 +02:00
Maximilian Bosch 554a42d92c matrix-synapse: 1.32.1 -> 1.32.2
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.32.2
2021-04-22 12:45:01 +02:00
Maximilian Bosch 7c5a6c4648 matrix-synapse: 1.32.0 -> 1.32.1
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.32.1
2021-04-21 16:16:48 +02:00
Maximilian Bosch 17144c992e matrix-synapse: 1.31.0 -> 1.32.0
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.32.0
2021-04-20 23:06:31 +02:00
ajs124 f9b14ee4fb matrix-synapse: 1.30.0 -> 1.31.0
(cherry picked from commit 3fca2338d85b893e3cce50c9f521a13c5e79a01e)
2021-04-20 22:43:27 +02:00
Robin Townsend dd616b9705 matrix-synapse: 1.29.0 -> 1.30.0
https://github.com/matrix-org/synapse/releases/tag/v1.30.0
2021-03-22 12:22:40 -04:00
Maximilian Bosch d8b97bb2cb matrix-synapse: 1.28.0 -> 1.29.0
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.29.0
2021-03-09 00:09:11 +01:00
Maximilian Bosch 6a043cfa92 matrix-synapse: 1.27.0 -> 1.28.0
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.28.0
2021-02-26 00:24:23 +01:00
Robin Townsend 5899fb563b matrix-synapse: 1.26.0 -> 1.27.0
https://github.com/matrix-org/synapse/releases/tag/v1.27.0
2021-02-16 08:45:33 -05:00
Robin Townsend 1e80c853f4 matrix-synapse: 1.25.0 -> 1.26.0
https://github.com/matrix-org/synapse/releases/tag/v1.26.0
2021-01-27 11:42:22 -05:00
Maximilian Bosch 59948467c8 matrix-synapse: 1.24.0 -> 1.25.0
https://github.com/matrix-org/synapse/releases/tag/v1.25.0
2021-01-13 12:02:46 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Martin Weinelt 3d12bf304b Merge pull request #106315 from maralorn/rscs
rust-synapse-compress-state: init at 0.1.0
2020-12-09 22:27:39 +01:00
Maximilian Bosch 917cac4663 matrix-synapse: 1.23.0 -> 1.24.0
ChangeLog: https://github.com/matrix-org/synapse/releases/tag/v1.24.0

This release contains two security advisories:

* CVE-2020-26257[1]: possible DDoS in the federation API.
* CVE-2020-1971[2]: to be fixed in #106362[3].

[1] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26257
[2] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1971
[3] https://github.com/NixOS/nixpkgs/pull/106362
2020-12-09 12:30:49 +01:00
Malte Brandy 9329daa507 rust-synapse-compress-state: init at 0.1.0
"A tool to compress some state in a Synapse instance's database"
2020-12-08 04:10:09 +01:00
Tristan Helmich 8061cdaf64 matrix-synapse: 1.22.1 -> 1.23.0 2020-11-18 12:20:20 +00:00
Maximilian Bosch 460a30c15b matrix-synapse: 1.22.0 -> 1.22.1
https://github.com/matrix-org/synapse/releases/tag/v1.22.1
2020-10-30 19:26:47 +01:00
Maximilian Bosch ff9487703e matrix-synapse: make dependency for hiredis optional
This is only needed for replication which isn't even supported by the
current NixOS module.
2020-10-28 21:05:22 +01:00
Maximilian Bosch 2e2eea4338 matrix-synapse: 1.21.2 -> 1.22.0
https://github.com/matrix-org/synapse/releases/tag/v1.22.0
2020-10-27 14:48:35 +01:00
Maximilian Bosch 8886cb63e2 matrix-synapse: 1.21.0 -> 1.21.2
https://github.com/matrix-org/synapse/releases/tag/v1.21.1 [1]
https://github.com/matrix-org/synapse/releases/tag/v1.21.2

[1] Not really relevant for as since only a bug in the Debian packaging
    was fixed.
2020-10-15 17:59:46 +02:00
Maximilian Bosch 87414de4ca matrix-synapse: 1.20.1 -> 1.21.0
https://github.com/matrix-org/synapse/releases/tag/v1.21.0
2020-10-12 18:22:11 +02:00
Maximilian Bosch 631d92d8dc matrix-synapse: 1.19.3 -> 1.20.1
https://github.com/matrix-org/synapse/releases/tag/v1.20.0
https://github.com/matrix-org/synapse/releases/tag/v1.20.1
2020-09-25 17:44:10 +02:00
Maximilian Bosch 44c558b219 matrix-synapse: 1.19.2 -> 1.19.3
https://github.com/matrix-org/synapse/releases/tag/v1.19.3
2020-09-18 17:07:22 +02:00
ajs124 21779aece5 matrix-synapse: 1.19.1 -> 1.19.2 2020-09-16 15:45:37 +02:00
Maximilian Bosch 42173099bf matrix-synapse: 1.19.0 -> 1.19.1
https://github.com/matrix-org/synapse/releases/tag/v1.19.1
2020-08-28 15:18:44 +02:00
Maximilian Bosch 53dc9e8103 matrix-synapse: 1.18.0 -> 1.19.0
https://github.com/matrix-org/synapse/releases/tag/v1.19.0
2020-08-17 22:04:32 +02:00
Maximilian Bosch 835d36186d matrix-synapse: 1.17.0 -> 1.18.0
https://github.com/matrix-org/synapse/releases/tag/v1.18.0
2020-07-30 16:38:51 +02:00
Maximilian Bosch 91f1d323e8 matrix-synapse: 1.16.1 -> 1.17.0
https://github.com/matrix-org/synapse/releases/tag/v1.17.0
2020-07-13 17:43:03 +02:00
Maximilian Bosch 9deee36649 matrix-synapse: 1.15.2 -> 1.16.1
https://github.com/matrix-org/synapse/releases/tag/v1.16.0
https://github.com/matrix-org/synapse/releases/tag/v1.16.1
2020-07-10 15:30:18 +02:00
Daniel Frank e5c4f3777f matrix-synapse: 1.15.1 -> 1.15.2 [security] 2020-07-03 00:15:41 +02:00
Maximilian Bosch 0510cbe849 Merge pull request #90646 from Ma27/matrix-maintainer-team
maintainers/teams: add matrix team
2020-06-18 00:23:55 +02:00
Maximilian Bosch 650617253e maintainers/teams: add matrix team 2020-06-17 21:55:29 +02:00
Maximilian Bosch 9fc60b36cb matrix-synapse: 1.14.0 -> 1.15.1
https://github.com/matrix-org/synapse/releases/tag/v1.15.0
https://github.com/matrix-org/synapse/releases/tag/v1.15.1
2020-06-17 00:23:28 +02:00
Nikolay Amiantov 9f0da72abc matrix-synapse: factor out plugins
We build plugins separately from the server now.
2020-06-01 10:30:22 +02:00
Maximilian Bosch d11dcafe93 matrix-synapse: 1.13.0 -> 1.14.0
https://github.com/matrix-org/synapse/releases/tag/v1.14.0
2020-05-28 20:24:53 +02:00
Maximilian Bosch 2a5b0bc813 matrix-synapse: 1.12.4 -> 1.13.0
https://github.com/matrix-org/synapse/releases/tag/v1.13.0
2020-05-19 16:32:56 +02:00
Maximilian Bosch 72cdc6d365 matrix-synapse: 1.12.1 -> 1.12.4
https://github.com/matrix-org/synapse/releases/tag/v1.12.4
2020-04-23 20:22:10 +02:00
Michael Reilly 84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Maximilian Bosch 83c59cb9b6 matrix-synapse: 1.12.0 -> 1.12.1
https://github.com/matrix-org/synapse/releases/tag/v1.12.1
2020-04-02 17:49:25 +02:00
ajs124 425efa54ef matrix-synapse: 1.11.1 -> 1.12.0 2020-03-23 20:11:47 +01:00
Maximilian Bosch 8be61f7a36 matrix-synapse: 1.9.1 -> 1.11.1
https://github.com/matrix-org/synapse/releases/tag/v1.10.0
https://github.com/matrix-org/synapse/releases/tag/v1.10.1
https://github.com/matrix-org/synapse/releases/tag/v1.11.0
https://github.com/matrix-org/synapse/releases/tag/v1.11.1
2020-03-15 17:09:51 +01:00
Maximilian Bosch 1f828b8e24 matrix-synapse: 1.9.0 -> 1.9.1
https://github.com/matrix-org/synapse/releases/tag/v1.9.1
2020-01-28 17:57:16 +01:00
Maximilian Bosch 6930a1602c matrix-synapse: 1.8.0 -> 1.9.0
https://github.com/matrix-org/synapse/releases/tag/v1.9.0
2020-01-23 14:32:22 +01:00
Maximilian Bosch 9d845d41c3 matrix-synapse: 1.7.3 -> 1.8.0
https://github.com/matrix-org/synapse/releases/tag/v1.8.0
2020-01-09 14:28:13 +01:00
Maximilian Bosch a5689a2ff1 matrix-synapse: 1.7.2 -> 1.7.3
https://github.com/matrix-org/synapse/releases/tag/v1.7.3
2019-12-31 16:00:51 +01:00