From 80b7505c999fd033859338fddc51ea8dbe40f537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 19 Jun 2023 19:06:47 +0200 Subject: [PATCH 1/5] Fix synapse admin API url --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 94bc415..8957d4a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -19,7 +19,7 @@ location __PATH__/ { } -location _synapse/ { +location /_synapse/ { proxy_pass http://localhost:__PORT__; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header X-Forwarded-Proto $scheme; From c0b0825b4f2227d64f0bcf9bcbb8c4a08a3ea8bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Fri, 9 Jun 2023 02:24:07 +0200 Subject: [PATCH 2/5] Upgrade synapse to 1.85.2 --- conf/armv7_bookworm.src | 4 ++-- conf/armv7_bullseye.src | 4 ++-- conf/requirement_bookworm.txt | 2 +- conf/requirement_bullseye.txt | 2 +- manifest.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/armv7_bookworm.src b/conf/armv7_bookworm.src index 35de0d3..34c0379 100644 --- a/conf/armv7_bookworm.src +++ b/conf/armv7_bookworm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.85.1/matrix-synapse_1.85.1-bookworm-bin1_armv7l.tar.gz -SOURCE_SUM=9c2fb2b94324bfdda43d268c8a0de1e47c9696faba4b7d1bb46e1968ce5bc271 +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.85.2/matrix-synapse_1.85.2-bookworm-bin1_armv7l.tar.gz +SOURCE_SUM=bb94952556fa2ff0a849d927dd3eb8f666154533ffb969e60b2bf50332dd1ca1 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/armv7_bullseye.src b/conf/armv7_bullseye.src index f480dd8..84f8660 100644 --- a/conf/armv7_bullseye.src +++ b/conf/armv7_bullseye.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.85.1/matrix-synapse_1.85.1-bullseye-bin1_armv7l.tar.gz -SOURCE_SUM=55958516c8fd535c3469b3527e95ce3cf8575b5f72175a04a9d61937cbf2b27c +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.85.2/matrix-synapse_1.85.2-bullseye-bin1_armv7l.tar.gz +SOURCE_SUM=07112bf8c98585b2cd58ea3b8af9ec09f60aa3b225d1b89f1a3ede5c4553c841 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/requirement_bookworm.txt b/conf/requirement_bookworm.txt index ee04248..706ca37 100644 --- a/conf/requirement_bookworm.txt +++ b/conf/requirement_bookworm.txt @@ -19,7 +19,7 @@ ldap3==2.9.1 lxml==4.9.2 MarkupSafe==2.1.3 matrix-common==1.3.0 -matrix-synapse==1.85.1 +matrix-synapse==1.85.2 matrix-synapse-ldap3==0.2.2 msgpack==1.0.5 ndg-httpsclient==0.5.1 diff --git a/conf/requirement_bullseye.txt b/conf/requirement_bullseye.txt index a5bf07d..c2efdaa 100644 --- a/conf/requirement_bullseye.txt +++ b/conf/requirement_bullseye.txt @@ -19,7 +19,7 @@ ldap3==2.9.1 lxml==4.9.2 MarkupSafe==2.1.3 matrix-common==1.3.0 -matrix-synapse==1.85.1 +matrix-synapse==1.85.2 matrix-synapse-ldap3==0.2.2 msgpack==1.0.5 ndg-httpsclient==0.5.1 diff --git a/manifest.json b/manifest.json index f289d14..0523034 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Instant messaging server which uses Matrix", "fr": "Serveur de messagerie instantané basé sur Matrix" }, - "version": "1.85.1~ynh1", + "version": "1.85.2~ynh1", "url": "http://matrix.org", "license": "Apache-2.0", "maintainer": { From fc334a05c45085f5d78c0f3c82cf575aecc956a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 21 Jun 2023 00:53:41 +0200 Subject: [PATCH 3/5] Upgrade synapse to 1.86.0 --- conf/armv7_bookworm.src | 4 ++-- conf/armv7_bullseye.src | 4 ++-- conf/requirement_bookworm.txt | 8 ++++---- conf/requirement_bullseye.txt | 8 ++++---- manifest.json | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/conf/armv7_bookworm.src b/conf/armv7_bookworm.src index 34c0379..d36425f 100644 --- a/conf/armv7_bookworm.src +++ b/conf/armv7_bookworm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.85.2/matrix-synapse_1.85.2-bookworm-bin1_armv7l.tar.gz -SOURCE_SUM=bb94952556fa2ff0a849d927dd3eb8f666154533ffb969e60b2bf50332dd1ca1 +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.86.0/matrix-synapse_1.86.0-bookworm-bin1_armv7l.tar.gz +SOURCE_SUM=06b214c1d32e4a7bb7a447999582d8ffbb361b381d02f5f15aaacaa5bfa951e9 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/armv7_bullseye.src b/conf/armv7_bullseye.src index 84f8660..e8ccee3 100644 --- a/conf/armv7_bullseye.src +++ b/conf/armv7_bullseye.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.85.2/matrix-synapse_1.85.2-bullseye-bin1_armv7l.tar.gz -SOURCE_SUM=07112bf8c98585b2cd58ea3b8af9ec09f60aa3b225d1b89f1a3ede5c4553c841 +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.86.0/matrix-synapse_1.86.0-bullseye-bin1_armv7l.tar.gz +SOURCE_SUM=a24f4ddea4641ae38762383bbce7af656f715958203d11253f92e75026899b57 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/requirement_bookworm.txt b/conf/requirement_bookworm.txt index 706ca37..753f1c6 100644 --- a/conf/requirement_bookworm.txt +++ b/conf/requirement_bookworm.txt @@ -10,7 +10,7 @@ constantly==15.1.0 cryptography==41.0.1 hyperlink==21.0.0 idna==3.4 -ijson==3.2.0.post0 +ijson==3.2.1 immutabledict==2.2.4 incremental==22.10.0 Jinja2==3.1.2 @@ -19,13 +19,13 @@ ldap3==2.9.1 lxml==4.9.2 MarkupSafe==2.1.3 matrix-common==1.3.0 -matrix-synapse==1.85.2 +matrix-synapse==1.86.0 matrix-synapse-ldap3==0.2.2 msgpack==1.0.5 ndg-httpsclient==0.5.1 netaddr==0.8.0 packaging==23.1 -phonenumbers==8.13.13 +phonenumbers==8.13.14 Pillow==9.5.0 prometheus-client==0.17.0 psycopg2==2.9.6 @@ -40,7 +40,7 @@ pyrsistent==0.19.3 PyYAML==6.0 requests==2.31.0 semantic-version==2.10.0 -service-identity==21.1.0 +service-identity==23.1.0 setuptools-rust==1.6.0 signedjson==1.1.4 six==1.16.0 diff --git a/conf/requirement_bullseye.txt b/conf/requirement_bullseye.txt index c2efdaa..b6e563e 100644 --- a/conf/requirement_bullseye.txt +++ b/conf/requirement_bullseye.txt @@ -10,7 +10,7 @@ constantly==15.1.0 cryptography==41.0.1 hyperlink==21.0.0 idna==3.4 -ijson==3.2.0.post0 +ijson==3.2.1 immutabledict==2.2.4 incremental==22.10.0 Jinja2==3.1.2 @@ -19,13 +19,13 @@ ldap3==2.9.1 lxml==4.9.2 MarkupSafe==2.1.3 matrix-common==1.3.0 -matrix-synapse==1.85.2 +matrix-synapse==1.86.0 matrix-synapse-ldap3==0.2.2 msgpack==1.0.5 ndg-httpsclient==0.5.1 netaddr==0.8.0 packaging==23.1 -phonenumbers==8.13.13 +phonenumbers==8.13.14 Pillow==9.5.0 pkg_resources==0.0.0 prometheus-client==0.17.0 @@ -41,7 +41,7 @@ pyrsistent==0.19.3 PyYAML==6.0 requests==2.31.0 semantic-version==2.10.0 -service-identity==21.1.0 +service-identity==23.1.0 setuptools-rust==1.6.0 signedjson==1.1.4 six==1.16.0 diff --git a/manifest.json b/manifest.json index 0523034..3402d58 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Instant messaging server which uses Matrix", "fr": "Serveur de messagerie instantané basé sur Matrix" }, - "version": "1.85.2~ynh1", + "version": "1.86.0~ynh1", "url": "http://matrix.org", "license": "Apache-2.0", "maintainer": { From debfe63ee460e00cd19059d6bfa88b22be50afdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 5 Jul 2023 01:07:29 +0200 Subject: [PATCH 4/5] Upgrade synapse to 1.87.0 --- conf/armv7_bookworm.src | 4 ++-- conf/armv7_bullseye.src | 4 ++-- conf/requirement_bookworm.txt | 14 +++++++------- conf/requirement_bullseye.txt | 14 +++++++------- manifest.json | 2 +- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/conf/armv7_bookworm.src b/conf/armv7_bookworm.src index d36425f..05b6043 100644 --- a/conf/armv7_bookworm.src +++ b/conf/armv7_bookworm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.86.0/matrix-synapse_1.86.0-bookworm-bin1_armv7l.tar.gz -SOURCE_SUM=06b214c1d32e4a7bb7a447999582d8ffbb361b381d02f5f15aaacaa5bfa951e9 +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.87.0/matrix-synapse_1.87.0-bookworm-bin1_armv7l.tar.gz +SOURCE_SUM=06ffecadab9328f5653bd5a8276085fa7c1f27c90c97096c24fa60a12c5e74b9 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/armv7_bullseye.src b/conf/armv7_bullseye.src index e8ccee3..174f53d 100644 --- a/conf/armv7_bullseye.src +++ b/conf/armv7_bullseye.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.86.0/matrix-synapse_1.86.0-bullseye-bin1_armv7l.tar.gz -SOURCE_SUM=a24f4ddea4641ae38762383bbce7af656f715958203d11253f92e75026899b57 +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.87.0/matrix-synapse_1.87.0-bullseye-bin1_armv7l.tar.gz +SOURCE_SUM=0196d46e7c0e935ed9a6713433de358f300cedcd0bf4017ef82432aa8551bcf4 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/requirement_bookworm.txt b/conf/requirement_bookworm.txt index 753f1c6..e78a14c 100644 --- a/conf/requirement_bookworm.txt +++ b/conf/requirement_bookworm.txt @@ -10,8 +10,8 @@ constantly==15.1.0 cryptography==41.0.1 hyperlink==21.0.0 idna==3.4 -ijson==3.2.1 -immutabledict==2.2.4 +ijson==3.2.2 +immutabledict==2.2.5 incremental==22.10.0 Jinja2==3.1.2 jsonschema==4.17.3 @@ -19,20 +19,20 @@ ldap3==2.9.1 lxml==4.9.2 MarkupSafe==2.1.3 matrix-common==1.3.0 -matrix-synapse==1.86.0 +matrix-synapse==1.87.0 matrix-synapse-ldap3==0.2.2 msgpack==1.0.5 ndg-httpsclient==0.5.1 netaddr==0.8.0 packaging==23.1 -phonenumbers==8.13.14 -Pillow==9.5.0 +phonenumbers==8.13.15 +Pillow==10.0.0 prometheus-client==0.17.0 psycopg2==2.9.6 pyasn1==0.5.0 pyasn1-modules==0.3.0 pycparser==2.21 -pydantic==1.10.9 +pydantic==1.10.11 pymacaroons==0.13.0 PyNaCl==1.5.0 pyOpenSSL==23.2.0 @@ -47,7 +47,7 @@ six==1.16.0 sortedcontainers==2.4.0 treq==22.2.0 Twisted==22.10.0 -typing_extensions==4.6.3 +typing_extensions==4.7.1 unpaddedbase64==2.1.0 urllib3==2.0.3 webencodings==0.5.1 diff --git a/conf/requirement_bullseye.txt b/conf/requirement_bullseye.txt index b6e563e..be78c51 100644 --- a/conf/requirement_bullseye.txt +++ b/conf/requirement_bullseye.txt @@ -10,8 +10,8 @@ constantly==15.1.0 cryptography==41.0.1 hyperlink==21.0.0 idna==3.4 -ijson==3.2.1 -immutabledict==2.2.4 +ijson==3.2.2 +immutabledict==2.2.5 incremental==22.10.0 Jinja2==3.1.2 jsonschema==4.17.3 @@ -19,21 +19,21 @@ ldap3==2.9.1 lxml==4.9.2 MarkupSafe==2.1.3 matrix-common==1.3.0 -matrix-synapse==1.86.0 +matrix-synapse==1.87.0 matrix-synapse-ldap3==0.2.2 msgpack==1.0.5 ndg-httpsclient==0.5.1 netaddr==0.8.0 packaging==23.1 -phonenumbers==8.13.14 -Pillow==9.5.0 +phonenumbers==8.13.15 +Pillow==10.0.0 pkg_resources==0.0.0 prometheus-client==0.17.0 psycopg2==2.9.6 pyasn1==0.5.0 pyasn1-modules==0.3.0 pycparser==2.21 -pydantic==1.10.9 +pydantic==1.10.11 pymacaroons==0.13.0 PyNaCl==1.5.0 pyOpenSSL==23.2.0 @@ -48,7 +48,7 @@ six==1.16.0 sortedcontainers==2.4.0 treq==22.2.0 Twisted==22.10.0 -typing_extensions==4.6.3 +typing_extensions==4.7.1 unpaddedbase64==2.1.0 urllib3==2.0.3 webencodings==0.5.1 diff --git a/manifest.json b/manifest.json index 3402d58..b4e20e1 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Instant messaging server which uses Matrix", "fr": "Serveur de messagerie instantané basé sur Matrix" }, - "version": "1.86.0~ynh1", + "version": "1.87.0~ynh1", "url": "http://matrix.org", "license": "Apache-2.0", "maintainer": { From 9077530074371b69d72dd36025dba49d6e0ea9d9 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 5 Jul 2023 09:08:39 +0000 Subject: [PATCH 5/5] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d42538..44f1d2f 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.85.1~ynh1 +**Shipped version:** 1.87.0~ynh1 ## Disclaimers / important information ## Configuration diff --git a/README_fr.md b/README_fr.md index faea5fa..775cc07 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.85.1~ynh1 +**Version incluse :** 1.87.0~ynh1 ## Avertissements / informations importantes ## Configuration