summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* gnome-boxes: update 46.0 -> 46.1Markus Volk2024-05-121-1/+1
| | | | | | | | | | | | | 46.1 - Apr 22, 2024 =================== Changes since 46.0 - Fix build with clang - Added/updated/fixed translations Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince: update 46.0 -> 46.1Markus Volk2024-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | ============= Evince 46.1 ============= data: * Improve url locations (Germán Poo-Caamaño) help: * Replace live.gnome.org with wiki.gnome.org (Andre Klapper) Developers: * Andre Klapper, Germán Poo-Caamaño Translations: * Changwoo Ryu (Korean) * Seong-ho Cho (Korean) * Piotr Drąg (Polish) * Anders Jonsson (Swedish) * Yuri Chornoivan (Ukrainian) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-calculator: update 46.0 -> 46.1Markus Volk2024-05-121-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-software: update 46.0 -> 46.1Markus Volk2024-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Version 46.1 ~~~~~~~~~~~~ Released: 2024-04-25 This is a stable release with the following changes: * Fix a crash when updating apps when built with Mogwai * Fix a crash when installing flatpak application * Correct desktop/mobile hardware support detection * Correct state of Fedora upgrade * Several fixes in historical updates for rpm-ostree This release also updates translations: * Catalan (Jordi Mas i Hernandez) * Czech (Daniel Rusek) * Dutch (Nathan Follens) * Friulian (Fabio Tomat) * Hindi (Guntupalli Karunakar) * Kabyle (Athmane MOKRAOUI) * Panjabi (A S Alam) * Russian (Artur S0) * Serbian (Милош Поповић) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gdm: add missing json-glib dependencyPeter Marko2024-05-121-0/+1
| | | | | | | | | | Fixes do_configure error: | Run-time dependency json-glib-1.0 found: NO (tried pkgconfig) | | ../gdm-46.0/meson.build:64:12: ERROR: Dependency "json-glib-1.0" not found, tried pkgconfig Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: correct regression with glib-2.0 2.78.5Peter Marko2024-05-122-0/+39
| | | | | | | Backport fix to work with new glib-2.0. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Upgrade to 1.9.9Khem Raj2024-05-122-13/+10
| | | | | | | Disable incompatible-pointer-types warning as error to fix build with gcc-14 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtk+: Disable incompatible-pointer-types warning as errorKhem Raj2024-05-121-0/+2
| | | | | | | Fixes build with GCC-14 which treats this warning as error by default Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-wxgtk4: Fix build with gcc-14Khem Raj2024-05-122-0/+32
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fvwm: Fix build with gcc-14Khem Raj2024-05-124-0/+115
| | | | | | Fixes for C99 compatibility Signed-off-by: Khem Raj <raj.khem@gmail.com>
* transmission: Upgrade to 4.0.5Khem Raj2024-05-121-25/+10
| | | | | | | | | | | | | | | License-Update: Copyright Years updated Add missing MIT license,see COPYING file Switch to cmake build system as thats the new and only build system supported. Use gtk4 when selecting gtk knob, it can support gtk3 as well however, its not added as knob, if needed someone should send a patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xkbutils: upgrade 1.0.5 -> 1.0.6Trevor Gamblin2024-05-121-2/+2
| | | | | | | | | | | | | | | | | | In particular, make it build with gcc 14. License-Update: Remove "All rights reserved" from copyright line Changelog: 2939632 xkbutils 1.0.6 e2ee9c2 Change sprintf calls to use snprintf instead aa03a3b Remove uSetErrorFile() 5f875c8 xkbwatch: Fix -Wincompatible-pointer-types warning (Issue #2) 6dbcbb5 Remove "All rights reserved" from Oracle copyright notices 56c99e3 gitlab CI: stop requiring Signed-off-by in commits Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xlsfonts: upgrade 1.0.7 -> 1.0.8Trevor Gamblin2024-05-121-1/+1
| | | | | | | | | | | | | | | In particular, make it build with gcc 14. Changelog: d20bea4 xlsfonts 1.0.8 71d8e89 Use reallocarray() if available 2b9d8f5 Fix -Wincompatible-pointer-types warning from gcc (issue #1) e53bf74 gitlab CI: stop requiring Signed-off-by in commits 314d802 man page: emphasize this program is for querying an X server Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp3: Upgrade to 3.5.1 releaseKhem Raj2024-05-121-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: Upgrade to 2.11.7Khem Raj2024-05-122-1/+29
| | | | | | Partially backport a fix to build with gcc-14 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vbxguestdrivers: upgrade 7.0.14 -> 7.0.18Gianfranco Costamagna2024-05-121-1/+1
| | | | | | Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* composefs: add native target supportJose Quaresma2024-05-121-0/+4
| | | | | | | | The next version of ostree v2024.6 will be available soon and optional will require composefs-native. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* composefs: bump ecef20c1Jose Quaresma2024-05-122-80/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This is required to add the native target support. - Drop upstream merged patch: 0001-musl-basename-use-portable-implementation-for-basena.patch https://github.com/containers/composefs/pull/273 Changelog: $ git --no-pager log --oneline HEAD...v1.0.3 ecef20c (HEAD -> main, origin/main, origin/HEAD) Merge pull request #276 from wahtari/copy_file_range e78c7a4 Merge pull request #277 from alexlarsson/fix-newline-error 1d82bc1 mkcomposefs: Drop newline from error string 3e38d73 Added copy_file_range for faster file copy. 85a693d Merge pull request #273 from fboudra/musl-basename 31afa13 musl: basename: use portable implementation for basename API 4776580 Merge pull request #275 from eriksjolund/fix-spelling-in-error-message 4a68a42 Merge pull request #269 from wahtari/threading-for-mkcomposefs 7266546 fuse: fix spelling in error message b49499b added threads in mkcomposefs for digest calculation and file copy d144db0 refactored lcfs_load_node_from_file to enable multi-threading in mkcomposefs af69922 Merge pull request #266 from eriksjolund/erofs-add-missing-free 1eecf38 Merge pull request #267 from eriksjolund/mkcomposefs-add-missing-free a880713 mkcomposefs: Add missing free() 456d618 erofs: Add missing free() and lcfs_node_unref() 1179638 Merge pull request #265 from eriksjolund/handle-empty-basedir-option 301b78f Merge pull request #268 from eriksjolund/set-errno-for-unknown-format 09ca740 writer: Set errno for unknown format a96f786 mountcomposefs: Handle empty basedir option fc9a526 Merge pull request #260 from eriksjolund/handle-error-from-build-node 9b85011 Merge pull request #262 from eriksjolund/add-error-check-and-rearrange 2cb505b Merge pull request #263 from eriksjolund/writer-set-errno 9b417be writer: Set errno d5ffbeb Merge pull request #261 from eriksjolund/add-missing-node-unref 9c393a4 Merge pull request #259 from eriksjolund/handle-error-from-node-set-content 396a3b8 mkcomposefs: Handle NULL from lcfs_node_new() 238a94a lib: Set errno in lcfs_node_new() c1181fa erofs: Handle error from lcfs_build_node_from_image() 49288d5 erofs, mkcomposefs: Handle error from lcfs_node_set_content() 4e0b147 lib: Add missing lcfs_node_unref() 9bc76dd Merge pull request #258 from eriksjolund/fix-missing-options d59dd9b mountcomposefs, mkcomposefs: Add missing options to usage information 418f4f7 Merge pull request #255 from cgwalters/mount-minor-tweaks 72c602a Merge pull request #256 from eriksjolund/fix-error-message 770cc36 fuse: Fix filepath argument in error message 465c079 man/mount.composefs: Fix a typo and two markdown lint warnings 8565a8b Merge pull request #254 from edbaunton/edbaunton/man-mkcomposefs-inline b99a978 man mkcomposefs: detail inlining logic 47f6949 Merge pull request #253 from rborn-tx/support-older-linux-headers 453eaef ci: Add build test for Ubuntu Focal 384f306 mount: Allow building when macro LOOP_CONFIGURE is not available f163eba mount: Allow building when macro MOUNT_ATTR_IDMAP is not available 80e99bd Merge pull request #250 from cgwalters/doc-verification f6e8510 README.md: Fix markdownlint warnings 3b7e567 README.md: Drop removed `signed` mount option 091b51f Merge pull request #247 from cgwalters/readlinkat-overflow 232336d Merge pull request #248 from cgwalters/more-analyzer a6904d6 writer: Close mmap leak e9632ca Merge pull request #246 from eriksjolund/handle-null-from-strndup 6b2192b writer: Fix (almost certainly unreachable) overflow bdc2c4c mkcomposefs: Handle NULL from strndup() e63786d Merge pull request #245 from giuseppe/run-distcheck-ci 5d3fe92 tests: do not hardcode number of threads d6e55bf .github: run make distcheck as part of the CI f6bbf54 Merge pull request #244 from alexlarsson/mount-api 4e5883b mount.composefs: Add tryverity option 15bdcd6 lib: Add TRY_VERITY mount option f884f57 mount: Use the new lowerdir+ and datadir+ options bd6ce95 Merge pull request #243 from giuseppe/add-fuzzing 171eae0 mkcompose: fix crash if no target for hardlink 7b1518f mkcomposefs: tree_from_dump does not exit(2) on errors a8ac3d5 mkcomposefs: reject dump without root node 28a9d6b tests: add fuzzing tests for mkcomposefs 932f748 tools: add fuzzing entrypoint for mkcomposefs Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* composefs: refactorJose Quaresma2024-05-121-3/+11
| | | | | | | | | - add recipe DESCRIPTION - remove the PV as it can be taken from the recipe name - specify some EXTRA_OECONF configuration to avoid host contamination Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* composefs: move from meta-filesystems to meta-oe layerJose Quaresma2024-05-122-0/+0
| | | | | | | | We can make this more widely available as we don't depend anymore on fuse3. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* composefs: remove fuse3 dependencieJose Quaresma2024-05-121-1/+1
| | | | | | | | | | | | | | The fuse3 is only used for development purposes and the composefs uses the kernel overlayfs and erofs on the target. The composefs-fuse [1] tool is not even installed by default So all the files installed on the target are the same with and without the fuse, this can be checked with buildhistory. [1] https://github.com/containers/composefs/commit/f5fed9ff093ac57967a4c5253bae3ae294dd8cd9 Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uw-imap: Add a patch to support newer than TLSv1.0Zoltán Böszörményi2024-05-122-0/+30
| | | | | | | | | | | | | | | | | | | | | The patch 0001-Support-OpenSSL-1.1.patch enabled building uw-imap against OpenSSL 1.1.0 or later. However, TLSv1_client_method() and TLSv1_server_method() restricts uw-imap to TLSv1.0. These APIs, along with explicitly versioned APIs like TLSv1_1_*_method() and TLSv1_2_*_method() are deprecated in OpenSSL 1.1.0 or later. The replacements are unversioned API functions: TLS_client_method() and TLS_server_method() which support TLS version autonegotiation. This allows the PHP IMAP extension to work with IMAP servers that enforce TLSv1.2 or higher. Fixes: https://bugs.php.net/bug.php?id=76928 Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: Upgrade to 8.2.18Soumya Sambu2024-05-122-10/+13
| | | | | | | | | | | | Includes fixes for CVE-2024-3096, CVE-2024-2756 and other bugs. Changelog: https://www.php.net/ChangeLog-8.php#8.2.18 Rebase 0001-ext-opcache-config.m4-enable-opcache.patch to new version Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* re2: remove dev dependencies from main packagePeter Marko2024-05-091-4/+1
| | | | | | | | | | | | It's a bad idea to add dev dependencies to main package. It's pulling build dependencies including toolchain items. The dependencies "were needed" because main package contains packageconfig file. This can be fixed by correct packaging. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: Upgrade to 20.13.0 releaseKhem Raj2024-05-093-2/+2
| | | | | | | | | | | nodejs release notes [1] License-Update: Copyright year changed for Unicode License [2] [1] https://nodejs.org/en/blog/release/v20.13.0 [2] https://github.com/nodejs/node/commit/d5a316f5ea3fade3140c2ae35c144b500fb5d758 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* oprofile: Fix file_manip_tests ptestKhem Raj2024-05-092-0/+48
| | | | | | Remove assumptions around absolute paths which used __FILE__ macro Signed-off-by: Khem Raj <raj.khem@gmail.com>
* samba: upgrade 4.19.5 -> 4.19.6Yi Zhao2024-05-091-1/+1
| | | | | | | | ChangeLog: https://www.samba.org/samba/history/samba-4.19.6.html Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtevent: upgrade 0.16.0 -> 0.16.1Yi Zhao2024-05-091-1/+1
| | | | | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* syslog-ng: ignore incompatible-pointer-types issues with gcc-14Martin Jansa2024-05-091-0/+8
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcapplusplus: Fix build with gcc14Khem Raj2024-05-093-1/+73
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librelp: Fix build with gcc-14Khem Raj2024-05-062-0/+38
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf 0.132.0 -> 0.132.2Tom Geelen2024-05-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: Fix build with gcc-14Martin Jansa2024-05-052-0/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * crypto: use _Generic only if !defined(__cplusplus) * fixes build with gcc-14 which has __builtin_addc and __builtin_subc with gcc-13 it was already using the #else branch because of missing builtins * fixes https://github.com/grpc/grpc/issues/35945 http://errors.yoctoproject.org/Errors/Details/766916/ * _Generic was introduced in boringssl with: https://boringssl.googlesource.com/boringssl/+/70ca6bc24be103dabd68e448cd3af29b929b771d%5E%21/#F4 * but e.g. third_party/boringssl-with-bazel/src/ssl/d1_both.cc includes this internal.h and from the .cc extension gcc will process it as C++ where _Generic isn't available, causing: In file included from third_party/boringssl-with-bazel/src/ssl/d1_both.cc:125: third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h: In function 'uint32_t CRYPTO_addc_u32(uint32_t, uint32_t, uint32_t, uint32_t*)': third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1159:7: error: expected primary-expression before 'unsigned' 1159 | unsigned: __builtin_addc, \ | ^~~~~~~~ third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1166:10: note: in expansion of macro 'CRYPTO_GENERIC_ADDC' 1166 | return CRYPTO_GENERIC_ADDC(x, y, carry, out_carry); | ^~~~~~~~~~~~~~~~~~~ third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1160:7: error: expected primary-expression before 'unsigned' 1160 | unsigned long: __builtin_addcl, \ | ^~~~~~~~ third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1166:10: note: in expansion of macro 'CRYPTO_GENERIC_ADDC' 1166 | return CRYPTO_GENERIC_ADDC(x, y, carry, out_carry); | ^~~~~~~~~~~~~~~~~~~ third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1161:7: error: expected primary-expression before 'unsigned' 1161 | unsigned long long: __builtin_addcll))((x), (y), (carry), (out_carry)) | ^~~~~~~~ third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1166:10: note: in expansion of macro 'CRYPTO_GENERIC_ADDC' 1166 | return CRYPTO_GENERIC_ADDC(x, y, carry, out_carry); | ^~~~~~~~~~~~~~~~~~~ third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1158:4: error: '_Generic' was not declared in this scope 1158 | (_Generic((x), \ | ^~~~~~~~ third_party/boringssl-with-bazel/src/ssl/../crypto/internal.h:1166:10: note: in expansion of macro 'CRYPTO_GENERIC_ADDC' 1166 | return CRYPTO_GENERIC_ADDC(x, y, carry, out_carry); | ^~~~~~~~~~~~~~~~~~~ Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-twisted: prepend split PACKAGESGuðni Már Gilbert2024-05-051-1/+1
| | | | | | | | Fixes an issue where split packages were no populated since all the files were picked up by FILES:${PN} Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdeflate: fix build with -mcpu=cortex-a76+crypto without ↵Martin Jansa2024-05-052-2/+60
| | | | | | | | | | -march=armv8.2-a+crypto * fixes: https://github.com/ebiggers/libdeflate/issues/369 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spdlog=v1.14.1Martin Jansa2024-05-041-1/+1
| | | | | | | | | | | | | | | | Fixed compatibility issue between c++17 and c++11 (#3081). Fixed creating folders under windows when full path with drive letter is given (#3079). Added mdc sample. Note: mdc is not supported in async loggers. * v1.14.0 introduced in: https://git.openembedded.org/meta-openembedded/commit/?id=a40b1fa392d20ebb29e38374d0f7ce1494bb797f causes: undefined reference to `spdlog::get(char const*)' in various consumers, more details in: https://github.com/gabime/spdlog/issues/3081 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs-oe-cache: fix offline install of dependenciesMartin Hundebøll2024-05-031-1/+1
| | | | | | | | | | | | | | | | | | | Apparently, npm has changed its request accept header, so that cache lookup misses. This causes an ENOTCACHED error when doing the offline install in do_compile() from npm.bbclass. Fix it by updating the fake cache entry to match the newest behaviour from npm. Note that npm doesn't agree with itself, as it still uses the previous header value when doing `npm cache add <pkg>`, but the new value when doing `npm install <pkg>`. Bug submitted upstream: https://github.com/npm/cli/issues/7465 Signed-off-by: Martin Hundebøll <martin@geanix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fwupd: fix uefi capsule update build errorMikko Rapeli2024-05-031-1/+1
| | | | | | | | | | | | plugin_uefi_capsule_splash does not provide "enabled" or "disabled" options but only basic bool "true" and "false". Fixes do_configure() failure with PACKAGECONFIG:append = " plugin_tpm plugin_uefi_pk plugin_uefi_capsule ": | ../fwupd-1.9.18/meson.build:1:0: ERROR: Value disabled is not boolean (true or false). Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uutils-coreutils: upgrade 0.0.25 -> 0.0.26Etienne Cordonnier2024-05-022-41/+67
| | | | | | | See https://github.com/uutils/coreutils/releases/tag/0.0.26 Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mbedtls: Fix warning for missing programRicardo Simoes2024-05-022-2/+2
| | | | | | | | | | | | | | When PACKAGECONFIG does not contains 'programs', the hello binary will not be generated, but the ALTERNATIVE 'hello' is still set, causing the update-alternatives bbclass to generate warnings for the missing 'hello' binary. This commit fixes that by only populating ALTERNATIVES when 'programs' is enabled. Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince: Update status for CVE-2011-0433 and CVE-2011-5244Alexandre Truong2024-05-021-0/+4
| | | | | | | | | | | | | The current version 46.0 is not affected by the issues. Both issues have been fixed in commit [0]. The fix is in effect since early versions of evince (3.1.2). Thus, both can be safely ignored. [0]: https://gitlab.gnome.org/GNOME/evince/-/commit/efadec4ffcdde3373f6f4ca0eaac98dc963c4fd5 Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uftrace: upgrade 0.15.2 -> 0.16Wang Mingyu2024-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - build: Add -mno-sse to fix i386 build - build: Fix build failure on RHEL 7 - mcount: Fix a compiler warning on PAGE_SIZE - fix: #1858 by changing the wrong logic in update_dbg_info - ci: Fix ci warning on GitHub Acitons - slide: Add tensorflow and keras tracing example - python: Fix GC isn't working correctly. - replay: Support a new argument format for octal values - build: Fix compiler warnings - Fix Python SyntaxWarning on invalid escape sequence in the tests scripts - utils: Lower the debug level after dwfl_module_getdwarf - wrap: Do not print "dlopen is called for '(null)'" - Support standard deviation(STDDEV) in report output - dwarf: Close file descriptors in setup_dwarf_info() Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker: upgrade 3.7.1 -> 3.7.2Wang Mingyu2024-05-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker-miners: upgrade 3.7.1 -> 3.7.2Wang Mingyu2024-05-023-59/+62
| | | | | | | | | 0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch 0001-fix-reproducibility.patch refreshed for 3.7.2 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spdlog: upgrade 1.13.0 -> 1.14.0Wang Mingyu2024-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== -Updated bundled fmt to version 10.2.1. -Mapped Diagnostic Context (MDC) support -MDC is a simple map of key->string values stored in thread local storage whose content will be printed by the loggers. -spdlog::mdc::put("mdc_key_1", "mdc_value_1"); -spdlog::info("Hello, {}", "World!"); // => [2024-04-26 02:08:05.040] [info] [mdc_key_1:mdc_value_1] Hello, World! -Add milliseconds support to stopwatch -Add std::string_view overloads for logger accessor -Make async_logger::flush() synchronous - wait for the flush operation to complete before returning -Use _stat() on Windows to be more UTF8 friendly -Add details about how compile time macros work -Fix typos found by codespell -Expose the flusher thread object to user in order to allow setting of thread name and thread affinity when needed -Fix the problem of compilation failure under MINGW -Add missing include in circular_q.h -Don't remove previous defaullt logger from registry in set_default_logger. -Remove the legacy AnalyzeTemporaryDtors option from .clang-tidy. -Updated INSTALL.md has to better reflect compiler info -Fixed README.md example Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.6.1 -> 4.6.2Wang Mingyu2024-05-021-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qcbor: upgrade 1.2 -> 1.3Wang Mingyu2024-05-021-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: Update the LICENSE file from README.md to LICENSE Changelog: ========== - Floating-point conversion between half, single and double-precision for subnormal values and NaN payloads is completed. These are relatively obscure unused parts of IEEE754 floats. - QCBOREncode_GetErrorState() can now be called after QCBOREncode_Finish() and it will always return the correct error. - User-defined error codes are now supported. The error state can be set with the new function QCBORDecode_SetError(). - Fixed a rare condition where QCBORDecode_ VGetNext() would not set the Item.uDataType to QCBOR_TYPE_NONE on error. - Function naming changed to better avoid name collision. This includes internal functions. This is to compensate for C not having name spaces like C++. - Documentation correctly describes mixing of traversal cursor used by GetNext with fetch by label in entered maps - Some increase in test coverage - A bunch of "TODO:" items were addressed. Most result in no change to the code, just changes to documentation and test coverage. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: upgrade 3.0.1 -> 3.3.1Wang Mingyu2024-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Update validation errors with logging stack trace in debug mode - Improve locations parsing and URL encoding - Rewrite the validation of openContent using InterleavedModelVisitor and SuffixedModelVisitor - Fix validation of XSD 1.1 'all' nested models - Improve ModelVisitor and particle occurs checking - Fix interleave mode with XSD 1.1 open content - Fix for export/download of XSD sources with commented-out imports/include - Add download_schemas() to package API - Fix issue with facets on list types - Add GData converter - Fix static typing protocols usage - Extend XSD annotations parsing - Use XPath subtree as fragment for xs:assert - Fix in XMLSchemaProxy definition and usage for providing a base-uri to schema nodes - Module xpath.py splitted to a subpackage for including all the - custom XPath 1.0/2.0 parsers and related classes to XPath - Add support for Python 3.13 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: upgrade 6.17.0 -> 6.17.2Wang Mingyu2024-05-021-1/+1
| | | | | | | | | | Changelog: ============= - Revert pin of eth-typing to utilize EthPM types. - Add upper pin to eth-account in anticipation of breaking changes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-virtualenv: upgrade 20.25.0 -> 20.26.0Wang Mingyu2024-05-021-1/+1
| | | | | | | | | | Changelog: ============ - Fixed a case when template variable is WindowsPath - Allow builtin interpreter discovery to find specific Python versions given a general spec Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>