notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: www/bacula-web/Makefile
SVNWeb

Number of commits found: 49

Sun, 26 Feb 2023
[ 17:07 Larry Rosenman (ler) search for other commits by this committer ]    commit hash:b58810c2716650dfc24e03983909a45313c01138  commit hash:b58810c2716650dfc24e03983909a45313c01138  commit hash:b58810c2716650dfc24e03983909a45313c01138  b58810c 
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 19 Nov 2022
[ 05:40 Larry Rosenman (ler) search for other commits by this committer ]    commit hash:3171f580276896ee022375cd8c91d44d7e16caa3  commit hash:3171f580276896ee022375cd8c91d44d7e16caa3  commit hash:3171f580276896ee022375cd8c91d44d7e16caa3  3171f58 
www/bacula-web: update PORTREVISION to shut up pkg-fallout
Tue, 15 Nov 2022
[ 19:59 Larry Rosenman (ler) search for other commits by this committer ]    commit hash:a93de65b6505b79b7bb4e4c09f53f4d181fc69b6  commit hash:a93de65b6505b79b7bb4e4c09f53f4d181fc69b6  commit hash:a93de65b6505b79b7bb4e4c09f53f4d181fc69b6  a93de65 
www/bacula-web: upgrade to 8.6.3

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)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 24 Oct 2022
[ 17:53 Larry Rosenman (ler) search for other commits by this committer ]    commit hash:9992f1a845eeaa82c3718010707fc9abbfb36b1e  commit hash:9992f1a845eeaa82c3718010707fc9abbfb36b1e  commit hash:9992f1a845eeaa82c3718010707fc9abbfb36b1e  9992f1a 
www/bacula-web: update to 8.6.2

ChangeLog:
General
Fixed a regression introduced in v8.6.1
Using Bacula-Web console to setup authentication was throwing an error
Big thanks to @IdahoPL for reporting the issue
Fixed bug(s)
     been sent
New feature(s)
none
Wed, 19 Oct 2022
[ 16:26 Larry Rosenman (ler) search for other commits by this committer ]    commit hash:f87385a6914b6c856a1e866aca30dae13e57736a  commit hash:f87385a6914b6c856a1e866aca30dae13e57736a  commit hash:f87385a6914b6c856a1e866aca30dae13e57736a  f87385a 
www/bacula-web: remove no longer necessary patch

fix plist
Pointy Hat To: ler
[ 14:05 Larry Rosenman (ler) search for other commits by this committer ]    commit hash:b0352e1e85b5349db90f55793e94c9f3f1a42c01  commit hash:b0352e1e85b5349db90f55793e94c9f3f1a42c01  commit hash:b0352e1e85b5349db90f55793e94c9f3f1a42c01  b0352e1 
www/bacula-web: upgrade to 8.6.1

ChangeLog:
Bacula-Web 8.6.1 (October 19th 2022)
Changelog
General

User will stay on current page when switching to another catalog (see
Fixed Bacula catalog selector
Using several Bacula catalog, the catalog selector was broken for some
pages (see #120)
Web browser will not ask a form submission while moving back from Job
logs report page (see #30)
Fixed how pagination count rows per page (see #123)
Bump Composer dependencies to latest version
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 6 Oct 2022
[ 16:27 Larry Rosenman (ler) search for other commits by this committer ]    commit hash:c157311b175966ab02b2a259e29716c8e865625d  commit hash:c157311b175966ab02b2a259e29716c8e865625d  commit hash:c157311b175966ab02b2a259e29716c8e865625d  c157311 
www/bacula-web: fix pkg-plist sort

bump portrevision
[ 15:17 Larry Rosenman (ler) search for other commits by this committer ]    commit hash:f1548b888cf802d0a7e3f0e7eb90034da40d3423  commit hash:f1548b888cf802d0a7e3f0e7eb90034da40d3423  commit hash:f1548b888cf802d0a7e3f0e7eb90034da40d3423  f1548b8 
www/bacula-web: upgrade to 8.6.0

Changelog
General

Breaking change: Implemented front controller
Bacula-Web web app is now served from the public sub-folder, please
check the web server config documentation (see #114)
Replaced CHttpRequest class by Symfony framework Request class
Use combined operators in CUtil class (see #91)
Refactored PDO related PHP classes (see #100)
Updated composer.json by adding ext-pdo depencency (see #113)
Updated allowed plugin in composer.json (see #103)
Use PHP namespaces (see #118)
Fixed dozens of code smell warnings
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 25 Sep 2022
[ 18:12 Larry Rosenman (ler) search for other commits by this committer ]    commit hash:d9bfbccf469a176eb20929996f63e789176ae1a9  commit hash:d9bfbccf469a176eb20929996f63e789176ae1a9  commit hash:d9bfbccf469a176eb20929996f63e789176ae1a9  d9bfbcc 
www/bacula-web: add php*-sqlite3

PR: 266597
Submitted By: freebsd-ports@charlieroot.de
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  commit hash:e915e756715f12e5e0e46993b1265f44690b4a90  e915e75  (Only the first 10 of 1623 ports in this commit are shown above. View all ports for this commit)
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 4 Jun 2022
[ 20:47 Larry Rosenman (ler) search for other commits by this committer ]    commit hash:a7a62ece4c8b815cb47790d7bc55bf8ccc4580d3  commit hash:a7a62ece4c8b815cb47790d7bc55bf8ccc4580d3  commit hash:a7a62ece4c8b815cb47790d7bc55bf8ccc4580d3  a7a62ec 
www/bacula-web: upgrade to 8.5.5

ChangeLog:
General
Fix security issue with smarty/smarty (see #111)
Fixed bug(s)
pr#  111 [security] - Upgrade smarty/smarty to 3.1.45
New feature(s)
none
Sat, 21 May 2022
[ 21:45 Larry Rosenman (ler) search for other commits by this committer ]    commit hash:e90b534b6225262ae9854a5cd606ee322fc0eeda  commit hash:e90b534b6225262ae9854a5cd606ee322fc0eeda  commit hash:e90b534b6225262ae9854a5cd606ee322fc0eeda  e90b534 
www/bacula-web: update to 8.5.4

ChangeLog:
General

Removed DataTables from everywhere (see #107)
Backup job report

Fixed a bug while displaying compression ratio for canceled jobs (see #105)
Client report

Fixed SQL query error using custom datetime format in Client report page
(see #106)
Fixed bug(s)
105 [bug] - Division by zero with canceled jobs inBackup Job report
106 [bug] - SQL query error using custom datetime format in Client
     report page
107 [improvement] - Remove datatables dependency and related code
108 [bug] - Broken job status link in last period job status
New feature(s)
none
Wed, 9 Mar 2022
[ 15:26 Larry Rosenman (ler) search for other commits by this committer ]    commit hash:5801b3eac630815f4f33f32d4288e4b30aff7f07  commit hash:5801b3eac630815f4f33f32d4288e4b30aff7f07  commit hash:5801b3eac630815f4f33f32d4288e4b30aff7f07  5801b3e 
www/bacula-web: update to 8.5.3

Changelog
General

GPL license notice has been updated in all files
Minor code refactoring and code smell improvments
Fixed type and requirements in composer.json
Jobs report

Fixed bug while using several filter in jobs report page (see #99)
Volumes report

Fixed bug while using several filter in volume report page (see #101)
Security
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 15 Dec 2021
[ 15:19 Larry Rosenman (ler) search for other commits by this committer ]    commit hash:c78bef6efe90e0b27af03c12b6befefb37d09c21  commit hash:c78bef6efe90e0b27af03c12b6befefb37d09c21  commit hash:c78bef6efe90e0b27af03c12b6befefb37d09c21  c78bef6 
www/bacula-web: Upgrade to 8.5.2

Changelog
General
Fixed SQL Error using PHP 8.0 and latest version of MariaDB (see #97 and #98)
Updated Composer dependencies to latest version
Fixed bug(s)
New Feature(s)
none
Mon, 6 Dec 2021
[ 17:18 Larry Rosenman (ler) search for other commits by this committer ]    commit hash:8c883b327d96a666148eac74c62dee195b27b69c  commit hash:8c883b327d96a666148eac74c62dee195b27b69c  commit hash:8c883b327d96a666148eac74c62dee195b27b69c  8c883b3 
www/bacula-web: update to 8.5.1, take maintainership

info:
https://www.bacula-web.org/releases/

PR: 260227
Reported by: ler (self)
Approved by: mfechner (former maintainer)
Tue, 5 Oct 2021
[ 05:10 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:afbc6c4406a32625c21a67999000ea77a34b1077  commit hash:afbc6c4406a32625c21a67999000ea77a34b1077  commit hash:afbc6c4406a32625c21a67999000ea77a34b1077  afbc6c4 
www/bacula-web: Security update to 8.4.2

Changelog:
https://www.bacula-web.org/releases/2021-07-11-bacula-web-8.4.2/

Security:	f05dbd1f-2599-11ec-91be-001b217b3468
Sat, 17 Jul 2021
[ 08:08 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:794d9d09ddb62f65ffdc66df5eb4ec5944924604  commit hash:794d9d09ddb62f65ffdc66df5eb4ec5944924604  commit hash:794d9d09ddb62f65ffdc66df5eb4ec5944924604  794d9d0 
www/bacula-web: Show a message on deinstall to remove files

The application is generating some files on usage which are maybe not
required anymore if you deinstalled the application.
Suggest on deinstall a command the user can execute to remove all
files.

PR:		196016
[ 07:56 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:f8a35736fdbad9e42f9953c6b81982961c0f3b4b  commit hash:f8a35736fdbad9e42f9953c6b81982961c0f3b4b  commit hash:f8a35736fdbad9e42f9953c6b81982961c0f3b4b  f8a3573 
www/bacula-web: Fix installation for complete freshly installed FreeBSD

If you install bacula-web without any special options set
it is using by standard sqlite3 for the database.

But this is not available with the standard options defined.
Install by default all 3 options (mysql, pgsql, sqlite).
The user can remove database support if required by compiling the
package with required options set.

But we should not block users using pkg to install the package
by using another database then pgsql.
Thu, 15 Jul 2021
[ 14:52 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:93314c4d486d7382036cb414ac105edc7590e07c  commit hash:93314c4d486d7382036cb414ac105edc7590e07c  commit hash:93314c4d486d7382036cb414ac105edc7590e07c  93314c4 
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 26 Oct 2020
[ 05:53 mfechner search for other commits by this committer ] Original commit   Revision:553318
Update to 8.4.1.
Changelog:
https://github.com/bacula-web/bacula-web/releases/tag/v8.4.1
Wed, 3 Jun 2020
[ 08:44 mfechner search for other commits by this committer ] Original commit   Revision:537603
Update to 8.4.0.
Changelog:
https://github.com/bacula-web/bacula-web/releases/tag/v8.4.0
Sat, 18 Apr 2020
[ 06:24 mfechner search for other commits by this committer ] Original commit   Revision:531999
Fixed license definition for www/bacula-web.
Fri, 17 Apr 2020
[ 20:14 mfechner search for other commits by this committer ] Original commit   Revision:531971
Fixed a small typo, su -l www will not work, as www has no home dir.
[ 15:24 mfechner search for other commits by this committer ] Original commit   Revision:531943
Update to 8.3.3.
Changed Maintainer.

PR:		245676
Approved by:	dvl (maintainer)
Sat, 4 Apr 2020
[ 20:51 antoine search for other commits by this committer ] Original commit   Revision:530719 (Only the first 10 of 520 ports in this commit are shown above. View all ports for this commit)
Deprecate ports broken for more than 6 months
Fri, 15 Nov 2019
[ 10:12 tobik search for other commits by this committer ] Original commit   Revision:517643 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
Wed, 6 Nov 2019
[ 16:26 antoine search for other commits by this committer ] Original commit   Revision:516897 (Only the first 10 of 283 ports in this commit are shown above. View all ports for this commit)
Mark a few ports BROKEN (unfetchable)
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Wed, 4 Oct 2017
[ 11:29 bapt search for other commits by this committer ] Original commit   Revision:451218 (Only the first 10 of 79 ports in this commit are shown above. View all ports for this commit)
Convert to USES=php
While here convert some ports to optiosn helpers
Sat, 27 Aug 2016
[ 20:36 dvl search for other commits by this committer ] Original commit   Revision:420997
Upgrade to 7.2.0
Wed, 24 Aug 2016
[ 18:51 dvl search for other commits by this committer ] Original commit   Revision:420815
Upgrade to 7.0.3
While here, change maintainer to my @FreeBSD.org address
PR: 206450
Tue, 12 Jan 2016
[ 16:20 amdmi3 search for other commits by this committer ] Original commit   Revision:405891 (Only the first 10 of 791 ports in this commit are shown above. View all ports for this commit)
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Sun, 10 Jan 2016
[ 16:19 bapt search for other commits by this committer ] Original commit   Revision:405717 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Convert www ports to USES=sqlite and USES=firebird
Mon, 27 Jul 2015
[ 17:38 amdmi3 search for other commits by this committer ] Original commit   Revision:392995
- Clarify LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Drop @dirrm* from plist

Approved by:	portmgr blanket
Mon, 25 Aug 2014
[ 12:19 bapt search for other commits by this committer ] Original commit   Revision:366069 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Convert to USES=pgsql
Sun, 10 Aug 2014
[ 07:20 marino search for other commits by this committer ] Original commit   Revision:364506
Reverse categories in www/baculaweb for portmaster and friends

Nobody noticed that the submitter added a new category to the port and
kept it in alphabetical order rather than "true" category first, so we
need to move "www" back to the front of the line.

PR:	191583
Sat, 9 Aug 2014
[ 13:54 marino search for other commits by this committer ] Original commit   Revision:364443
www/bacula-web: Fix pkg-message for non-default location installations

I noticed in the commit diff that the pkg-message did not account for
non-default values of BACULAWEB_HOME, but rather assumed the equivalent
of %%WWWDIR%% (and didn't even use that!).  Add a new substition so that
the pkg-message message is correct for non-default locations.

PR:		191583
[ 13:38 marino search for other commits by this committer ] Original commit   Revision:364438 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
www/bacula-web: Upgrade version 1.38.9 => 6.0.1

PR:		191583
Submitted by:	olevole (olevole.ru)
Approved by:	maintainer (dvl@)
Lotsa TLC:	marino@
Sat, 28 Jun 2014
[ 04:44 miwi search for other commits by this committer ] Original commit   Revision:359653
- Stage support

PR:		190012
Fri, 20 Sep 2013
[ 23:36 bapt search for other commits by this committer ] Original commit   Revision:327776 (Only the first 10 of 2206 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Tue, 5 Mar 2013
[ 17:07 miwi search for other commits by this committer ] Original commit   Revision:313460 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
- Convert to OptionsNG
- Trim header

Reviewed by:	beat, bapt, kwm
Mon, 10 May 2010
[ 02:11 miwi search for other commits by this committer ] Original commit 
- add missing php5-gd dependency

PR:             144417
Submitted by:   Cristiano <cris@gufi.org>
Approved by:    maintainer timeout
Sat, 22 Aug 2009
[ 00:38 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 179 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with W
Fri, 6 Jun 2008
[ 14:07 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 230 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Tue, 6 Mar 2007
[ 06:51 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Use the new facility of bsd.port.mk to be able to simplify the interaction
of USE_PHP and OPTIONS.

PR:             ports/106557
Submitted by:   ale
Hat:            portmgr
Tue, 8 Aug 2006
[ 14:44 itetcu search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Bacula-web is a php based web program that provides you a summarized output
of jobs that have already run. It obtains its information from your catalog
database. Aside from a nice graphical display, it provides summaries of your
jobs, as well as graphs of job usage. This is a fairly high level bacula
management tool. Here are a few points that one user made concerning this
important tool:

- It is web-based so can be accessed from anywhere.
- It is "read only" users can examine the state of the backups but not write
to anything and therefore do no damage
- It packs a phenomenal amount of information into a single web-page - that I
credit as being very good design!

The documentation for bacula-web can be found in a separate bacula-web
document in the bacula-docs release.

WWW: http://www.bacula.org/

PR:             ports/101457
Submitted by:   Dan Langille <dan at langille.org>

Number of commits found: 49