Hi,
update telephony/baresip/re 0.5.5 -> 0.5.7
A few functions were removed and added so I bumped SHARED_LIBS:
$ /usr/src/lib/check_sym libre.so.4.0 libre.so.5.0
libre.so.4.0 --> libre.so.5.0
Dynamic export changes:
added:
dtls_recv_packet
http_chunk_decode
http_req_set_conn_handler
icem_cand_type
icem_selected_lcand
icem_selected_rcand
mem_seccmp
removed:
http_req_tcp
http_req_tls
PLT added:
http_chunk_decode
http_req_set_conn_handler
icem_lcand_addr
PLT removed:
http_req_tcp
http_req_tls
baresip still works fine with this update for me on amd64.
I could not reach czarkoff@ (MAINTAINER) so I am asking on ports@ for OKs.
Best regards,
Ingo
Index: Makefile
===================================================================
RCS file: /cvs/ports/telephony/baresip/re/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile 22 Sep 2017 07:25:26 -0000 1.17
+++ Makefile 10 Mar 2018 11:43:59 -0000
@@ -2,9 +2,9 @@
COMMENT = portable library for real-time communications
-V = 0.5.5
+V = 0.5.7
DISTNAME = re-${V}
-SHARED_LIBS = re 4.0
+SHARED_LIBS = re 5.0
CATEGORIES += devel
WANTLIB = crypto pthread ssl z
Index: distinfo
===================================================================
RCS file: /cvs/ports/telephony/baresip/re/distinfo,v
retrieving revision 1.13
diff -u -p -r1.13 distinfo
--- distinfo 22 Sep 2017 07:25:26 -0000 1.13
+++ distinfo 10 Mar 2018 11:43:59 -0000
@@ -1,2 +1,2 @@
-SHA256 (re-0.5.5.tar.gz) = kJF6Fz3pYtOyCrX5h1rTBRt7MH2krLgMGEty5sK6e7Q=
-SIZE (re-0.5.5.tar.gz) = 299147
+SHA256 (re-0.5.7.tar.gz) = XcwVYQwo/x3xR9KCZrKbk0rc/0O/w/2sWHZ/14kQEDk=
+SIZE (re-0.5.7.tar.gz) = 299678
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/telephony/baresip/re/patches/patch-Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 patch-Makefile
--- patches/patch-Makefile 22 Sep 2017 07:25:26 -0000 1.7
+++ patches/patch-Makefile 10 Mar 2018 11:43:59 -0000
@@ -2,9 +2,9 @@ $OpenBSD: patch-Makefile,v 1.7 2017/09/2
Index: Makefile
--- Makefile.orig
+++ Makefile
-@@ -12,10 +12,6 @@ VER_PATCH := 5
+@@ -12,10 +12,6 @@ VER_PATCH := 7
PROJECT := re
- VERSION := 0.5.5
+ VERSION := 0.5.7
-MK := mk/re.mk
-