Date: Thu, 15 Jul 2021 14:52:07 GMT From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 93314c4d486d - main - www/bacula-web: Update to 8.4.2 Message-ID: <202107151452.16FEq77l023869@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=93314c4d486d7382036cb414ac105edc7590e07c commit 93314c4d486d7382036cb414ac105edc7590e07c Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2021-07-15 14:50:36 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2021-07-15 14:52:03 +0000 www/bacula-web: Update to 8.4.2 === Release 8.4.2 (July 11 2021) Changelog - General - Upgrade Composer dependencies - Documentation - Fix copyright - Minor fixes - Add notice about latest Composer version - Miscelanous - Fix homepage in composer.json to use https - Fix several PHP notices - General code improvements - Upgrade jquery to version 3.5.1 - Upgrade datatables/datatables to version 1.10.21 - Upgrade smarty-gettext/smarty-gettext to version 1.6.2 - phpmd/phpmd to version 2.10.1 - squizlabs/php_codesniffer to version 3.6. Security - Upgrade Smarty to version v3.1.39 to fix CVE-2021-26119 and CVE-2021-26120 (see #58) Fixed bug(s) - #58 [security] - Upgrade Smarty to latest stable version New feature(s) - none MFH: 2021Q3 --- www/bacula-web/Makefile | 2 +- www/bacula-web/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/bacula-web/Makefile b/www/bacula-web/Makefile index a6e833704699..da33bab90a4b 100644 --- a/www/bacula-web/Makefile +++ b/www/bacula-web/Makefile @@ -2,7 +2,7 @@ PORTNAME= bacula-web DISTVERSIONPREFIX= v -DISTVERSION= 8.4.1 +DISTVERSION= 8.4.2 PORTREVISION= 0 CATEGORIES= www sysutils PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} diff --git a/www/bacula-web/distinfo b/www/bacula-web/distinfo index 11be078b0f3f..1c4b537d36f0 100644 --- a/www/bacula-web/distinfo +++ b/www/bacula-web/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1603691275 -SHA256 (bacula-web-bacula-web-v8.4.1_GH0.tar.gz) = f6b15f0839856da8c7c82045247df8a07698cd1b3ff374770e2e95cbdab38247 -SIZE (bacula-web-bacula-web-v8.4.1_GH0.tar.gz) = 1741573 +TIMESTAMP = 1626360440 +SHA256 (bacula-web-bacula-web-v8.4.2_GH0.tar.gz) = 01ffdd80b9bd3924b5861242de5153c6e33b4aabc56296f394484321185c45bb +SIZE (bacula-web-bacula-web-v8.4.2_GH0.tar.gz) = 1744814
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107151452.16FEq77l023869>