diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-04-27 10:23:03 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-04-27 10:28:32 +0000 |
commit | 1d01e2a4d43f989bfdb930dc41f473421867c281 (patch) | |
tree | 4530aff415659e07f2c2f7c3906ac4adf9ece715 /main/kamailio/APKBUILD | |
parent | c459226eed8f4aeb4a47a1b256715a582366e1a0 (diff) | |
download | aports-1d01e2a4d43f989bfdb930dc41f473421867c281.tar.bz2 aports-1d01e2a4d43f989bfdb930dc41f473421867c281.tar.xz |
main/kamailio: fix tls module build against libressl
Diffstat (limited to 'main/kamailio/APKBUILD')
-rw-r--r-- | main/kamailio/APKBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/main/kamailio/APKBUILD b/main/kamailio/APKBUILD index 0049fbe368..364e96c834 100644 --- a/main/kamailio/APKBUILD +++ b/main/kamailio/APKBUILD @@ -13,7 +13,7 @@ _gittag=HEAD pkgver=5.0.1 -pkgrel=0 +pkgrel=1 [ -z "${_gitcommit}" ] && _suffix="_src" || _suffix="-${_gitcommit}" pkgdesc="Open Source SIP Server" @@ -224,13 +224,9 @@ _module_group_kstandard="$_mod_list_basic $_mod_list_dbuid $_mod_list_pcre" subpackages="$pkgname-doc $pkgname-dbg" _modules="$_module_group_kstandard" -# -# We do not include tls modules because the tls module does not compile against libressl -# Once it has been properly refactored we can add it back in (2017-04-26) -# for _i in db postgres sqlite dbtext mysql \ cpl xml unixodbc snmpstats xmpp carrierroute \ - ldap utils presence lua ims outbound debugger \ + ldap utils tls presence lua ims outbound debugger \ extras json websocket authephemeral \ uuid ev memcached redis geoip2 jansson \ jsdt http_async; do @@ -241,6 +237,7 @@ done source="http://www.kamailio.org/pub/kamailio/$pkgver/src/${pkgname}-${pkgver}${_suffix}.tar.gz 0001-musl-fixes.patch + 0002-fix-libressl.patch 0003-kamdbctl.base.patch 0004-remove-spurious-execinfo.patch kamailio.cfg @@ -509,6 +506,7 @@ http_async() { sha512sums="8e30d2d615e435f51d99113823652403dd0fd874d325b7e5c0e2c6055f977ab16adc8ce9de9031c591150ee43fd1a1bfe5adb252890c14087ac1795f060fc478 kamailio-5.0.1_src.tar.gz 4371c04ffdbd876cbc8128a4ae42368be7e4783eff564bd424fd4cebba18c8841212837ce305557f4d0643f37711741d157feba8cd6d24be3e9dc6a436142110 0001-musl-fixes.patch +27150c5ef2b77e5944513a5e3a45ef550be3e3aaa6539ba4984624442940b8df1649b3269af1afd0f1019c5fd33029177ced2cd6011ab0d633cd64a69d38e9a2 0002-fix-libressl.patch 139fab275e7d01da85bf3422a16966165c72584122513d34b5fb3d9341c430eeb69ec5b86b82ff4acce709f5ab3f651de5954ae38ff9a256a19b22d88cfea830 0003-kamdbctl.base.patch e60e8d41e55008f0473e4d645af3b43f2bc097e341bb3bb81daec8bc47abcd6d037cbb56082675c24ffb1c50b2eb93e3c4fc50b0dc2df9cdfe4f28ad7b9fbf9e 0004-remove-spurious-execinfo.patch c1abf69b48847dc8c7ab0d11ef9adb531aa4635f9d44db6933981edc5a47df374664fb24867b19aa64abbcc9777bf1cd0360d9aea54e27b081065928c61e0f0b kamailio.cfg |