www/bacula-web: upgrade to 9.7.0

- see https://github.com/bacula-web/bacula-web/releases for changelogs
This commit is contained in:
Larry Rosenman 2025-01-01 12:12:09 -06:00
parent 8c6fd788cb
commit 20e01e5996
No known key found for this signature in database
GPG key ID: 697C99B1AB48A77D
3 changed files with 101 additions and 118 deletions

View file

@ -1,7 +1,6 @@
PORTNAME= bacula-web PORTNAME= bacula-web
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 8.7.0 DISTVERSION= 9.7.0
PORTREVISION= 1
CATEGORIES= www sysutils CATEGORIES= www sysutils
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1677431066 TIMESTAMP = 1735752854
SHA256 (bacula-web-bacula-web-v8.7.0_GH0.tar.gz) = bc86940338e93b33c93f611aa2ed926ea0da478bd4d3922a6b6c43b081848cd1 SHA256 (bacula-web-bacula-web-v9.7.0_GH0.tar.gz) = 4e9adf08139b1ce0efbd0f6bdd572816f5311fd173f1b19b8f1c54f7398f46c7
SIZE (bacula-web-bacula-web-v8.7.0_GH0.tar.gz) = 3761106 SIZE (bacula-web-bacula-web-v9.7.0_GH0.tar.gz) = 186939

View file

@ -1,49 +1,81 @@
@owner www
@group www
@dir(,,744) %%WWWDIR%%/application/assets/protected @dir(,,744) %%WWWDIR%%/application/assets/protected
@dir(,,744) %%WWWDIR%%/application/views/cache @dir(,,744) %%WWWDIR%%/application/views/cache
@group www
@owner www
@sample %%WWWDIR%%/application/config/config.php.sample @sample %%WWWDIR%%/application/config/config.php.sample
%%WWWDIR%%/.dockerignore
%%WWWDIR%%/.github/FUNDING.yml %%WWWDIR%%/.github/FUNDING.yml
%%WWWDIR%%/.github/ISSUE_TEMPLATE/bug_report.md %%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%%/.htaccess
%%WWWDIR%%/.phpcs.xml %%WWWDIR%%/.phpcs.xml
%%WWWDIR%%/.readthedocs.yaml %%WWWDIR%%/.readthedocs.yaml
%%WWWDIR%%/.release-please-manifest.json
%%WWWDIR%%/.travis.yml
%%WWWDIR%%/.tx/config %%WWWDIR%%/.tx/config
%%WWWDIR%%/CODE_OF_CONDUCT.md %%WWWDIR%%/CODE_OF_CONDUCT.md
%%WWWDIR%%/CONTRIBUTING.md %%WWWDIR%%/CONTRIBUTING.md
%%WWWDIR%%/LICENSE %%WWWDIR%%/LICENSE
%%WWWDIR%%/README.md %%WWWDIR%%/README.md
%%WWWDIR%%/SECURITY.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/BackupJobController.php
%%WWWDIR%%/application/Controller/ClientController.php %%WWWDIR%%/application/Controller/ClientController.php
%%WWWDIR%%/application/Controller/DirectorController.php %%WWWDIR%%/application/Controller/DirectorController.php
%%WWWDIR%%/application/Controller/HomeController.php %%WWWDIR%%/application/Controller/HomeController.php
%%WWWDIR%%/application/Controller/JobController.php %%WWWDIR%%/application/Controller/JobController.php
%%WWWDIR%%/application/Controller/JobFilesController.php
%%WWWDIR%%/application/Controller/JobLogController.php
%%WWWDIR%%/application/Controller/LoginController.php %%WWWDIR%%/application/Controller/LoginController.php
%%WWWDIR%%/application/Controller/PoolController.php %%WWWDIR%%/application/Controller/PoolController.php
%%WWWDIR%%/application/Controller/SettingsController.php %%WWWDIR%%/application/Controller/SettingsController.php
%%WWWDIR%%/application/Controller/TestController.php %%WWWDIR%%/application/Controller/TestController.php
%%WWWDIR%%/application/Controller/UserController.php %%WWWDIR%%/application/Controller/UserController.php
%%WWWDIR%%/application/Controller/VolumeController.php
%%WWWDIR%%/application/Controller/VolumesController.php %%WWWDIR%%/application/Controller/VolumesController.php
%%WWWDIR%%/application/CsrfErrorHandler.php
%%WWWDIR%%/application/Entity/Job.php %%WWWDIR%%/application/Entity/Job.php
%%WWWDIR%%/application/Entity/Log.php %%WWWDIR%%/application/Entity/Log.php
%%WWWDIR%%/application/Entity/User.php %%WWWDIR%%/application/Entity/User.php
%%WWWDIR%%/application/Entity/Volume.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/DbAuthMiddleware.php
%%WWWDIR%%/application/Middleware/ExceptionMiddleware.php %%WWWDIR%%/application/Middleware/FlashMiddleware.php
%%WWWDIR%%/application/Middleware/RouterMiddleware.php %%WWWDIR%%/application/Middleware/GuestMiddleware.php
%%WWWDIR%%/application/assets/css/default.css %%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/bacula-web-logo.png
%%WWWDIR%%/application/assets/images/favicon.ico
%%WWWDIR%%/application/assets/js/default.js %%WWWDIR%%/application/assets/js/default.js
%%WWWDIR%%/application/assets/js/ie10-viewport-bug-workaround.js
%%WWWDIR%%/application/assets/protected/.htaccess %%WWWDIR%%/application/assets/protected/.htaccess
%%WWWDIR%%/application/config/.htaccess %%WWWDIR%%/application/config/.htaccess
%%WWWDIR%%/application/config/application.php %%WWWDIR%%/application/config/app
%%WWWDIR%%/application/libs/FileConfig.php %%WWWDIR%%/application/config/container-bindings.php
%%WWWDIR%%/application/locale/be/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/be/LC_MESSAGES/messages.mo
%%WWWDIR%%/application/locale/be/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/be/LC_MESSAGES/messages.po
%%WWWDIR%%/application/locale/be_BY/LC_MESSAGES/messages.mo %%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/ca_ES/LC_MESSAGES/messages.po
%%WWWDIR%%/application/locale/de_DE/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/de_DE/LC_MESSAGES/messages.mo
%%WWWDIR%%/application/locale/de_DE/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/de_DE/LC_MESSAGES/messages.po
%%WWWDIR%%/application/locale/en_EN/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/en_GB/LC_MESSAGES/messages.mo
%%WWWDIR%%/application/locale/en_EN/LC_MESSAGES/messages.po %%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.mo
%%WWWDIR%%/application/locale/es_ES/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/es_ES/LC_MESSAGES/messages.po
%%WWWDIR%%/application/locale/fr_FR/LC_MESSAGES/messages.mo %%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/sv_SE/LC_MESSAGES/messages.po
%%WWWDIR%%/application/locale/zh_CN/LC_MESSAGES/messages.mo %%WWWDIR%%/application/locale/zh_CN/LC_MESSAGES/messages.mo
%%WWWDIR%%/application/locale/zh_CN/LC_MESSAGES/messages.po %%WWWDIR%%/application/locale/zh_CN/LC_MESSAGES/messages.po
%%WWWDIR%%/application/tables/CatalogTable.php %%WWWDIR%%/application/views/cache/.gitkeep
%%WWWDIR%%/application/tables/ClientTable.php %%WWWDIR%%/application/views/templates/layouts/blank.html.twig
%%WWWDIR%%/application/tables/FileSetTable.php %%WWWDIR%%/application/views/templates/layouts/default.html.twig
%%WWWDIR%%/application/tables/JobFileTable.php %%WWWDIR%%/application/views/templates/pages/backupjob-report.html.twig
%%WWWDIR%%/application/tables/JobTable.php %%WWWDIR%%/application/views/templates/pages/client-report.html.twig
%%WWWDIR%%/application/tables/LogTable.php %%WWWDIR%%/application/views/templates/pages/dashboard.html.twig
%%WWWDIR%%/application/tables/PoolTable.php %%WWWDIR%%/application/views/templates/pages/directors.html.twig
%%WWWDIR%%/application/tables/UserTable.php %%WWWDIR%%/application/views/templates/pages/jobfiles.html.twig
%%WWWDIR%%/application/tables/VolumeTable.php %%WWWDIR%%/application/views/templates/pages/joblogs.html.twig
%%WWWDIR%%/application/views/cache/README %%WWWDIR%%/application/views/templates/pages/jobs.html.twig
%%WWWDIR%%/application/views/templates/layouts/default.tpl %%WWWDIR%%/application/views/templates/pages/login.html.twig
%%WWWDIR%%/application/views/templates/pages/backupjob-report.tpl %%WWWDIR%%/application/views/templates/pages/pools.html.twig
%%WWWDIR%%/application/views/templates/pages/client-report.tpl %%WWWDIR%%/application/views/templates/pages/settings.html.twig
%%WWWDIR%%/application/views/templates/pages/dashboard.tpl %%WWWDIR%%/application/views/templates/pages/test.html.twig
%%WWWDIR%%/application/views/templates/pages/directors.tpl %%WWWDIR%%/application/views/templates/pages/usersettings.html.twig
%%WWWDIR%%/application/views/templates/pages/jobfiles.tpl %%WWWDIR%%/application/views/templates/pages/volume.html.twig
%%WWWDIR%%/application/views/templates/pages/joblogs.tpl %%WWWDIR%%/application/views/templates/pages/volumes.html.twig
%%WWWDIR%%/application/views/templates/pages/jobs.tpl %%WWWDIR%%/application/views/templates/partials/_page_header.html.twig
%%WWWDIR%%/application/views/templates/pages/login.tpl %%WWWDIR%%/application/views/templates/partials/flash.html.twig
%%WWWDIR%%/application/views/templates/pages/pools.tpl %%WWWDIR%%/application/views/templates/partials/html-footer.html.twig
%%WWWDIR%%/application/views/templates/pages/settings.tpl %%WWWDIR%%/application/views/templates/partials/html-head.html.twig
%%WWWDIR%%/application/views/templates/pages/test.tpl %%WWWDIR%%/application/views/templates/partials/navbar.html.twig
%%WWWDIR%%/application/views/templates/pages/usersettings.tpl %%WWWDIR%%/application/views/templates/partials/pagination.html.twig
%%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%%/bwc %%WWWDIR%%/bwc
%%WWWDIR%%/cog.toml
%%WWWDIR%%/composer.json %%WWWDIR%%/composer.json
%%WWWDIR%%/console.php
%%WWWDIR%%/core/App/Controller.php
%%WWWDIR%%/core/App/UserAuth.php %%WWWDIR%%/core/App/UserAuth.php
%%WWWDIR%%/core/App/View.php %%WWWDIR%%/core/Db/CDBQuery.php
%%WWWDIR%%/core/App/WebApplication.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/AppException.php
%%WWWDIR%%/core/Exception/ConfigFileException.php %%WWWDIR%%/core/Exception/ConfigFileException.php
%%WWWDIR%%/core/Exception/DatabaseException.php %%WWWDIR%%/core/Exception/DatabaseException.php
%%WWWDIR%%/core/Exception/NotAuthenticatedException.php
%%WWWDIR%%/core/Exception/NotAuthorizedException.php
%%WWWDIR%%/core/Exception/PageNotFoundException.php %%WWWDIR%%/core/Exception/PageNotFoundException.php
%%WWWDIR%%/core/Exception/UserAuthenticatedException.php %%WWWDIR%%/core/Graph/Chart.php
%%WWWDIR%%/core/Middleware/MiddlewareInterface.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/bootstrap.php
%%WWWDIR%%/core/const.inc.php %%WWWDIR%%/core/const.inc.php
%%WWWDIR%%/core/db/Database.php %%WWWDIR%%/docker/Dockerfile
%%WWWDIR%%/core/db/DatabaseFactory.php %%WWWDIR%%/docker/Dockerfile-dev
%%WWWDIR%%/core/db/Table.php %%WWWDIR%%/docker/README.md
%%WWWDIR%%/core/db/cdbpagination.class.php %%WWWDIR%%/docker/config/apache-vhost.config
%%WWWDIR%%/core/db/cdbquery.class.php %%WWWDIR%%/docker/docker-compose.yml
%%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%%/docs/CHANGELOG.md %%WWWDIR%%/docs/CHANGELOG.md
%%WWWDIR%%/docs/Makefile %%WWWDIR%%/phpstan.neon
%%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%%/phpunit.xml %%WWWDIR%%/phpunit.xml
%%WWWDIR%%/public/.htaccess %%WWWDIR%%/public/.htaccess
%%WWWDIR%%/public/css/.gitkeep %%WWWDIR%%/public/css/.gitkeep
%%WWWDIR%%/public/fonts/.gitkeep %%WWWDIR%%/public/fonts/.gitkeep
%%WWWDIR%%/public/icons/.gitkeep
%%WWWDIR%%/public/img/.gitkeep %%WWWDIR%%/public/img/.gitkeep
%%WWWDIR%%/public/index.php %%WWWDIR%%/public/index.php
%%WWWDIR%%/public/js/.gitkeep %%WWWDIR%%/public/js/.gitkeep
%%WWWDIR%%/public/webfonts/.gitkeep %%WWWDIR%%/public/webfonts/.gitkeep
%%WWWDIR%%/release-please-config.json
%%WWWDIR%%/sonar-project.properties %%WWWDIR%%/sonar-project.properties
%%WWWDIR%%/tests/ConfigTest.php
%%WWWDIR%%/tests/DateTimeUtilTest.php %%WWWDIR%%/tests/DateTimeUtilTest.php
%%WWWDIR%%/tests/PhpFileConfigTest.php
%%WWWDIR%%/tests/bootstrap.php
%%WWWDIR%%/tests/config.php