diff --git a/README.md b/README.md index 339b405..3e534e2 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 Blog publishing application -**Shipped version:** 2.22~ynh1 +**Shipped version:** 2.23.1~ynh1 **Demo:** https://www.softaculous.com/demos/Dotclear diff --git a/README_fr.md b/README_fr.md index d6baaa6..9a135f2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Moteur de blog -**Version incluse :** 2.22~ynh1 +**Version incluse :** 2.23.1~ynh1 **Démo :** https://www.softaculous.com/demos/Dotclear diff --git a/conf/app.src b/conf/app.src index 0c6258f..a6b420c 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://download.dotclear.org/latest/dotclear-2.22.zip -SOURCE_SUM=94895d2479654c233f9b269a007ebb36bcf8cba34f4c1071424957f79b90ad6f +SOURCE_URL=http://download.dotclear.org/latest/dotclear-2.23.1.zip +SOURCE_SUM=cf41664920e6023c4a25185d723d71ef524c021d93c774ab9c4b9d28bf024d4d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index fa1f015..6a1da37 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,8 @@ "en": "Blog publishing application", "fr": "Moteur de blog" }, - "version": "2.22~ynh1", + "version": "2.23.1~ynh1", + "license": "GPL-2.0-or-later", "url": "https://dotclear.org/", "upstream": { "license": "GPL-2.0-or-later", @@ -15,7 +16,6 @@ "admindoc": "https://dotclear.org/documentation/2.0", "code": "https://git.dotclear.org/dev/dotclear" }, - "license": "GPL-2.0-or-later", "maintainer": { "name": "kay0u", "email": "pierre@kayou.io" diff --git a/sources/patches/app-00-password_length.patch b/sources/patches/app-00-password_length.patch index 09b9a91..92b4fa3 100644 --- a/sources/patches/app-00-password_length.patch +++ b/sources/patches/app-00-password_length.patch @@ -1,8 +1,8 @@ diff --git a/inc/core/class.dc.core.php b/inc/core/class.dc.core.php -index e9c0ac2..0c6f2e5 100644 +index 317434b..2d1e6f8 100644 --- a/inc/core/class.dc.core.php +++ b/inc/core/class.dc.core.php -@@ -941,8 +941,8 @@ class dcCore +@@ -1056,8 +1056,8 @@ final class dcCore } if ($cur->isField('user_pwd')) {