8df71c82d8
- 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
23 lines
857 B
Plaintext
23 lines
857 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="filename">matrix-synapse</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="url">https://github.com/matrix-org/synapse.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v1.30.1</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<!--
|
|
<param name="revision">v1.30.0rc1</param>
|
|
<param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
|
|
<param name="versionrewrite-replacement">\1~\2</param>
|
|
-->
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|