svn commit: r483644 - in head/net/kamailio: . files

Alexey Dokuchaev danfe at freebsd.org
Thu Nov 1 08:21:36 UTC 2018


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


More information about the svn-ports-all mailing list