aboutsummaryrefslogtreecommitdiffstats
path: root/main/kamailio/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* 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-101-2/+2
| | | | 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-201-48/+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-281-1/+5
|
* main/kamailio: Updated package version to 5.0.2. Added kazoo module.Sergey Safarov2017-07-191-16/+15
|
* main/[various]: fix trailing whitespacetmpfile2017-07-101-3/+3
|
* main/kamailio: fix tls module build against libresslTimo Teräs2017-04-271-6/+4
|
* 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-201-1/+3
| | | | 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-161-42/+44
|
* 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-301-13/+6
| | | | 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
|
* main/kamailio upgrade to 4.4.0Nathan Angelacos2016-04-051-24/+35
|
* main/kamailio: upgrade to 4.3.5Natanael Copa2016-03-301-5/+5
| | | | fixes #5348
* main/kamailioNathan Angelacos2015-12-091-2/+2
| | | | set run dir to /var/run/kamailio
* main/kamailio: upgrade to 4.3.4Nathan Angelacos2015-11-261-5/+5
|
* main/kamailio: bump pkgrel to rebuildJeff Bilyk2015-10-281-1/+1
|
* main/kamailio mohqueue 0.12Nathan Angelacos2015-10-211-4/+4
| | | | rebased mohqueue patch against the v0.12 version on github
* main/kamailioNathan Angelacos2015-10-031-4/+4
| | | | version bump to 4.3.3
* main/kamailio: upgrade to 4.3.1Nathan Angelacos2015-08-131-4/+4
|
* main/kamailio: upgrade to version 4.3.0Nathan Angelacos2015-06-101-47/+40
| | | | | | | | | | | | | subpackages: kamailio-db - mohqueue v0.11 from github kamailio-extras - new modules dmq_usrloc statsd rtjson tcpops auth_xkeys (new) kamailio-geoip2 - geoip2 (new) kamailio-jansson - jansson janssonrpc-c
* main/kamailio: fix checksumsNatanael Copa2015-06-091-3/+3
| | | | | The checksums got corrupted due to DOS newlines in original patch which got "fixed" over the wire.
* main/kamailio use mohqueue v0.11 module from githubNathan Angelacos2015-06-091-1/+5
|
* main/kamailio: upgrade to 4.2.5Natanael Copa2015-05-201-9/+5
|
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-281-4/+4
|
* main/kamailio: fix sqlops related crashTimo Teräs2015-04-161-1/+5
|
* main/kamailio: upgrade to 4.2.4Leonardo Arena2015-04-021-5/+5
|
* main/kamailio: properly order sorting of DNS records with srv_queryLeonardo Arena2015-03-261-4/+4
|
* main/kamailio: fix default paths for ctl and fifoNatanael Copa2015-03-201-7/+7
| | | | | also remove ctl module option from default config it is not loaded by default
* main/kamailio: security fix for CVE-2015-1591Natanael Copa2015-03-201-4/+12
| | | | ref #4002
* main/kamailio: add support for SRV notification_address in DMQ moduleLeonardo Arena2015-03-161-1/+5
|
* main/kamailio: add srv_query function to ipops moduleLeonardo Arena2015-02-241-1/+6
|
* main/kamailio: Version bump to 4.2.3Nathan Angelacos2015-02-161-8/+42
| | | | | | Added ability to build from git snapshots New module: redis