From 33dca51dcd5c8a3a83a700fc689b89f26fccad44 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 23 Nov 2021 14:33:02 +0100 Subject: [PATCH] Bump version for 1.47.1 --- CHANGELOG | 5 +++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- Dockerfile | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4146961..962f2c1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -519,3 +519,8 @@ * Fix a bug introduced in 1.47.0rc1 which caused worker processes to not halt startup in the presence of outstanding database migrations. (#11346) * Fix a bug introduced in 1.47.0rc1 which prevented the 'remove deleted devices from device_inbox column' background process from running when updating from a recent Synapse version. (#11303, #11353) +[1.36.1] +* Update Synapse to 1.47.1 +* [Full changelog](https://github.com/matrix-org/synapse/releases/tag/v1.47.1) +* GHSA-3hfw-x7gx-437c / CVE-2021-41281: Path traversal when downloading remote media. + diff --git a/CloudronManifest.json b/CloudronManifest.json index e48478d..c88b23b 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Secure & decentralized communication", - "version": "1.36.0", + "version": "1.36.1", "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index f741e04..a265067 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Synapse 1.47.0. +This app packages Synapse 1.47.1. **This package only provides the Matrix backend. A variety of clients are available [here](https://matrix.org/clients/). Riot is a popular web frontend for Matrix and diff --git a/Dockerfile b/Dockerfile index 66c0847..3f78ddc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN virtualenv -p python3 /app/code/env ENV VIRTUAL_ENV=/app/code/env ENV PATH="$VIRTUAL_ENV/bin:$PATH" -ARG VERSION=v1.47.0 +ARG VERSION=v1.47.1 # Synapse (https://github.com/matrix-org/synapse/blob/master/INSTALL.md) # lxml - required for previews