summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pidgin: upgrade to 2.14.14 to fix build with gcc-15Martin Jansa2025-03-252-179/+1
| | | | | | | | | | | | * http://errors.yoctoproject.org/Errors/Details/848756/ * fixed in: https://keep.imfreedom.org/pidgin/pidgin/rev/10ae9c0f0cbf * drop backported patch Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* usb-modeswitch: fix build with gcc-15Martin Jansa2025-03-252-1/+54
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* krb5: Backport additional fixes to build on clangKhem Raj2025-03-253-0/+1243
| | | | | | | | | Enabling additional warning tightens the function prototype checks and clang goes a step ahead to flag void foo() as well it should be void foo(void) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Martin Jansa <martin.jansa@gmail.com>
* krb5: fix build with gcc-15Martin Jansa2025-03-252-0/+10804
| | | | | | | | | | | | | * fixes: http://errors.yoctoproject.org/Errors/Details/848727/ ss_internal.h:88:6: error: conflicting types for 'ss_delete_info_dir'; have 'void(void)' 88 | void ss_delete_info_dir(); | ^~~~~~~~~~~~~~~~~~ ... Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* krb5: fix CVE-2025-24528Divya Chellam2025-03-252-0/+69
| | | | | | | | | | | | | | | | In MIT krb5 release 1.7 and later with incremental propagation enabled, an authenticated attacker can cause kadmind to write beyond the end of the mapped region for the iprop log file, likely causing a process crash. Reference: https://security-tracker.debian.org/tracker/CVE-2025-24528 Upstream-patch: https://github.com/krb5/krb5/commit/78ceba024b64d49612375be4a12d1c066b0bfbd0 Signed-off-by: Divya Chellam <divya.chellam@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-desktop-portal-gtk: upgrade 1.15.2 -> 1.15.3Wang Mingyu2025-03-251-1/+1
| | | | | | | | | | Changelog: ============ - Fix build against newer xdg-desktop-portal - Fix return value for the access portal Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thingsboard-gateway: upgrade 3.6.3 -> 3.7.2Wang Mingyu2025-03-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rasdaemon: upgrade 0.8.2 -> 0.8.3Wang Mingyu2025-03-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - fix checkpatch warnings - Use the right dev_t decoding for diskerror handler - Add new modules supported by HiSilicon common section - Fix some static check warning - Fix few compilation warnings in non standard hisilicon code - Fix some compilation alarms in ras-record.h. - ras-mc-ctl: Update logging of CXL memory module data to align with CXL spec rev 3.1 - ras-mc-ctl: Update logging of CXL DRAM event data to align with CXL spec rev 3.1 - ras-mc-ctl: Update logging of CXL general media event data to align with CXL spec rev 3.1 - ras-mc-ctl: Update logging of common event data to align with CXL spec rev 3.1 - ras-mc-ctl: Fix logging of memory event type in CXL DRAM error table - cxl: Update memory module event to CXL spec rev 3.1 - cxl: Update CXL DRAM event to CXL spec rev 3.1 - cxl: Update CXL general media event to CXL spec rev 3.1 - cxl: Add Component Identifier formatting for CXL spec rev 3.1 - cxl: Update common event to CXL spec rev 3.1 - cxl: Add automatic indexing for storing CXL fields in SQLite database - cxl: Fix mismatch in region field's name with kernel DRAM trace event - cxl: Fix logging of memory event type of DRAM trace event - Fix for parsing error when trace event's format file is larger than PAGE_SIZE - Add page offline support for cxl memory - for ASRock X370 Taichi - for ASRock X570 Creator - for ASRock X570S PG Riptide - mce: decode io port for bus error - arm: do not print error msg if field not found - add DE error type for AMD - Fix the display format of JaguarMicro vendor no standard errors Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qpdf: upgrade 11.10.1 -> 12.0.0Wang Mingyu2025-03-251-1/+1
| | | | | | | | Changelog: https://qpdf.readthedocs.io/en/stable/release-notes.html Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: upgrade 3.4.3 -> 3.4.5Wang Mingyu2025-03-251-1/+1
| | | | | | | | | | | Changelog: ============= - Migrate project metadata to pyproject.toml - Fix static typing errors with mypy==1.15.0 and elementpath==4.8.0 - Fix xs:all groups occurs check Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: upgrade 7.8.0 -> 7.9.0Wang Mingyu2025-03-251-1/+1
| | | | | | | | Changelog: https://github.com/ethereum/web3.py/blob/v7.9.0/docs/release_notes.rst Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 2.0.38 -> 2.0.39Wang Mingyu2025-03-251-1/+1
| | | | | | | | Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.39 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-scikit-build-core: upgrade 0.11.0 -> 0.11.1Wang Mingyu2025-03-251-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ============ - Bump pyproject-metadata to handle form feeds on Python < 3.12.8 - Increase timeout on CI - Ignore deprecation message from cattrs on Python 3.14 alphas - Add more integration tests in Fedora - Restore example builds for Windows/macOS - Remove leftover Python 3.7 checks - Bump pytest version and include pytest-xdist - Bump to ruff 0.10, work around bug - Clarify verbosity options - Fix incorrect configuration example - Fix incorrect name (PYBIND11_NEWPYTHON -> PYBIND11_FINDPYTHON) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-responses: upgrade 0.25.6 -> 0.25.7Wang Mingyu2025-03-251-1/+1
| | | | | | | | Changelog: Added support for python 3.13 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymongo: upgrade 4.11.2 -> 4.11.3Wang Mingyu2025-03-251-1/+1
| | | | | | | | | | | Changelog: ============= - WaitQueueTimeoutError should not clear the pool - Migrate off of Ubuntu 20.04 GitHub Actions Runners - Fix test_03_invalid_keyid Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: upgrade 2.5.7.1 -> 2.5.8.1Wang Mingyu2025-03-251-1/+1
| | | | | | | | | | Changelog: =========== - Remove top level files from wheel. - Typo in objects. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-psycopg: upgrade 3.2.5 -> 3.2.6Wang Mingyu2025-03-251-1/+1
| | | | | | | | Changelog: Fix connection semantic when using target_session_attrs=prefer-standby Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-platformdirs: upgrade 4.3.6 -> 4.3.7Wang Mingyu2025-03-251-1/+1
| | | | | | | | | | Changelog: ============ - Chunk dependabot updates into a single PR - Drop support for EOL Python 3.8 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-inline-snapshot: upgrade 0.20.5 -> 0.20.8Wang Mingyu2025-03-251-1/+1
| | | | | | | | | | | | Changelog: ========== - Do not skip snapshots in conditional marked xfail tests. - Tests with failed snapshot comparisons now always result in a pytest Error, even if snapshots have been fixed or created. - inline-snapshot now also works if you use --no-summary Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-huey: upgrade 2.5.2 -> 2.5.3Wang Mingyu2025-03-251-1/+1
| | | | | | | | | | Changelog: ============ - Add support for a new SIGNAL_ENQUEUED. - Use FOR UPDATE SKIP LOCKED when supported by the database in the sql_huey storage engine. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: upgrade 1.70.0 -> 1.71.0Wang Mingyu2025-03-252-4/+4
| | | | | | | | 0001-python-enable-unbundled-cross-compilation.patch refreshed for 1.71.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-tools: upgrade 1.70.0 -> 1.71.0Wang Mingyu2025-03-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-reflection: upgrade 1.70.0 -> 1.71.0Wang Mingyu2025-03-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio-channelz: upgrade 1.70.0 -> 1.71.0Wang Mingyu2025-03-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ecdsa: upgrade 0.19.0 -> 0.19.1Wang Mingyu2025-03-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ New API: ----------- - der.remove_implicit and der.encode_implicit for decoding and encoding DER IMPLICIT values with custom tag values and arbitrary classes Bug fixes: ------------ - Minor fixes around arithmetic with curves that have non-prime order (useful for experimentation, not practical deployments) - Fix arithmetic to work with curves that have (0, 0) on the curve - Fix canonicalization of signatures when s is just slightly above half of curve order Maintenance: ------------ - Dropped official support for Python 3.5 (again, issues with CI, support for Python 2.6 and Python 2.7 is unchanged) - Officially support Python 3.12 and 3.13 (add them to CI) - Removal of few more unnecessary six.b literals (Alexandre Detiste) - Fix typos in warning messages Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dbus-fast: upgrade 2.39.3 -> 2.39.6Wang Mingyu2025-03-251-1/+1
| | | | | | | | | | | | | | | Changelog: =========== - Don't limit python upper bound - fix: adjust pygobject pin to required python < 4 - Remove workflow from previous failed attempt at testing big-endian - Upgrade to ruff 0.1.0 and fix violations - Multiple calls on the root logger instead of module logger - deps-dev: Bump setuptools from 75.8.2 to 76.0.0 - pre-commit.ci: Pre-commit autoupdate Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.6.12 -> 7.7.1Wang Mingyu2025-03-251-1/+1
| | | | | | | | Changelog: A few small tweaks to the sys.monitoring support for Python 3.14. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: upgrade 3.1.1 -> 3.2.0Wang Mingyu2025-03-251-1/+1
| | | | | | | | | | Changelog: ========== - add 'util.xor_indices()' - add Hamming code example Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: upgrade 3.11.13 -> 3.11.14Wang Mingyu2025-03-251-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: =========== - Fixed an issue where dns queries were delayed indefinitely when an exception occurred in a trace.send_dns_cache_miss - Fixed DNS resolution on platforms that don't support socket.AI_ADDRCONFIG - The connector now raises :exc:aiohttp.ClientConnectionError instead of :exc:OSError when failing to explicitly close the socket after :py:meth:asyncio.loop.create_connection fails - Break cyclic references at connection close when there was a traceback - Break cyclic references when there is an exception handling a request - Improved logging on non-overlapping WebSocket client protocols to include the remote address - Improved performance of parsing content types by adding a cache in the same manner currently done with mime types Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohappyeyeballs: upgrade 2.5.0 -> 2.6.1Wang Mingyu2025-03-251-1/+1
| | | | | | | | Changelog: Resolve typeerror on import for python < 3.9.2 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: upgrade 8.4.4 -> 8.4.5Wang Mingyu2025-03-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* memcached: upgrade 1.6.37 -> 1.6.38Wang Mingyu2025-03-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtinyxml2: upgrade 10.1.0 -> 11.0.0Wang Mingyu2025-03-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libspelling: upgrade 0.4.6 -> 0.4.7Wang Mingyu2025-03-251-1/+1
| | | | | | | | | | | | | Changelog: ============ - Fix a potential assertion failure in B+Tree item removal - Translation updates - Improve detection of asynchronous fragment cancellation to break out of long-running spellchecking. - Fix Rust example and documentation links. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpeas: upgrade 2.0.5 -> 2.0.7Wang Mingyu2025-03-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpanel: upgrade 1.8.1 -> 1.10.0Wang Mingyu2025-03-251-1/+1
| | | | | | | | | | | | | Changelog: =========== - OmniBar has received a fix for changes to AdwClamp - Updated translations - Various style improvements to match libadwaita - Various drag-n-drop improvements - Remove some deprecated API use Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnewt: upgrade 0.52.24 -> 0.52.25Wang Mingyu2025-03-252-12/+15
| | | | | | | | | | | | | cross_ar.patch refreshed for 0.52.25 Changelog: =========== - improve Makefile - fix "yes" in Spanish translation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libharu: upgrade 2.4.4 -> 2.4.5Wang Mingyu2025-03-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdex: upgrade 0.8.1 -> 0.10.0Wang Mingyu2025-03-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ - Discard dependent futures if fiber was cancelled during await. - Discard dependent futures when finalizing DexBlock. - Build fix for macOS - Improve build checks for libatommic - Add dex_promise_resolve_boxed() - Improve cancellation of fibers - Use libucontext when necessary - Support for OpenBSD - Raise default mmap stack size to 128kb for fibers - Add await/resolve API for file-descriptors - New dex_return_error_if_fail() precondition macro similar to g_return_val_if_fail() - Additional GIO wrapper functions including dex_file_delete() and dex_file_replace_contents_bytes() - Build system improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdaq: upgrade 3.0.18 -> 3.0.19Wang Mingyu2025-03-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcbor: upgrade 0.11.0 -> 0.12.0Wang Mingyu2025-03-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jwt-cpp: upgrade 0.7.0 -> 0.7.1Wang Mingyu2025-03-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imlib2: upgrade 1.12.3 -> 1.12.4Wang Mingyu2025-03-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ============= - imlib2_view: Toggle anti-alias flag on 'a' - test_load_2: Add another y4m test image - scaling: Fix potential crash when scaling large images - test_grab: Work around linewidth=0 bug - test: Enable skipping tests for specific files - test: By default skip CRC checks on jxl images - test: Colorize Skip message - SVG loader: Suppress warning - test: Enable skipping loader flushing - test: Correct CFLAGS when building with alternative library packages - test_load_2: Adjustment for libheif-1.19.x - imlib2_load/view: Show image alpha status too - imlib2_load/view: Add -h option for help - imlib2_conv: Optionally produce scaled image - imlib2_conv: Optionally render image on background before saving - test: Change test images - savers: Add common save parameter handler - HEIF saver: Add one - scale: Rearrange some variable declarations - scale/blend: Add some missing consts - blend: Some mostly cosmetic changes - blend: Rename some variables for clarity - loaders: Fix gcc15 warnings - test: Make top-level clean clean test too - SVG loader: Handle .svgz too - test: Fix top-level distclean - PNG loader: Debug printout tweaks - image: Trivial simplification - image: Add optional alpha check requested by loaders - SVG loader: Check alpha in pixel data - imlib2_view: Optionally show crc32 of image data - test: Some trivial ouput tweaks - test: Change many no-alpha test images to not have alpha data - test: Corrections after no-alpha update - GIF loader: Fix minor issue when loading transparent gifs - test: Add transparent gif check - Y4M Loader: Trivial simplification - autofoo: Make building demo programs optional (default enabled) - autofoo: No longer link modules with libImlib2.la - test_save: Add qoi - specs: Optionally build split rpms - XBM loader: Debug printout tweaks - AVIF loader: Indent - AVIF saver: Add one - HEIF loader: Demote avif support if regular avif loader is built - test: Add basic avif test - test: test_grab needs -lX11 - test: Avoid warnings from _FORTIFY_SOURCE - AVIF loader: add new loader based on libavif - Y4M Loader: replace fps_{den,num} with frametime_us - Y4M Loader: provide the pixel aspect ratio directly - autofoo: don't hardcode zlib flags - QOI Loader: sync with upstream - QOI Saver: add one Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* icewm: upgrade 3.7.1 -> 3.7.2Wang Mingyu2025-03-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Always print icons double-quoted - Also support SVG icons when the image library supports it natively. - Mark the WindowList as a toplevel and redirect its input to the listbox. - Fix compiling without internationalization for icewm-menu-fdo. - Also update the server time before setting focus to the topWindow. - Try not to go backwards in our notion of the X server time. - Only save event time when it is non-zero. - Add updateServerTime to class declaration in header. - Use the window handle when retrieving the user time. - Fix off-by-one errors in the QuickSwitch bottom right border - Log the keycode as a decimal. - Improve readability in SwitchWindow::resize. - Ignore key releases and modifier presses in the top window key handler. - Remove the incompatible cmake_path from the po CMakefile. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-font-viewer: upgrade 47.0 -> 48.0Wang Mingyu2025-03-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flashrom: upgrade 1.4.0 -> 1.5.1Wang Mingyu2025-03-254-78/+8
| | | | | | | | | | | | 0001-flashrom-Mark-RISCV-as-non-memory-mapped-I-O-archite.patch 0001-linux_mtd-fix-build-with-clang-19.patch removed since they're included in 1.5.1 0002-meson-Add-options-pciutils-ftdi-usb.patch refreshed for 1.5.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ddrescue: upgrade 1.29 -> 1.29.1Wang Mingyu2025-03-251-1/+1
| | | | | | | | | | | | | Changelog: ============ - New option '--bad-sector-data'. - main_common.cc (format_num3): New function. - mapbook.cc (input_pos_error): Print pos and size aligned. - ddrescue.texi: Document use of -p and -x with --domain-mapfile. - block.h: Rename to mapfile.h. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* adw-gtk3: upgrade 5.6 -> 5.7Wang Mingyu2025-03-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* abseil-cpp: upgrade 20250127.0 -> 20250127.1Wang Mingyu2025-03-253-43/+7
| | | | | | | | | | | | | | | | | | | | 0001-Actually-use-the-hint-space-instruction-to-strip-PAC.patch removed since it's inclued in 20250127.1 abseil-cpp/0004-abseil-ppc-fixes.patch refreshed for 20250127.1 Changelog: ============= - Added support for Bazel 8.0 - Added support for Bazel Platforms for better portability - Added ABSL_ATTRIBUTE_VIEW and ABSL_ATTRIBUTE_OWNER for diagnosing certain lifetime issues - Many performance improvements - A security issue in hash container create/resize has been fixed. Note that the latest patch releases for previous LTS versions also address this issue. - Bazel BUILD files now reference repositories by their canonical names from the Bazel Central Registry. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcec: update 6.0.2 -> 7.0.0Markus Volk2025-03-254-121/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog modernise CMakeLists.txt Use cmake TIMESTAMP function to be more portable and to allow for reproducible builds fixed: potential null deref. closes #556 python 3.13 compatibility added: vs2022 support fixed: creating (unsigned) windows installer fixed: nsis installer not creating start menu icons and uninstaller bump to .net framework 4.5 and .net 8.0 fixed: null terminate .net device language field. added CecLogicalAddresses::Unset() fixed: don't call the config updated callback if nothing has changed. auto set wake devices or activate source so these values match what happens on the tv fixed: tv would power on even if the options to power on were disabled in cec-tray changed/fixed: windows installer, eventghost plugin, .net libraries, python imports, debug builds fixed: use input() for python3 and raw_input() for python2 changed: debian python install to match arch specific too fixed: libusb0.dll wasn't included in the installer fixed: remove call to PyEcal_InitThreads(). swig already includes SWIG_PYTHON_INITIALIZE_THREADS in SWIG_init() CheckPlatformSupport.cmake: various improvements Ease copy-paste by invoking apt noninteractively Rename COPYING to LICENSE.md so follow standard naming conversion cecloader.h: fix null return Mark all devices as inactive when new active source is unknown Fix use after free in callbacks with results. Add a commandHandler callback to allow external libs to handle CEC commands themselves. Remove debug printfs. Attempt to fix race condition when freeing the callback wrapper. Allow command handler callback to intercept broadcast messages and fix inconsistent callback wrapper deletion again. Remove useless mutex. Remove useless 'keepResult' parameter and make sure the CCallbackWrap is only deleted once even in case of timeout. Fix Python module import fix assert issue with systemd udev tegra-cec support. closes #636 Add support for Windows ARM64. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>