telephony/baresip: update to 4.8.0.

see https://github.com/baresip/baresip/releases/tag/v4.8.0
This commit is contained in:
landry
2026-05-27 07:34:30 +00:00
parent df77f08413
commit 90ece0953c
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ CATEGORIES = telephony
PERMIT_PACKAGE = Yes PERMIT_PACKAGE = Yes
GH_ACCOUNT ?= baresip GH_ACCOUNT ?= baresip
GH_TAGNAME ?= v4.7.0 GH_TAGNAME ?= v4.8.0
# C11 # C11
COMPILER ?= base-clang ports-gcc COMPILER ?= base-clang ports-gcc
+1 -1
View File
@@ -5,7 +5,7 @@ GH_PROJECT = baresip
MAINTAINER = Landry Breuil <landry@openbsd.org> MAINTAINER = Landry Breuil <landry@openbsd.org>
SHARED_LIBS += baresip 5.0 # 0.0 SHARED_LIBS += baresip 5.1 # 0.0
MULTI_PACKAGES = -main -gtk MULTI_PACKAGES = -main -gtk
PKGNAME-main = baresip-${GH_TAGNAME:C/^v//} PKGNAME-main = baresip-${GH_TAGNAME:C/^v//}
PKGNAME-gtk = baresip-gtk-${GH_TAGNAME:C/^v//} PKGNAME-gtk = baresip-gtk-${GH_TAGNAME:C/^v//}
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (baresip-4.7.0.tar.gz) = +igdBB5sXQL59xuIUkyo/gW1TTe735hfRPtqA04CpgQ= SHA256 (baresip-4.8.0.tar.gz) = kfETviv4OFrlxCl5/TZhn5NHO/4Mdj6VLCNtusY92cA=
SIZE (baresip-4.7.0.tar.gz) = 1206935 SIZE (baresip-4.8.0.tar.gz) = 1208334
@@ -40,10 +40,10 @@ Index: src/config.c
(void)re_fprintf(f, "#module\t\t\t" "libg722" MOD_EXT "\n"); (void)re_fprintf(f, "#module\t\t\t" "libg722" MOD_EXT "\n");
- (void)re_fprintf(f, "#module\t\t\t" "g722" MOD_EXT "\n"); - (void)re_fprintf(f, "#module\t\t\t" "g722" MOD_EXT "\n");
+ (void)re_fprintf(f, "module\t\t\t" "g722" MOD_EXT "\n"); + (void)re_fprintf(f, "module\t\t\t" "g722" MOD_EXT "\n");
(void)re_fprintf(f, "#module\t\t\t" "g726" MOD_EXT "\n");
(void)re_fprintf(f, "module\t\t\t" "g711" MOD_EXT "\n"); (void)re_fprintf(f, "module\t\t\t" "g711" MOD_EXT "\n");
(void)re_fprintf(f, "#module\t\t\t" "l16" MOD_EXT "\n"); (void)re_fprintf(f, "#module\t\t\t" "l16" MOD_EXT "\n");
@@ -1155,16 +1155,16 @@ int config_write_template(const char *file, const stru (void)re_fprintf(f, "#module\t\t\t" "codec2" MOD_EXT "\n");
@@ -1154,16 +1154,16 @@ int config_write_template(const char *file, const stru
(void)re_fprintf(f, "#module\t\t\t" "pipewire" MOD_EXT "\n"); (void)re_fprintf(f, "#module\t\t\t" "pipewire" MOD_EXT "\n");
} }
#endif #endif
@@ -65,7 +65,7 @@ Index: src/config.c
(void)re_fprintf(f, "\n# Video filter Modules (in encoding order)\n"); (void)re_fprintf(f, "\n# Video filter Modules (in encoding order)\n");
(void)re_fprintf(f, "#module\t\t\t" "selfview" MOD_EXT "\n"); (void)re_fprintf(f, "#module\t\t\t" "selfview" MOD_EXT "\n");
@@ -1190,7 +1190,7 @@ int config_write_template(const char *file, const stru @@ -1189,7 +1189,7 @@ int config_write_template(const char *file, const stru
#ifdef LINUX #ifdef LINUX
(void)re_fprintf(f, "#module\t\t\t" "directfb" MOD_EXT "\n"); (void)re_fprintf(f, "#module\t\t\t" "directfb" MOD_EXT "\n");
#endif #endif
@@ -74,7 +74,7 @@ Index: src/config.c
(void)re_fprintf(f, "#module\t\t\t" "sdl" MOD_EXT "\n"); (void)re_fprintf(f, "#module\t\t\t" "sdl" MOD_EXT "\n");
(void)re_fprintf(f, "#module\t\t\t" "fakevideo" MOD_EXT "\n"); (void)re_fprintf(f, "#module\t\t\t" "fakevideo" MOD_EXT "\n");
@@ -1211,8 +1211,8 @@ int config_write_template(const char *file, const stru @@ -1210,8 +1210,8 @@ int config_write_template(const char *file, const stru
(void)re_fprintf(f, "#module\t\t\t" "pcp" MOD_EXT "\n"); (void)re_fprintf(f, "#module\t\t\t" "pcp" MOD_EXT "\n");
(void)re_fprintf(f, "\n# Media encryption modules\n"); (void)re_fprintf(f, "\n# Media encryption modules\n");
@@ -85,7 +85,7 @@ Index: src/config.c
(void)re_fprintf(f, "#module\t\t\t" "gzrtp" MOD_EXT "\n"); (void)re_fprintf(f, "#module\t\t\t" "gzrtp" MOD_EXT "\n");
(void)re_fprintf(f, "\n"); (void)re_fprintf(f, "\n");
@@ -1258,8 +1258,8 @@ int config_write_template(const char *file, const stru @@ -1257,8 +1257,8 @@ int config_write_template(const char *file, const stru
(void)re_fprintf(f, "ctrl_tcp_listen\t\t0.0.0.0:4444 # ctrl_tcp - " (void)re_fprintf(f, "ctrl_tcp_listen\t\t0.0.0.0:4444 # ctrl_tcp - "
"TCP interface JSON\n"); "TCP interface JSON\n");
+1 -1
View File
@@ -2,7 +2,7 @@ COMMENT = portable library for real-time communications
GH_PROJECT = re GH_PROJECT = re
SHARED_LIBS = re 24.1 # 24.0 SHARED_LIBS = re 24.2 # 24.0
CATEGORIES += devel CATEGORIES += devel
WANTLIB = crypto execinfo m pthread ssl z WANTLIB = crypto execinfo m pthread ssl z
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (re-4.7.0.tar.gz) = uf0objDfEDs+Br4vghUD1vIVUQAnN8S49Hz42zDdXhk= SHA256 (re-4.8.0.tar.gz) = NKYGG7+8xw+a9+lzL9VYjksSiKnQTOE2nEnezkZQLjg=
SIZE (re-4.7.0.tar.gz) = 634957 SIZE (re-4.8.0.tar.gz) = 636577