aboutsummaryrefslogtreecommitdiffstats
path: root/main/bacula
Commit message (Collapse)AuthorAgeFilesLines
* main: (Bulk change) Update source urls to https using HTTPS EverywhereJ0WI2018-10-061-1/+1
|
* main/bacula: upgrade to 9.2.1Leonardo Arena2018-08-132-4/+28
|
* main/bacula: rebuild against libressl-2.7Natanael Copa2018-04-061-1/+1
|
* main/bacula: rebuild against mariadb-connector-cNatanael Copa2018-03-261-2/+2
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* main/bacula: various improvements and small bug fixesLeonardo Arena2017-12-114-33/+37
| | | | | | | | | | - use /run dir - fix conf file permissions - Inits: points bacula-sd to right conf file use openrc to set daemon user soft depends on firewall added cosmetic fixes
* main/bacula: install binaries with mode 755Leonardo Arena2017-12-081-2/+3
|
* main/bacula: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* main/bacula: upgrade to 9.0.5Leonardo Arena2017-11-031-2/+2
|
* main/bacula: upgrade to 9.0.4Leonardo Arena2017-10-261-3/+3
|
* main/bacula: use a more common varname in init scriptsLeonardo Arena2017-07-204-10/+10
|
* main/bacula$: rewrite init scriptsLeonardo Arena2017-07-2010-103/+70
|
* main/bacula: modernize APKBUILD, install default client conf file, disable ↵Leonardo Arena2017-07-201-39/+44
| | | | check()
* main/bacula: move client init scripts into client subpkgLeonardo Arena2017-07-201-2/+6
|
* main/bacula: rebuild against libressl 2.5Natanael Copa2017-04-181-1/+1
|
* main/bacula: upgrade to 7.4.7Leonardo Arena2017-03-161-2/+2
|
* main/bacula: upgrade to 7.4.6Leonardo Arena2017-03-131-18/+2
|
* main/bacula: upgrade to 7.4.5Leonardo Arena2017-02-091-6/+6
|
* main/bacula: fix checksumNatanael Copa2016-10-171-3/+3
| | | | They modified the tarball upstream
* main/bacula: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* main/bacula: upgrade to 7.4.4Leonardo Arena2016-09-221-5/+5
|
* main/bacula: split client into subpkgLeonardo Arena2016-09-161-2/+17
|
* main/bacula: improve abuildJakub Jirutka2016-09-141-39/+46
|
* main/bacula: upgrade to 7.4.37heo2016-09-141-5/+5
|
* main/bacula: upgrade to 7.4.1Francesco Colista2016-06-081-4/+4
|
* main/bacula: upgrade to 7.4.0Francesco Colista2016-05-172-16/+27
|
* main/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* Reorder arguments passed to addgroup/adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
* Improve consistency of scripts using adduser/addgroup.Przemyslaw Pawelczyk2016-04-251-0/+2
| | | | | | | | | | | | Following rules have been applied: - script starts with shebang !#/bin/sh followed by blank line, - script ends with exit 0 prepended by blank line, - only stderr of adduser, addgroup or passwd is redirected to /dev/null, - getent passwd/group instances has been removed, - manual checking of file and group existence has been removed, - `|| true` instances has been removed. Comments and line wrapping have been preserved.
* Add -g option (GECOS/comment) to adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | This way we can avoid ugly default: Linux user,,,
* Reorder options passed to adduser in scripts: make -S first.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | It's only for consistency and to ease spotting lack of it.
* main/bacula: rebuild against fixed ncurses widechar onlyNatanael Copa2015-12-171-1/+1
|
* main/bacula: rebuild against ncurses wide charNatanael Copa2015-12-171-1/+1
|
* main/bacula: initd don't hard depend on pgsql. Fixes #4811Leonardo Arena2015-12-032-6/+6
|
* main/bacula: rebuild against ncurses-6.0Natanael Copa2015-10-151-1/+1
|
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-1/+0
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* main/bacula: fix building with ccacheNatanael Copa2015-01-262-4/+89
| | | | reported upstream: http://bugs.bacula.org/view.php?id=2118
* main/bacula: upgrade to 7.0.5, rebuild against mariadbŁukasz Jendrysik2015-01-2613-335/+7
|
* main/bacula: fix musl buildTimo Teräs2013-10-282-4/+19
|
* main/[various]: update config.sub (and remove charset.alias)Timo Teräs2013-09-291-0/+1
| | | | | | for musl build. the changes are automatically done based on previous build log errors, so this does not guarantee successful build, but is a required.
* main/bacula: use /sbin/nologin as shellNatanael Copa2013-09-042-2/+2
|
* main/bacula: use /sbin/nologin as shellNatanael Copa2013-09-031-1/+1
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-25/+29
|
* main/bacula: upgrade to 5.2.13Leonardo Arena2013-06-171-4/+39
|
* main/bacula: add lzo supportCarlo Landmeter2013-06-171-2/+2
| | | | fixes #2086
* main/bacula: move default archive dir to /var/lib/baculaLeonardo Arena2012-11-231-2/+2
|
* main/bacula: ignore libaccats.soLeonardo Arena2012-11-191-4/+6
|
* main/bacula: fix backend libs symlinksLeonardo Arena2012-11-061-3/+4
|
* main/bacula: fix libs symlinks and don't touch /tmpLeonardo Arena2012-11-061-1/+4
|
* main/bacula: fix backend librariesLeonardo Arena2012-11-064-15/+3
|