aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-10-30 09:02:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-07 16:46:10 +0000
commitc51e693cb0b8d8ec21df9ff2ee026bac928dc738 (patch)
tree74654e11893146177d03e3609f9ed4d355334e6e /main
parent600a7f256e783909423089cebff761eb2b40aaae (diff)
downloadaports-c51e693cb0b8d8ec21df9ff2ee026bac928dc738.tar.bz2
aports-c51e693cb0b8d8ec21df9ff2ee026bac928dc738.tar.xz
main/kamailio: rebuild against openssl 1.1
Diffstat (limited to 'main')
-rw-r--r--main/kamailio/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/kamailio/APKBUILD b/main/kamailio/APKBUILD
index 75a285fcd3..fcdfeb1001 100644
--- a/main/kamailio/APKBUILD
+++ b/main/kamailio/APKBUILD
@@ -5,7 +5,7 @@
pkgname=kamailio
pkgver=5.1.6
-pkgrel=0
+pkgrel=1
# If building from a git snapshot, specify the gitcommit
# If building a proper release, leave gitcommit blank
@@ -26,7 +26,7 @@ license="GPL-2.0-or-later"
depends="gawk"
makedepends="bison db-dev flex freeradius-client-dev expat-dev lksctp-tools-dev perl-dev postgresql-dev python2-dev pcre-dev mariadb-dev
libxml2-dev curl-dev unixodbc-dev confuse-dev ncurses-dev sqlite-dev
- lua-dev openldap-dev libressl-dev net-snmp-dev libuuid libev-dev
+ lua-dev openldap-dev openssl-dev net-snmp-dev libuuid libev-dev
jansson-dev json-c-dev libevent-dev linux-headers libmemcached-dev
rabbitmq-c-dev hiredis-dev libmaxminddb-dev libunistring-dev"
install="$pkgname.pre-install $pkgname.pre-upgrade"