From owner-svn-ports-head@freebsd.org Thu Nov 1 08:21:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B00E10F1E2B; Thu, 1 Nov 2018 08:21:36 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 228DB6FEEF; Thu, 1 Nov 2018 08:21:36 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 12D261C220; Thu, 1 Nov 2018 08:21:36 +0000 (UTC) Date: Thu, 1 Nov 2018 08:21:36 +0000 From: Alexey Dokuchaev To: Kurt Jaeger 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> References: <201811010815.wA18Fx0l093861@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201811010815.wA18Fx0l093861@repo.freebsd.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2018 08:21:36 -0000 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