aboutsummaryrefslogtreecommitdiffstats
path: root/main/kamailio
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add -g option (GECOS/comment) to adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | This way we can avoid ugly default: Linux user,,,
* Add lacking -S option (system) to adduser/addgroup in scripts.Przemyslaw Pawelczyk2016-04-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Groups and users created by packages shouldn't use high ids by default (unless explicitly requested), to distinguish them from groups and users created by administrators for humans. Following 41 files lacked -S next to addgroup: - community/sword/sword.pre-install - main/amavisd-new/amavisd-new.pre-install - main/chrony/chrony.pre-install - main/cvechecker/cvechecker.pre-install - main/dnsmasq/dnsmasq.pre-install - main/freeradius/freeradius.pre-install - main/gdnsd/gdnsd.pre-install - main/haproxy/haproxy.pre-install - main/haproxy/haproxy.pre-upgrade - main/kamailio/kamailio.pre-install - main/logcheck/logcheck.pre-install - main/mlmmj/mlmmj.pre-install - main/nrpe/nrpe.pre-install - main/open-vm-tools/open-vm-tools.pre-install - main/postgrey/postgrey.pre-install - main/privoxy/privoxy.pre-install - main/redis/redis.pre-install - main/samba/winbind.pre-install - main/sircbot/sircbot.pre-install - main/smokeping/smokeping.pre-install - main/squark/squark.post-install - main/squid/squid.pre-install - main/squid/squid.pre-upgrade - main/subversion/subversion.pre-install - main/trac/trac.pre-install - main/vsftpd/vsftpd.pre-install - main/zabbix/zabbix-agent.pre-install - testing/3proxy/3proxy.pre-install - testing/cluster-glue/cluster-glue.pre-install - testing/elasticsearch/elasticsearch.pre-install - testing/emby/emby.pre-install - testing/gdnsd/gdnsd.pre-install - testing/icinga2/icinga2.pre-install - testing/lusca/lusca.pre-install - testing/lusca/lusca.pre-upgrade - testing/mongodb/mongodb.pre-install - testing/openxcap/openxcap.pre-install - testing/prosody/prosody.pre-install - testing/rancid/rancid.pre-install - testing/rutorrent/rutorrent.pre-install - testing/zabbix/zabbix-agent.pre-install Following 60 files lacked -S next to adduser: - community/caddy/caddy.pre-install - community/domoticz/domoticz.pre-install - community/minetest/minetest-server.pre-install - community/oscam/oscam.pre-install - community/seafile/seafile-server.pre-install - community/syncthing/syncthing.pre-install - main/apache2/apache2.pre-install - main/aports-build/aports-build.pre-install - main/atheme-iris/atheme-iris.pre-install - main/bind/bind.pre-install - main/clamav/clamav-db.pre-install - main/clamsmtp/clamsmtp.pre-install - main/clamsmtp/clamsmtp.pre-upgrade - main/coova-chilli/coova-chilli.pre-install - main/cvechecker/cvechecker.pre-install - main/dhcp/dhcp.pre-install - main/distcc/distcc.pre-install - main/djbdns/dnscache.pre-install - main/djbdns/tinydns.pre-install - main/dovecot/dovecot.pre-install - main/ez-ipupdate/ez-ipupdate.pre-install - main/fetchmail/fetchmail.pre-install - main/freeswitch/freeswitch.pre-install - main/gitolite/gitolite.pre-install - main/gnats/gnats.pre-install - main/gross/gross.pre-install - main/icecast/icecast.pre-install - main/kamailio/kamailio.pre-install - main/lighttpd/lighttpd.pre-install - main/mariadb/mariadb.pre-install - main/memcached/memcached.pre-install - main/ngircd/ngircd.pre-install - main/nrpe/nrpe.pre-install - main/openntpd/openntpd.pre-install - main/postgrey/postgrey.pre-install - main/snort/snort.pre-install - main/squid/squid.pre-install - main/squid/squid.pre-upgrade - main/subversion/subversion.pre-install - main/trac/trac.pre-install - main/transmission/transmission-daemon.pre-install - main/ympd/ympd.pre-install - main/znc/znc.pre-install - testing/at/at.pre-install - testing/buildbot-slave/buildbot-slave.pre-install - testing/buildbot/buildbot.pre-install - testing/clapf/clapf.pre-install - testing/cluster-glue/cluster-glue.pre-install - testing/dbmail/dbmail.pre-install - testing/dspam/dspam.pre-install - testing/ejabberd/ejabberd.pre-install - testing/emby/emby.pre-install - testing/mongodb/mongodb.pre-install - testing/opensips/opensips.pre-install - testing/pdns/pdns.pre-install - testing/prosody/prosody.pre-install - testing/qpage/qpage.pre-install - testing/rrdbot/rrdbot.pre-install - testing/wt/wt.pre-install - unmaintained/ejabberd-git/ejabberd-git.pre-install
* main/kamailio upgrade to 4.4.0Nathan Angelacos2016-04-054-2825/+71
|
* 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-212-149/+160
| | | | 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-107-1630/+436
| | | | | | | | | | | | | 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-092-1/+2856
|
* main/kamailio: upgrade to 4.2.5Natanael Copa2015-05-202-54/+5
|
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-282-5/+5
|
* main/kamailio: fix sqlops related crashTimo Teräs2015-04-162-1/+50
|
* 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-262-14/+15
|
* main/kamailio: fix default paths for ctl and fifoNatanael Copa2015-03-203-28/+70
| | | | | also remove ctl module option from default config it is not loaded by default
* main/kamailio: security fix for CVE-2015-1591Natanael Copa2015-03-204-5/+299
| | | | ref #4002
* main/kamailio: add support for SRV notification_address in DMQ moduleLeonardo Arena2015-03-162-1/+375
|
* main/kamailio: add srv_query function to ipops moduleLeonardo Arena2015-02-242-1/+664
|
* main/kamailio: Version bump to 4.2.3Nathan Angelacos2015-02-161-8/+42
| | | | | | Added ability to build from git snapshots New module: redis
* main/kamailio: rebuild against mariadbŁukasz Jendrysik2015-01-261-2/+3
|
* main/kamailio: add memcached supportLeonardo Arena2015-01-201-3/+8
|
* main/kamailio: linux-headers build fixNatanael Copa2015-01-131-1/+1
|
* main/kamailioNathan Angelacos2015-01-131-14/+29
| | | | | | | | | | Version bump to 4.2.2 Removed python as a dbtext dependency - python is only needed for the kamdbctl functions; install it manually if kamdbctl is needed for dbtext New subpackage: kamailio-json added json, jsonrpc-c modules Moved jsonrpc-s module to the kamailio-json subpackage
* main/kamailio: upgrade to 4.2.1Nathan Angelacos2014-11-171-4/+4
|