[OpenSIPS-Devel] [OpenSIPS/opensips] c80b81: CI: Add missing ubuntu- prefix.
Liviu Chircu
noreply at github.com
Tue Apr 22 08:24:54 UTC 2025
Branch: refs/heads/master
Home: https://github.com/OpenSIPS/opensips
Commit: c80b81cea7c65851b65f5fb499c7b141a978d4ea
https://github.com/OpenSIPS/opensips/commit/c80b81cea7c65851b65f5fb499c7b141a978d4ea
Author: Maksym Sobolyev <sobomax at sippysoft.com>
Date: 2025-04-18 (Fri, 18 Apr 2025)
Changed paths:
M .github/workflows/unittests.yml
Log Message:
-----------
CI: Add missing ubuntu- prefix.
Commit: fc365a964fc95a162b11df0240ec334b9438eb58
https://github.com/OpenSIPS/opensips/commit/fc365a964fc95a162b11df0240ec334b9438eb58
Author: Maksym Sobolyev <sobomax at sippysoft.com>
Date: 2025-04-18 (Fri, 18 Apr 2025)
Changed paths:
M .github/workflows/.rtp.io.yml
Log Message:
-----------
CI: access GHCR packages using token.
Commit: e27c6bbdbbc83bb4e8ccab8f036b727348ff209b
https://github.com/OpenSIPS/opensips/commit/e27c6bbdbbc83bb4e8ccab8f036b727348ff209b
Author: Maksym Sobolyev <sobomax at sippysoft.com>
Date: 2025-04-18 (Fri, 18 Apr 2025)
Changed paths:
M modules/b2b_entities/dlg.c
Log Message:
-----------
b2b_entities: fix compilation with gcc13+.
"error: storing the address of local variable ‘from_hdr’ in ‘dummy_msg.headers’"
Commit: fcd820c124a5e6bfda3cb4c581f32fde46ddf6c2
https://github.com/OpenSIPS/opensips/commit/fcd820c124a5e6bfda3cb4c581f32fde46ddf6c2
Author: Maksym Sobolyev <sobomax at sippysoft.com>
Date: 2025-04-18 (Fri, 18 Apr 2025)
Changed paths:
M modules/cpl_c/cpl_switches.h
Log Message:
-----------
cpl: fix build with gcc13+, don't use NULL as argument for the "%.*s" format
DHAVE_ALLOCA_H -DHAVE_TIMEGM -DHAVE_EPOLL -DHAVE_SIGIO_RT -DHAVE_SELECT -DUNIT_TESTS -Wno-deprecated-declarations -I/usr/include/libxml2 -c cpl_run.c -o cpl_run.o
In file included from ../../mem/mem.h:30,
from cpl_run.c:35:
cpl_switches.h: In function ‘run_address_switch’:
../../mem/../dprint.h:71:36: error: ‘%.*s’ directive argument is null [-Werror=format-overflow=]
71 | #define DP_PREFIX (char *)"%s [%d] "
| ^~~~~~~~~~
cpl_switches.h:192:41: note: in expansion of macro ‘LM_DBG’
192 | LM_DBG("extracted val. is <%.*s>\n",
| ^~~~~~
Commit: 511b051ab443e1d3c592cebdf298052bc7566b3c
https://github.com/OpenSIPS/opensips/commit/511b051ab443e1d3c592cebdf298052bc7566b3c
Author: Maksym Sobolyev <sobomax at sippysoft.com>
Date: 2025-04-18 (Fri, 18 Apr 2025)
Changed paths:
M scripts/build/build_libtap.sh
M scripts/build/build_test_harness.sh
M scripts/build/do_build.sh
M scripts/build/dockerize.sub
M scripts/build/get-arch-buildargs.rtp.io
M scripts/build/install_depends.sh
M scripts/build/print_ccache_stats.sh
M scripts/build/zero_ccache_stats.sh
Log Message:
-----------
CI: Set QEMU_CPU=cortex-a53 on arm64 to improve build performance on latest ubuntu.
Commit: 1c7153ee9c8b699bac1dc4b0df06794ae8e569f3
https://github.com/OpenSIPS/opensips/commit/1c7153ee9c8b699bac1dc4b0df06794ae8e569f3
Author: Maksym Sobolyev <sobomax at sippysoft.com>
Date: 2025-04-18 (Fri, 18 Apr 2025)
Changed paths:
M transformations.c
Log Message:
-----------
core: fix build with gcc-14, make sure media.len is initialized
transformations.c: In function ‘tr_eval_sdp’:
transformations.c:1761:70: error: ‘media.len’ may be used uninitialized [-Werror=maybe-uninitialized]
1761 | if ((media.s != NULL && stream->media.len == media.len &&
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Commit: f396a3926c26ec918cfac635db9301d388fff916
https://github.com/OpenSIPS/opensips/commit/f396a3926c26ec918cfac635db9301d388fff916
Author: Maksym Sobolyev <sobomax at sippysoft.com>
Date: 2025-04-18 (Fri, 18 Apr 2025)
Changed paths:
M modules/sqlops/sqlops_impl.c
Log Message:
-----------
sqlops: fix build with gcc-14
sqlops_impl.c: In function ‘ops_sql_api_insert’:
sqlops_impl.c:910:12: error: ‘Jcols’ may be used uninitialized [-Werror=maybe-uninitialized]
910 | if (Jcols) cJSON_Delete(Jcols);
| ^
Commit: 2ecff3eabc62cfb8375eaa044afc95963af6f3ed
https://github.com/OpenSIPS/opensips/commit/2ecff3eabc62cfb8375eaa044afc95963af6f3ed
Author: Liviu Chircu <liviu at opensips.org>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
M .github/workflows/.rtp.io.yml
M .github/workflows/unittests.yml
M modules/b2b_entities/dlg.c
M modules/cpl_c/cpl_switches.h
M modules/sqlops/sqlops_impl.c
M scripts/build/build_libtap.sh
M scripts/build/build_test_harness.sh
M scripts/build/do_build.sh
M scripts/build/dockerize.sub
M scripts/build/get-arch-buildargs.rtp.io
M scripts/build/install_depends.sh
M scripts/build/print_ccache_stats.sh
M scripts/build/zero_ccache_stats.sh
M transformations.c
Log Message:
-----------
Merge pull request #3630 from sippy/pr_fix_ci
Fix CI issues (#3501 fallout)
Compare: https://github.com/OpenSIPS/opensips/compare/3e5f7b6eb5a6...2ecff3eabc62
To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications
More information about the Devel
mailing list