Date: Thu, 1 Nov 2018 08:21:36 +0000 From: Alexey Dokuchaev <danfe@freebsd.org> To: Kurt Jaeger <pi@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r483644 - in head/net/kamailio: . files Message-ID: <20181101082136.GA25846@FreeBSD.org> In-Reply-To: <201811010815.wA18Fx0l093861@repo.freebsd.org> References: <201811010815.wA18Fx0l093861@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Nov 01, 2018 at 08:15:59AM +0000, Kurt Jaeger wrote: > New Revision: 483644 > URL: https://svnweb.freebsd.org/changeset/ports/483644 > > Log: > net/kamailio: update 5.1.5 -> 5.1.6, fix build with newer mysql clients > > @@ -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 > > @@ -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; These changes add nothing but useless noise to the commit diff and should have been dropped from the commit batch. ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181101082136.GA25846>