aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2018-11-01 08:15:59 +0000
committerKurt Jaeger <pi@FreeBSD.org>2018-11-01 08:15:59 +0000
commitf61de22a8df6e4a575ab7ef9e7e48a1fffe7bb99 (patch)
tree1fd82e2e17e46337ffde693426a5f5291cf409e1
parent14a6555009a520522ccb87df33d17a77cda3d5a8 (diff)
downloadports-f61de22a8df6e4a575ab7ef9e7e48a1fffe7bb99.tar.gz
ports-f61de22a8df6e4a575ab7ef9e7e48a1fffe7bb99.zip
net/kamailio: update 5.1.5 -> 5.1.6, fix build with newer mysql clients
Notes
Notes: svn path=/head/; revision=483644
-rw-r--r--net/kamailio/Makefile2
-rw-r--r--net/kamailio/distinfo6
-rw-r--r--net/kamailio/files/patch-src_core_ip__addr.h4
-rw-r--r--net/kamailio/files/patch-src_main.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/net/kamailio/Makefile b/net/kamailio/Makefile
index 956700d2cc8f..707412db69cb 100644
--- a/net/kamailio/Makefile
+++ b/net/kamailio/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= kamailio
-PORTVERSION= 5.1.5
+PORTVERSION= 5.1.6
CATEGORIES= net
MASTER_SITES= http://www.kamailio.org/pub/kamailio/${PORTVERSION}/src/
diff --git a/net/kamailio/distinfo b/net/kamailio/distinfo
index dcded0a6e536..f76009d4de95 100644
--- a/net/kamailio/distinfo
+++ b/net/kamailio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1531530327
-SHA256 (kamailio-5.1.5_src.tar.gz) = f185294b070c65117e9e7d31e6c91446f6c70ae970a3fa4797254470ba55b9ae
-SIZE (kamailio-5.1.5_src.tar.gz) = 12058396
+TIMESTAMP = 1540935356
+SHA256 (kamailio-5.1.6_src.tar.gz) = 99880df20dd836e4d9ec03fe863f7a5fc77bb29e3d56f59ea92b8b986deb5186
+SIZE (kamailio-5.1.6_src.tar.gz) = 12072159
diff --git a/net/kamailio/files/patch-src_core_ip__addr.h b/net/kamailio/files/patch-src_core_ip__addr.h
index 5116eb1ec2ad..d9b796726f15 100644
--- a/net/kamailio/files/patch-src_core_ip__addr.h
+++ b/net/kamailio/files/patch-src_core_ip__addr.h
@@ -1,6 +1,6 @@
---- src/core/ip_addr.h.orig 2018-03-01 16:24:06 UTC
+--- src/core/ip_addr.h.orig 2018-08-22 09:38:42 UTC
+++ src/core/ip_addr.h
-@@ -49,6 +49,10 @@ enum sip_protos { PROTO_NONE, PROTO_UDP,
+@@ -49,6 +49,10 @@ enum sip_protos { PROTO_NONE, PROTO_UDP, PROTO_TCP, PR
enum comp_methods { COMP_NONE, COMP_SIGCOMP, COMP_SERGZ };
#endif
diff --git a/net/kamailio/files/patch-src_main.c b/net/kamailio/files/patch-src_main.c
index 61adc641ab15..742ff7a71865 100644
--- a/net/kamailio/files/patch-src_main.c
+++ b/net/kamailio/files/patch-src_main.c
@@ -1,6 +1,6 @@
---- src/main.c.orig 2018-03-01 16:24:07 UTC
+--- src/main.c.orig 2018-08-22 09:38:44 UTC
+++ src/main.c
-@@ -362,7 +362,7 @@ int received_dns = 0;
+@@ -361,7 +361,7 @@ int received_dns = 0;
int sr_auto_aliases=1;
char* working_dir = 0;
char* chroot_dir = 0;