non port: www/bacula-web/Makefile |
Number of commits found: 53 |
Wednesday, 1 Jan 2025
|
18:13 Larry Rosenman (ler)
www/bacula-web: upgrade to 9.7.0
- see https://github.com/bacula-web/bacula-web/releases for changelogs
20e01e5 |
17:10 Larry Rosenman (ler)
www/bacula-web: take maintainership
- upgrade to 9.7.0 coming soon
b4e3de5 |
Wednesday, 6 Dec 2023
|
04:10 Larry Rosenman (ler)
www/bacula-web: return to the pool
My bacula server, and lab, are currently broken.
993315ed |
Tuesday, 25 Jul 2023
|
14:38 Dima Panov (fluffy)
www/bacula-web: fix plist
Reported by: poudriere bulk -t
Approved by: portmgr blanket
Sponsored by: Serenity Cybersecurity, LLC
f5da0cd |
Sunday, 26 Feb 2023
|
17:07 Larry Rosenman (ler)
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
b58810c |
Saturday, 19 Nov 2022
|
05:40 Larry Rosenman (ler)
www/bacula-web: update PORTREVISION to shut up pkg-fallout
3171f58 |
Tuesday, 15 Nov 2022
|
19:59 Larry Rosenman (ler)
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)
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)
a93de65 |
Monday, 24 Oct 2022
|
17:53 Larry Rosenman (ler)
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
9992f1a |
Wednesday, 19 Oct 2022
|
16:26 Larry Rosenman (ler)
www/bacula-web: remove no longer necessary patch
fix plist
Pointy Hat To: ler
f87385a |
14:05 Larry Rosenman (ler)
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
Fixed pagination next button (see #125)
Link to official documentation is now available from top navigation bar
Jobs report
Fixed pagination not using applied filters and options (see #122)
Job endtime filter is now working as expected
Ordering options are kept while using pagination (see #122)
You can reach Job files report from Jobs report page from now (see #126)
Job logs report
More job information are now displayed (see #124)
Pools report
Fixed the Volumes button which now list volumes in the right pool (see
Volumes report
Fixed pagination not using applied filters and options (see #122)
Settings
Removed extra flash message which appear when a user is created
Fixed bug(s)
(filtered) job overview
page
New feature(s)
b0352e1 |
Thursday, 6 Oct 2022
|
16:27 Larry Rosenman (ler)
www/bacula-web: fix pkg-plist sort
bump portrevision
c157311 |
15:17 Larry Rosenman (ler)
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
Refactored good amount of the code
Moved flash message below header for better visibility
Improve handling of non-existant page requests
Fixed PHP notice after login (see #117)
Test page
Fixed wrong link to test page on error page
Translations
Updated translations with one more language (romanian) (see #92)
Security
Bump smarty/smarty from 3.1.45 to 3.1.47 (see #116)
Improved session management (see #68)
Improved how user input are sanitized (see #86)
Documentation
Fixed link to contributors on README
Updated list of components with license
Updated Apache and Nginx server configuration according to new public
root folder (see #114)
Fixed bug(s)
New feature(s)
none
f1548b8 |
Sunday, 25 Sep 2022
|
18:12 Larry Rosenman (ler)
www/bacula-web: add php*-sqlite3
PR: 266597
Submitted By: freebsd-ports@charlieroot.de
d9bfbcc |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:23 Tobias C. Berner (tcberner)
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>
* Alan Eldridge <alane@FreeBSD.org>
* Aldert Nooitgedagt
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Kapranoff <alex@kapranoff.ru>
* Alex Kapranoff <kapr@crosswinds.net>
* Alex Miller (<asm@asm.kiev.ua>)
* Alex Pesternikov <ap@page2rss.com>
* Alex Povolotsky <tarkhil@over.ru>
* Alex Varju <freebsd-ports@varju.ca>
* Alexander Koch <fbsd@meersau.de>
* Alexander Kriventsov
* Alexander Kriventsov <avk@vl.ru>
* Alexander Logvinov <info@logvinov.com>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Moisseev <moiseev@mezonplus.ru>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev
* Alfred Perlstein <alfred@freebsd.org>
* Allie Micka <allie@pajunas.com>
* Anatoliy Dmytriyev <tolid@plab.ku.dk>
* Anders Nordby <anders@FreeBSD.org>
* Anders Nordby <anders@fix.no>
* Andrea Cervesato <andrea@cervesato.it>
* Andrea Sozzi <as@g-cows.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrej Zverev <andrey.zverev@electro-com.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew T. Bennett <potatosaladx@gmail.com>
* Andrey Chernov <ache@FreeBSD.org>
* Andrey Kostenko <andrey@kostenko.name>
* Andrey Slusar <anray@FreeBSD.org>
* Anes Muhametov <anes@anes.su>
* Anes Mukhametov <anes@anes.su>
* Anonymous
* Antoine Brodin <antoine@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Antony Mawer <ports@mawer.org>
* Aron Schlesinger <as@bsdgroup.de>
* Ask Bjoern Hansen <ask@valueclick.com>
* Autrijus Tang <autrijus@autrijus.org>
* Ayumi M <ayu@commun.jp>
* Babak Farrokhi <babak@farrokhi.net>
* Bartek Rutkowski <robak@FreeBSD.org>
* Bartlomiej Rutkowski <r@robakdesign.com>
* Bernard Spil <brnrd@FreeBSD.org>
* Bernard Spil <brnrd@freebsd.org>
* Bill Brinzer <bill.brinzer@gmail.com>
* Bill Swingle <unfurl@FreeBSD.org>
* Bob Bomar <bob@fly.homeunix.org>
* Boris Lytochkin (lytboris@gmail.com)
* Brandon Fosdick <bfoz@bfoz.net>
* Brendan Molloy <brendan+freebsd@bbqsrc.net>
* Brent J. Nordquist <bjn@visi.com>
* Brian Somers <brian@FreeBSD.org>
* CHOI Junho <cjh@FreeBSD.org>
* Carlo Strub
* Carlo Strub <cs@FreeBSD.org>
* Cecile Neu <neu@mycontrol.de>
* Chadwick Sorrell chad@wickdev.com
* Charlie & <root@dev2.rambler.ru>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Cheng-Lung Sung <clsung@dragon2.net>
* Chin-San Huang <chinsan@mail2000.com.tw>
* Choe, Cheng-Dae
* Chris D. Faulhaber <jedgar@fxp.org>
* Chris Larsen <darth@vader.dk>
* Christopher Key <cjk32@cam.ac.uk>
* Christopher Knaust <jigboe@gmx.de>
* Clement Laforet <clement@FreeBSD.org>
* Clement Laforet <sheepkiller@cultdeadsheep.org>
* Conor McDermottroe <ports@mcdermottroe.com>
* Cory R King <coryking@mozimedia.com>
* Craig Rodrigues <rodrigc@FreeBSD.org>
* Dan Langille <dan@langille.org>
* Dan Langille <dvl@FreeBSD.org>
* Daniel B. Hemmerich
* Daniel Gerzo <danger@FreeBSD.org>
* Daniel Morante <daniel@morante.net>
* Daniel Roethlisberger <daniel@roe.ch>
* Daniel Wijnands <daniel@itxl.nl>
* Danny Warren <danny@dannywarren.com>
* Dash|RD
* Dave Cottlehuber <dch@FreeBSD.org>
* David Barksdale <amatus@gnu.org>
* Dean Hollister <dean@odyssey.apana.org.au>
* Denis Pokataev <catone@cpan.org>
* Dennis Herrmann <adox@mcx2.org>
* Denny Lin <dennylin93@hs.ntnu.edu.tw>
* Dikshie <dikshie@sfc.wide.ad.jp>
* Dima Sivachenko
* Dima Sivachenko <dima@Chg.RU>
* Dirk Froemberg <dirk@FreeBSD.org>
* Ditesh Shashikant Gathani <ditesh@gathani.org>
* Dmitry Liakh <dliakh@ukr.net>
* Dmitry Semkin <lslarry@gmail.com>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Dmitry Sivachenko <dima@Chg.RU>
* Dmitry Sivachenko <mitya@yandex-team.ru>
* Domas Mituzas <midom@dammit.lt>
* Dominic Mitchell <dom@happygiraffe.net>
* Dominique Goncalves <dominique.goncalves@gmail.com>
* Douglas Thrift
* Douglas Thrift <douglas@douglasthrift.net>
* Dryice Liu <dryice@FreeBSD.org>
* Dryice Liu <dryice@dryice.name>
* Elisey Savateev <b3k@mail.ru>
* Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Eric Freeman <freebsdports@chillibear.com>
* Ernst de Haan <znerd@FreeBSD.org>
* Erwin Lansing <erwin@FreeBSD.org>
* Espen Tagestad <espen@tagestad.no>
* Euan Thoms <euan@potensol.com>
* Fanying Jen <fanying@fynet.com>
* Fernan Aguero
* Fernan Aguero <fernan@iib.unsam.edu.ar>
* Florent Thoumie <flz@FreeBSD.org>
* Florent Thoumie <flz@xbsd.org>
* Foxfair Hu <foxfair@FreeBSD.org>
* Francisco Cabrita <include@npf.pt.freebsd.org>
* Frank Behrens <frank@pinky.sax.de>
* Frank Mayhar <frank@exit.com>
* Frank Wall <fw@moov.de>
* Fred Cox
* Frederic Culot <culot@FreeBSD.org>
* Frederic Culot <frederic@culot.org>
* Fumihiko Kimura <jfkimura@yahoo.co.jp>
* G. Adam Stanislav <adam@whizkidtech.net>
* Garrett A. Wollman
* Gea-Suan Lin <gslin@ccca.nctu.edu.tw>
* Gea-Suan Lin <gslin@gslin.org>
* Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
* Geoffroy Desvernay <dgeo@centrale-marseille.fr>
* George Hartzell <hartzell@alerce.com>
* George Reid <greid@ukug.uk.freebsd.org>
* Gerard Seibert <gerard@seibercom.net>
* Gerrit Beine (<tux@pinguru.net>)
* Gerrit Beine <gerrit.beine@gmx.de>
* Gerrit Beine <tux@pinguru.net>
* Gilbert Morgan <gmm@tutanota.com>
* Goran Lowkrantz <glz@hidden-powers.com>
* Greg Larkin <glarkin@FreeBSD.org>
* Groovis <groovis@groovis.net>
* Gruen Christian <kiki@bsdro.org>
* Grzegorz Blach <gblach@FreeBSD.org>
* Guangyuan Yang <ygy@FreeBSD.org>
* Guixing Bai <khsing.cn@gmail.com>
* Guy P.
* Helmut Ritter <freebsd-ports@charlieroot.de>
* Henk van Oers <hvo.pm@xs4all.nl>
* Henrik Brix Andersen <brix@FreeBSD.org>
* Henrik Brix Andersen <henrik@brixandersen.dk>
* Henrik Motakef <henrik.motakef@web.de>
* Herve Quiroz <hq@FreeBSD.org>
* Hiten Pandya <hiten@uk.FreeBSD.org>
* Horia Racoviceanu <horia@racoviceanu.com>
* Hubert Tournier <hubert@frbsd.org>
* Hugo Leisink
* Hung-Yi Chen <gaod@hychen.org>
* Hye-Shik Chang <perky@python.or.kr>
* Igor Vinokurov <igor@zynaps.ru>
* Ilia Skalozubov <freebsd@skinc.ru>
* J.R. Oldroyd <fbsd@opal.com>
* Jacob Atzen <jatzen@gmail.com>
* Jacques Marneweck <jacques@php.net>
* James Bailie <jimmy@mammothcheese.ca>
* James FitzGibbon <jfitz@FreeBSD.org>
* James White <whitejv81@gmail.com>
* Janos.Mohacsi@bsd.hu
* Jason Helfman <jgh@FreeBSD.org>
* Javier Martin Rueda <jmrueda@diatel.upm.es>
* Jean Milanez Melo <jmelo@FreeBSD.org>
* Jean-Baptiste Quenot <jb.quenot@caraldi.com>
* Jeremie Le Hen <jlh@FreeBSD.org>
* Jeremy Chadwick <koitsu@FreeBSD.org>
* Jeremy Shaffner <jeremy@external.org>
* Jev Björsell <ports@ecadlabs.com>
* Jim Riggs <ports@christianserving.org>
* Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Jin-Sih Lin <linpct@gmail.com>
* Jochen Neumeister <joneum@FreeBSD.org>
* Joe Horn <joehorn@gmail.com>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Johann Visagie <wjv@FreeBSD.org>
* Johannes Meixner <johannes@perceivon.net>
* John Chen <johnpupu@gmail.com>
* John Hixson <john@ixsystems.com>
* John von Essen
* Jon Nistor <nistor@snickers.org>
* Jonathan Pater <cowboyneal@gmail.com>
* Jonathan Weiss (<jw@innerewut.de>)
* Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Jose Garcia Juanino <jjuanino@gmail.com>
* Josef El-Rayes <j.el-rayes@daemon.li>
* Joseph Benden <joe@thrallingpenguin.com>
* Joseph Koshy <jkoshy@FreeBSD.org>
* Joseph Scott (<joseph@randomnetworks.com>)
* Joseph Scott <joseph@randomnetworks.com>
* Juergen Lock <nox@FreeBSD.org>
* Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* Julien Laffaye <jlaffaye@FreeBSD.org>
* JunSeon Oh <hollywar@mail.holywar.net>
* Juraj Lutter <juraj@lutter.sk>
* Justin Hawkins <justin@hawkins.id.au>
* Jyun-Yan You <jyyou@cs.nctu.edu.tw>
* Kazumasa Nishizawa <k_nishizawa@anet.ne.jp>
* Keith Gaughan <k@stereochro.me>
* Kelly Yancey <kbyanc@posi.net>
* Ken McGlothlen <ken.mcglothlen@gmail.com>
* Kevin Golding <ports@caomhin.org>
* Kevin Lo <kevlo@FreeBSD.org>
* Kim Scarborough <user@unknown.nu>
* Kimo <kimor79@yahoo.com>
* Kimura Fuyuki <fuyuki@hadaly.org>
* Kirill Ponomarew <ponomarew@oberon.net>
* Konstantin Menshikov <kostjnspb@yandex.ru>
* Koop Mast <einekoai@chello.nl>
* Koop Mast <kwm@FreeBSD.org>
* Kozlov Sergey <kozlov.sergey.404@gmail.com>
* Kris Kennaway <kris@FreeBSD.org>
* Kristaps Kulis <kristaps.kulis@gmail.com>
* Kubilay Kocak <koobs@FreeBSD.org>
* Kurt Lidl (kurt.lidl@cello.com)
* Kurt Lidl <kurt.lidl@cello.com>
* Kyle Evans <kevans@FreeBSD.org>
* Lars Balker Rasmussen <lbr@FreeBSD.org>
* Lars Eggert <lars.eggert@gmx.net>
* Lars Eggert <larse@isi.edu>
* Lars Thegler <lars@thegler.dk>
* Lars Thegler <lth@FreeBSD.org>
* Lawrence Chen <beastie@tardisi.com>
* Li-Wen Hsu <lwhsu@FreeBSD.org>
* Li-Wen Hsu <lwhsu@lwhsu.org>
* Loic Blot <loic.blot@unix-experience.fr>
* Loren M. Lang <loren@north-winds.org>
* Luca Pizzamiglio <pizzamig@FreeBSD.org>
* Lukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
* Lukasz Wasikowski <lukasz@wasikowski.net>
* Lung-Pin Chang <changlp@cs.nctu.edu.tw>
* MANTANI Nobutaka <nobutaka@nobutaka.com>
* MIHIRA Yoshiro <sanpei@FreeBSD.org>
* Manuel Kasper <mk@neon1.net>
* Manuel Rábade <mig@mig-29.net>
* Marc G. Fournier
* Marc G. Fournier <scrappy@hub.org>
* Marcello Coutinho
* Marcin Cieslak <saper@SYSTEM.PL>
* Marek Holienka <marekholienka@gmail.com>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Mark Huizer; Eindhoven
* Mark Pulford <mark@kyne.com.au>
* Martin Matuska <martin@matuska.org>
* Martin Matuska <mm@FreeBSD.org>
* Martin Waschbuesch <martin@waschbuesch.de>
* Martin Wilke (miwi@FreeBSD.org)
* Martin Wilke <miwi@FreeBSD.org>
* Masafumi NAKANE <max@FreeBSD.org>
* Masahiro Teramoto <markun@onohara.to>
* Masaki TAGAWA <masaki@club.kyutech.ac.jp>
* Mathias Monnerville <mathias@monnerville.com>
* Mathieu Arnold <m@absolight.net>
* Matthew Seaman
* Matthew Seaman <m.seaman@infracaninophile.co.uk>
* Matthew Seaman <matthew@FreeBSD.org>
* Matthew X. Economou <xenophon+fbsdports@irtnog.org>
* Matthias Fechner <mfechner@FreeBSD.org>
* Maurice Castro <maurice@castro.aus.net>
* Max N. Boyarov <m.boyarov@bsd.by>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Maxime Henrion (mux@FreeBSD.org)
* Meno Abels <meno.abels@adviser.com>
* Michael Capp <myntric@exeonline.com>
* Michael Fausten <ports@michael-fausten.de>
* Michael Johnson <ahze@FreeBSD.org>
* Michael L. Hostbaek (mich@freebsdcluster.org)
* Michael Moll <kvedulv at kvedulv.de>
* Michael Moll <kvedulv@kvedulv.de>
* Michael Ranner <mranner@inode.at>
* Michael Schout <mschout@gkg.net>
* Michael Vasilenko <acid@stu.cn.ua>
* Mike Meyer
* Mikhail T. <michael@fun-box.ru>
* Mikhail Teterin <mi@aldan.algebra.com>
* Mitchell Smith <mjs@bur.st>
* Mitsuru Yoshida <mitsuru@riken.go.jp>
* Moggie <moggie@elasticmind.net>
* Mohammad S. Babaei <info@babaei.net>
* Mons Anderson <mons@cpan.org>
* Muhammad Moinur Rahman <5u623l20@gmail.com>
* Muhammad Moinur Rahman <bofh@FreeBSD.org>
* Mun-Kyo Seo <munggo@pmy.lv>
* Munish Chopra <mchopra@engmail.uwaterloo.ca>
* Murilo Opsfelder <mopsfelder@gmail.com>
* Mykola Marzhan <delgod@portaone.com>
* Naram Qashat <cyberbotx@cyberbotx.com>
* Neil Blakey-Milner
* Neil Blakey-Milner <nbm@FreeBSD.org>
* Nick Hilliard <nick@foobar.org
* Nick Hilliard <nick@foobar.org>
* Nicola Stanislao Vitale <nivit@FreeBSD.org>
* Nicola Vitale <nivit@FreeBSD.org>
* Nicola Vitale <nivit@email.it>
* Nicolas de Bari Embriz Garcia Rojas <nbari@tequila.io>
* Nicole Reid <root@cooltrainer.org>
* Oddbjorn Steffensen <oddbjorn@tricknology.org>
* Oleg Mamontov <oleg@mamontov.net>
* Oleg Pudeyev <oleg@bsdpower.com>
* Oleg Sidorkin <osidorkin@gmail.com>
* Olivier Cochard-Labbe <olivier@FreeBSD.org>
* Olivier Duchateau
* Olivier Duchateau <duchateau.olivier@gmail.com>
* Paul Schmehl <pauls@utdallas.edu>
* Pavel Timofeev <timp87@gmail.com>
* Pete Fritchman <petef@databits.net>
* Peter <peter@vereshagin.org>
* Peter Avalos <pavalos@theshell.com>
* Peter Lai <cowbert@gmail.com>
* Peter Libassi <peter@libassi.se>
* Peter Pentchev <roam@FreeBSD.org>
* Peter Schuller <peter.schuller@infidyne.com>
* Peter Wemm <peter@netplex.com.au>
* Phil Phillips
* Philip M. Gollucci <pgollucci@p6m7g8.com>
* Philip Paeps <philip@FreeBSD.org>
* Philippe Audeoud <jadawin@tuxaco.net>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Qing Feng <qingfeng@douban.com>
* Radim Kolar <hsn@sanatana.dharma>
* Ralf Gebhart <gebhart@secnetix.de>
* Renaud Chaput <renchap@cocoa-x.com>
* René Ladan <rene@FreeBSD.org>
* René Ladan <rene@freebsd.org>
* Richard Gallamore <ultima@FreeBSD.org>
* Richard Neese <r.neese@gmail.com>
* Ricky E. <codeblock@eighthbit.net>
* Rink Springer <rink@FreeBSD.org>
* Robert Gogolok <gogo@cs.uni-sb.de>
* Rod Taylor <ports@rbt.ca>
* Rodrigo Nicola Lombardo <rodnic@gmail.com>
* Rong-En Fan <rafan@FreeBSD.org>
* Rozhuk Ivan 2019 <rozhuk.im@gmail.com>
* Ryan Steinmetz <zi@FreeBSD.org>
* Ryan T. Dean <rtdean@cytherianage.net>
* Sahil Tandon <sahil@tandon.net>
* Scott Sanders <scott@jssjr.com>
* Seamus Venasse <svenasse@polaris.ca>
* Sergey A. Osokin <osa@FreeBSD.org>
* Sergey Kozlov <kozlov.sergey.404@gmail.com>
* Sergey Matveychuk <sem@FreeBSD.org>
* Sergey Osipov <sipopo@yandex.ru>
* Sergey Osokin <osa@FreeBSD.org>
* Sergey Osokin aka oZZ <ports@FreeBSD.org>
* Sergey Samoyloff <gonza@techline.ru>
* Sergey Skvortsov <skv@protey.ru>
* Seth Kingsley <sethk@meowfishies.com>
* Shaun Amott <shaun@FreeBSD.org>
* Shigeyuki Fukushima <shige@FreeBSD.org>
* Shinsuke Matsui <smatsui@karashi.org>
* Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Simon Dick <simond@irrelevant.org>
* Simun Mikecin <numisemis at yahoo.com>
* Sir l33tname <sirl33tname@gmail.com>
* Sofian Brabez <sbrabez@gmail.com>
* Soren Dossing <sauber@netcom.com>
* Stanislav Sedov <stas@FreeBSD.org>
* Stefan Bethke <stb@lassitu.de>
* Stefan Esser <se@FreeBSD.org>
* Stefan Hagen <ports@textmail.me>
* Stefan `Sec` Zehl <sec@42.org>
* Stephane Legrand <stephane@freebsd-fr.org>
* Steve Polyack <spolyack@collaborativefusion.com>
* Steve Wills <steve@mouf.net>
* Steve Wills <swills@FreeBSD.org>
* Steve Wills <swills@freebsd.org>
* Steven Kreuzer
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Steven Kreuzer <skreuzer@exit2shel.com>
* Steven Kreuzer <skreuzer@exit2shell.com>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Sutra Zhou <zhoushuqun@gmail.com>
* Søren Straarup <xride@x12.dk>
* TAKAHASHI Kaoru <kaoru@kaisei.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* TAKATSU Tomonari <tota@rtfm.jp>
* TERAMOTO Masahiro <markun@onohara.to>
* Thierry Thomas (<thierry@FreeBSD.org>)
* Thierry Thomas <thierry@pompo.net>
* Thomas Sandford <freebsduser@paradisegreen.co.uk>
* Thomas Zander <riggs@FreeBSD.org>
* Thomas-Martin Seck <tmseck@netcologne.de>
* Thomas-Martin Seck <tmseck@web.de>
* Tobias Rehbein <tobias.rehbein@web.de>
* Tom Hukins <tom@FreeBSD.org>
* Tom Judge <tj@FreeBSD.org>
* Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Tomoyuki Sakurai <cherry@trombik.org>
* Torsten Zuehlsdorff <ports@toco-domains.de>
* Torsten Zuehlsdorff <tz@FreeBSD.org>
* Torsten Zuhlsdorff <ports@toco-domains.de>
* Torsten Zühlsdorff <ports@toco-domains.de>
* Travis Campbell <hcoyote@ghostar.org>
* Trevor Caira <trevor@bitba.se>
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Tuc <freebsd-ports@t-b-o-h.net>
* Ultima
* Vanilla I. Shu <vanilla@FreeBSD.org>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Vivek Khera <vivek@khera.org>
* Vladimir Timofeev <vovkasm@gmail.com>
* Vsevolod Stakhov
* Wen Heping
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Wen Heping<wenheping@gmail.com>
* Wen heping <wenheping@gmail.com>
* Wen heping <wenheping@gmail.com>)
* Will Andrews <andrews@technologist.com>
* William Grzybowski <william88@gmail.com>
* Xavier Beaudouin <kiwi@oav.net>
* Yasuhiro Fukuma <yasuf@big.or.jp>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yi-Hsuan Hsin <mhsin@mhsin.org>
* Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* Yoshiro MIHIRA <sanpei@FreeBSD.org>
* Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
* Yuri Victorovich <yuri@rawbw.com>
* Zach Thompson <hideo@lastamericanempire.com>
* Zach Thompson <lin-chi@lastamericanempire.com>
* Zahatski Aliaksandr <zag@cpan.org>
* Zane C, Bowers-Hadley <vvelox@vvelox.net>
* Zhen REN <bg1tpt@gmail.com>
* Zhihao Yuan <lichray@gmail.com>
* aaron@FreeBSD.org
* ache
* ache@FreeBSD.org
* alex@kapranoff.ru
* anders
* andrew@scoop.co.nz
* andrey@kostenko.name
* antoine@FreeBSD.org
* arved
* babak@farrokhi.net
* bf <bf2006a@yahoo.com>
* chinsan
* chinsan <chinsan.tw@gmail.com>
* chinsan <chinsan.tw@gmail.com>, Gea-Suan Lin <gslin@gslin.org>
* chinsan <chinsan@mail2000.com.tw>
* chinsan <chisnan.tw@gmail.com>
* citrin+bsd@citrin.ru
* cjr@cruwe.de
* clement
* clive
* clsung
* clsung@dragon2.net
* coryking
* cpm
* dom@happygiraffe.net
* dsh@vlink.ru
* fabian.freyer@physik.tu-berlin.de
* gahr
* genserg@hotmail.com
* gugu
* hrs@FreeBSD.org
* ijliao
* janos.mohacsi@bsd.hu
* jfitz
* johnpupu <johnpupu@gmail.com>
* jupengfei <jupengfei@gmail.com>
* k@123.org
* kbyanc
* kftseng@iyard.org
* koshy@india.hp.com
* kstailey
* lars.eggert@gmx.net
* lbr
* lbr@FreeBSD.org
* lev@FreeBSD.org
* mahlon
* maintainer.freebsd@xpoundit.com
* mbr@FreeBSD.org
* milki <milki@rescomp.berkeley.edu>
* mjhsieh
* mons
* mt@primats.org.ua
* mwlucas
* niels <niels@FreeBSD.org>
* nik
* nork@cityfujisawa.ne.jp
* otaviof@gmail.com
* pauls@utdallas.edu
* ports@c0decafe.net
* ports@c0decafe.net <ports@c0decafe.net>
* rene@FreeBSD.org
* sada
* stas
* thierry@pompo.net
* thinker <thinker@branda.to>
* tobez@plab.ku.dk
* toni.viemero@iki.fi
* torstenb
* tundra
* uwe.pierau@tu-clausthal.de
* vanilla
* vanilla@
* will
* wollman
* wosch@FreeBSD.org
* # Created by Markus Mann, CTS - FreeBSD Team <de-freebsd@ctseuro.com>
With hat: portmgr
e915e75 |
Saturday, 4 Jun 2022
|
20:47 Larry Rosenman (ler)
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
a7a62ec |
Saturday, 21 May 2022
|
21:45 Larry Rosenman (ler)
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
e90b534 |
Wednesday, 9 Mar 2022
|
15:26 Larry Rosenman (ler)
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
Smarty template engine has been updated to version 3.1.43 (see #104)
Documentation
Fixed composer install command by adding --no-dev and removing
--prefer-dist (by default)
Fixed bug(s)
99 [bug] - Database error while using filters in Jobs report
101 [bug] - Query error while filtering volumes
104 [security] - Upgrade Smarty to version 3.1.43
New feature(s)
none
5801b3e |
Wednesday, 15 Dec 2021
|
15:19 Larry Rosenman (ler)
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
c78bef6 |
Monday, 6 Dec 2021
|
17:18 Larry Rosenman (ler)
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)
8c883b3 |
Tuesday, 5 Oct 2021
|
05:10 Matthias Fechner (mfechner)
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
afbc6c4 |
Saturday, 17 Jul 2021
|
08:08 Matthias Fechner (mfechner)
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
794d9d0 |
07:56 Matthias Fechner (mfechner)
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.
f8a3573 |
Thursday, 15 Jul 2021
|
14:52 Matthias Fechner (mfechner)
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
93314c4 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 26 Oct 2020
|
05:53 mfechner
Update to 8.4.1.
Changelog:
https://github.com/bacula-web/bacula-web/releases/tag/v8.4.1
 |
Wednesday, 3 Jun 2020
|
08:44 mfechner
Update to 8.4.0.
Changelog:
https://github.com/bacula-web/bacula-web/releases/tag/v8.4.0
 |
Saturday, 18 Apr 2020
|
06:24 mfechner
Fixed license definition for www/bacula-web.
 |
Friday, 17 Apr 2020
|
20:14 mfechner
Fixed a small typo, su -l www will not work, as www has no home dir.
 |
15:24 mfechner
Update to 8.3.3.
Changed Maintainer.
PR: 245676
Approved by: dvl (maintainer)
 |
Saturday, 4 Apr 2020
|
20:51 antoine
Deprecate ports broken for more than 6 months
 |
Friday, 15 Nov 2019
|
10:12 tobik
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
 |
Wednesday, 6 Nov 2019
|
16:26 antoine
Mark a few ports BROKEN (unfetchable)
 |
Friday, 26 Jul 2019
|
20:46 gerald
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
 |
Wednesday, 12 Dec 2018
|
01:35 gerald
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
 |
Wednesday, 4 Oct 2017
|
11:29 bapt
Convert to USES=php
While here convert some ports to optiosn helpers
 |
Saturday, 27 Aug 2016
|
20:36 dvl
Upgrade to 7.2.0
 |
Wednesday, 24 Aug 2016
|
18:51 dvl
Upgrade to 7.0.3
While here, change maintainer to my @FreeBSD.org address
PR: 206450
 |
Tuesday, 12 Jan 2016
|
16:20 amdmi3
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
 |
Sunday, 10 Jan 2016
|
16:19 bapt
Convert www ports to USES=sqlite and USES=firebird
 |
Monday, 27 Jul 2015
|
17:38 amdmi3
- Clarify LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Drop @dirrm* from plist
Approved by: portmgr blanket
 |
Monday, 25 Aug 2014
|
12:19 bapt
Convert to USES=pgsql
 |
Sunday, 10 Aug 2014
|
07:20 marino
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
 |
Saturday, 9 Aug 2014
|
13:54 marino
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
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@
 |
Saturday, 28 Jun 2014
|
04:44 miwi
- Stage support
PR: 190012
 |
Friday, 20 Sep 2013
|
23:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
 |
Tuesday, 5 Mar 2013
|
17:07 miwi
- Convert to OptionsNG
- Trim header
Reviewed by: beat, bapt, kwm
 |
Monday, 10 May 2010
|
02:11 miwi
- add missing php5-gd dependency
PR: 144417
Submitted by: Cristiano <cris@gufi.org>
Approved by: maintainer timeout
 |
Saturday, 22 Aug 2009
|
00:38 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with W
 |
Friday, 6 Jun 2008
|
14:07 edwin
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)
 |
Tuesday, 6 Mar 2007
|
06:51 linimon
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
 |
Tuesday, 8 Aug 2006
|
14:44 itetcu
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: 53 |