- URL: https://github.com/kamailio/kamailio/commit/8621578197b44fe2f6794b16ec20bfb1d048dd88 Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T14:34:03Z
websocket: cmake: Replace definition as an option for visibility - EMBEDDED_UTF8_DECODE option (cherry picked from commit acae32534942bd50436ec5e615193bd8f55f42cc) - URL: https://github.com/kamailio/kamailio/commit/bca81cc5694cf05a669637cefb94faf0ce1b5a5d Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T14:38:54Z cmake: Respect KTLS_INCLUDE_TLSA env variable - KTLS group will include TLSA modules as well when defined - KTLSA group exists when not defined (cherry picked from commit 0f67c919e2a0b06e6a398867aff47cef7a7db679) - URL: https://github.com/kamailio/kamailio/commit/80bc8665dcc185f5301b93283560a890eac73ac4 Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T14:39:05Z cmake: Update locking method detection (cherry picked from commit b4df3a4e9586e5a583fbee089993f9eb25e2d417) - URL: https://github.com/kamailio/kamailio/commit/38d9c40e646f820404c422518690e1af7d824729 Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:27Z core: Add missing USE_FUTEX check in locks (cherry picked from commit da4e0d2dab0678374abbe6fa2274a6a434cf39c5) - URL: https://github.com/kamailio/kamailio/commit/37379eff106f2746a360dcbf91fa0bc4ec780400 Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:27Z cmake: Don't USE_FUTEX for arm64/aarch64 (cherry picked from commit a326b57363754e2ba5e1824e02b2a1ce80584fc7) - URL: https://github.com/kamailio/kamailio/commit/dff8a9c266c7676af7d809579f4fce85dddd9f1a Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:27Z cmake: Update arch that support futex locking mechanism (cherry picked from commit 9ad781bb519182cb13b63be5bc2c68944a75c1d3) - URL: https://github.com/kamailio/kamailio/commit/eca78e86d21c7cb571e4fe1b7c76a10e9942b14d Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:27Z cmake: Update futex and fast_lock arch support - Remove futex support for arm - Add fast_lock support for arm (cherry picked from commit 4b3ac98cd29b3fbe9856e9b83e92e49031fe081a) - URL: https://github.com/kamailio/kamailio/commit/5f0de9fef869f4b312842bf71009e7f19fad9c39 Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:27Z cmake: Add default and per arch priority list for lock methods - Add aarch64 support for futexlock - Add default priority according to lock_ops.h - Add per-arch priorrity list, if not exist back to default - Add aarch64 priority list - Add some compile warnings (cherry picked from commit 18119539680183d5815df84c67d64a94357afbfd) - URL: https://github.com/kamailio/kamailio/commit/d74ac6f65d20332692ee70809dca206cfbfe6275 Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:27Z rabbitmq: cmake: Use pkgconfig to find it - v0.11 (bookworm) reports wrong version (4.5.0) when used which adds the defintion and breaks the build (cherry picked from commit c13053e0d015391ceb76161375ca8389af40158d) - URL: https://github.com/kamailio/kamailio/commit/7bbbd0a5f93e7a70671784048cc593acab4327df Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:28Z cmake: netsnmp: Don't require the cflags - It was using wrong interface property - kamailio modules do not require them (cherry picked from commit 884208172dd50fcbda1010be1e5cff66a484cfbc) - URL: https://github.com/kamailio/kamailio/commit/4d67fbf0d297f7c93f206a42fe74297939ec2c2e Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:28Z microhttpd: Lower acceptable version - bookworm builds fine with 0.9.72 (cherry picked from commit 8e3e3499c15c77403974d94f8602384e7455cbed) - URL: https://github.com/kamailio/kamailio/commit/379d15587b8f8e24a631426eed95831165f0a08b Author: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-27T15:18:28Z tlsa: CMakeLists.txt - the module has to be always linked with static libs - removed condition on LIBSSL_STATIC (cherry picked from commit 8006cc7d72b71b1e65c7f6eabead72593d03fcd6) - URL: https://github.com/kamailio/kamailio/commit/5d6372dccf8739e7ae10edb5890ef5832750ca0f Author: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-27T15:18:28Z tls: CMakeLists.txt - added scope to target_compile_definitions() (cherry picked from commit aa64948ab69ce4ea7c0210de42b357353ff9aee4) - URL: https://github.com/kamailio/kamailio/commit/075aba703ae7cb287ffff600dfa35ad3ce3670b4 Author: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-27T15:18:28Z tlsa: CMakeLists.txt - search and link to static ssl, crypto and z libs - GH #4552 (cherry picked from commit 73d2ffe0f39d27376ea2e4082d1cbf317a80623d) - URL: https://github.com/kamailio/kamailio/commit/6380082df413958166f5413dcfe42c5914dae1d6 Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:28Z tlsa: cmake: Search for static openssl with find_package (cherry picked from commit acf5882c6142674a8f44de208f60f8d586eefb11) - URL: https://github.com/kamailio/kamailio/commit/f2d67fb3e1abdf03834c179f0747b9bd31896151 Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:28Z tlsa: cmake: Add build workaround for riscv64 (cherry picked from commit ba74e43074eaf9df80f6b2d231c658bbc4b85db6) - URL: https://github.com/kamailio/kamailio/commit/59cb58305afa84ebdee1ca63708920ead855635e Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:28Z app_ruby: cmake: Add missing dependencies (cherry picked from commit f87fd704d4ec4d6c470fc49be799a460937de806) - URL: https://github.com/kamailio/kamailio/commit/00296194d1fda096000441083886e11d51e5c099 Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:28Z app_ruby_proc: cmake: Add missing dependencies (cherry picked from commit 7d86a9b2d20bb0b8a550498be44bb904066c00a9) - URL: https://github.com/kamailio/kamailio/commit/27018e007d045a0d9e2b10479136b31d9e22a1d4 Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:28Z cdp: cmake: Add missing dependencies (cherry picked from commit d13fcc0300c6bed9f531d0db9a513e116ca4d89a) - URL: https://github.com/kamailio/kamailio/commit/b9a03d970ae1cf180ba6a6f261744c0ab9861749 Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:28Z cmake: erlang: Adopt for newer Erlang/OTP version - libinterface.a deprecated in OTP Version 23 - Allow custom installation paths (cherry picked from commit 13d22450cdf99c6bbc31dfae51d874361b8f78f6) - URL: https://github.com/kamailio/kamailio/commit/ddf2cdd70a851661769f6e6e9492cac1a544be70 Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:28Z erlang: cmake: Add missing dependencies (cherry picked from commit 441b7c861e0d1324b642493175e28b7d8a41a974) - URL: https://github.com/kamailio/kamailio/commit/0c152bfb9f2b8819b37c66cfc3213f08508b08d5 Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:28Z ims_diameter_server: cmake: Add missing dependencies (cherry picked from commit a284b855016eaeed430c79db9300f0c167aa7dc3) - URL: https://github.com/kamailio/kamailio/commit/26c2c3bf1bdab22166f0f3b434557b240e7072b6 Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:28Z ims_ipsec_pcscf: cmake: Add missing dependencies (cherry picked from commit a4589658e78a79a4d9561ee50eae208360513f86) - URL: https://github.com/kamailio/kamailio/commit/4f2ed2db5f1364525e5e2d7df402556f885b6264 Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:28Z ims_ocs: cmake: Add missing dependencies (cherry picked from commit 5a3874b0140527eacbb1c90ea53a6c8560cbb892) - URL: https://github.com/kamailio/kamailio/commit/f10715bb3fa82627a1804cfc62dafaee73c662c1 Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:28Z ims_qos: cmake: Add missing dependencies (cherry picked from commit cd5ad0b7f0f14bcdafa0ec7597d7a0a802260429) - URL: https://github.com/kamailio/kamailio/commit/b99def4d6ebc32e3113dc94c1ee8eb50b8afc6e9 Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:28Z ims_qos_npn: cmake: Add missing dependencies (cherry picked from commit 5cf2f4ecde080d6ab1402b9c94bcb33f7b91b8dc) - URL: https://github.com/kamailio/kamailio/commit/93785b09c8c09cf686abd84590639cccd5722195 Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:28Z ims_registrar_pcscf: cmake: Add missing dependencies (cherry picked from commit 7269a4c281d3e4f1a5d89e62c97bc17a04779201) - URL: https://github.com/kamailio/kamailio/commit/9f3d18d7ad8180a098224dd14defa23bd863114c Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:28Z ims_registrar_scscf: cmake: Add missing dependencies (cherry picked from commit 53ddd2411960606821dddd8db8b8fe7abc5704ba) - URL: https://github.com/kamailio/kamailio/commit/23e2d5c5a6daf67e7c41ef20a3d0c757c71ce481 Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:28Z misctest: cmake: Add missing dependencies (cherry picked from commit 983f8cdc8af95b7bfb7d443c58427b8cff733003) - URL: https://github.com/kamailio/kamailio/commit/4b3c53265e0a073d1d3453a014f3fa43b6eef19d Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:28Z sipdump: cmake: Add missing dependencies (cherry picked from commit 98d6e8df16778e60e2b71f7d1c6bdff2b3a3df61) - URL: https://github.com/kamailio/kamailio/commit/0d1eb775b65981936debdd3f22bdd692746c930b Author: Xenofon Karamanos <[email protected]> Date: 2026-01-27T15:18:28Z cmake: Update mutex option for TLS support and clean up unused code (cherry picked from commit c992bc7621ee1d18ceddf8866a8b38a852d1a1a9) _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
