Hi,

Here some updates for telephony/baresip.

- telephony/baresip/re 0.5.8->0.5.9

  I checked the shared library didn't change (checking symbols
  for addition/deletion).

- telephony/baresip/baresip 0.5.10->0.5.11

  ChangeLog: https://github.com/alfredh/baresip/blob/master/docs/ChangeLog

Thanks.
-- 
Sebastien Marie


Index: baresip/Makefile
===================================================================
RCS file: /cvs/ports/telephony/baresip/baresip/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- baresip/Makefile    3 Aug 2018 12:20:06 -0000       1.23
+++ baresip/Makefile    19 Oct 2018 11:43:47 -0000
@@ -3,7 +3,7 @@
 COMMENT-main =         modular SIP User-Agent with audio and video support
 COMMENT-gtk2 =         GTK+2-based modules for baresip
 
-V =                    0.5.10
+V =                    0.5.11
 DISTNAME =             baresip-$V
 PKGNAME-main =         baresip-$V
 PKGNAME-gtk2 =         baresip-gtk2-$V
Index: baresip/distinfo
===================================================================
RCS file: /cvs/ports/telephony/baresip/baresip/distinfo,v
retrieving revision 1.16
diff -u -p -r1.16 distinfo
--- baresip/distinfo    3 Aug 2018 12:20:06 -0000       1.16
+++ baresip/distinfo    19 Oct 2018 11:44:06 -0000
@@ -1,2 +1,2 @@
-SHA256 (baresip-0.5.10.tar.gz) = OT+wEEENP8akh5z9ojXw7JhDm+XR3KAsFfNBb3EQp/s=
-SIZE (baresip-0.5.10.tar.gz) = 593159
+SHA256 (baresip-0.5.11.tar.gz) = BPj9xg7DFrHNRelh2QVcRqoZSOXYtzOJKNj88ih1Yt8=
+SIZE (baresip-0.5.11.tar.gz) = 599165
Index: baresip/patches/patch-src_config_c
===================================================================
RCS file: /cvs/ports/telephony/baresip/baresip/patches/patch-src_config_c,v
retrieving revision 1.15
diff -u -p -r1.15 patch-src_config_c
--- baresip/patches/patch-src_config_c  3 Aug 2018 12:20:06 -0000       1.15
+++ baresip/patches/patch-src_config_c  19 Oct 2018 12:05:39 -0000
@@ -3,7 +3,7 @@ $OpenBSD: patch-src_config_c,v 1.15 2018
 Index: src/config.c
 --- src/config.c.orig
 +++ src/config.c
-@@ -511,7 +511,7 @@ static const char *default_video_device(void)
+@@ -503,7 +503,7 @@ static const char *default_video_device(void)
  #elif defined (WIN32)
        return "dshow,nil";
  #else
@@ -12,7 +12,7 @@ Index: src/config.c
  #endif
  }
  
-@@ -761,30 +761,30 @@ int config_write_template(const char *file, const stru
+@@ -748,30 +748,30 @@ int config_write_template(const char *file, const stru
        (void)re_fprintf(f, "module\t\t\t" MOD_PRE "stdio" MOD_EXT "\n");
  #endif
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "cons" MOD_EXT "\n");
@@ -59,7 +59,7 @@ Index: src/config.c
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "plc" MOD_EXT "\n");
  
        (void)re_fprintf(f, "\n# Audio driver Modules\n");
-@@ -803,8 +803,8 @@ int config_write_template(const char *file, const stru
+@@ -790,8 +790,8 @@ int config_write_template(const char *file, const stru
        (void)re_fprintf(f, "module\t\t\t" MOD_PRE "alsa" MOD_EXT "\n");
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "pulse" MOD_EXT "\n");
  #endif
@@ -70,7 +70,7 @@ Index: src/config.c
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "aubridge" MOD_EXT "\n");
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "aufile" MOD_EXT "\n");
  
-@@ -816,9 +816,9 @@ int config_write_template(const char *file, const stru
+@@ -803,9 +803,9 @@ int config_write_template(const char *file, const stru
  #else
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "avcodec" MOD_EXT "\n");
  #endif
@@ -83,7 +83,7 @@ Index: src/config.c
  
        (void)re_fprintf(f, "\n# Video filter Modules (in encoding order)\n");
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "selfview" MOD_EXT "\n");
-@@ -839,14 +839,14 @@ int config_write_template(const char *file, const stru
+@@ -826,14 +826,14 @@ int config_write_template(const char *file, const stru
        (void)re_fprintf(f, "module\t\t\t" MOD_PRE "dshow" MOD_EXT "\n");
  
  #else
@@ -103,7 +103,7 @@ Index: src/config.c
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "cairo" MOD_EXT "\n");
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "vidbridge" MOD_EXT "\n");
  
-@@ -857,16 +857,16 @@ int config_write_template(const char *file, const stru
+@@ -844,16 +844,16 @@ int config_write_template(const char *file, const stru
  #ifdef LINUX
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "directfb" MOD_EXT "\n");
  #endif
@@ -124,7 +124,7 @@ Index: src/config.c
  
        (void)re_fprintf(f, "\n# Media NAT modules\n");
        (void)re_fprintf(f, "module\t\t\t" MOD_PRE "stun" MOD_EXT "\n");
-@@ -875,8 +875,8 @@ int config_write_template(const char *file, const stru
+@@ -862,8 +862,8 @@ int config_write_template(const char *file, const stru
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "natpmp" MOD_EXT "\n");
  
        (void)re_fprintf(f, "\n# Media encryption modules\n");
@@ -135,7 +135,7 @@ Index: src/config.c
        (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "zrtp" MOD_EXT "\n");
        (void)re_fprintf(f, "\n");
  
-@@ -893,6 +893,7 @@ int config_write_template(const char *file, const stru
+@@ -880,6 +880,7 @@ int config_write_template(const char *file, const stru
        (void)re_fprintf(f, "# Application Modules\n");
        (void)re_fprintf(f, "\n");
        (void)re_fprintf(f, "module_app\t\t" MOD_PRE "auloop"MOD_EXT"\n");
@@ -143,7 +143,7 @@ Index: src/config.c
        (void)re_fprintf(f, "#module_app\t\t" MOD_PRE "b2bua"MOD_EXT"\n");
        (void)re_fprintf(f, "module_app\t\t"  MOD_PRE "contact"MOD_EXT"\n");
        (void)re_fprintf(f, "module_app\t\t"  MOD_PRE "debug_cmd"MOD_EXT"\n");
-@@ -927,8 +928,8 @@ int config_write_template(const char *file, const stru
+@@ -914,8 +915,8 @@ int config_write_template(const char *file, const stru
        (void)re_fprintf(f, "\n");
        (void)re_fprintf(f, "ctrl_tcp_listen\t\t0.0.0.0:4444\n");
  
Index: re/Makefile
===================================================================
RCS file: /cvs/ports/telephony/baresip/re/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- re/Makefile 7 May 2018 07:18:39 -0000       1.19
+++ re/Makefile 19 Oct 2018 11:56:54 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              portable library for real-time communications
 
-V =                    0.5.8
+V =                    0.5.9
 DISTNAME =             re-${V}
 SHARED_LIBS =          re      5.1
 CATEGORIES +=          devel
Index: re/distinfo
===================================================================
RCS file: /cvs/ports/telephony/baresip/re/distinfo,v
retrieving revision 1.15
diff -u -p -r1.15 distinfo
--- re/distinfo 7 May 2018 07:18:39 -0000       1.15
+++ re/distinfo 19 Oct 2018 11:56:58 -0000
@@ -1,2 +1,2 @@
-SHA256 (re-0.5.8.tar.gz) = GQ/WUtoWfY1jUbeib6Cu8t2rdf5ejV3nft8COYhEDnA=
-SIZE (re-0.5.8.tar.gz) = 301351
+SHA256 (re-0.5.9.tar.gz) = iCugXK534HCZrdHSQZWGPQj83f72LRWG2NB/FyG1lhI=
+SIZE (re-0.5.9.tar.gz) = 301753
Index: re/patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/telephony/baresip/re/patches/patch-Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 patch-Makefile
--- re/patches/patch-Makefile   7 May 2018 07:18:39 -0000       1.9
+++ re/patches/patch-Makefile   19 Oct 2018 12:05:57 -0000
@@ -2,9 +2,9 @@ $OpenBSD: patch-Makefile,v 1.9 2018/05/0
 Index: Makefile
 --- Makefile.orig
 +++ Makefile
-@@ -12,10 +12,6 @@ VER_PATCH := 8
+@@ -12,10 +12,6 @@ VER_PATCH := 9
  PROJECT   := re
- VERSION   := 0.5.8
+ VERSION   := 0.5.9
  
 -MK    := mk/re.mk
 -

Reply via email to