From d22c8fa290d1e6c32743ac24f490931c565891b3 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Tue, 23 Dec 2025 17:40:06 +0100 Subject: [PATCH] ace: upgrade 8.0.2 -> 8.0.5 Changelog: 8.0.5: Fixed building ACE for Android with uses_wchar=1 Add support for parallel make using Embarcadero bcc64x compiler Fixed compile errors when C++23 is enabled Updated thread name support to work with older Windows versions 8.0.4: Fixed compile errors in the ACE core when compiled without thread support (only core of ACE compiled and not tested) 8.0.3: Deprecated ACE_Copy_Disabled in favor of deleted copy/assignment Replaced usage of ACE_MIN and ACE_MAX with std::min/std::max Add support for abstract paths to ACE_UNIX_ADDR Improve support for 64bit file sizes Minor fixes to ACE logging classes Use C++11 default for more classes GCC versions less than 9 and Clang versions less than 12 are no longer tested in GitHub Actions CI Dropped support for Embarcadero C++ Builder bcc32c and bcc64 compilers Updated support for Green Hills INTEGRITY and INTEGRITY-178 tuMP RTOS. Tested on INTEGRITY 11.4.6 and INTEGRITY-178 5.0.0. Thread names given to ACE_OS::thr_create are now passed down to the OS on Windows and on INTEGRITY. https://github.com/DOCGroup/ACE_TAO/releases Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- .../recipes-connectivity/ace/{ace_8.0.2.bb => ace_8.0.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/ace/{ace_8.0.2.bb => ace_8.0.5.bb} (91%) diff --git a/meta-oe/recipes-connectivity/ace/ace_8.0.2.bb b/meta-oe/recipes-connectivity/ace/ace_8.0.5.bb similarity index 91% rename from meta-oe/recipes-connectivity/ace/ace_8.0.2.bb rename to meta-oe/recipes-connectivity/ace/ace_8.0.5.bb index 35252c3efc..bd935999ca 100644 --- a/meta-oe/recipes-connectivity/ace/ace_8.0.2.bb +++ b/meta-oe/recipes-connectivity/ace/ace_8.0.5.bb @@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d2c090e9c730fd91677782d8e2091d77" DEPENDS += "openssl gperf-native" -SRC_URI = "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-8_0_2/ACE-${PV}.tar.bz2 \ +SRC_URI = "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-8_0_5/ACE-${PV}.tar.bz2 \ file://ace_config.patch \ file://no_sysctl.patch \ " -SRC_URI[sha256sum] = "dba38a905858ec4a44c04b4bbaef42b891adf061e8c0bbdaa1dce2c04fcccb7f" +SRC_URI[sha256sum] = "2c40ecdbbd04c79fd5a815666e14654e71ab82d4335cdb3aa8669def250c3444" UPSTREAM_CHECK_URI = "https://github.com/DOCGroup/ACE_TAO/releases" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)"