summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-06-17 12:47:22 +0100
committerGitHub <noreply@github.com>2022-06-17 12:47:22 +0100
commit5d6f55959e8dfdfa194fd1ea955ef714114e5a71 (patch)
tree5c32f411d30472632fb6f6bd2b72dbf867ad7227
parentSimplify the alias deletion logic as an application service. (#13093) (diff)
downloadsynapse-5d6f55959e8dfdfa194fd1ea955ef714114e5a71.tar.xz
Update info on downstream debs (#13095)
-rw-r--r--changelog.d/13095.doc1
-rw-r--r--docs/setup/installation.md17
2 files changed, 9 insertions, 9 deletions
diff --git a/changelog.d/13095.doc b/changelog.d/13095.doc
new file mode 100644
index 0000000000..4651f25e14
--- /dev/null
+++ b/changelog.d/13095.doc
@@ -0,0 +1 @@
+Update information on downstream Debian packages.
diff --git a/docs/setup/installation.md b/docs/setup/installation.md
index 69ade036c3..5bdefe2bc1 100644
--- a/docs/setup/installation.md
+++ b/docs/setup/installation.md
@@ -84,20 +84,19 @@ file when you upgrade the Debian package to a later version.
 
 ##### Downstream Debian packages
 
-We do not recommend using the packages from the default Debian `buster`
-repository at this time, as they are old and suffer from known security
-vulnerabilities. You can install the latest version of Synapse from
-[our repository](#matrixorg-packages) or from `buster-backports`. Please
-see the [Debian documentation](https://backports.debian.org/Instructions/)
-for information on how to use backports.
-
-If you are using Debian `sid` or testing, Synapse is available in the default
-repositories and it should be possible to install it simply with:
+Andrej Shadura maintains a `matrix-synapse` package in the Debian repositories.
+For `bookworm` and `sid`, it can be installed simply with:
 
 ```sh
 sudo apt install matrix-synapse
 ```
 
+Synapse is also avaliable in `bullseye-backports`.  Please
+see the [Debian documentation](https://backports.debian.org/Instructions/)
+for information on how to use backports.
+
+`matrix-synapse` is no longer maintained for `buster` and older.
+
 ##### Downstream Ubuntu packages
 
 We do not recommend using the packages in the default Ubuntu repository