Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [various]: unify names of licenses according to SPDX | Jakub Jirutka | 2017-12-30 | 1 | -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 fixes | Leonardo Arena | 2017-12-11 | 4 | -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 755 | Leonardo Arena | 2017-12-08 | 1 | -2/+3 |
| | |||||
* | main/bacula: rebuild against libressl-2.6 | Natanael Copa | 2017-11-09 | 1 | -1/+1 |
| | |||||
* | main/bacula: upgrade to 9.0.5 | Leonardo Arena | 2017-11-03 | 1 | -2/+2 |
| | |||||
* | main/bacula: upgrade to 9.0.4 | Leonardo Arena | 2017-10-26 | 1 | -3/+3 |
| | |||||
* | main/bacula: use a more common varname in init scripts | Leonardo Arena | 2017-07-20 | 4 | -10/+10 |
| | |||||
* | main/bacula$: rewrite init scripts | Leonardo Arena | 2017-07-20 | 10 | -103/+70 |
| | |||||
* | main/bacula: modernize APKBUILD, install default client conf file, disable ↵ | Leonardo Arena | 2017-07-20 | 1 | -39/+44 |
| | | | | check() | ||||
* | main/bacula: move client init scripts into client subpkg | Leonardo Arena | 2017-07-20 | 1 | -2/+6 |
| | |||||
* | main/bacula: rebuild against libressl 2.5 | Natanael Copa | 2017-04-18 | 1 | -1/+1 |
| | |||||
* | main/bacula: upgrade to 7.4.7 | Leonardo Arena | 2017-03-16 | 1 | -2/+2 |
| | |||||
* | main/bacula: upgrade to 7.4.6 | Leonardo Arena | 2017-03-13 | 1 | -18/+2 |
| | |||||
* | main/bacula: upgrade to 7.4.5 | Leonardo Arena | 2017-02-09 | 1 | -6/+6 |
| | |||||
* | main/bacula: fix checksum | Natanael Copa | 2016-10-17 | 1 | -3/+3 |
| | | | | They modified the tarball upstream | ||||
* | main/bacula: rebuild against libressl | Natanael Copa | 2016-10-10 | 1 | -2/+2 |
| | |||||
* | main/bacula: upgrade to 7.4.4 | Leonardo Arena | 2016-09-22 | 1 | -5/+5 |
| | |||||
* | main/bacula: split client into subpkg | Leonardo Arena | 2016-09-16 | 1 | -2/+17 |
| | |||||
* | main/bacula: improve abuild | Jakub Jirutka | 2016-09-14 | 1 | -39/+46 |
| | |||||
* | main/bacula: upgrade to 7.4.3 | 7heo | 2016-09-14 | 1 | -5/+5 |
| | |||||
* | main/bacula: upgrade to 7.4.1 | Francesco Colista | 2016-06-08 | 1 | -4/+4 |
| | |||||
* | main/bacula: upgrade to 7.4.0 | Francesco Colista | 2016-05-17 | 2 | -16/+27 |
| | |||||
* | main/[various]: bump pkgrel for pre-install fixes | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | Reorder arguments passed to addgroup/adduser in scripts. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -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 Pawelczyk | 2016-04-25 | 1 | -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 Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | | | | | | This way we can avoid ugly default: Linux user,,, | ||||
* | Reorder options passed to adduser in scripts: make -S first. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | | | | It's only for consistency and to ease spotting lack of it. | ||||
* | main/bacula: rebuild against fixed ncurses widechar only | Natanael Copa | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | main/bacula: rebuild against ncurses wide char | Natanael Copa | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | main/bacula: initd don't hard depend on pgsql. Fixes #4811 | Leonardo Arena | 2015-12-03 | 2 | -6/+6 |
| | |||||
* | main/bacula: rebuild against ncurses-6.0 | Natanael Copa | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | Do not delete *.la files manually | Bartłomiej Piotrowski | 2015-09-10 | 1 | -1/+0 |
| | | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified. | ||||
* | main/bacula: fix building with ccache | Natanael Copa | 2015-01-26 | 2 | -4/+89 |
| | | | | reported upstream: http://bugs.bacula.org/view.php?id=2118 | ||||
* | main/bacula: upgrade to 7.0.5, rebuild against mariadb | Łukasz Jendrysik | 2015-01-26 | 13 | -335/+7 |
| | |||||
* | main/bacula: fix musl build | Timo Teräs | 2013-10-28 | 2 | -4/+19 |
| | |||||
* | main/[various]: update config.sub (and remove charset.alias) | Timo Teräs | 2013-09-29 | 1 | -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 shell | Natanael Copa | 2013-09-04 | 2 | -2/+2 |
| | |||||
* | main/bacula: use /sbin/nologin as shell | Natanael Copa | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -25/+29 |
| | |||||
* | main/bacula: upgrade to 5.2.13 | Leonardo Arena | 2013-06-17 | 1 | -4/+39 |
| | |||||
* | main/bacula: add lzo support | Carlo Landmeter | 2013-06-17 | 1 | -2/+2 |
| | | | | fixes #2086 | ||||
* | main/bacula: move default archive dir to /var/lib/bacula | Leonardo Arena | 2012-11-23 | 1 | -2/+2 |
| | |||||
* | main/bacula: ignore libaccats.so | Leonardo Arena | 2012-11-19 | 1 | -4/+6 |
| | |||||
* | main/bacula: fix backend libs symlinks | Leonardo Arena | 2012-11-06 | 1 | -3/+4 |
| | |||||
* | main/bacula: fix libs symlinks and don't touch /tmp | Leonardo Arena | 2012-11-06 | 1 | -1/+4 |
| | |||||
* | main/bacula: fix backend libraries | Leonardo Arena | 2012-11-06 | 4 | -15/+3 |
| | |||||
* | main/bacula*: remove/add patches | Leonardo Arena | 2012-09-20 | 9 | -222/+71 |
| | |||||
* | main/bacula: upgrade to 5.2.12 | Leonardo Arena | 2012-09-20 | 2 | -19/+4 |
| | |||||
* | main/bacula: rebuild against postgresql-9.2 | Natanael Copa | 2012-09-12 | 1 | -1/+1 |
| | |||||
* | main/bacula: upgrade to 5.2.10 | Leonardo Arena | 2012-07-06 | 2 | -27/+3 |
| |