aboutsummaryrefslogtreecommitdiffstats
path: root/main/sems
Commit message (Collapse)AuthorAgeFilesLines
* [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/sems: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* main/sems: rebuild against libressl 2.5Natanael Copa2017-04-181-1/+1
|
* main/sems: rebuild against new libeventTimo Teräs2017-02-071-1/+1
|
* [various] rename dependency python to python2Jakub Jirutka2016-10-261-2/+2
|
* [various] rename dependency python-dev to python2-devJakub Jirutka2016-10-261-1/+1
|
* main/sems: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* main/sems: build fix for gcc6Carlo Landmeter2016-08-162-1/+51
|
* 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-6/+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,,,
* update all source= lines to use :: instead of saveas- syntaxMuh Muhten2016-03-101-1/+1
|
* main/semsNathan Angelacos2015-10-032-5/+28
| | | | Runtime fixes for the SBC/IVR applications
* main/sems version bump to 1.6.0Nathan Angelacos2015-09-305-52/+417
|
* main/sems: include linux-headers and std types fixCarlo Landmeter2015-04-282-7/+42
|
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-282-5/+5
|
* main/sems: download sources with ftpTimo Teräs2013-10-221-1/+1
| | | | Their http download is broke at the moment.
* main/sems: use /sbin/nologin as shellNatanael Copa2013-09-042-2/+2
|
* main/sems: use /sbin/nologin as shellNatanael Copa2013-09-031-0/+12
|
* main/sems: use relative paths in logsNatanael Copa2012-12-211-1/+5
| | | | | | | | By default cmake will use full path to source files (*.c). This will make the log macro in core/log.h, who uses __FILE__ expand the source file to full path which will make the logs pretty noisy. We force cmake to use relative paths.
* main/sems/sems-0004-fix-PRACK-route.patch: Include full route path in PRACKNathan Angelacos2012-09-202-2/+17
|
* main/sems/APKBUILD Bump version to 1.5.0Nathan Angelacos2012-08-021-2/+2
| | | | Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
* main/sems: upgrade to 1.4.3Natanael Copa2012-07-021-3/+3
|
* main/[various]: rebuild against python-2.7Natanael Copa2011-06-231-1/+1
|
* main/sems: upgrade to 1.4.1Natanael Copa2011-05-272-72/+3
|
* main/sems: upgrade to 1.4.0 (moved from testing)Natanael Copa2011-05-0211-472/+435
|
* main/sems: moved from testingNatanael Copa2011-04-196-0/+517
on request. I think this still needs some work...