From 22bb59507607cbab24dfe148815d10a00583916f Mon Sep 17 00:00:00 2001 From: Tagadda <36127788+Tagadda@users.noreply.github.com> Date: Sat, 22 Jan 2022 18:19:10 +0000 Subject: [PATCH 1/2] Fix federation --- conf/mastodon-sidekiq.service | 2 +- conf/mastodon-streaming.service | 2 +- conf/mastodon-web.service | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/mastodon-sidekiq.service b/conf/mastodon-sidekiq.service index 7fe2cc9..f91b7b9 100644 --- a/conf/mastodon-sidekiq.service +++ b/conf/mastodon-sidekiq.service @@ -21,7 +21,7 @@ StandardError=syslog NoNewPrivileges=yes PrivateTmp=yes PrivateDevices=yes -RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 +RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK RestrictNamespaces=yes RestrictRealtime=yes DevicePolicy=closed diff --git a/conf/mastodon-streaming.service b/conf/mastodon-streaming.service index 19dd472..4122b02 100644 --- a/conf/mastodon-streaming.service +++ b/conf/mastodon-streaming.service @@ -22,7 +22,7 @@ StandardError=syslog NoNewPrivileges=yes PrivateTmp=yes PrivateDevices=yes -RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 +RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK RestrictNamespaces=yes RestrictRealtime=yes DevicePolicy=closed diff --git a/conf/mastodon-web.service b/conf/mastodon-web.service index 3285e76..24ab72a 100644 --- a/conf/mastodon-web.service +++ b/conf/mastodon-web.service @@ -21,7 +21,7 @@ StandardError=syslog NoNewPrivileges=yes PrivateTmp=yes PrivateDevices=yes -RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 +RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6 AF_NETLINK RestrictNamespaces=yes RestrictRealtime=yes DevicePolicy=closed From 0becd5049e4f5858c79e012934d557dbaa8706a6 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 22 Jan 2022 20:58:32 +0100 Subject: [PATCH 2/2] Upgrade version --- README.md | 2 +- README_fr.md | 2 +- manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5839ca8..86320e1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Mastodon is a free, open-source microblogging social network. It is a decentralized alternative to commercial platforms like Twitter and avoids the risks of a single company monopolizing your communication for commercial purposes. -**Shipped version:** 3.4.4~ynh2 +**Shipped version:** 3.4.4~ynh3 **Demo:** https://joinmastodon.org/ diff --git a/README_fr.md b/README_fr.md index 79eda72..12796b8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -14,7 +14,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Mastodon est un réseau social de microblog auto-hébergé et open source. C'est une alternative décentralisée aux plates-formes commerciales comme Twitter. Mastodon évite ainsi les risques qu'une seule société monopolise votre communication à des fins commerciales. -**Version incluse :** 3.4.4~ynh2 +**Version incluse :** 3.4.4~ynh3 **Démo :** https://joinmastodon.org/ diff --git a/manifest.json b/manifest.json index 80caed0..275296d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Libre and federated social network", "fr": "Réseau social libre et fédéré" }, - "version": "3.4.4~ynh2", + "version": "3.4.4~ynh3", "url": "https://github.com/mastodon/mastodon", "upstream": { "license": "AGPL-3.0-or-later",