Date: Thu, 6 Oct 2022 15:17:20 GMT From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f1548b888cf8 - main - www/bacula-web: upgrade to 8.6.0 Message-ID: <202210061517.296FHKv6043325@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ler: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1548b888cf802d0a7e3f0e7eb90034da40d3423 commit f1548b888cf802d0a7e3f0e7eb90034da40d3423 Author: Larry Rosenman <ler@FreeBSD.org> AuthorDate: 2022-10-06 15:16:02 +0000 Commit: Larry Rosenman <ler@FreeBSD.org> CommitDate: 2022-10-06 15:17:17 +0000 www/bacula-web: upgrade to 8.6.0 Changelog General Breaking change: Implemented front controller Bacula-Web web app is now served from the public sub-folder, please check the web server config documentation (see #114) Replaced CHttpRequest class by Symfony framework Request class Use combined operators in CUtil class (see #91) Refactored PDO related PHP classes (see #100) Updated composer.json by adding ext-pdo depencency (see #113) Updated allowed plugin in composer.json (see #103) Use PHP namespaces (see #118) Fixed dozens of code smell warnings Refactored good amount of the code Moved flash message below header for better visibility Improve handling of non-existant page requests Fixed PHP notice after login (see #117) Test page Fixed wrong link to test page on error page Translations Updated translations with one more language (romanian) (see #92) Security Bump smarty/smarty from 3.1.45 to 3.1.47 (see #116) Improved session management (see #68) Improved how user input are sanitized (see #86) Documentation Fixed link to contributors on README Updated list of components with license Updated Apache and Nginx server configuration according to new public root folder (see #114) Fixed bug(s) New feature(s) none --- www/bacula-web/Makefile | 3 +-- www/bacula-web/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/www/bacula-web/Makefile b/www/bacula-web/Makefile index dda944585944..103f54603f41 100644 --- a/www/bacula-web/Makefile +++ b/www/bacula-web/Makefile @@ -1,7 +1,6 @@ PORTNAME= bacula-web DISTVERSIONPREFIX= v -DISTVERSION= 8.5.5 -PORTREVISION= 1 +DISTVERSION= 8.6.0 CATEGORIES= www sysutils PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} diff --git a/www/bacula-web/distinfo b/www/bacula-web/distinfo index 6de6aa325c47..cbc8dd18496e 100644 --- a/www/bacula-web/distinfo +++ b/www/bacula-web/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654375504 -SHA256 (bacula-web-bacula-web-v8.5.5_GH0.tar.gz) = d55b8f4f3b350cd7fad2922547f0d1932bbbb4651df82a489a67d3c054f848ec -SIZE (bacula-web-bacula-web-v8.5.5_GH0.tar.gz) = 4557944 +TIMESTAMP = 1665069302 +SHA256 (bacula-web-bacula-web-v8.6.0_GH0.tar.gz) = 1e3bc603595ae66074afcceca62559474a88c3d68cb6e1195de77902256aaa3b +SIZE (bacula-web-bacula-web-v8.6.0_GH0.tar.gz) = 4567209
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210061517.296FHKv6043325>