diff --git a/README.md b/README.md index ddaa47f..3b65cf5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Instant messaging server matrix network. Yunohost chatroom with matrix : [https://matrix.to/#/#yunohost:matrix.org](https://matrix.to/#/#yunohost:matrix.org) -**Shipped version:** 1.95.0~ynh1 +**Shipped version:** 1.101.0~ynh1 ## Disclaimers / important information ## Configuration @@ -220,4 +220,4 @@ or sudo yunohost app upgrade synapse -u https://github.com/YunoHost-Apps/synapse_ynh/tree/testing --debug ``` -**More info regarding app packaging:** \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index 9a8caad..73488f4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ Instant messaging server matrix network. Yunohost chatroom with matrix : [https://matrix.to/#/#yunohost:matrix.org](https://matrix.to/#/#yunohost:matrix.org) -**Version incluse :** 1.95.0~ynh1 +**Version incluse :** 1.101.0~ynh1 ## Avertissements / informations importantes ## Configuration @@ -220,4 +220,4 @@ ou sudo yunohost app upgrade synapse -u https://github.com/YunoHost-Apps/synapse_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** diff --git a/conf/requirement_bookworm.txt b/conf/requirement_bookworm.txt index e7d3a77..7ac8ca7 100644 --- a/conf/requirement_bookworm.txt +++ b/conf/requirement_bookworm.txt @@ -4,7 +4,7 @@ Automat==22.10.0 bcrypt==4.1.2 bleach==6.1.0 canonicaljson==2.0.0 -certifi==2023.11.17 +certifi==2024.2.2 cffi==1.16.0 charset-normalizer==3.3.2 constantly==23.10.4 @@ -19,30 +19,30 @@ jsonschema==4.21.1 jsonschema-specifications==2023.12.1 ldap3==2.9.1 lxml==5.1.0 -MarkupSafe==2.1.4 +MarkupSafe==2.1.5 matrix-common==1.3.0 -matrix-synapse==1.100.0 +matrix-synapse==1.101.0 matrix-synapse-ldap3==0.3.0 msgpack==1.0.7 ndg-httpsclient==0.5.1 -netaddr==0.10.1 +netaddr==1.0.0 packaging==23.2 -phonenumbers==8.13.29 +phonenumbers==8.13.30 pillow==10.2.0 prometheus-client==0.19.0 psycopg2==2.9.9 pyasn1==0.5.1 pyasn1-modules==0.3.0 pycparser==2.21 -pydantic==2.6.0 -pydantic_core==2.16.1 +pydantic==2.6.1 +pydantic_core==2.16.2 pymacaroons==0.13.0 PyNaCl==1.5.0 pyOpenSSL==24.0.0 PyYAML==6.0.1 referencing==0.33.0 requests==2.31.0 -rpds-py==0.17.1 +rpds-py==0.18.0 semantic-version==2.10.0 service-identity==24.1.0 setuptools-rust==1.8.1 diff --git a/conf/requirement_bullseye.txt b/conf/requirement_bullseye.txt index c049b21..545c3e5 100644 --- a/conf/requirement_bullseye.txt +++ b/conf/requirement_bullseye.txt @@ -4,7 +4,7 @@ Automat==22.10.0 bcrypt==4.1.2 bleach==6.1.0 canonicaljson==2.0.0 -certifi==2023.11.17 +certifi==2024.2.2 cffi==1.16.0 charset-normalizer==3.3.2 constantly==23.10.4 @@ -19,15 +19,15 @@ jsonschema==4.21.1 jsonschema-specifications==2023.12.1 ldap3==2.9.1 lxml==5.1.0 -MarkupSafe==2.1.4 +MarkupSafe==2.1.5 matrix-common==1.3.0 -matrix-synapse==1.100.0 +matrix-synapse==1.101.0 matrix-synapse-ldap3==0.3.0 msgpack==1.0.7 ndg-httpsclient==0.5.1 -netaddr==0.10.1 +netaddr==1.0.0 packaging==23.2 -phonenumbers==8.13.29 +phonenumbers==8.13.30 pillow==10.2.0 pkg_resources==0.0.0 prometheus-client==0.19.0 @@ -35,15 +35,15 @@ psycopg2==2.9.9 pyasn1==0.5.1 pyasn1-modules==0.3.0 pycparser==2.21 -pydantic==2.6.0 -pydantic_core==2.16.1 +pydantic==2.6.1 +pydantic_core==2.16.2 pymacaroons==0.13.0 PyNaCl==1.5.0 pyOpenSSL==24.0.0 PyYAML==6.0.1 referencing==0.33.0 requests==2.31.0 -rpds-py==0.17.1 +rpds-py==0.18.0 semantic-version==2.10.0 service-identity==24.1.0 setuptools-rust==1.8.1 diff --git a/conf/server_name.conf b/conf/server_name.conf index 54f48ff..9a8664f 100644 --- a/conf/server_name.conf +++ b/conf/server_name.conf @@ -1,10 +1,10 @@ -location /.well-known/matrix/server { +location = /.well-known/matrix/server { return 200 '{"m.server": "__DOMAIN__:__PORT_SYNAPSE_TLS__"}'; add_header Content-Type application/json; add_header Access-Control-Allow-Origin '*'; } -location /.well-known/matrix/client { +location = /.well-known/matrix/client { return 200 '{ "m.homeserver": { "base_url": "https://__DOMAIN__" }, "im.vector.riot.jitsi": {"preferredDomain": "__JITSI_SERVER__"}, diff --git a/manifest.toml b/manifest.toml index a839bc1..dbe0147 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Synapse" description.en = "Instant messaging server which uses Matrix" description.fr = "Serveur de messagerie instantané basé sur Matrix" -version = "1.95.0~ynh1" +version = "1.101.0~ynh1" maintainers = ["Josué Tille"] @@ -63,13 +63,13 @@ ram.runtime = "200M" [resources] [resources.sources.prebuilt_bookworm] prefetch = false - armhf.url = "https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.95.0/matrix-synapse_1.95.0-bookworm-bin1_armv7l.tar.gz" - armhf.sha256 = "1a1d9248b139f67d23a89a20745d14d88c5b8627f76872d7f94f66952b5f1253" + armhf.url = "https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.101.0/matrix-synapse_1.101.0-bookworm-bin1_armv7l.tar.gz" + armhf.sha256 = "26b1e23d04bd23b924ea343eeff0cbddc33dff54de73034ed51c10872a0abf6f" [resources.sources.prebuilt_bullseye] prefetch = false - armhf.url = "https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.95.0/matrix-synapse_1.95.0-bullseye-bin1_armv7l.tar.gz" - armhf.sha256 = "97e9942bea9bcecc2a75228255a1824298300302559a9332e50816fa54193738" + armhf.url = "https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.101.0/matrix-synapse_1.101.0-bullseye-bin1_armv7l.tar.gz" + armhf.sha256 = "87046651724467fe504735a30debf518925b2995e2e2c8d34285c60bcb567a59" [resources.system_user] allow_email = true