Skip to content

Commit

Permalink
www/bacula-web: upgrade to 8.6.3
Browse files Browse the repository at this point in the history
Changelog
General

Fixed Composer dependency problem with smarty/smarty (see #131)
Bumped smarty/smarty to version 4.2.1
Improved support for PHP >= 8.0
Fixed PSR12 code style warnings
Improved testing and code coverage (see #133)
The error page was too verbose, even while not in debug mode (see #134)
Test page

Test page was not checking correctly the permissions on the protected
assets folder (see #136)
Console

The console check command now displays current PHP version (see #137)
Documentation

Documentation has been fixed/updated (see #138)
Added instructions for Lighttpd web server (see #129)
Fixed bug(s)
     disabled
     test page
New feature(s)
  • Loading branch information
lrosenman committed Nov 15, 2022
1 parent a26de5d commit a93de65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion www/bacula-web/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= bacula-web
DISTVERSIONPREFIX= v
DISTVERSION= 8.6.2
DISTVERSION= 8.6.3
PORTREVISION= 1
CATEGORIES= www sysutils
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
Expand Down
6 changes: 3 additions & 3 deletions www/bacula-web/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1666633915
SHA256 (bacula-web-bacula-web-v8.6.2_GH0.tar.gz) = b6c8e3ce8b165c24d17caac7a4c7a3ad92301a89608ff2a33736f15648e138ca
SIZE (bacula-web-bacula-web-v8.6.2_GH0.tar.gz) = 4568485
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

0 comments on commit a93de65

Please sign in to comment.