summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* nautilus: requires gobject-introspection-data DISTRO_FEATURERoss Burton2023-05-261-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geoclue: the library doesn't need gobject-introspectionRoss Burton2023-05-261-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-photos: requires gobject-introspection-data DISTRO_FEATURERoss Burton2023-05-261-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-desktop: gobject-introspection is not in fact mandatoryRoss Burton2023-05-261-2/+0
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpeas: requires gobject-introspection-data DISTRO_FEATURERoss Burton2023-05-261-2/+2
| | | | | | | Until libpeas 2 is released, g-i is a hard requirement. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe.bb: only build libpeas if gobject-introspection is enabledRoss Burton2023-05-251-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grilo-plugins: add PACKAGECONFIG for trackerRoss Burton2023-05-251-1/+3
| | | | | | | | Add a PACKAGECONFIG for the tracker plugin, and enable it only if gobject-introspection is enabled. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eog: requires gobject-introspection-data DISTRO_FEATURERoss Burton2023-05-251-1/+2
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* setxkbmap: upgrade 1.3.3 -> 1.3.4Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | Changelog: ============ Check for the XWAYLAND extension Fix "Xwayland" spelling Route the Xwayland warning through stderr Be more careful about querying randr gitlab CI: stop requiring Signed-off-by in commits Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: upgrade 2.2.3 -> 2.3.0Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | Changelog: =========== Improve sequence/all restriction checks for XSD 1.1 Add schema argument to Wsdl11Document Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tzlocal: upgrade 4.3 -> 5.0.1Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: =========== - The logging info under windows made it look like it looked up the registry info even when you had a TZ environment, but it doesn't actually do that. - Improved the handling of loggers. - Fixed a bug in the new assert_tz_offset method. - Change how the system offset is calculated to deal with non-DST temporary changes, such as Ramadan time in Morocco. - Change the default to only warn when the timezone offset and system offset disagree (but still not even warn if TZ is set) - Add the assert_tz_offset() method to the top level for those who want to explicitly check and fail. - Removed the deprecation shim. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* valijson: upgrade 1.0 -> 1.0.1Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | Changelog: ========= Fixes typos in preprocessor macros Adds Github Actions configuration for CI Fixes validation_visitor to work with forward iterator adapters Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rdma-core: upgrade 45.0 -> 46.0Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ========== Merge pull request #1327 from haoyue-Xu/bugfixes libhns: Disable local invalidate operation Merge pull request #1330 from amzn/change-maintainer MAINTAINERS: Update EFA provider maintainer Merge pull request #1329 from selvintxavier/bnxt_update bnxt_re/lib: Remove deferred arming logic bnxt_re/lib: Fix the UD completion reported Merge pull request #1328 from amzn/tests-fix tests: Skip rc_flush tests if not supported in kernel tests: Fix get_net_name for cases there is no net device Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: upgrade 1.22.2 -> 1.24.0Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== New: Celery Beat exclude tasks option New: Add support for ExceptionGroups Prefer importlib.metadata over pkg_resources if available Work with a copy of request, vars in the event Pinned version of dependency that broke the build Disable Django Cache spans by default. New: Add loguru integration Do not truncate request body if request_bodies is "always" Fixed Celery headers for Beat auto-instrumentation Add db.operation to Redis and MongoDB spans Make sure we're importing redis the library Add include_source_context option Import Markup from markupsafe Fix __qualname__ missing attribute in asyncio integration Remove relay extension from AWS Layer Add a note about pip freeze to the bug template Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-stevedore: upgrade 5.0.0 -> 5.1.0Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | Changelog: ========== * Revert "Moves supported python runtimes from version 3.8 to 3.10" * Moves supported python runtimes from version 3.8 to 3.10 * Update master for stable/2023.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zchunk: upgrade 1.3.0 -> 1.3.1Wang Mingyu2023-05-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-websocket-client: upgrade 1.5.1 -> 1.5.2Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | Changelog: ========= - Add typehints (#908) - Fix pytype errors (#906) - Fix args passed to logging function (#898) - Standardize PEP 3101 formatting (c6a445f) - Add more verbose exception for unsuccessful handshake for #900 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xlsxwriter: upgrade 3.1.0 -> 3.1.1Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | Changelog: ========== * Add support for new Excel dynamic functions added in 2023. * Added support for adding a color to the 'invert_if_negative' chart option. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 2.0.13 -> 2.0.15Wang Mingyu2023-05-251-1/+1
| | | | | | | | Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.15 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-xdist: upgrade 3.3.0 -> 3.3.1Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | Bug Fixes ======== -#907: Avoid remote calls during startup as execnet by default does not ensure remote affinity with the main thread and might accidentally schedule the pytest worker into a non-main thread, which breaks numerous frameworks, for example asyncio, anyio, PyQt/PySide, etc. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.18.0 -> 2.18.1Wang Mingyu2023-05-251-1/+1
| | | | | | | | | Bug Fixes ========= Self signed jwt token should be string type Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: upgrade 4.1.7 -> 4.2.1Wang Mingyu2023-05-251-1/+1
| | | | | | | | Changelog: https://docs.djangoproject.com/en/4.2/releases/4.2.1/ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pulsectl: upgrade 23.5.1 -> 23.5.2Wang Mingyu2023-05-251-1/+1
| | | | | | | | Changelog: Fix incorrect type for PA_SAMPLE_SPEC.channels, affecting big-endian architectures Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.23.0 -> 4.23.1Wang Mingyu2023-05-251-1/+1
| | | | | | | | | Changelog: =========== Add a workaround for GCC constexpr bug (67ecdde) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: upgrade 2.15.4 -> 2.15.5Wang Mingyu2023-05-251-1/+1
| | | | | | | | Changelog: Handle objects.Super in helpers.object_type(). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-u-msgpack-python: upgrade 2.7.2 -> 2.8.0Wang Mingyu2023-05-251-2/+2
| | | | | | | | | | | | | | Changelog: =========== Migrate module to package. Migrate documentation to Sphinx. Improve types and formatting in docstrings. Add type stubs. License-Update: Copyright year updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-can: upgrade 4.2.0 -> 4.2.1Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | Bugfixes: =========== The ASCWriter now logs the correct channel for error frames (#1578, #1583). Fix PCAN library detection (#1579, #1580). On Windows, the first two periodic frames were sent without delay (#1590). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asgiref: upgrade 3.6.0 -> 3.7.1Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========== * On Python 3.10 and below, the version of the "typing_extensions" package is now constrained to be at least version 4 (as we depend on functionality in that version and above) * Contextvars are now required for the implementation of Local as Python 3.6 is now no longer a supported version. * sync_to_async and async_to_sync now pass-through * Debug and Lifespan State extensions have resulted in a typing change for some request and response types. This change should be backwards-compatible. * "asgiref" frames will now be hidden in Django tracebacks by default. * Raw performance and garbage collection improvements in Local, SyncToAsync, and AsyncToSync. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: upgrade 2023.2 -> 2023.3Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== configure: post-release version bump treegen: Require at least one mutation ci: Turn off errors for deprecated-declarations ci: Drop workaround for fedora-release-container rust: Bump MSRV to 1.64 build-sys: Squash automake conditional warning re '.PHONY' Add clang formatting infrastructure lib: clang-format 'ostree.h' tree-wide: Fix various include ordering issues lib: Fix one include clang-format: Don't align backslashes tree-wide: Run clang-format ci: Validate clang-format tests/inst: Add xshell and use it in one place tests: Ensure real GIO backends aren't used ci: Add test configuration with soup3 fetcher/soup3: Rewrite without threads fetcher: add libsoup3 backend lib/sysroot-cleanup: Convert bootdir listing to dfd-relative lib/sysroot-cleanup: Make some static utility functions global lib/sysroot-cleanup: Drop dead code lib/sysroot-cleanup: Factor out bootfs cleanup lib/sysroot-cleanup: Make bootfs cleanup function global libotutil: add utility functions for calculating directory size lib/sysroot-deploy: Nuke 'finalize-failure.stamp' on successful finalization tests/kola: delete unused .gitignore tests/kolainst: Add 'make localinstall' lib/sysroot-deploy: Add experimental support for automatic early prune configure: post-release version bump lib/fetcher: Add some debugging messages to the libsoup request path Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.28.1 -> 2.29.0Wang Mingyu2023-05-251-1/+1
| | | | | | | | Feature: New SPE v3 plugin Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.2.5 -> 7.2.6Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========== - Fix: the lcov command could raise an IndexError exception if a file is translated to Python but then executed under its own name. Jinja2 does this when rendering templates. Fixes issue 1553. - Python 3.12 beta 1 now inlines comprehensions. Previously they were compiled as invisible functions and coverage.py would warn you if they weren't completely executed. This no longer happens under Python 3.12. - Fix: the coverage debug sys command includes some environment variables in its output. This could have included sensitive data. Those values are now hidden with asterisks, closing issue 1628. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-antlr4-runtime: upgrade 4.12.0 -> 4.13.0Wang Mingyu2023-05-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Issues fixed ------------ antlr4 jar doubled in size in 4.9.3 (unicode, comp:performance) Go: exponentially bad/absymal performance as of ... (type:bug, target:go) Go runtime panic (type:bug, target:go) Improvements, features ------------------------ Update LexerATNSimulator.cs with virtual Consume (type:improvement, target:csharp) Feature/fixembedding (type:improvement, target:go, comp:performance) Provide Javascript port of TokenStreamRewriter (type:feature, target:javascript, target:typescript) License-Update: Version updated to 4.13.0 "Home-page" changed to "Project-URL: Homepage," "Eric Vergnaud" removed from Author Author-email changed to "Eric Vergnaud <eric.vergnaud@wanadoo.fr>" Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dominate: upgrade 2.7.0 -> 2.8.0Wang Mingyu2023-05-251-1/+1
| | | | | | | | Changelog: Fix incorrect context handling when a tag is used 2+ levels deeper than it was created. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-restful: upgrade 0.3.9 -> 0.3.10Wang Mingyu2023-05-251-1/+1
| | | | | | | | Changelog: Compatibility with Flask 2.3 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fetchmail: upgrade 6.4.23 -> 6.4.37Wang Mingyu2023-05-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | License-Update: Update SSL configure instructions and license info. Changelog: =========== - OpenSSL 1.1.1t and 3.0.8 and wolfSSL 5.5.4 (or newer on the respective compatible branches) remain supported. - updated translations and bumped SSL/TLS library version requirements. - fixed a critical softbounce bug - finds both rst2html5 with and without .py suffix when rebuilding the distribution. - updated the configure script for --with-ssl properly identifying the right OpenSSL on a system with multiple OpenSSL versions installed, and updates the manual page and its HTML conversion process, and adds some error checking to the .netrc parser. - added a wolfSSL compatibility workaround - updated the manual page and several other documentation files, adds preliminary wolfSSL 5.0 support on systems that provide a C99 compiler, fixed up a specific fix for a compatibility issue with the end-of-life OpenSSL 1.0.2 around the expiry of the DST Root CA X3 certificate which impairs connectivity to Let's-Encrypt-certified sites. Supported OpenSSL versions 1.1.1 and newer are unaffected. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: upgrade 1.19.0 -> 1.19.1Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Security --------- - CVE-2023-32067. High. 0-byte UDP payload causes Denial of Service [12] - CVE-2023-31147. Moderate. Insufficient randomness in generation of DNS query IDs [13] - CVE-2023-31130. Moderate. Buffer Underwrite in ares_inet_net_pton() [14] - CVE-2023-31124. Low. AutoTools does not set CARES_RANDOM_FILE during cross compilation [15] Bug fixes ---------- - Fix uninitialized memory warning in test [1] - Turn off IPV6_V6ONLY on Windows to allow IPv4-mapped IPv6 addresses [2] - ares_getaddrinfo() should allow a port of 0 [3] - Fix memory leak in ares_send() on error [4] - Fix comment style in ares_data.h [5] - Remove unneeded ifdef for Windows [6] - Fix typo in ares_init_options.3 [7] - Re-add support for Watcom compiler [8] - Sync ax_pthread.m4 with upstream [9] - Windows: Invalid stack variable used out of scope for HOSTS path [10] - Sync ax_cxx_compile_stdcxx_11.m4 with upstream to fix uclibc support [11] Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mailcap: upgrade 2.1.53 -> 2.1.54Wang Mingyu2023-05-251-2/+1
| | | | | | | | | | Changelog: ========== - mime.types: Sync with IANA as of 2023-05-22 - typediff.py: remove unnecessary import Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-cxx: upgrade 2.3.1 -> 2.4.0Wang Mingyu2023-05-252-33/+2
| | | | | | | | | | | | | | | | 0001-Include-missing-cstdint.patch removed since it's included in 2.4.0 Changelog: ========== - Add ability to switch between big/little endianess for messages. This is to support implementations such as sd-bus where handling perfectly valid messages in big-endian format is apparently too difficult - Fix extracting certain deeply nested messages with maps - Various other compile fixes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* f2fs-tools: upgrade 1.15.0 -> 1.16.0Wang Mingyu2023-05-252-29/+1
| | | | | | | | | | | | | | | | | | | | | | | 0001-f2fs_io-Fix-out-of-tree-builds.patch removed since it's included in 1.16.0 Changelog: ========== relax zone size of power of 2 fix # of total segments Remove deprecated f2fstat define HAVE_CLOCK_GETTIME properly support F2FS_IOC_START_ATOMIC_REPLACE give less overprovisioning space set host-aware zoned device similar to host-managed one fix build error on lz4-1.9.4 use F2FS_BLKSIZE instead of PAGE_*_SIZE fix cannot get bdev information do not use SG_IO in Android move android_config before defining them Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lldpd: upgrade 1.0.16 -> 1.0.17Wang Mingyu2023-05-251-1/+1
| | | | | | | | | * Fix: Read overflow when parsing CDP addresses. Don't output empty lines on configure commands. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grilo: upgrade 0.3.15 -> 0.3.16Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | | | Changelog: ========= * !94 Fix usage of depcreated GSimpleAsyncResult * !95 Build updates. Meson requirement is now 0.62. * !96 Fix build on Darwin * Updated translations * Turkish * Georgian Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-terminal: upgrade 3.48.0 -> 3.48.1Wang Mingyu2023-05-251-3/+4
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* adw-gtk3: upgrade 4.6 -> 4.7Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | | Changelog: ========== - Make sure text selection is somewhat visible on websites with various backgrounds in both chromium and firefox - Slightly increase contrast of menuitems - Fix borders on vertical linked buttons - Fix borders on vertical spinbuttons - Change list row image-button style Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* double-conversion: upgrade 3.2.1 -> 3.3.0Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | Changelog: ========= Fix some compile warnings in Visual Studio Set permissions for github workflows Add flags to control trailing decimal and zero in exponent form when input has one significant digit Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hidapi: upgrade 0.13.1 -> 0.14.0Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========== general: add hid_get_report_descriptor API function (#451) macOS: fix retrieving USB Interface number on macOS 13.3 (#534) macOS: Properly handle the close of run loop on macOS (#522) libusb: fix crash in hid_enumerate() caused by a stale device handle (#526) windows: alternative way to get USB Serial Number if not provided by HidD_GetSerialNumberString (#464) windows: don't mark with dllexport in static build (#507/#515) windows: Get Bluetooth device Model Number String instead of Device Name into product string (#500) general: fixes (mostly error handling) of issues found by Coverity Scan (#552/#554/#555/#559/#560/#561) general: variouse fixes and improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libirecovery: upgrade 1.0.1 -> 1.1.0Wang Mingyu2023-05-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== * Changes: - Remove duplicated thread/collection code and use new libimobiledevice-glue instead - Add new `irecv_send_command_breq` (for M1 restoring) - Add new `setenvnp` command - Add support for iPad 8 and iPad Air 4 models - Add all current Apple Watch models (device lookup) - Add support for HomePod and HomePod mini (device lookup) - Add support for Apple Silicon/M1 Macs (device lookup) and remaining T2/iBridge devices - Add iMac 24-inch M1 models - Add iPad Pro 11-inch (3rd gen) and iPad Pro 12.9-inch (5th gen) devices - Add Apple TV 4K (2nd gen) - Add iPhone 13 family - Add 9th gen iPad devices - Add 6th gen iPad mini - Add Apple Watch Series 7 - Add MacBook Pro 2021 models (device lookup) - Add iPad Air (5th gen) - Add iPhone SE (3rd gen) - Add Mac Studio - Add Studio Display (device lookup) - Add device ID for macOS 12 Apple Silicon VMs - Add M2 MacBook models - Add iPhone 14 family - Add Apple Watch SE 2, Series 8 and Ultra family - Add iPad (10th gen) - Add iPad Pro 11-inch (4th gen) and iPad Pro 12.9-inch (6th gen) - Add Apple TV 4K 3rd gen - Add January 2023 Macs and 2nd generation HomePod models - [Windows] Add support for newer drivers - irecovery: Add new "--devices" option to list internal device data - irecovery: Output product, model and marketing name for device information * Bug Fixes: - Send a ZLP in recovery mode if the buffer size is a multiple of 512 - Make sure DEVICE_ADD events are sent to additional event listeners - [Windows] Use ANSI versions for SetupDI and CreateFile API to prevent errors when compiling with unicode support - irecovery: Fix sending certain commands Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.0.20230507.0 -> 6.0.20230521.0Wang Mingyu2023-05-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: upgrade 2.6.4 -> 2.6.5Wang Mingyu2023-05-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gimp: Fix buildpaths in binaries and scriptsKhem Raj2023-05-253-1/+67
| | | | | | | | | | | Fixes WARNING: gimp-2.10.34-r0 do_package_qa: QA Issue: File /usr/libexec/gimp-debug-tool-2.0 in package gimp contains reference to TMPDIR File /usr/bin/gimp-console-2.10 in package gimp contains reference to TMPDIR File /usr/bin/gimptool-2.0 in package gimp contains reference to TMPDIR File /usr/bin/gimp-2.10 in package gimp contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eog: Fix absolute src paths in generated filesKhem Raj2023-05-252-0/+49
| | | | | | | | Fixes WARNING: eog-44.1-r0 do_package_qa: QA Issue: File /usr/src/debug/eog/44.1-r0/src/eog-enum-types.h in package eog-src contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>