diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2022-10-06 15:16:02 +0000 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2022-10-06 15:17:17 +0000 |
commit | f1548b888cf802d0a7e3f0e7eb90034da40d3423 (patch) | |
tree | a62b21d5ebae69d79625740b94024570b7d9be3a | |
parent | e474d82d3e8ca0824cf34a2bb5fc65c3467d9a9b (diff) | |
download | ports-f1548b888cf802d0a7e3f0e7eb90034da40d3423.tar.gz ports-f1548b888cf802d0a7e3f0e7eb90034da40d3423.zip |
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
-rw-r--r-- | www/bacula-web/Makefile | 3 | ||||
-rw-r--r-- | 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 |