View | Details | Raw Unified | Return to bug 232868
Collapse All | Expand All

(-)net/kamailio/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	kamailio
4
PORTNAME=	kamailio
5
PORTVERSION=	5.1.5
5
PORTVERSION=	5.1.6
6
6
7
CATEGORIES=	net
7
CATEGORIES=	net
8
MASTER_SITES=	http://www.kamailio.org/pub/kamailio/${PORTVERSION}/src/
8
MASTER_SITES=	http://www.kamailio.org/pub/kamailio/${PORTVERSION}/src/
(-)net/kamailio/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1531530327
1
TIMESTAMP = 1540935356
2
SHA256 (kamailio-5.1.5_src.tar.gz) = f185294b070c65117e9e7d31e6c91446f6c70ae970a3fa4797254470ba55b9ae
2
SHA256 (kamailio-5.1.6_src.tar.gz) = 99880df20dd836e4d9ec03fe863f7a5fc77bb29e3d56f59ea92b8b986deb5186
3
SIZE (kamailio-5.1.5_src.tar.gz) = 12058396
3
SIZE (kamailio-5.1.6_src.tar.gz) = 12072159
(-)net/kamailio/files/patch-src_core_ip__addr.h (-2 / +2 lines)
Lines 1-6 Link Here
1
--- src/core/ip_addr.h.orig	2018-03-01 16:24:06 UTC
1
--- src/core/ip_addr.h.orig	2018-08-22 09:38:42 UTC
2
+++ src/core/ip_addr.h
2
+++ src/core/ip_addr.h
3
@@ -49,6 +49,10 @@ enum sip_protos { PROTO_NONE, PROTO_UDP,
3
@@ -49,6 +49,10 @@ enum sip_protos { PROTO_NONE, PROTO_UDP, PROTO_TCP, PR
4
 enum comp_methods { COMP_NONE, COMP_SIGCOMP, COMP_SERGZ };
4
 enum comp_methods { COMP_NONE, COMP_SIGCOMP, COMP_SERGZ };
5
 #endif
5
 #endif
6
 
6
 
(-)net/kamailio/files/patch-src_main.c (-2 / +2 lines)
Lines 1-6 Link Here
1
--- src/main.c.orig	2018-03-01 16:24:07 UTC
1
--- src/main.c.orig	2018-08-22 09:38:44 UTC
2
+++ src/main.c
2
+++ src/main.c
3
@@ -362,7 +362,7 @@ int received_dns = 0;
3
@@ -361,7 +361,7 @@ int received_dns = 0;
4
 int sr_auto_aliases=1;
4
 int sr_auto_aliases=1;
5
 char* working_dir = 0;
5
 char* working_dir = 0;
6
 char* chroot_dir = 0;
6
 char* chroot_dir = 0;
(-)net/kamailio/files/patch-src_modules_db__mysql_km__dbase.c (+11 lines)
Line 0 Link Here
1
--- src/modules/db_mysql/km_dbase.c.orig	2018-10-29 18:08:57 UTC
2
+++ src/modules/db_mysql/km_dbase.c
3
@@ -35,7 +35,7 @@
4
 #include <string.h>
5
 #include <mysql.h>
6
 #include <errmsg.h>
7
-#include <mysql_version.h>
8
+#include <mysql.h>
9
 #include "../../core/mem/mem.h"
10
 #include "../../core/dprint.h"
11
 #include "../../core/async_task.h"

Return to bug 232868