From 253fcbf02fe2efe6a1f3ff012346615d7e314734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davi=20Ant=C3=B4nio=20da=20Silva=20Santos?= Date: Thu, 4 Sep 2025 21:40:47 -0300 Subject: fix: patch jail creation for Ubuntu Noble - Update php dependencies to PHP 8.3 - Update the source code to inform version 1.5.23 - Update boca-web maintainer script for PHP 8.3 - Adds Ubuntu mirror to the standard jail - Patch standard jail fixing debootstrap problems with Ubuntu noble - Purge the unecessary packages in the jail - Perform a dist-upgrade after updating the jail - Quote shell variables o prevent suprise splitting - Replace obsolete backticks with `$( )` - Modernise test commands, replacing `[ ]` with `[[ ]]` --- src/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/version') diff --git a/src/version b/src/version index 6f92667..03f4017 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -boca-1.5.22 +boca-1.5.23 -- cgit v1.2.3