diff --git a/archive/community.applications-2024.02.10-x86_64-1.txz b/archive/community.applications-2024.02.10-x86_64-1.txz index 1aafd94d..60a01716 100644 Binary files a/archive/community.applications-2024.02.10-x86_64-1.txz and b/archive/community.applications-2024.02.10-x86_64-1.txz differ diff --git a/archive/community.applications-2024.02.10b-x86_64-1.txz b/archive/community.applications-2024.02.10b-x86_64-1.txz new file mode 100644 index 00000000..c5210745 Binary files /dev/null and b/archive/community.applications-2024.02.10b-x86_64-1.txz differ diff --git a/plugins/community.applications.plg b/plugins/community.applications.plg index 7974e6a0..1021e435 100644 --- a/plugins/community.applications.plg +++ b/plugins/community.applications.plg @@ -2,8 +2,8 @@ - - + + @@ -13,6 +13,9 @@ +###2024.02.10b +- Handle privately hosted repositories + ###2024.02.10 - Fixed: PHP8 Warning diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 b/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 index ec54f699..f8eabce9 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 @@ -2,7 +2,7 @@ 2defe45163697e40c813a57ae9a50231 ./CA_notices.page a3cb6f32cb9453c058563b6860f70a31 ./ca_settings.page 01ed7990078dee7cecfeda9a4e49377e ./default.cfg -7c89d4fe07eeeb8b8d7cfe404a048c1b ./include/exec.php +92a53b43f9c843d631bcebbf66d9324b ./include/exec.php 1d21e20284741127836e4acdafff3cb1 ./include/helpers.php 590fb8b29aba360a56dd8338b022f9e0 ./include/paths.php 7234caf6800479df03abb222aaedaca5 ./javascript/libraries.js diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/include/exec.php b/source/community.applications/usr/local/emhttp/plugins/community.applications/include/exec.php index c9a5d4ff..c95c8430 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/include/exec.php +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/include/exec.php @@ -2043,7 +2043,7 @@ function createXML() { if ( empty($template['Config']) ) // handles extra garbage entry being created on templates that are v1 only unset($template['Config']); $xml = makeXML($template); - @mkdir(dirname($xmlFile)); + @mkdir(dirname($xmlFile),0777,true); ca_file_put_contents($xmlFile,$xml); } postReturn(["status"=>"ok","cache"=>$cacheVolume ?? ""]);