summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
* dmalloc: upgrade 5.5.2 -> 5.6.5Khem Raj2026-06-151-1/+1
| | | | Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* msgpack-cpp: upgrade 7.0.0 -> 8.0.0Khem Raj2026-06-151-1/+1
| | | | Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* libabigail: upgrade 2.5 -> 2.10Khem Raj2026-06-151-1/+1
| | | | Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* mercurial: upgrade 6.6.3 -> 7.2.2Khem Raj2026-06-151-1/+1
| | | | Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* libio-pty-perl: upgrade 1.20 -> 1.31Khem Raj2026-06-151-1/+1
| | | | Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* geany: upgrade 2.0 -> 2.1Khem Raj2026-06-151-1/+1
| | | | Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gst-editing-services: upgrade 1.22.7 -> 1.22.12Khem Raj2026-06-151-1/+1
| | | | Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* poke: upgrade 4.2 -> 4.3Khem Raj2026-06-151-1/+1
| | | | Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* abseil-cpp: upgrade 20260107.1 -> 20260526.0Khem Raj2026-06-151-1/+1
| | | | Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* giflib: upgrade 6.1.2 -> 6.1.3Khem Raj2026-06-151-1/+1
| | | | Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* cloc: upgrade 1.98 -> 2.08Khem Raj2026-06-151-1/+1
| | | | Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* cpuid: upgrade 20230614 -> 20260503Khem Raj2026-06-151-1/+1
| | | | Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* jq: patch CVE-2026-49839Anton Skorup2026-06-152-0/+35
| | | | | | | CVE details: https://vulert.com/vuln-db/--4743 Signed-off-by: Anton Skorup <anton.skorup@axis.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* android-tools-conf: replace sysfs implementation with configfsEtienne Cordonnier2026-06-157-117/+62
| | | | | | | | | | | | | | | | | | | | | | | | The android-tools-conf recipe used /sys/class/android_usb/android0/, an interface exported by the out-of-tree android.c USB gadget driver that Google carried in Android kernels but never submitted to mainline Linux. It was never part of any upstream kernel release. The configfs-based USB gadget framework (CONFIG_USB_CONFIGFS) was merged into mainline Linux with kernel 3.10 (June 2013) and is the correct interface for all upstream kernels since then. Additionally, Google's Generic Kernel Image (GKI) initiative dropped android.c from Android common kernels starting with kernel 5.10 (Android 12, 2021), so even custom BSPs targeting modern Android cannot use this interface. Remove android-tools-conf and rename android-tools-conf-configfs to android-tools-conf, since the configfs-based implementation is the only correct one for any modern kernel. Backward compatibility is preserved via PROVIDES/RPROVIDES retaining the old android-tools-conf-configfs name. AI-Generated: Uses GitHub Copilot (Claude Sonnet 4.6) Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* android-libboringssl: Fix build on glibc >= 2.41Alex Kiernan2026-06-142-6/+178
| | | | | | | Backport fix to avoid redefining constants introduced in glibc 2.41. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* android-tools: upgrade 29.0.6.r14 -> 35.0.2Etienne Cordonnier2026-06-1478-3687/+2136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade from 29.0.6.r14 to 35.0.2, switching to the Debian android-platform-tools source package layout which ships Debian-maintained make fragments and patch series under debian/system/. The old recipe carried a hand-maintained patch stack on top of a custom build system (rules_yocto.mk). The new recipe delegates to Debian's make fragments and applies only the OE-specific patches needed on top. Notable upstream changes between 29.0.6 and 35.0.2 (see release notes at https://developer.android.com/tools/releases/platform-tools): - adb: libusb is now the default USB backend on Linux (35.0.0) - adb: receive windowing for better throughput on high-latency links (33.0.3) - adb: graceful USB interface release on shutdown (35.0.2) - adb: wireless pairing and incremental APK installation support (30.0.0) - adb: adb transport-id for safe scripted device waits (30.0.2) - adb: fix shell exit code when device disconnects (35.0.0) - fastboot: download speed improvements up to 980MB/s on SuperSpeed+ (35.0.0) OE-specific changes: - adbd now drops privileges to a dedicated "adb" system user (matching Android's production security model); use "adb root" to escalate - adbd root/unroot/remount support added for non-Android targets - android-gadget-setup updated to mount functionfs with uid/gid ownership so the unprivileged adbd can access the FunctionFS endpoints - Depends on new android-libboringssl recipe for BoringSSL shared libraries - android-tools-adbd.service uses Type=notify so systemd waits for adbd's sd_notify READY=1 before proceeding with ExecStartPost - android-gadget-start now respects ANDROID_GADGET_UDC_DELAY (default 10s for non-systemd paths); the configfs drop-in sets it to 0 since adbd has already signalled readiness before ExecStartPost runs, eliminating the fixed delay on restart Tested on Raspberry Pi 4B (MACHINE=raspberrypi4-64) with USB-C OTG port, openembedded-core main branch, meta-openembedded master-next, kernel 6.12: - adb devices: device enumerated as 18d1:d002 - adb shell: connection as unprivileged adb user - adb root / adb unroot: privilege escalation and drop - adb reboot: device reboot via adb - adb forward: SSH tunnel through ADB verified - oe-run-native android-tools-native adb / fastboot: native host tools build Note: adbd only starts when /etc/usb-debugging-enabled exists on the target (ConditionPathExists in the service file). This is intentional — ADB is disabled by default for security. Create the file at image build time or at runtime to enable it. Requires kernel config for USB gadget support (e.g. via a .cfg fragment): CONFIG_USB_DWC2_DUAL_ROLE=y CONFIG_USB_GADGET=y CONFIG_USB_CONFIGFS=y CONFIG_USB_F_FS=y CONFIG_USB_CONFIGFS_F_FS=y Requires in local.conf for RPi4: RPI_EXTRA_CONFIG = "dtoverlay=dwc2,dr_mode=peripheral" AI-Generated: Uses GitHub Copilot (Claude Sonnet 4.6) Signed-off-by: Mihajlo Marinkovic <mmarinkovic@snap.com> Tested-by: Etienne Cordonnier <ecordonnier@snap.com> Co-authored-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* android-libboringssl: add new recipe for BoringSSL shared librariesEtienne Cordonnier2026-06-144-0/+155
| | | | | | | | | | | | | | | | | | | | | Add a recipe shipping the BoringSSL shared libraries required by android-tools-adbd. BoringSSL is the TLS/crypto library used by adbd for ADB authentication. The libraries are installed under ${libdir}/android/ to avoid conflicting with the system libcrypto/libssl in the sysroot. A SOVERSION=0 patch is applied so Yocto's standard .so / .so.0 packaging split works correctly. An ld.so.conf.d drop-in registers ${libdir}/android so binaries can find the libraries at runtime. This recipe is tightly coupled to android-tools: update it together when upgrading android-tools to a new version. AI-Generated: Uses GitHub Copilot (Claude Sonnet 4.6) Signed-off-by: Mihajlo Marinkovic <mmarinkovic@snap.com> Co-authored-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* libdbi-perl: upgrade 1.647 -> 1.648Wang Mingyu2026-06-091-2/+2
| | | | | | | License-Update: Copyright year updated to 2026. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* ctags: upgrade 6.2.20260531.0 -> 6.2.20260607.0Wang Mingyu2026-06-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* android-tools-conf-configs: revert deletion of the recipeDmitry Baryshkov2026-06-095-0/+113
| | | | | | | | | | | | | | | | | | | The commit 33c1e33d2303 ("android-tools: remove android-tools 5.x from meta-oe/recipes-devtools") blindly dropped all recipes from the android-tools dir. Later commits moved the android-tools recipe and other related recipes from the SELinux dynamic layer, bumping the version to 29.x, but somehow the author of the patches didn't notice that the resulting set of packages doesn't work out of box on any upstream kernels, as the default android-tools-conf setup scripts use Android-proprietary way of setting up the USB gadget (/sys/class/android_usb). Bring back the android-tools-conf-configs recipe, which uses upstream mechanism (ConfigFS) to setup the USB gadget for ADB. Fixes: 33c1e33d2303 ("android-tools: remove android-tools 5.x from meta-oe/recipes-devtools") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* php: upgrade 8.5.6 -> 8.5.7Jason Schonberg2026-06-071-1/+1
| | | | | | | | | This is a bug fix release. Changelog: https://www.php.net/ChangeLog-8.php#8.5.7 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* nodejs: fix v8 -Wtemplate-body build error with GCC 15 on ia32Bin Cao2026-06-072-0/+53
| | | | | | | | | | | | | | | | | GCC 15 introduced -Wtemplate-body (enabled by default as an error) which performs stricter name lookup checking inside template bodies. In the Int64LoweringReducer template class (only compiled for 32-bit targets), the expression `__ Tuple<Word32, Word32>(...)` is ambiguous in a dependent context because GCC cannot determine whether `Tuple` after the `__` macro expansion (`Asm().`) refers to a template member function or the struct type `Tuple`. Add the C++ `template` disambiguator keyword to tell the compiler that `Tuple` is a dependent template name. This is a minimal backport of commit 7772a2df9d0b4db9947dbb902b4aec33c35401c0. Signed-off-by: Bin Cao <bin.cao.cn@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* php: Correct the license to PHP-3.01Peter Kjellerstedt2026-06-071-1/+1
| | | | | | | The license used by PHP is actually PHP-3.01, not PHP-3.0. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* exiftool: upgrade 13.58 -> 13.59Wang Mingyu2026-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =============== - Security update - Added NewUUID Extra tag - Added a new Canon RF lens - Added config_files/novelty.config to the distribution - Decode tags from the Sony ILCE-7RM6 - Decode a new FujiFilm tag - Decode a few more DJI protobuf tags - Decode a new Ricoh Pentax tag - Issue Error instead of Warning when writing XMP with some problems which could cause loss of data - Improved error message when reading wrongly encoded CSV or JSON file - Enhanced -config option to allow piped input with "-config -" - Enhanced -validate option to do more strict checking of EXIF-for-XMP tags - Patched -sort option avoid inconsistent output ordering of same-named tags - Patched Composite SubSec date/time tags to specify the EXIF group for the SubSec and OffsetTime tags upon which they are based (avoids non-standard XMP tags from being incorrectly used here) - Fixed bug in -diff feature when finding differences for specific tags and a specified tag was missing from the source file Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* debootstrap: upgrade 1.0.143 -> 1.0.144Wang Mingyu2026-06-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* ctags: upgrade 6.2.20260524.0 -> 6.2.20260531.0Wang Mingyu2026-06-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* nodejs: Delete clang libatomic patchKhem Raj2026-06-072-96/+0
| | | | | | | This patch is not right and moreover not needed anymore with latest clang Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* jemalloc: add backport patch to fix build with gcc 16Markus Volk2026-06-072-0/+159
| | | | | | | This patch replaces std::__throw_bad_alloc call with standard C++ Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* jsoncpp: add a backport patch to fix build with gcc16Markus Volk2026-06-072-0/+64
| | | | | | | | | | | Partially backport https://github.com/open-source-parsers/jsoncpp/commit/71d46ca38e90dc902e8178ba484af4f27fa11947.patch This fixes build with gcc 16 Upstream-Status: Backport [https://github.com/open-source-parsers/jsoncpp/commit/71d46ca38e90dc902e8178ba484af4f27fa11947] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* jq: patch CVE-2026-47770Anton Skorup2026-06-072-0/+485
| | | | | | | | | This patch adds the upstream fix for CVE-2026-47770. CVE details: https://ubuntu.com/security/CVE-2026-47770 Signed-off-by: Anton Skorup <antonsk@axis.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* microsoft-gsl: upgrade 4.2.1 -> 4.2.2Wang Mingyu2026-05-311-1/+1
| | | | | | | | Changelog: Fix MSVC's C4875 when compiling GSL 4.2.1 with latest MSVC toolset. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* ctags: upgrade 6.2.20260510.0 -> 6.2.20260524.0Wang Mingyu2026-05-311-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* android-tools: fix deprecated header warning from clangAshishKumar Mishra2026-05-241-6/+9
| | | | | | | | | | | | Remove .h header files from the SOURCES compilation list inside adbd.mk to resolve a Clang warning regarding treating 'c-header' input as 'c++-header' Moved the header files into a separate HEADERS variable to act purely as a GNU Make dependency trigger, keeping them off the direct compiler execution string. Signed-off-by: AshishKumar Mishra <ashishkumar.mishra@bmwtechworks.in> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* android-tools: removes selinux dependency from android-tools_29.0.6.r14.bbAshishKumar Mishra2026-05-241-1/+4
| | | | | Signed-off-by: AshishKumar Mishra <ashishkumar.mishra@bmwtechworks.in> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* android-tools: move android-tools v29.x from dynamic-layers/selinux to meta-oeAshishKumar Mishra2026-05-2452-0/+3831
| | | | | | | | | | | | | | | | | | | Relocate the recipe from dynamic-layers/selinux/ to the main meta-oe/recipes-devtools/ directory. The android-tools recipe (version 29.0.6.r14) was previously restricted to the selinux dynamic-layer. Investigation shows that version 29.0.6.r14 does not have a hard dependency on libselinux for core tool functionality. (adb, fastboot, and sparse image tools). - Basic runable test was done for binaries in android-tools-native - Checked for selinux absense by looking for selinx using $ ldd binary-name Changes: - Relocate recipe from dynamic-layers/selinux/ to recipes-devtools/ Signed-off-by: AshishKumar Mishra <ashishkumar.mishra@bmwtechworks.in> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* android-tools: remove android-tools 5.x from meta-oe/recipes-devtoolsAshishKumar Mishra2026-05-2441-3473/+0
| | | | | | | | We plan to upgrade android-tools from the legacy 5.1.1 version to 29.0.6.r14 To achive this we are removing the older version from meta-oe/recipes-devtools/ Signed-off-by: AshishKumar Mishra <ashishkumar.mishra@bmwtechworks.in> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* nodejs: upgrade 22.22.3 -> 24.16.0 (LTS)Tim Orling2026-05-2114-232/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Node.js 24.16.0 [1] recipe based on 22.22.3. Patches reviewed against the 24.15.0 source tree and rebased where needed: - 0001: rebased for Makefile changes (common_node.gypi removed, line offsets shifted); merged with Disable-running-gyp-files patch since both modify the same Makefile hunk. Remove deps/simdutf/simdutf.gyp; no longer vendored here. - 0005: rebased for v8.gyp libatomic condition change (clang condition folded upstream, ppc removed) - v24.16.0 bumps bundled llhttp to 9.3.1 (LLHTTP_VERSION_MAJOR/MINOR/PATCH = 9/3/1 in deps/llhttp/include/llhttp.h). Five patches dropped as no longer needed: - build-remove-redundant-mXX-flags-for-V8: backport already merged upstream in Node.js 24 - ppc64-Do-not-use-mminimal-toc-with-clang: Node.js 24 common.gypi already gates -mminimal-toc behind clang==0 - fix-arm-Neon-intrinsics-types: the v24.16.0 source already uses vandq_u8/vorrq_u8 and vshrn_n_u16(vreinterpretq_u16_u8(mask), 4). - detect-aarch64-Neon-correctly: #ifdef __ARM_NEON__ → #if defined(__ARM_NEON__) || defined(__ARM_NEON) — already present at lines 13 and 2628. - llhttp-fix-NEON-header-value-__builtin_ctzll-undefin: wanted the match_mask == 0 guard around __builtin_ctzll — already present. "This patch can be dropped when nodejs updates its bundled llhttp to >= 9.3.1.") Remaining 9 patches renumbered sequentially 0001-0009. All verified to apply cleanly against the v24.16.0 source tarball. NOTE: The "current" release is v26.2.0 [1], but this is not yet an LTS release. Application stacks frequently lag new releases, so it makes sense to have support for the v24 LTS release. [1] https://nodejs.org/en/blog/release/v24.16.0 [2] https://nodejs.org/en/blog/release/v26.2.0 Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* nodejs-oe-cache-native: upgrade to version 24.16Tim Orling2026-05-212-0/+0
| | | | | | | | Add oe-cache recipe for Node.js 24.16, replacing the existing 22.22 version. This provides the npm cache helper used during SDK builds. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* jemalloc: fix version stringYi Zhao2026-05-211-1/+1
| | | | | | | | Referring to the VERSION file within the released source tarball, the version string for --with-version option should be ${PV}-0-g${SRCREV}. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* ctags: upgrade 6.2.20260426.0 -> 6.2.20260510.0Wang Mingyu2026-05-201-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* nodejs: upgrade 22.22.2 -> 22.22.3Jason Schonberg2026-05-144-174/+1
| | | | | | | | | | With this upgrade, nodejs updated the llhttp dependency to version 9.3.1 So some of the patches are nolonger necessary. Changelog: https://github.com/nodejs/node/releases/tag/v22.22.3 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* jsoncpp: Fix C++11 ABI breakage when compiled with C++17Ernest Van Hoecke2026-05-132-0/+369
| | | | | | | | | | | | | | | When jsoncpp is built with C++17, 1.9.7 drops several legacy overloads that C++11 consumers can still link against. Backport the upstream fix to restore compatibility. Fixes errors such as: | undefined reference to `Json::Value::operator[](char const*)' Patch can be dropped when we move to 1.9.8. Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* exiftool: upgrade 13.57 -> 13.58Wang Mingyu2026-05-131-1/+1
| | | | | | | | | | | | | | | | | | Changelog: =========== - Added a few new Nikon Z lenses - Added a few new QuickTime MajorBrand values - Added a new RAFCompression value - Added undocumented -eh option (alias for -E/-escapeHTML) - Decode timed GPS from INNOVV N2 TS videos - Improved decoding of Canon ColorData for some models - Changed the name of the RAFVersion tag to FirmwareVersion - Removed conversion for Garmin FIT DeviceIndex values - Properly parse XML CDATA and comment sections - Fixed issue which could cause failed Garmin test on some systems Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* doxygen: upgrade 1.16.1 -> 1.17.0Wang Mingyu2026-05-131-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* php: upgrade 8.5.5 -> 8.5.6Jason Schonberg2026-05-131-1/+1
| | | | | | | | | This is a security release. Changelog: https://www.php.net/ChangeLog-8.php#8.5.6 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* jemalloc: upgrade 5.3.0 -> 5.3.1Wang Mingyu2026-05-121-4/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* isocline: upgrade 1.0.9 -> 1.1.0Wang Mingyu2026-05-121-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* ctags: upgrade 6.2.20260329.0 -> 6.2.20260426.0Wang Mingyu2026-05-071-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* exiftool: upgrade 13.52 -> 13.57Liu Yiding2026-05-071-1/+1
| | | | | | | | 1. ChangeLog https://github.com/exiftool/exiftool/blob/master/Changes Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* editorconfig-core-c: upgrade 0.12.9 -> 0.12.11Liu Yiding2026-05-071-3/+3
| | | | | | | | | | 1. ChangeLog https://github.com/editorconfig/editorconfig-core-c/releases/tag/v0.12.11 2. Fix HOMEPAGE Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>