FreeBSD Bugzilla – Attachment 198820 Details for
Bug 232868
update net/kamailio to 5.1.6, fix build with newer mysql clients
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
kamailio-5.1.6_mysql_build_fix.diff (text/plain), 2.97 KB, created by
Florian Smeets
on 2018-10-31 19:35:39 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Smeets
Created:
2018-10-31 19:35:39 UTC
Size:
2.97 KB
patch
obsolete
>Index: net/kamailio/Makefile >=================================================================== >--- net/kamailio/Makefile (revision 483538) >+++ net/kamailio/Makefile (working copy) >@@ -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/ >Index: net/kamailio/distinfo >=================================================================== >--- net/kamailio/distinfo (revision 483538) >+++ net/kamailio/distinfo (working copy) >@@ -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 >Index: net/kamailio/files/patch-src_core_ip__addr.h >=================================================================== >--- net/kamailio/files/patch-src_core_ip__addr.h (revision 483538) >+++ net/kamailio/files/patch-src_core_ip__addr.h (working copy) >@@ -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 > >Index: net/kamailio/files/patch-src_main.c >=================================================================== >--- net/kamailio/files/patch-src_main.c (revision 483538) >+++ net/kamailio/files/patch-src_main.c (working copy) >@@ -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; >Index: net/kamailio/files/patch-src_modules_db__mysql_km__dbase.c >=================================================================== >--- net/kamailio/files/patch-src_modules_db__mysql_km__dbase.c (nonexistent) >+++ net/kamailio/files/patch-src_modules_db__mysql_km__dbase.c (working copy) >@@ -0,0 +1,11 @@ >+--- src/modules/db_mysql/km_dbase.c.orig 2018-10-29 18:08:57 UTC >++++ src/modules/db_mysql/km_dbase.c >+@@ -35,7 +35,7 @@ >+ #include <string.h> >+ #include <mysql.h> >+ #include <errmsg.h> >+-#include <mysql_version.h> >++#include <mysql.h> >+ #include "../../core/mem/mem.h" >+ #include "../../core/dprint.h" >+ #include "../../core/async_task.h" > >Property changes on: net/kamailio/files/patch-src_modules_db__mysql_km__dbase.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 232868
: 198820