aboutsummaryrefslogtreecommitdiffstats
path: root/main/sipsak
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/sipsak: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* main/sipsak: rebuild against libressl 2.5Natanael Copa2017-04-181-1/+1
|
* main/sipsak: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* main/sipsak: fix inline compile errorChristian Kampka2015-11-102-4/+19
|
* main/sipsak: fix segfault with unsupported records in SRV responsesNatanael Copa2015-03-172-4/+28
| | | | | | | | | fix a segault that will happen when a DNS response contains an unsupported RR section. additional AAAA records in SRV response was enough to trigger it. This fix will sipsak simply stop parsing the DNS response when it hits unsupported RR sections.
* main/sipsak: enable SRV lookupsNatanael Copa2015-03-172-5/+39
|
* main/sipsak: fix segfault due to use of strcasestr without _GNU_SOURCENatanael Copa2015-01-273-5/+103
| | | | | | | Also fix off-by-one errors while at it which was found: https://github.com/sipwise/sipsak/commit/bf9d2417a1e73697873a5f5099dac4bb3eb4b2d9 ref #3750
* main/sipsak: enable -dbgNatanael Copa2015-01-271-2/+2
| | | | ref #3750
* main/sipsak: Changed source.ScrumpyJack2014-11-061-2/+3
|
* main/[various]: update config.sub (and remove charset.alias)Timo Teräs2013-09-291-0/+5
| | | | | | for musl build. the changes are automatically done based on previous build log errors, so this does not guarantee successful build, but is a required.
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-1/+3
|
* /main/sipsak: enable openssl supportFabian Affolter2013-06-151-15/+11
|
* testing/sipsak: move to mainLeonardo Arena2013-03-271-0/+38