diff --git a/conf/app.src b/conf/app.src index bd89f3e..0162adc 100644 --- a/conf/app.src +++ b/conf/app.src @@ -2,6 +2,6 @@ SOURCE_URL=http://download.dotclear.org/latest/dotclear-2.21.2.tar.gz SOURCE_SUM=7cc78aefca4b10d61d1910ed7aaaad19f4b0298dff642c8600cebdc559ecb874 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz -SOURCE_IN_SUBDIR=true +SOURCE_IN_SUBDIR=2 SOURCE_FILENAME= SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index cfff1e1..c6b7f54 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "email": "pierre@kayou.io" }, "requirements": { - "yunohost": ">= 4.3.2" + "yunohost": ">= 11.0.0" }, "multi_instance": true, "services": [ diff --git a/sources/patches/app-00-password_length.patch b/sources/patches/app-00-password_length.patch index b020960..09b9a91 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 3d0c45d..98a70a6 100644 +index e9c0ac2..0c6f2e5 100644 --- a/inc/core/class.dc.core.php +++ b/inc/core/class.dc.core.php -@@ -839,8 +839,8 @@ class dcCore +@@ -941,8 +941,8 @@ class dcCore } if ($cur->isField('user_pwd')) {