summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* xgamma: upgrade 1.0.6 -> 1.0.7alperak2023-12-071-2/+2
| | | | | | | | | | | | | | | | | | Changelog: * Use strtof() if available, instead of casting atof() to float * Refactor to reduce code duplication * Resolve -Wdouble-promotion warnings from clang * Build xz tarballs instead of bzip2 * gitlab CI: add a basic build test * Update configure.ac bug URL for gitlab migration * Update README for gitlab migration * autogen: add default patch prefix * autogen.sh: use quoted string variables * autogen.sh: use exec instead of waiting for configure to finish Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xkbevd: upgrade 1.1.4 -> 1.1.5alperak2023-12-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Changelog: * Add .git-blame-ignore-revs to hide whitespace commits from git blame * eventTypeToString: remove unnecessary strcpy to static buffer * xkbevd.c: Update default DFLT_XKB_CONFIG_ROOT path * cfgscan: check if character is EOF before calling isalpha or isdigit * Rename shadowed variables * Variable scope reduction as suggested by cppcheck * gitlab CI: stop requiring Signed-off-by in commits * man page: remove out-of-date COPYRIGHT section * Build xz tarballs instead of bzip2 * gitlab CI: add a basic build test * Update configure.ac bug URL for gitlab migration * Update README for gitlab migration * autogen: add default patch prefix * autogen.sh: use quoted string variables * autogen.sh: use exec instead of waiting for configure to finish Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xlsatoms: upgrade 1.1.3 -> 1.1.4alperak2023-12-071-2/+2
| | | | | | | | | | | | | | Changelog: * usage: add cold & noreturn attributes to function * Resolve clang -Wshorten-64-to-32 warnings * Variable scope reductions as suggested by cppcheck * gitlab CI: stop requiring Signed-off-by in commits * Build xz tarballs instead of bzip2 * gitlab CI: add a basic build test Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xlsclients: upgrade 1.1.4 -> 1.1.5alperak2023-12-071-2/+2
| | | | | | | | | | | | | | | | | Changelog: * Resolve implicit conversion warnings from clang * usage: add cold & noreturn attributes to function * Handle -Wsign-compare warnings * Quiet -Wmaybe-uninitialized warnings from gcc * gitlab CI: stop requiring Signed-off-by in commits * Build xz tarballs instead of bzip2 * gitlab CI: add a basic build test * Update configure.ac bug URL for gitlab migration * Update README for gitlab migration Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xstdcmap: upgrade 1.0.4 -> 1.0.5alperak2023-12-071-2/+2
| | | | | | | | | | | | | | Changelog: * Remove unneeded variable initializations * Remove unnecessary cast of XFree() argument * Use C99 loop variable declarations * gitlab CI: stop requiring Signed-off -by in commits * Build xz tarballs instead of bzip2 * gitlab CI: add a basic build test Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xcursorgen: upgrade 1.0.7 -> 1.0.8alperak2023-12-071-3/+2
| | | | | | | | | | | | | | Changelog: * Resolve -Wsign-conversion warnings from clang * Handle -Wimplicit-int-conversion warnings from clang * premultiply_data(): Mark png argument unused * gitlab CI: stop requiring Signed-off-by in commits * Build xz tarballs instead of bzip2 * gitlab CI: add a basic build test Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poco: upgrade 1.12.4 -> 1.12.5p2Patrick Wicki2023-12-054-51/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to latest (patch) release. This fixes Integer overflow in Poco::UTF32Encoding, which is a security vulnerability (see https://github.com/pocoproject/poco/issues/4320). Drop POSIX thread creation patch since it's now fixed upstream. Refresh ccpignore.lnx patch. Add patch backporting https://github.com/pocoproject/poco/pull/4227. Changelog ========= - GH #4320: Integer overflow in Poco::UTF32Encoding - GH #4241: Poco::FileInputStream broken in 1.12.5 and 1.11.8 - GH #4219 Make POSIX event thread safe - GH #4215 Remove SocketReactor dependency on Poco::Thread for sleeping - GH #4197 ODBC::Binder UUID new/free mismatch - GH #4194 PollSet filters out some events - GH #4189 Use after free warnings - GH #4180 receiveResponse() may not return response body stream - GH #4177 Upgrade bundled pcre2 to 10.42 - GH #4147 missing \r\n when setting trailer header in chunked response - GH #4134 Initialisation of _socketIndex in SSLManager (OpenSSL) - GH #3867 Add options to disable STDIO in child process - GH #3832 pthread_getname_np' was not declared in this scope - GH #3786 FileChannel::setRotation overflow - GH #2776 Shutdown TLS1.3 connection - GH #4176 PCRE2 10.40 version has security vulnerabilities(CVE-2022-41409), when is the plan to fix it third-party - GH #4150 Use Poco format instead of sprintf in Util - GH #4116 Logging should evaluate only if the logging level is active - GH #4071 PageCompiler: add referrerPolicy to page directive feature - GH #4057 ODBC: SQL Anywhere Support - GH #4031 Classes with virtual functions missing virtual destructors (compilation issues) - GH #4023 CPPParser: Losing data if parameter std::function<void(bool)> is used - GH #4014 wrong string offset in HTTPCredentials::isNTLMCredentials - GH #4005 On UNIX platform, Poco::Path::getExtension() returns name of the hidden file if no extension is present - GH #3986 Fix dead lock on Timer destructor - GH #3968 Poco::Net::SocketConnector constructor should take SocketAddress by const reference - GH #3935 The extractor in postgresql drops milliseconds - GH #3926 CppParser throws exception when return value is specified to be in global namespace - GH #3921 Deadlock in Timer when one sync and one async cancel requests are issued - GH #3918 Static FastMutex fails to lock when issued from another thread on linux - GH #3880 NetSSL_OpenSSL: Support session resumption with TLSv1.3 - GH #3876 Replace sprintf with snprintf in Environment and NumberFormatter to avoid deprecation warnings - GH #3859 zlib headers not updated - GH #3806 HTTPClientSession::receiveResponse() gives NoMessage instead of Timeout exception for SSL connection on Windows when using OpenSSL 3.0.x - GH #3723 DateTimeFormatter creates invalid ISO8601 string - GH #3147 Reading from request stream hangs when "Transfer-Encoding: chunked" is used - GH #4218 Upgrade double-conversion to 3.3.0 - PR #4210 Fix pthread_setname not declared - PR #4072 optimize checkUpperLimit and checkLowerLimit in VarHolder.h enhancement - PR #4050 rename arc -> poco_arc - PR #4038 Fixed Poco::format specifier for error code bug platform_specific - PR #4011 fix #4005 Poco::Path::getExtension() - PR #3999 Fix hang in destructor - PR #3992 Fix thread counter leak - PR #3987 Fix dead lock on Timer destructor - PR #3971 Fix error handling with OpenSSL 3.0 in SecureSocketImpl.cpp (fixes #3806) - PR #3943 Fix build for QNX platform_specific - PR #3942 Fix data race when create POSIX thread - PR #3912 Fixed compile error for OpenSSL 1.0 systems (#3739) - PR #3883 Added system_error header to SockerProactor for std::error_code - PR #3855 Fix epollfd validity checks when compiling with wepoll - PR #3809 improve Windows OpenSSL 3.0.x error handling #3806 - PR #3769 Fixed converting/correcting pre-gregorian dates (#3723) Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jasper: upgrade 2.0.33 -> 4.1.1alperak2023-12-052-26/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * We have to pass "__STDC_VERSION__" value to cmake option due to this error -> A cross-compiling environment has been detected. CMake Error at CMakeLists.txt:430 (message): The value of __STDC_VERSION__ cannot be automatically determined when cross-compiling. Please set JAS_STDC_VERSION to the value of __STDC_VERSION__ when invoking CMake (e.g., by using the option -DJAS_STDC_VERSION=...) or modify the CMakeLists.txt appropriately * Options that are on by default have been added to PACKAGECONFIG. * JAS_ENABLE_SHARED which is enable building of shared library removed because enabled by default. Changelog: 4.1.1 (2023-11-28) ================== * Disallow in-source builds by default. * Fix a potential integer overflow problem in the jas_get_total_mem_size function (for the Windows platform). 4.1.0 (2023-11-04) ================== * Add support for building several JasPer application programs for WebAssembly target with WASI support. 4.0.1 (2023-11-04) ================== * Fix integer overflow bug in PNM decoder (#353). * Fix a few minor build issues. 4.0.0 (2022-11-05) ================== * Improve static linking (#336). * Fix path relocation in mingw environment (#335). * Improve logging and build scripts. * Improve JPEG-2000 conformance test results. * Enable PIC by default. * Fix memory leaks in function cmdopts_parse (#332) (CVE-2022-2963). * imgcmp: + Add quiet (-q) option. + Add debug-level option. + Fix memory leak. * imginfo: + Add quiet (-q) option. * Fix bug in parsing PGX header. * Fix integer overflow bug (#345) (CVE-2022-40755). 3.0.6 (2022-07-13) ================== * Fix bug in manual deployment script. 3.0.5 (2022-06-23) ================== * Fix a minor build issue (#328). 3.0.4 (2022-06-02) ================== * Eliminate some bogus calls to abort. * Fix a typo in jas_safeui64_div (#323). * Add some additional logging messages. * Fix the source of a potential compiler warning (#321). 3.0.3 (2022-03-15) ================== * Fix some portability issues in a few scripts. 3.0.2 (2022-02-14) ================== * Fix a build issue that occurs when a cross-compiler is used (e.g., #319). 3.0.1 (2022-02-12) ================== * Fix some build/portability issues (e.g., #317, #318). 3.0.0 (2022-02-05) ================== VERY IMPORTANT NOTE: This release of the JasPer software introduced some changes in the API and/or behavior of the library relative to earlier releases, which may necessitate some small changes in code using the library (e.g., to avoid memory leaks or other problems). Please refer to the "News" section of the JasPer Reference Manual for more details. For convenience, this manual is available online (for various JasPer releases) at: https://jasper-software.github.io/jasper-manual * Greatly improve documentation. * Add support for multithreading. * Add some customization points in the library, such as the memory allocator and error logging function. * Add improved memory usage tracking and limiting. * Add experimental partial encoding/decoding support for the HEIC format. * Fix some longstanding issues in the JasPer I/O streams API. * Add the running of the full test suite in CI builds for the Windows platform. (Previously, the full test suite was only run for CI builds on Unix-based platforms.) * Fix many bugs (e.g., #305, #307, #308, #309, #312, #314, and many others not associated with any issue numbers). * Merged support for JasPer 3.0.0 into the XV software at: https://github.com/jasper-software/xv.git Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* basu: Update the SRCREV to get lld fixKhem Raj2023-12-051-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtkwave: upgrade 3.3.111 -> 3.3.117alperak2023-12-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: * Bugfix-only release. * VCD reader fixes for unnamed Icarus begin blocks. * String data type crash fix in fst.c. * Dummy release to keep in sync with gtk3 version. * Buffer overflow fixes in FST reader. * Fix VZT reader with -fstrict-aliasing. * Fix use_multi_state condition in vzt_write.c. * Fix for UNDEF vs strings at start of a vzt file. * Fix sleep() time scaling redefine for mingw. * Use MapViewOfFileEx for mmap on Windows (fstapi). * Define FST_DO_MISALIGNED_OPS on AArch64 (fstapi). * Fixed attrbegin short length problem. * Fix manpage/odt for vcd2fst command switch documentation for zlibpack. * Changed sprintf to snprintf in fstapi.c. * Fix stems reader processing code broken in 3.3.114. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libspiro: upgrade 20200505 -> 20221101alperak2023-12-051-2/+2
| | | | | | | | | | | | | | | | | | Changelog: * bugfix - forgot to remove (1-liner) test code. This will not affect users drawing fonts (fonts are mainly in the +x,+y quadrant). This is likely going to affect users using drawing programs since these are equally likely using +/-x and +/-y quadrants. Test code introduced during 2017-10-22 and forgotten to get removed before release 20190731. This 'bug' affects releases 20190731, 20200505 and 20220722 and is recommended to upgrade to libspiro 20221101 for drawing programs. * Added ability to start spiros with type '[' or 'a', as long as there is a 'v', 'c', or 'o' in the list of points. * Thanks to orbea, bugfixes LIBADD for linker flags instead of LDFLAGS, and removed .libs from linker paths (these fixes help other linkers which need more rigid requirements). * Removed 'make test' and added some Maintenance info for 'make check'. Closes issue #30 * Implemented in https://gcc.gnu.org/wiki/Visibility to help reduce symbol table and exports. * More info added to spiroentrypoints.h to help developers. * New method added to libspiro. example code shown in tests/call-test21.c which uses ncq definition SPIRO_INTERNAL_BEZCTX and two associated functions. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vte9: Drop recipeKhem Raj2023-12-044-181/+0
| | | | | | | The version from core layer is good for meta-gnome as well these days packages needing older version are gone. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liblognorm:Add asprintf to autoconf function check macroKhem Raj2023-12-022-1/+31
| | | | | | Fix build error found with clang-17 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdecor: update 0.2.0 -> 0.2.1Markus Volk2023-12-021-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glog: Disable 64bit atomics on armv{5,6}Patrick Williams2023-12-011-0/+2
| | | | | | | | The ARMv5 and ARMv6 architectures do not support 64-bit atomics, so disable them. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpwquality: upgrade 1.4.4 -> 1.4.5alperak2023-12-012-87/+12
| | | | | | | | | | | | | | | | * 0001-fix-musl-build.patch removed because fixed in the new version. -> https://github.com/libpwquality/libpwquality/pull/53 * Copied ABOUT-NLS from native sysroot's gettext manually because of following error -> error: required file './ABOUT-NLS' not found Building from sources need additional steps. Gettextize would have produced this file properly. But, we don't run it as part of autotools bbclass's autoreconf step Instead of creating an empty ABOUT-NLS file, copied it from native sysroot's gettext manually. Changelog: * Translation updates * Minor bug fixes and documentation enhancements Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: Install ptests into PTEST_PATHKhem Raj2023-12-012-7/+6
| | | | | | add rdep on basu and dbus when not using systemd Signed-off-by: Khem Raj <raj.khem@gmail.com>
* basu: Update to latest masterKhem Raj2023-12-011-1/+1
| | | | | | | | | There is only one commit after 0.2.1 release which is to fix build with lld. https://git.sr.ht/~emersion/basu/commit/a08cf5a575325435040d35710dbac3d0c32b1676 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* monocypher: add crypto library recipeBELOUARGA Mohamed2023-11-301-0/+26
| | | | | | | Adds monocypher, an easy to use, easy to deploy, auditable crypto library written in portable C. It approaches the size of TweetNaCl and the speed of libsodium Signed-off-by: BELOUARGA Mohamed <m.belouarga@technologyandstrategy.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmodbus: upgrade 3.1.7 -> 3.1.10alperak2023-11-305-345/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix-float-endianness-issue-on-big-endian-arch.patch removed because fixed in the new version. Changelog: * Fix baud rate handling with RTU under Linux * Fix modbus_disable_quirks signature * Remove Travis CI * Move content about migration to libmodbus.org * Avoid negative value in FD_SET call * Test socket against positive value instead of -1 * Improvements to autotools by @ndim * Fix doc links by @jordanjohnson56 (#653) * Test the protocol id for 0 by @metapsychologe (#509) * Fix double negative in tests * New quirks handler (closes #38 #533) * Fix bitwise OR in documentation * Improve doc about slave ID in RTU * Add .clang-format and format code (closes #394) * Remove constraints on baud rate values * Accept IP or device in arg of unit test progs * Avoid compilation issue with VS2022 with strdup * Display created files in configure.js * Use strcpy_s under Windows * Replace inet_addr by inet_pton calls * Replace inet_ntoa by inet_ptop * Update configure.ac/config.h.win32 for new inet functions * Instructions to build libmodbus in a VS project * Fix connection check for Windows RTU (closes #660, #662) * Add CIFuzz Github action by @DavidKorczynski (#669) * Convert a few int to unsigned int (#402) * Major rewrite of documentation with Material for mkdocs * Reduce memory use of TCP PI backend (closes #621) * Fixed MODBUS_ERROR_RECOVERY_LINK not working on Windows (@embeddedmz) * Replace Travis CI by GitHub CI * Fix linker error for Windows (VCLinkerTool) * Address check in single register / coil responses added (#463) * Swap CRC bytes in request data but not at CRC computing (#397) * Fix float endianness issue on big endian architecture * Fix comment about EMBUNKEXC (closes #566) * Fix network library detection on Haiku * Fix typos (closes #620) Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liblognorm: upgrade 1.0.1 -> 2.0.6alperak2023-11-303-22/+25
| | | | | | | Changelog: https://github.com/rsyslog/liblognorm/blob/46c6ee4c8e5f827893e485a4ef1aff04ea881273/ChangeLog Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tbb: enable NUMA/Hybrid CPU supportNaveen Saini2023-11-292-1/+44
| | | | | | | | | | | oneTBB relies on HWLOC* to identify the underlying topology of the system to optimize thread scheduling and memory allocation. Ref: https://oneapi-src.github.io/oneTBB/GSG/next_steps.html#hybrid-cpu-and-numa-support Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tbb: upgrade 2021.9.0 -> 2021.11.0Naveen Saini2023-11-292-37/+1
| | | | | | | | | | | riscv arch support enabled in this release, so patching for riscv* not required anymore. Drop patch. Release note: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.11.0 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-tools: Upgrade to 1.4.0Khem Raj2023-11-291-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-libsystemd: Upgrade to 254Khem Raj2023-11-2934-992/+948
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ptest-packagelists-meta-oe.inc: Move poco to slow testsKhem Raj2023-11-291-1/+1
| | | | | | | poco ptests take 7+ minutes on a kvm accelerated build system so it should actually be part of slow test list Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iotop: upgrade 1.21 -> 1.25alperak2023-11-291-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: Copyright years changed Changelog: * Fix bug when iotop busy loops after pressing ESC key * Change the condition of displaying processes in only mode * Fix a bug with graphs in ASCII mode * Show the status of the configuration in the help window * Support ancient compilers * Revert syscall count stuff * fix empty archlinux package * view_curses: do not force black background * fixed scroller logic * fixed corner case of full scroller * Update README.md * Add regex search * Better checking and error handling in netlink code * More graceful signal handling * Fix bug with a missing check if a process exited * New option to hide exited processes * Add color to % values and option to disable color at all * Implement the suggestion from https://no-color.org * Fix bug with cursor displayed in unusual places Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* icewm: upgrade 2.9.9 -> 3.4.4alperak2023-11-291-1/+1
| | | | | | | Changelog: https://github.com/ice-wm/icewm/blob/3.4.4/NEWS Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* brotli: upgrade 1.0.9 -> 1.1.0alperak2023-11-292-52/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed patch because of fixed in the new version. Changelog: Added * decoder: BrotliDecoderAttachDictionary * decoder: BrotliDecoderOnFinish callback behind BROTLI_REPORTING * decoder: BrotliDecoderSetMetadataCallbacks * encoder: BrotliEncoderPrepareDictionary, * BrotliEncoderDestroyPreparedDictionary, * BrotliEncoderAttachPreparedDictionary * decoder: BrotliEncoderOnFinish callback behind BROTLI_REPORTING * common: BrotliSharedDictionaryCreateInstance, * BrotliSharedDictionaryDestroyInstance, * BrotliSharedDictionaryAttach * CLI: --dictionary option * java: encoder wrapper: Parameters.mode * java: Brotli{Input|Output}Stream.attachDictionary * java: wrapper: partial byte array input * typescript: decoder (transpiled from Java) Removed * build: BROTLI_BUILD_PORTABLE option Fixed * java: JNI decoder failed sometimes on power of 2 payloads Improved * java / js: smaller decoder footprint * decoder: faster decoding * encoder: faster encoding * encoder: smaller stack frames Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fio: revert "fio: upgrade 3.32 -> 2022"Alexander Kanavin2023-11-2934-3626/+44
| | | | | | | This was a bogus update (from AUH I believe) and should be reverted. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* msgpack-cpp: upgrade 4.1.1 -> 6.1.0alperak2023-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: - Remove dependency on boost in chrono.hpp (#1076) - Add support for std::variant behavior (#1075) - Fix msgpack::type::variant behavior to respect MessagePack format (#1071) - Add rebind allocators (#1065) - Change CMake package name of C++ library to msgpack-cxx (#1054) - Unified all C++ package, library, cmake, tarball name become msgpack-cxx. - Change CMake package name of C++ library to msgpackc-cxx (#1045, #1048) - Fix config for new MSVC preprocessor (#1040) - Fix compile error that direct inclusion of chrono with MSGPACK_NO_BOOST (#1038) - Fix noexcept on zone (#1030) - Improve cmake support (#1028, #1032) - Improve CI (#1023) - Improve supporting platform (#1021) - Refine double/float packing (#1018) - Refine include files dependency (#1011) Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* msgpack-c: upgrade 4.0.0 -> 6.0.0alperak2023-11-281-3/+3
| | | | | | | | | | | | | | | - GTest should be OFF by default. -> https://github.com/msgpack/msgpack-c/issues/1066 Changelog: - Remove C++ requirement if test is disabled (#1055) - Change CMake package name of C library to msgpack-c (#1053) - Unified all C package, library, cmake, tarball name become msgpack-c. - Add additional address sanitizer for CI. (#1023) - Change CMake package name of C library to msgpackc (#1044, #1049) Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linuxptp: Update downstream patchesLuca Fancellu2023-11-282-11/+26
| | | | | | | | | Downstream patches for linuxptp are upstreamed on the project development branch, update them with their latest status and update the Upstream-Status. Signed-off-by: Luca Fancellu <luca.fancellu@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tmate: Fix finding msgpack 6+alperak2023-11-282-0/+44
| | | | | Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thingsboard-gateway: upgrade 3.4.2 -> 3.4.3.1Wang Mingyu2023-11-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.5.1 -> 4.6.0Wang Mingyu2023-11-281-1/+1
| | | | | | | | Changelog: New release and Windows installer. Requires the Gensio library to be installed. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 7.2.2 -> 7.2.3Wang Mingyu2023-11-2810-1/+1
| | | | | | | | | | | Changelog: ============= -Fix file descriptor leak preventing deleted files from freeing disk space on replicas -Fix a possible crash after cluster node removal Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tomoyo-tools: upgrade 2.5.0 -> 2.6.1Wang Mingyu2023-11-281-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-cpp: upgrade 1.2.0 -> 1.3.1Wang Mingyu2023-11-282-13/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | 0001-cmake-Use-CMAKE_INSTALL_LIBDIR-and-CMAKE_INSTALL_BIN.patch refreshed for 1.3.1 License-Update: Updated license to EPL-v2.0 Changelog: ============ -#462 Fix version string for version v1.3.x -Fixed building and using library as DLL on Windows with MSVC -Updated License to Eclipse Public License v2.0 -Updated create and connect options to better deal with MQTT protocol version -Defaulting connect version to v5 if specified in create options. -Added a topic_filter class to match a single filter to specific topics. -Added a topic_matcher class to create a collection of items in a trie structure that can contain items tied to topic filters. (Useful for queues or callbacks per-subscription topic). -Minor tweaks to prepare for C++20 -Support for Catch2 v3.x for unit tests (v2.x also still supported). -Changed the sample apps to use the newer "mqtt://" schemas. -Connect option initializers for v5 and WebSockets. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libbpf: upgrade 1.2.2 -> 1.3.0Wang Mingyu2023-11-281-2/+2
| | | | | | | | | Changelog: ============ https://github.com/libbpf/libbpf/releases/tag/v1.3.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* capnproto: upgrade 1.0.1 -> 1.0.1.1Wang Mingyu2023-11-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: upgrade 2.7.7 -> 2.8.0Wang Mingyu2023-11-281-1/+1
| | | | | | | | Changelog: Release and windows installer. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnfdragora: upgrade 2.1.4 -> 2.1.5Wang Mingyu2023-11-281-1/+1
| | | | | | | | | | Changelog: ============ -Fixed Segfault error when there is no package description. -Added Info window after transaction. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.0.20231119.0 -> 6.0.20231126.0Wang Mingyu2023-11-281-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* squashfs-tools-ng: upgrade 1.1.4 -> 1.2.0alperak2023-11-271-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: Remove builtin copy of zlib On GNU/Linux, *BSD or MacOS we can simply use the system default library. The copy was primarily only there for the Windows build. The build script for Windows has now been adapted to download and compile a shared library from a tarball. This removes a huge chunk of code from the git tree as well as the release tarballs. Additionally it gets rid of iffy things like removing the Zlib copyright/version strings, so the libsquashfs DLL doesn't export it. Changelog: Added * Make it possible for gensquashfs to add xattrs from a description file * Make it possible for gensquashfs to specify file sorting order * Support . and .. directory browsing support in sqfs_dir_reader_t * Add sqfs_tree_node_get_path to libsquashfs Fixed * Only use actually available CPUs in gensquashfs and tar2sqfs * Overzealous bounds check in the libsquashfs block processor (#110) * In sqfs_compressor_create, clear the output pointer on error (#110) * Typo in gensquashfs and tar2sqfs block count statistics (#108) * Hard link resolution: report error if path cannonicalization fails * Documentation: signedness of the directory header inode number * Seek position in libsquashfs meta data reader erroneously out-of-bounds * Memory leak in libfstree error path * Double-free in libfstree error path Changed * Allow NULL pointer for sqfs_destroy, sqfs_dir_tree_destroy * Use 32 bit hard link counter in libfstree instead of just 16 bit * Internal cleanup and restructuring * Upgrade autotools version * Check in autogen.sh if the required tools are available * Trigger a build failure if no compressor library is available Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nlohmann-json: Fix SRCREV_FORMAT and do not package git metadata into ptestsKhem Raj2023-11-261-1/+2
| | | | | | | | | | | | | | SRCREV_FORMAT should append to default for considering both git repositories. the git hook scripts require shell to be installed on target and it may want it from /usr/bin/sh and distro may not provide /usr/bin/sh since its not having usrmerge distro feature. Fixes ERROR: nlohmann-json-3.11.2-r0 do_package_qa: QA Issue: /usr/lib/nlohmann-json/ptest/json_test_data/.git/hooks/update.sample contained in package nlohmann-json-ptest requires /usr/bin/sh, but no providers found in RDEPENDS:nlohmann-json-ptest? [file-rdeps] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: Inherit pkgconfigPeter Kjellerstedt2023-11-261-1/+1
| | | | | | | The Makefile uses pkg-config if USE_SYSTEMD is "yes". Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cups-filters: fix Makefile race conditionMarkus Volk2023-11-242-1/+37
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: upgrade 4.3.2 -> 4.3.3Wang Mingyu2023-11-212-35/+2
| | | | | | | | 0001-Fix-Werror-enum-int-mismatch-in-lws_tls_server_abort.patch removed since it's included in 4.3.3 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exiftool: upgrade 12.69 -> 12.70Wang Mingyu2023-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - This marks the 20th anniversary of the initial ExifTool release! - Added ability to read/delete C2PA CAI JUMBF metadata from TIFF-based images (eg. DNG), QuickTime-based files (eg. MP4) and WebP images, and read JUMBF from other RIFF-based files (eg. WAV, AVI), GIF images and ID3v2 metadata - Added read/write support for JPH images - Added ability to read Leica Q3 maker notes - Added ability to recognize and write FujiFilm M-RAW RAF images (multiple raw images in a single file) and the ability to read preview-less RAF images - Added support for reading a number of obscure Microsoft EXIF tags - Added a few new Sony lenses and support for the ILCE-9M3 - Added a couple of new Panasonic Leica lenses - Added a couple of new Canon RF lenses - Added a number of new CPUType values for ELF executables - Added some new Olympus CameraType values - Decode a few more ID3v2.2 tags (github #142) - Decode a few new Canon G5X Mark II tags - Decode WB_RGGBLevels for a few more Nikon cameras - Extract information from FujiFilm M-RAW header - Improved decoding of a few Nikon Z tags - Marked misspelt XMP-drone-dji:GPSLongtitude tag to Avoid when writing - Changed RIFF MaxDataRate conversion to use SI prefixes by default - Fixed decoding of unknown ColorBalance information for some Nikon models - Fixed an incorrect Nikon Z LensID - API Changes: - Added ByteUnit option Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>