Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/sems: rebuild against libressl-2.6 | Natanael Copa | 2017-11-09 | 1 | -1/+1 |
| | |||||
* | main/sems: rebuild against libressl 2.5 | Natanael Copa | 2017-04-18 | 1 | -1/+1 |
| | |||||
* | main/sems: rebuild against new libevent | Timo Teräs | 2017-02-07 | 1 | -1/+1 |
| | |||||
* | [various] rename dependency python to python2 | Jakub Jirutka | 2016-10-26 | 1 | -2/+2 |
| | |||||
* | [various] rename dependency python-dev to python2-dev | Jakub Jirutka | 2016-10-26 | 1 | -1/+1 |
| | |||||
* | main/sems: rebuild against libressl | Natanael Copa | 2016-10-10 | 1 | -2/+2 |
| | |||||
* | main/sems: build fix for gcc6 | Carlo Landmeter | 2016-08-16 | 2 | -1/+51 |
| | |||||
* | 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 | -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 Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | | | | | | This way we can avoid ugly default: Linux user,,, | ||||
* | update all source= lines to use :: instead of saveas- syntax | Muh Muhten | 2016-03-10 | 1 | -1/+1 |
| | |||||
* | main/sems | Nathan Angelacos | 2015-10-03 | 2 | -5/+28 |
| | | | | Runtime fixes for the SBC/IVR applications | ||||
* | main/sems version bump to 1.6.0 | Nathan Angelacos | 2015-09-30 | 5 | -52/+417 |
| | |||||
* | main/sems: include linux-headers and std types fix | Carlo Landmeter | 2015-04-28 | 2 | -7/+42 |
| | |||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 2 | -5/+5 |
| | |||||
* | main/sems: download sources with ftp | Timo Teräs | 2013-10-22 | 1 | -1/+1 |
| | | | | Their http download is broke at the moment. | ||||
* | main/sems: use /sbin/nologin as shell | Natanael Copa | 2013-09-04 | 2 | -2/+2 |
| | |||||
* | main/sems: use /sbin/nologin as shell | Natanael Copa | 2013-09-03 | 1 | -0/+12 |
| | |||||
* | main/sems: use relative paths in logs | Natanael Copa | 2012-12-21 | 1 | -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 PRACK | Nathan Angelacos | 2012-09-20 | 2 | -2/+17 |
| | |||||
* | main/sems/APKBUILD Bump version to 1.5.0 | Nathan Angelacos | 2012-08-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org> | ||||
* | main/sems: upgrade to 1.4.3 | Natanael Copa | 2012-07-02 | 1 | -3/+3 |
| | |||||
* | main/[various]: rebuild against python-2.7 | Natanael Copa | 2011-06-23 | 1 | -1/+1 |
| | |||||
* | main/sems: upgrade to 1.4.1 | Natanael Copa | 2011-05-27 | 2 | -72/+3 |
| | |||||
* | main/sems: upgrade to 1.4.0 (moved from testing) | Natanael Copa | 2011-05-02 | 11 | -472/+435 |
| | |||||
* | main/sems: moved from testing | Natanael Copa | 2011-04-19 | 6 | -0/+517 |
on request. I think this still needs some work... |