Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 4250ccd78f7c900a7eea844e9b41a0f487d08fa9 https://github.com/OpenSIPS/opensips/commit/4250ccd78f7c900a7eea844e9b41a0f487d08fa9 Author: Liviu Chircu <li...@opensips.org> Date: 2024-05-01 (Wed, 01 May 2024)
Changed paths: M scripts/build/apt_requirements_postupdate.sh Log Message: ----------- python build: Ensure "setuptools" is available Commit: 077072d9a87c974d1a9cce67cbea66344db9e1a8 https://github.com/OpenSIPS/opensips/commit/077072d9a87c974d1a9cce67cbea66344db9e1a8 Author: Liviu Chircu <li...@opensips.org> Date: 2024-05-01 (Wed, 01 May 2024) Changed paths: M modules/snmpstats/Makefile Log Message: ----------- snmpstats: Fix clang warnings on ARM32/QEMU/Ubuntu-22.04 clang: warning: argument unused during compilation: '-fno-stack-clash-protection' [-Wunused-command-line-argument] Commit: 52f21088b78647f4aa94bb66334e9ebeac6558a7 https://github.com/OpenSIPS/opensips/commit/52f21088b78647f4aa94bb66334e9ebeac6558a7 Author: Liviu Chircu <li...@opensips.org> Date: 2024-05-01 (Wed, 01 May 2024) Changed paths: M modules/usrloc/dlist.c Log Message: ----------- usrloc: Fix a data packing bug Commit: 25107836920b2caa0e94d40538691752f3183f57 https://github.com/OpenSIPS/opensips/commit/25107836920b2caa0e94d40538691752f3183f57 Author: Liviu Chircu <li...@opensips.org> Date: 2024-05-01 (Wed, 01 May 2024) Changed paths: M modules/cfgutils/cfgutils.c M modules/cgrates/cgrates_engine.c M modules/db_flatstore/flatstore.c M modules/mid_registrar/save.c M modules/nat_traversal/nat_traversal.c M modules/ratelimit/ratelimit_helper.c M modules/sipcapture/sipcapture.c M modules/stir_shaken/stir_shaken.c M modules/usrloc/dlist.c Log Message: ----------- Fix various ARM32 time_t warnings (Ubuntu 22.04) Commit: 7e421329810a7d11e5721e934d9e4ab52f3eb80a https://github.com/OpenSIPS/opensips/commit/7e421329810a7d11e5721e934d9e4ab52f3eb80a Author: Liviu Chircu <li...@opensips.org> Date: 2024-05-02 (Thu, 02 May 2024) Changed paths: M scripts/build/do_build.sh Log Message: ----------- Exclude "snmpstats" from multi-arch build It seems LTO is not possible with clang on the below arch, since LLVMgold.so is not available, yet snmpstat's `net-snmp-config` program includes the -ffat-lto-objects CFLAGS, which activates LTO. build_multiarch (clang-arm64-qemu-cross, ubuntu-22.04) /usr/bin/ld: /usr/lib/llvm-18/bin/../lib/LLVMgold.so: error loading plugin: /usr/lib/llvm-18/bin/../lib/LLVMgold.so: cannot open shared object file: No such file or directory clang: error: linker command failed with exit code 1 (use -v to see invocation) Compare: https://github.com/OpenSIPS/opensips/compare/61ba2cc98cc6...7e421329810a To unsubscribe from these emails, change your notification settings at https://github.com/OpenSIPS/opensips/settings/notifications _______________________________________________ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel