Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Nov 2018 08:17:00 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483645 - head/net/kamailio/files
Message-ID:  <201811010817.wA18H0lE094020@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Thu Nov  1 08:16:59 2018
New Revision: 483645
URL: https://svnweb.freebsd.org/changeset/ports/483645

Log:
  net/kamailio: update 5.1.5 -> 5.1.6, fix build with newer mysql clients
  
  - also commit additional patch (ups)
  
  PR:		232868
  Submitted by:	flo
  Relnotes:	https://www.kamailio.org/w/2018/10/kamailio-v5-1-6-released/

Added:
  head/net/kamailio/files/patch-src_modules_db__mysql_km__dbase.c   (contents, props changed)

Added: head/net/kamailio/files/patch-src_modules_db__mysql_km__dbase.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/kamailio/files/patch-src_modules_db__mysql_km__dbase.c	Thu Nov  1 08:16:59 2018	(r483645)
@@ -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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811010817.wA18H0lE094020>