From 8df71c82d8e37844b40ec0b5f7726aaa0052553245a6d8b502e70809da8bf9a6 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Sat, 27 Mar 2021 03:03:37 +0000 Subject: [PATCH] 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 --- _service | 2 +- ...ump-cryptography-with-system-openssl.patch | 13 +++++++++++++ matrix-synapse-1.30.0.obscpio | 3 --- matrix-synapse-1.30.1.obscpio | 3 +++ matrix-synapse-test.spec | 2 +- matrix-synapse.changes | 19 +++++++++++++++++++ matrix-synapse.obsinfo | 6 +++--- matrix-synapse.spec | 5 +++-- 8 files changed, 43 insertions(+), 10 deletions(-) create mode 100644 dont-bump-cryptography-with-system-openssl.patch delete mode 100644 matrix-synapse-1.30.0.obscpio create mode 100644 matrix-synapse-1.30.1.obscpio diff --git a/_service b/_service index 9ef73f0..20962d2 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ @PARENT_TAG@ https://github.com/matrix-org/synapse.git git - v1.30.0 + v1.30.1 v(.*) \1