diff options
author | Nathan Angelacos <nangel@alpinelinux.org> | 2015-06-10 18:22:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-10 18:55:11 +0000 |
commit | 511cca363682351ea02856bece3378503e33b30c (patch) | |
tree | b09e0ab88a71c43f60f4c6a36e04f94613a8be65 /main/kamailio/0001-musl-fixes.patch | |
parent | 34077cda99974a8bf769d0a11e9e9fb2db1bf4ad (diff) | |
download | aports-511cca363682351ea02856bece3378503e33b30c.tar.bz2 aports-511cca363682351ea02856bece3378503e33b30c.tar.xz |
main/kamailio: upgrade to version 4.3.0
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
Diffstat (limited to 'main/kamailio/0001-musl-fixes.patch')
-rw-r--r-- | main/kamailio/0001-musl-fixes.patch | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/main/kamailio/0001-musl-fixes.patch b/main/kamailio/0001-musl-fixes.patch index 752469e208..0b1da859fa 100644 --- a/main/kamailio/0001-musl-fixes.patch +++ b/main/kamailio/0001-musl-fixes.patch @@ -1,8 +1,8 @@ diff --git a/modules/ldap/ld_session.h b/modules/ldap/ld_session.h -index 03a4ea5..de7bc0b 100644 +index 08a752c..0591f79 100644 --- a/modules/ldap/ld_session.h +++ b/modules/ldap/ld_session.h -@@ -33,6 +33,7 @@ +@@ -28,6 +28,7 @@ #ifndef LD_SESSION_H #define LD_SESSION_H @@ -11,7 +11,7 @@ index 03a4ea5..de7bc0b 100644 #include "iniparser.h" diff --git a/modules/seas/event_dispatcher.c b/modules/seas/event_dispatcher.c -index d10cffe..8e1a56a 100644 +index e0e79c7..6a3f800 100644 --- a/modules/seas/event_dispatcher.c +++ b/modules/seas/event_dispatcher.c @@ -25,7 +25,7 @@ @@ -24,10 +24,10 @@ index d10cffe..8e1a56a 100644 #include <time.h>/*time*/ #include <string.h>/*memcmp*/ diff --git a/modules/tls/tls_server.c b/modules/tls/tls_server.c -index cfd09c4..0a27433 100644 +index 3f87fc8..68185ad 100644 --- a/modules/tls/tls_server.c +++ b/modules/tls/tls_server.c -@@ -33,7 +33,7 @@ +@@ -26,7 +26,7 @@ */ @@ -37,10 +37,10 @@ index cfd09c4..0a27433 100644 #include <openssl/ssl.h> #include "../../dprint.h" diff --git a/tsend.c b/tsend.c -index 3a18502..99f0c21 100644 +index f6f39f4..ce1e5f0 100644 --- a/tsend.c +++ b/tsend.c -@@ -43,7 +43,7 @@ +@@ -27,7 +27,7 @@ #include <string.h> #include <errno.h> @@ -49,10 +49,10 @@ index 3a18502..99f0c21 100644 #include <sys/types.h> #include <sys/socket.h> -diff --git a/utils/sercmd/sercmd.c b/utils/sercmd/sercmd.c -index fb9c0a3..717a78d 100644 ---- a/utils/sercmd/sercmd.c -+++ b/utils/sercmd/sercmd.c +diff --git a/utils/kamcmd/kamcmd.c b/utils/kamcmd/kamcmd.c +index 86d8fc4..ae16743 100644 +--- a/utils/kamcmd/kamcmd.c ++++ b/utils/kamcmd/kamcmd.c @@ -49,6 +49,7 @@ #include <netdb.h> /* gethostbyname */ #include <fcntl.h> |