1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

net/bctoolbox: Update version 5.1.38=>5.2.37

Changelog: https://gitlab.linphone.org/BC/public/bctoolbox/-/tags/5.2.37
This commit is contained in:
Muhammad Moinur Rahman 2023-03-18 12:24:05 -05:00
parent a448823a1c
commit a2d038483f
5 changed files with 20 additions and 11 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= bctoolbox
DISTVERSION= 5.1.38
PORTREVISION= 1
DISTVERSION= 5.2.37
CATEGORIES= net
MAINTAINER= bofh@FreeBSD.org
@ -14,11 +13,11 @@ BUILD_DEPENDS= mbedtls>=2.3.0_2:security/mbedtls
LIB_DEPENDS= libbcunit.so:devel/bcunit \
libmbedtls.so:security/mbedtls
USES= cmake compiler:c++11-lib
USES= cmake compiler:c++17-lang
USE_GITLAB= yes
GL_SITE= https://gitlab.linphone.org/BC
GL_ACCOUNT= public
GL_COMMIT= 32ea3c32d3352400d49d89fcbc36ca7006a532d9
GL_COMMIT= 02c84d3563ee054a977f5f2d8357d94d095145a5
USE_LDCONFIG= yes
CMAKE_ARGS= -DENABLE_STATIC=NO -DENABLE_STRICT=NO \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1665929746
SHA256 (public-bctoolbox-32ea3c32d3352400d49d89fcbc36ca7006a532d9_GL0.tar.gz) = b51c66165ac824997416c78cd3e35056e26a2e698b8c2de72dcd9cc8f6532733
SIZE (public-bctoolbox-32ea3c32d3352400d49d89fcbc36ca7006a532d9_GL0.tar.gz) = 181701
TIMESTAMP = 1679153184
SHA256 (public-bctoolbox-02c84d3563ee054a977f5f2d8357d94d095145a5_GL0.tar.gz) = 5c8b275098ef43715e8515481729c2493201b4e58b3a41ed8e4423ddcca2765a
SIZE (public-bctoolbox-02c84d3563ee054a977f5f2d8357d94d095145a5_GL0.tar.gz) = 197723

View File

@ -1,6 +1,6 @@
--- src/CMakeLists.txt.orig 2022-05-27 19:35:26 UTC
--- src/CMakeLists.txt.orig 2023-03-14 19:53:03 UTC
+++ src/CMakeLists.txt
@@ -177,6 +177,7 @@ if(ENABLE_SHARED)
@@ -195,6 +195,7 @@ if(ENABLE_SHARED)
)
endif()
endif()

View File

@ -1,6 +1,15 @@
--- src/utils/port.c.orig 2022-05-27 19:35:26 UTC
--- src/utils/port.c.orig 2023-03-14 19:53:03 UTC
+++ src/utils/port.c
@@ -1438,7 +1438,7 @@ void bctbx_sockaddr_remove_nat64_mapping(const struct
@@ -371,7 +371,7 @@ void bctbx_set_self_thread_name(const char *name){
prctl(PR_SET_NAME, name, NULL, NULL, NULL);
#elif TARGET_OS_MAC
pthread_setname_np(name);
-#elif
+#else
bctbx_warning("bctbx_set_self_thread_name(): not implemented on this platform.");
#endif
}
@@ -1642,7 +1642,7 @@ void bctbx_sockaddr_remove_nat64_mapping(const struct
if (htonl(0x0064ff9b) ==
#ifdef _MSC_VER
((in6->sin6_addr.u.Word[0] << 16) & in6->sin6_addr.u.Word[1])

View File

@ -7,6 +7,7 @@ include/bctoolbox/exception.hh
include/bctoolbox/list.h
include/bctoolbox/logging.h
include/bctoolbox/map.h
include/bctoolbox/ownership.hh
include/bctoolbox/param_string.h
include/bctoolbox/parser.h
include/bctoolbox/port.h