Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 2025 18:13:50 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: 20e01e5996e5 - main - www/bacula-web: upgrade to 9.7.0
Message-ID:  <202501011813.501IDox9047589@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=20e01e5996e5fb9ba764a42cb99d756533fde910

commit 20e01e5996e5fb9ba764a42cb99d756533fde910
Author:     Larry Rosenman <ler@FreeBSD.org>
AuthorDate: 2025-01-01 18:12:09 +0000
Commit:     Larry Rosenman <ler@FreeBSD.org>
CommitDate: 2025-01-01 18:13:43 +0000

    www/bacula-web: upgrade to 9.7.0
    
    - see https://github.com/bacula-web/bacula-web/releases for changelogs
---
 www/bacula-web/Makefile  |   3 +-
 www/bacula-web/distinfo  |   6 +-
 www/bacula-web/pkg-plist | 210 ++++++++++++++++++++++-------------------------
 3 files changed, 101 insertions(+), 118 deletions(-)

diff --git a/www/bacula-web/Makefile b/www/bacula-web/Makefile
index 7e6c81247f3d..bc4c0ebe704c 100644
--- a/www/bacula-web/Makefile
+++ b/www/bacula-web/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	bacula-web
 DISTVERSIONPREFIX=	v
-DISTVERSION=	8.7.0
-PORTREVISION=	1
+DISTVERSION=	9.7.0
 CATEGORIES=	www sysutils
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 
diff --git a/www/bacula-web/distinfo b/www/bacula-web/distinfo
index 79834afa7220..bc0ba5deaeb5 100644
--- a/www/bacula-web/distinfo
+++ b/www/bacula-web/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1677431066
-SHA256 (bacula-web-bacula-web-v8.7.0_GH0.tar.gz) = bc86940338e93b33c93f611aa2ed926ea0da478bd4d3922a6b6c43b081848cd1
-SIZE (bacula-web-bacula-web-v8.7.0_GH0.tar.gz) = 3761106
+TIMESTAMP = 1735752854
+SHA256 (bacula-web-bacula-web-v9.7.0_GH0.tar.gz) = 4e9adf08139b1ce0efbd0f6bdd572816f5311fd173f1b19b8f1c54f7398f46c7
+SIZE (bacula-web-bacula-web-v9.7.0_GH0.tar.gz) = 186939
diff --git a/www/bacula-web/pkg-plist b/www/bacula-web/pkg-plist
index 2edc88dab6ac..67113dcd962f 100644
--- a/www/bacula-web/pkg-plist
+++ b/www/bacula-web/pkg-plist
@@ -1,49 +1,81 @@
+@owner www
+@group www
 @dir(,,744) %%WWWDIR%%/application/assets/protected
 @dir(,,744) %%WWWDIR%%/application/views/cache
-@group www
-@owner www
 @sample %%WWWDIR%%/application/config/config.php.sample
+%%WWWDIR%%/.dockerignore
 %%WWWDIR%%/.github/FUNDING.yml
 %%WWWDIR%%/.github/ISSUE_TEMPLATE/bug_report.md
-%%WWWDIR%%/.github/workflows/ci.yaml
+%%WWWDIR%%/.github/workflows/check-pr.yml
+%%WWWDIR%%/.github/workflows/code-analysis.yml
+%%WWWDIR%%/.github/workflows/commits.yml
+%%WWWDIR%%/.github/workflows/composer.yml
+%%WWWDIR%%/.github/workflows/docker-build.yml
+%%WWWDIR%%/.github/workflows/docker-release.yml
+%%WWWDIR%%/.github/workflows/release.yml
+%%WWWDIR%%/.github/workflows/sonarcloud-scan.yml
 %%WWWDIR%%/.htaccess
 %%WWWDIR%%/.phpcs.xml
 %%WWWDIR%%/.readthedocs.yaml
+%%WWWDIR%%/.release-please-manifest.json
+%%WWWDIR%%/.travis.yml
 %%WWWDIR%%/.tx/config
 %%WWWDIR%%/CODE_OF_CONDUCT.md
 %%WWWDIR%%/CONTRIBUTING.md
 %%WWWDIR%%/LICENSE
 %%WWWDIR%%/README.md
 %%WWWDIR%%/SECURITY.md
+%%WWWDIR%%/application/Command/CheckCommand.php
+%%WWWDIR%%/application/Command/PublishAssetsCommand.php
+%%WWWDIR%%/application/Command/SetupAuthCommand.php
+%%WWWDIR%%/application/Command/ShowVersionCommand.php
 %%WWWDIR%%/application/Controller/BackupJobController.php
 %%WWWDIR%%/application/Controller/ClientController.php
 %%WWWDIR%%/application/Controller/DirectorController.php
 %%WWWDIR%%/application/Controller/HomeController.php
 %%WWWDIR%%/application/Controller/JobController.php
-%%WWWDIR%%/application/Controller/JobFilesController.php
-%%WWWDIR%%/application/Controller/JobLogController.php
 %%WWWDIR%%/application/Controller/LoginController.php
 %%WWWDIR%%/application/Controller/PoolController.php
 %%WWWDIR%%/application/Controller/SettingsController.php
 %%WWWDIR%%/application/Controller/TestController.php
 %%WWWDIR%%/application/Controller/UserController.php
-%%WWWDIR%%/application/Controller/VolumeController.php
 %%WWWDIR%%/application/Controller/VolumesController.php
+%%WWWDIR%%/application/CsrfErrorHandler.php
 %%WWWDIR%%/application/Entity/Job.php
 %%WWWDIR%%/application/Entity/Log.php
 %%WWWDIR%%/application/Entity/User.php
 %%WWWDIR%%/application/Entity/Volume.php
+%%WWWDIR%%/application/Libs/Config.php
+%%WWWDIR%%/application/Libs/FileConfig.php
+%%WWWDIR%%/application/Libs/PhpFileConfig.php
+%%WWWDIR%%/application/Middleware/CatalogSelectorMiddleware.php
+%%WWWDIR%%/application/Middleware/CsrfMiddleware.php
 %%WWWDIR%%/application/Middleware/DbAuthMiddleware.php
-%%WWWDIR%%/application/Middleware/ExceptionMiddleware.php
-%%WWWDIR%%/application/Middleware/RouterMiddleware.php
-%%WWWDIR%%/application/assets/css/default.css
+%%WWWDIR%%/application/Middleware/FlashMiddleware.php
+%%WWWDIR%%/application/Middleware/GuestMiddleware.php
+%%WWWDIR%%/application/Middleware/HttpHeadersMiddleware.php
+%%WWWDIR%%/application/Middleware/RefererMiddleware.php
+%%WWWDIR%%/application/Middleware/TrailingSlashMiddleware.php
+%%WWWDIR%%/application/Table/CatalogTable.php
+%%WWWDIR%%/application/Table/ClientTable.php
+%%WWWDIR%%/application/Table/FileSetTable.php
+%%WWWDIR%%/application/Table/JobFileTable.php
+%%WWWDIR%%/application/Table/JobTable.php
+%%WWWDIR%%/application/Table/LogTable.php
+%%WWWDIR%%/application/Table/PoolTable.php
+%%WWWDIR%%/application/Table/UserTable.php
+%%WWWDIR%%/application/Table/VolumeTable.php
+%%WWWDIR%%/application/Validator/AbstractValidator.php
+%%WWWDIR%%/application/Validator/LoginValidator.php
+%%WWWDIR%%/application/Validator/VolumesRequestValidator.php
+%%WWWDIR%%/application/assets/images/apple-touch-icon.png
 %%WWWDIR%%/application/assets/images/bacula-web-logo.png
+%%WWWDIR%%/application/assets/images/favicon.ico
 %%WWWDIR%%/application/assets/js/default.js
-%%WWWDIR%%/application/assets/js/ie10-viewport-bug-workaround.js
 %%WWWDIR%%/application/assets/protected/.htaccess
 %%WWWDIR%%/application/config/.htaccess
-%%WWWDIR%%/application/config/application.php
-%%WWWDIR%%/application/libs/FileConfig.php
+%%WWWDIR%%/application/config/app
+%%WWWDIR%%/application/config/container-bindings.php
 %%WWWDIR%%/application/locale/be/LC_MESSAGES/messages.mo
 %%WWWDIR%%/application/locale/be/LC_MESSAGES/messages.po
 %%WWWDIR%%/application/locale/be_BY/LC_MESSAGES/messages.mo
@@ -54,8 +86,10 @@
 %%WWWDIR%%/application/locale/ca_ES/LC_MESSAGES/messages.po
 %%WWWDIR%%/application/locale/de_DE/LC_MESSAGES/messages.mo
 %%WWWDIR%%/application/locale/de_DE/LC_MESSAGES/messages.po
-%%WWWDIR%%/application/locale/en_EN/LC_MESSAGES/messages.mo
-%%WWWDIR%%/application/locale/en_EN/LC_MESSAGES/messages.po
+%%WWWDIR%%/application/locale/en_GB/LC_MESSAGES/messages.mo
+%%WWWDIR%%/application/locale/en_GB/LC_MESSAGES/messages.po
+%%WWWDIR%%/application/locale/en_US/LC_MESSAGES/messages.mo
+%%WWWDIR%%/application/locale/en_US/LC_MESSAGES/messages.po
 %%WWWDIR%%/application/locale/es_ES/LC_MESSAGES/messages.mo
 %%WWWDIR%%/application/locale/es_ES/LC_MESSAGES/messages.po
 %%WWWDIR%%/application/locale/fr_FR/LC_MESSAGES/messages.mo
@@ -82,122 +116,72 @@
 %%WWWDIR%%/application/locale/sv_SE/LC_MESSAGES/messages.po
 %%WWWDIR%%/application/locale/zh_CN/LC_MESSAGES/messages.mo
 %%WWWDIR%%/application/locale/zh_CN/LC_MESSAGES/messages.po
-%%WWWDIR%%/application/tables/CatalogTable.php
-%%WWWDIR%%/application/tables/ClientTable.php
-%%WWWDIR%%/application/tables/FileSetTable.php
-%%WWWDIR%%/application/tables/JobFileTable.php
-%%WWWDIR%%/application/tables/JobTable.php
-%%WWWDIR%%/application/tables/LogTable.php
-%%WWWDIR%%/application/tables/PoolTable.php
-%%WWWDIR%%/application/tables/UserTable.php
-%%WWWDIR%%/application/tables/VolumeTable.php
-%%WWWDIR%%/application/views/cache/README
-%%WWWDIR%%/application/views/templates/layouts/default.tpl
-%%WWWDIR%%/application/views/templates/pages/backupjob-report.tpl
-%%WWWDIR%%/application/views/templates/pages/client-report.tpl
-%%WWWDIR%%/application/views/templates/pages/dashboard.tpl
-%%WWWDIR%%/application/views/templates/pages/directors.tpl
-%%WWWDIR%%/application/views/templates/pages/jobfiles.tpl
-%%WWWDIR%%/application/views/templates/pages/joblogs.tpl
-%%WWWDIR%%/application/views/templates/pages/jobs.tpl
-%%WWWDIR%%/application/views/templates/pages/login.tpl
-%%WWWDIR%%/application/views/templates/pages/pools.tpl
-%%WWWDIR%%/application/views/templates/pages/settings.tpl
-%%WWWDIR%%/application/views/templates/pages/test.tpl
-%%WWWDIR%%/application/views/templates/pages/usersettings.tpl
-%%WWWDIR%%/application/views/templates/pages/volume.tpl
-%%WWWDIR%%/application/views/templates/pages/volumes.tpl
-%%WWWDIR%%/application/views/templates/partials/footer.tpl
-%%WWWDIR%%/application/views/templates/partials/html-footer.tpl
-%%WWWDIR%%/application/views/templates/partials/html-head.tpl
-%%WWWDIR%%/application/views/templates/partials/navbar.tpl
-%%WWWDIR%%/application/views/templates/partials/pagination.tpl
+%%WWWDIR%%/application/views/cache/.gitkeep
+%%WWWDIR%%/application/views/templates/layouts/blank.html.twig
+%%WWWDIR%%/application/views/templates/layouts/default.html.twig
+%%WWWDIR%%/application/views/templates/pages/backupjob-report.html.twig
+%%WWWDIR%%/application/views/templates/pages/client-report.html.twig
+%%WWWDIR%%/application/views/templates/pages/dashboard.html.twig
+%%WWWDIR%%/application/views/templates/pages/directors.html.twig
+%%WWWDIR%%/application/views/templates/pages/jobfiles.html.twig
+%%WWWDIR%%/application/views/templates/pages/joblogs.html.twig
+%%WWWDIR%%/application/views/templates/pages/jobs.html.twig
+%%WWWDIR%%/application/views/templates/pages/login.html.twig
+%%WWWDIR%%/application/views/templates/pages/pools.html.twig
+%%WWWDIR%%/application/views/templates/pages/settings.html.twig
+%%WWWDIR%%/application/views/templates/pages/test.html.twig
+%%WWWDIR%%/application/views/templates/pages/usersettings.html.twig
+%%WWWDIR%%/application/views/templates/pages/volume.html.twig
+%%WWWDIR%%/application/views/templates/pages/volumes.html.twig
+%%WWWDIR%%/application/views/templates/partials/_page_header.html.twig
+%%WWWDIR%%/application/views/templates/partials/flash.html.twig
+%%WWWDIR%%/application/views/templates/partials/html-footer.html.twig
+%%WWWDIR%%/application/views/templates/partials/html-head.html.twig
+%%WWWDIR%%/application/views/templates/partials/navbar.html.twig
+%%WWWDIR%%/application/views/templates/partials/pagination.html.twig
 %%WWWDIR%%/bwc
+%%WWWDIR%%/cog.toml
 %%WWWDIR%%/composer.json
-%%WWWDIR%%/console.php
-%%WWWDIR%%/core/App/Controller.php
 %%WWWDIR%%/core/App/UserAuth.php
-%%WWWDIR%%/core/App/View.php
-%%WWWDIR%%/core/App/WebApplication.php
+%%WWWDIR%%/core/Db/CDBQuery.php
+%%WWWDIR%%/core/Db/DBPagination.php
+%%WWWDIR%%/core/Db/Database.php
+%%WWWDIR%%/core/Db/DatabaseFactory.php
+%%WWWDIR%%/core/Db/Table.php
 %%WWWDIR%%/core/Exception/AppException.php
 %%WWWDIR%%/core/Exception/ConfigFileException.php
 %%WWWDIR%%/core/Exception/DatabaseException.php
-%%WWWDIR%%/core/Exception/NotAuthenticatedException.php
-%%WWWDIR%%/core/Exception/NotAuthorizedException.php
 %%WWWDIR%%/core/Exception/PageNotFoundException.php
-%%WWWDIR%%/core/Exception/UserAuthenticatedException.php
-%%WWWDIR%%/core/Middleware/MiddlewareInterface.php
+%%WWWDIR%%/core/Graph/Chart.php
+%%WWWDIR%%/core/Helpers/Sanitizer.php
+%%WWWDIR%%/core/Helpers/request.php
+%%WWWDIR%%/core/Utils/CUtils.php
+%%WWWDIR%%/core/Utils/DateTimeUtil.php
+%%WWWDIR%%/core/Utils/ExceptionRenderer.php
+%%WWWDIR%%/core/Utils/File.php
+%%WWWDIR%%/core/Utils/HtmlHelper.php
 %%WWWDIR%%/core/bootstrap.php
 %%WWWDIR%%/core/const.inc.php
-%%WWWDIR%%/core/db/Database.php
-%%WWWDIR%%/core/db/DatabaseFactory.php
-%%WWWDIR%%/core/db/Table.php
-%%WWWDIR%%/core/db/cdbpagination.class.php
-%%WWWDIR%%/core/db/cdbquery.class.php
-%%WWWDIR%%/core/graph/chart.class.php
-%%WWWDIR%%/core/helpers/sanitizer.php
-%%WWWDIR%%/core/i18n/ctranslation.class.php
-%%WWWDIR%%/core/utils/ExceptionRenderer.php
-%%WWWDIR%%/core/utils/cutils.class.php
-%%WWWDIR%%/core/utils/datetimeutil.class.php
-%%WWWDIR%%/core/utils/file.class.php
-%%WWWDIR%%/core/utils/htmlhelper.class.php
+%%WWWDIR%%/docker/Dockerfile
+%%WWWDIR%%/docker/Dockerfile-dev
+%%WWWDIR%%/docker/README.md
+%%WWWDIR%%/docker/config/apache-vhost.config
+%%WWWDIR%%/docker/docker-compose.yml
 %%WWWDIR%%/docs/CHANGELOG.md
-%%WWWDIR%%/docs/Makefile
-%%WWWDIR%%/docs/requirements.txt
-%%WWWDIR%%/docs/source/01_about/about.rst
-%%WWWDIR%%/docs/source/01_about/features.rst
-%%WWWDIR%%/docs/source/01_about/index.rst
-%%WWWDIR%%/docs/source/01_about/license.rst
-%%WWWDIR%%/docs/source/01_about/release.rst
-%%WWWDIR%%/docs/source/01_about/security.rst
-%%WWWDIR%%/docs/source/02_install/apache-installation.rst
-%%WWWDIR%%/docs/source/02_install/configure.rst
-%%WWWDIR%%/docs/source/02_install/finalize.rst
-%%WWWDIR%%/docs/source/02_install/index.rst
-%%WWWDIR%%/docs/source/02_install/installarchive.rst
-%%WWWDIR%%/docs/source/02_install/installcomposer.rst
-%%WWWDIR%%/docs/source/02_install/lighttpd-installation.rst
-%%WWWDIR%%/docs/source/02_install/nginx-installation.rst
-%%WWWDIR%%/docs/source/02_install/requirements.rst
-%%WWWDIR%%/docs/source/02_install/test.rst
-%%WWWDIR%%/docs/source/02_install/upgrade.rst
-%%WWWDIR%%/docs/source/03_get-help/faq.rst
-%%WWWDIR%%/docs/source/03_get-help/index.rst
-%%WWWDIR%%/docs/source/03_get-help/support.rst
-%%WWWDIR%%/docs/source/04_contribute/development.rst
-%%WWWDIR%%/docs/source/04_contribute/index.rst
-%%WWWDIR%%/docs/source/04_contribute/translations.rst
-%%WWWDIR%%/docs/source/_static/bacula-web-backupjob-report.jpg
-%%WWWDIR%%/docs/source/_static/bacula-web-client-report.jpg
-%%WWWDIR%%/docs/source/_static/bacula-web-dashboard-crop.jpeg
-%%WWWDIR%%/docs/source/_static/bacula-web-dashboard.jpg
-%%WWWDIR%%/docs/source/_static/bacula-web-directors.jpg
-%%WWWDIR%%/docs/source/_static/bacula-web-job-logs-option.jpg
-%%WWWDIR%%/docs/source/_static/bacula-web-job-logs.jpg
-%%WWWDIR%%/docs/source/_static/bacula-web-jobfiles.jpg
-%%WWWDIR%%/docs/source/_static/bacula-web-jobs-report-options.jpg
-%%WWWDIR%%/docs/source/_static/bacula-web-jobs-report.jpg
-%%WWWDIR%%/docs/source/_static/bacula-web-logo.png
-%%WWWDIR%%/docs/source/_static/bacula-web-pools.jpg
-%%WWWDIR%%/docs/source/_static/bacula-web-settings-menu.jpg
-%%WWWDIR%%/docs/source/_static/bacula-web-settings.jpg
-%%WWWDIR%%/docs/source/_static/bacula-web-test-page.jpg
-%%WWWDIR%%/docs/source/_static/bacula-web-user-settings-menu.jpg
-%%WWWDIR%%/docs/source/_static/bacula-web-user-settings.jpg
-%%WWWDIR%%/docs/source/_static/bacula-web-users.jpg
-%%WWWDIR%%/docs/source/_static/bacula-web-volume-details.jpg
-%%WWWDIR%%/docs/source/_static/bacula-web-volumes.jpg
-%%WWWDIR%%/docs/source/_static/custom.css
-%%WWWDIR%%/docs/source/conf.py
-%%WWWDIR%%/docs/source/index.rst
+%%WWWDIR%%/phpstan.neon
 %%WWWDIR%%/phpunit.xml
 %%WWWDIR%%/public/.htaccess
 %%WWWDIR%%/public/css/.gitkeep
 %%WWWDIR%%/public/fonts/.gitkeep
+%%WWWDIR%%/public/icons/.gitkeep
 %%WWWDIR%%/public/img/.gitkeep
 %%WWWDIR%%/public/index.php
 %%WWWDIR%%/public/js/.gitkeep
 %%WWWDIR%%/public/webfonts/.gitkeep
+%%WWWDIR%%/release-please-config.json
 %%WWWDIR%%/sonar-project.properties
+%%WWWDIR%%/tests/ConfigTest.php
 %%WWWDIR%%/tests/DateTimeUtilTest.php
+%%WWWDIR%%/tests/PhpFileConfigTest.php
+%%WWWDIR%%/tests/bootstrap.php
+%%WWWDIR%%/tests/config.php



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501011813.501IDox9047589>