Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Feb 2023 17:07:27 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: b58810c27166 - main - www/bacula-web: update to 8.7.0
Message-ID:  <202302261707.31QH7Rq3055380@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=b58810c2716650dfc24e03983909a45313c01138

commit b58810c2716650dfc24e03983909a45313c01138
Author:     Larry Rosenman <ler@FreeBSD.org>
AuthorDate: 2023-02-26 17:06:36 +0000
Commit:     Larry Rosenman <ler@FreeBSD.org>
CommitDate: 2023-02-26 17:07:20 +0000

    www/bacula-web: update to 8.7.0
    
    ChangeLog:
    Core
    
    Using vlucas/valitron for user input validation
    Bumped FontAwesome to version 6.2.0 (#141)
    PHP versions
    7.4 is now the minimal supported versions, older versions are not supported anymore (#143)
    extended support for PHP 8.1 (#147)
    Separated some templates into application/views/templates/partials folder (#144)
    Removed Composer lock file from git repository
    To avoid any potential issues for users using different version of PHP, composer.lock has been removed from the Git repo
    Fixed how MVC is implemented by using psr-15 http-handler (#145)
    Added router and user authentication middlewares
    Using single pass psr-15 middleware for application routing and user authentication
    Disabling user authentication does not display a blank page anymore (#140)
    Improved how exceptions and errors are handled (#145)
    PHP errors and exception handler and renderer has been refactored (#148)
    Instantiate Session instance from the Core Controller (#149)
    Disabling users authentication does not create a fatalog error nor blank page anymore (#135)
    Dashboard
    
    Breadcrumb navigation is now hidden on home page (Dashboard)
    Jobs report
    
    Fixed error with elapsed time when a job haven't been started yet if a job
    is in pending status, elapsed time column will display 'n/a'
    Docker image
    
    Provided Docker image on Docker Hub (#153)
    Documentation
    
    Update documentation about deprecated version and general security information (#142)
    Updated / fixed documentation
    The FAQ has been fixed / updated
    Security
    
    Added security policy and documented know security vulnerabilities (#135 and #140)
    Fixed
    New feature(s)
    Thanks to @sruckh, @skidoo23 and all community users for their feedback, tests, help and bug reports
---
 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 87c4f344f093..188be63d9fe2 100644
--- a/www/bacula-web/Makefile
+++ b/www/bacula-web/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	bacula-web
 DISTVERSIONPREFIX=	v
-DISTVERSION=	8.6.3
-PORTREVISION=	2
+DISTVERSION=	8.7.0
 CATEGORIES=	www sysutils
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 
diff --git a/www/bacula-web/distinfo b/www/bacula-web/distinfo
index 908e63a55539..79834afa7220 100644
--- a/www/bacula-web/distinfo
+++ b/www/bacula-web/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1668542259
-SHA256 (bacula-web-bacula-web-v8.6.3_GH0.tar.gz) = ff996039f94d0e535df2fe8e8a99602d614139a857ece98b4c5c5bbc6352f3b5
-SIZE (bacula-web-bacula-web-v8.6.3_GH0.tar.gz) = 4578697
+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



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