diff --git a/README.md b/README.md index fb75a4f..91a9e85 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 Publishing, memberships, subscriptions and newsletters platform -**Shipped version:** 4.47.2~ynh1 +**Shipped version:** 4.48.0~ynh1 diff --git a/README_fr.md b/README_fr.md index e227a03..0bbf699 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Plateforme d'édition, d'adhésions, d'abonnements et de newsletters -**Version incluse :** 4.47.2~ynh1 +**Version incluse :** 4.48.0~ynh1 diff --git a/conf/admin.src b/conf/admin.src index 1e0d5cf..5fd7a98 100644 --- a/conf/admin.src +++ b/conf/admin.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v4.47.2.zip -SOURCE_SUM=7a1a35463c3d332e73126ddfd76b285620bf009668ba0bc89e69ad2354fdf0d7 +SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v4.48.0.zip +SOURCE_SUM=54e8bf3f07dfbc227274cb5e465051a83823110b84270d2a182cce65eccac989 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/conf/systemd.service b/conf/systemd.service index 442545c..38c6c70 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -17,8 +17,7 @@ Restart=always NoNewPrivileges=yes PrivateTmp=yes PrivateDevices=yes -#RestrictAddressFamilies disabled, prevents any write access on the app -#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/manifest.json b/manifest.json index 67d5894..336108e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Publishing, memberships, subscriptions and newsletters platform", "fr": "Plateforme d'édition, d'adhésions, d'abonnements et de newsletters" }, - "version": "4.47.2~ynh1", + "version": "4.48.0~ynh1", "url": "https://ghost.org/", "upstream": { "license": "MIT",