aboutsummaryrefslogtreecommitdiffstats
path: root/main/kamailio
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup unused files and patchesLeo2020-01-291-108/+0
|
* Remove stale patches in main/Leo2020-01-291-236/+0
|
* main/kamailio: drop python2, modernizeLeo2020-01-211-45/+32
|
* main/kamailio: increase timout for stopping serviceNatanael Copa2020-01-082-3/+3
| | | | | | | Kamailio may need more time to shut down if there are many clients (1000+). Increase it to 10 seconds to avoid the error message: start-stop-daemon: 1 process refused to stop
* main/kamailio: upgrade to 5.2.5Leonardo Arena2019-11-161-3/+3
|
* main/kamailio: rebuild against python 3.8Natanael Copa2019-11-051-1/+1
|
* main/kamailio: rebuild against perl 5.30Natanael Copa2019-09-051-1/+1
|
* main/kamailio: upgrade to 5.2.4Leonardo Arena2019-08-221-3/+3
|
* main/kamailio: add leftout patchLeonardo Arena2019-07-302-1/+18
|
* main/kamailio: fix memleak in mohqueue moduleLeonardo Arena2019-07-301-1/+3
|
* main/kamailio: upgrade to 5.2.3Nathan Angelacos2019-07-161-12/+32
| | | | new subpackages: python3 ruby openrc
* main/kamailio: rebuild against perl 5.28Natanael Copa2019-05-111-1/+1
|
* kamailio: version bump to 5.2.2Nathan Angelacos2019-03-111-3/+3
|
* main/kamailio: Version bump to 5.2.1Nathan Angelacos2019-02-202-61/+2
|
* main/kamailio: rebuild against hiredisCarlo Landmeter2019-01-021-1/+1
|
* main/kamailio: Upgrade to 5.2.0 releaseNathan Angelacos2018-12-241-9/+9
|
* main/kamailio: fix build on mips*alpine-mips-patches2018-12-192-1/+33
|
* main/kamailio: rebuild against openssl 1.1Natanael Copa2018-11-071-2/+2
|
* main/kamailio: upgrade to 5.1.6Timo Teräs2018-10-311-2/+2
|
* main/kamailio: add secfixes commentNatanael Copa2018-08-021-0/+4
|
* main/kamailio: upgrade to 5.1.4Leonardo Arena2018-07-301-3/+3
|
* main/kamailio: fix init script to start after mariadb and postgresqlJakub Jirutka2018-07-102-3/+3
| | | | Fixes #9065 (https://bugs.alpinelinux.org/issues/9065)
* main/kamailio: upgrade to 5.1.3Natanael Copa2018-05-071-2/+2
|
* main/kamailio: upgrade 5.1.2Nathan Angelacos2018-04-203-189/+70
| | | | Use slightly modified upstream(?!) APKBUILD
* main/[various]: properly rebuild against json-c-0.13Natanael Copa2018-04-191-1/+1
|
* main/kamailio: rebuild against json-c-0.13Natanael Copa2018-04-191-1/+1
|
* main/kamailio: rebuild against libressl-2.7Natanael Copa2018-04-061-1/+1
|
* main/kamailio: rebuild against mariadb-connector-cNatanael Copa2018-03-261-2/+2
|
* main/kamailio: version bump 5.0.6Nathan Angelacos2018-03-201-3/+3
|
* [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/kamailio: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* main/kamailioNathan Angelacos2017-11-021-4/+4
| | | | | upgrade to version 5.0.4 remove the "tls" module - it never worked under libressl.
* main/kamailio: rebuild against confuse-3.2.1Natanael Copa2017-08-281-1/+1
|
* main/kamailio: backport TLS mod patches for LibreSSL from OpenBSDSergey Safarov2017-07-283-1/+136
|
* main/kamailio: Updated package version to 5.0.2. Added kazoo module.Sergey Safarov2017-07-196-268/+25
|
* main/[various]: fix trailing whitespacetmpfile2017-07-101-3/+3
|
* main/kamailio: fix tls module build against libresslTimo Teräs2017-04-272-6/+160
|
* main/kamailioNathan Angelacos2017-04-261-17/+8
| | | | | | version bump to 5.0.1 Removed building the tls subpackage because kamailio does not work with libressl
* main/kamailio: allow big endian on s390xTuan M. Hoang2017-04-202-1/+27
| | | | Ref : https://github.com/kamailio/kamailio/pull/1068
* main/kamailio: rebuild against libressl 2.5Natanael Copa2017-04-181-1/+1
|
* main/kamailio: upgrade to 5.0.0Nathan Angelacos2017-03-163-73/+75
|
* main/kamailio: rebuild against new libeventTimo Teräs2017-02-071-1/+1
|
* main/kamailio version bump to 4.4.5Nathan Angelacos2017-01-191-4/+4
|
* main/kamailio version 4.4.4Nathan Angelacos2016-11-181-5/+5
|
* main/kamailio: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* main/kamailio: fix kamdbctl.baserob dux2016-06-303-68/+62
| | | | stringify parameter expansions
* main/kamailio: version bump to 4.4.2Nathan Angelacos2016-06-291-4/+4
|
* 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-1/+1
| | | | | | | | | | | | 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.