summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mariadb: Upgrade 11.4.10 -> 11.4.12HEADmasterMingli Yu2026-06-123-1/+1
| | | | | | | | | | This release includes below security fixes: CVE-2026-49261 CVE-2026-48165 CVE-2026-48163 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* nspr: align 0005-Makefile.in-remove-_BUILD_STRING-and-_BUILD_TIME.patchMarkus Volk2026-06-121-20/+0
| | | | | | | | | | After current update this patch fails: '0005-Makefile.in-remove-_BUILD_STRING-and-_BUILD_TIME.patch' and needs adjustment Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gpsd: Add ncurses-terminfo to RRECOMMENDSJörg Sommer2026-06-121-1/+1
| | | | | | | | At least cgps needs the terminfo files to start. But other tools like gpspipe work without it. Hence, only recommend it, but do not depend on it. Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* nftables: Conditionally add ${PN}-python as RDEPENDS for ptestNaman Jain2026-06-121-1/+4
| | | | | | | | | | | | | | | | | This commit updates the RDEPENDS for the ptest package to include ${PN}-python only when the 'python' PACKAGECONFIG option is enabled. This change will ensure that we dont get below failure when ptest is enabled in the distro features, and packageconfig is not set. It causes this error- ERROR: Nothing RPROVIDES 'nftables-python' (meta-openembedded/meta-networking/recipes-filter/nftables/nftables_1.1.6.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'nftables-python' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nftables-python'] ERROR: Required build target 'nftables' has no buildable providers. Missing or unbuildable dependency chain was: ['nftables', 'nftables-python'] Signed-off-by: Naman Jain <namanj1@kpit.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* xdotool: avoid running host ldconfig during do_installYogesh Tyagi2026-06-121-1/+1
| | | | | | | | | | | The upstream Makefile invokes ldconfig at install time, which runs the host ldconfig against the target sysroot (${D}) and is both unnecessary and non-deterministic for cross builds. Pass LDCONFIG=true to make the install step a no-op for ldconfig, matching the WITHOUT_RPATH_FIX handling already used here. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-aiohttp: upgrade 3.13.5 -> 3.14.1Wang Mingyu2026-06-121-2/+2
| | | | | | | License-Update: add full apache license Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* gd: disable maybe-uninitialized errorMarkus Volk2026-06-121-0/+2
| | | | | | | | This fixes build with gcc16 until a suitable solution is found: https://github.com/libgd/libgd/issues/990 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-scapy: Replace oe.utils.all_distro_featuresc with bb.utils.filterKhem Raj2026-06-121-1/+1
| | | | | | | oe.utils.all_distro_features is being removed. Suggested-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* spectre-meltdown-checker: upgrade 26.33.0420460 -> 26.36.0602723Wang Mingyu2026-06-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-uvicorn: upgrade 0.44.0 -> 0.49.0Wang Mingyu2026-06-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-uefi-firmware: upgrade 1.13 -> 1.16Wang Mingyu2026-06-091-2/+2
| | | | | | | | | | | | | | | | | | | | | License-Update: =============== - fix(packaging): build abi3 extension with stable suffix (#153) - Fetch refs in release workflow - Generate version dynamically from refs - Add test dependencies (#151) Changelog: ============ - Replace more bytes/str mixing - Apply hardening fixes from upstream Tiano implementation - Build generic stable ABI wheels targeting Python 3.10+ - Add test dependencies - Parsing fixes and support for generate_checksums=True - fix(packaging): build abi3 extension with stable suffix Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-typer: upgrade 0.26.4 -> 0.26.7Wang Mingyu2026-06-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-tox: upgrade 4.55.0 -> 4.55.1Wang Mingyu2026-06-091-1/+1
| | | | | | | | Changelog: fix(config): propagate overrides through config references Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-sentry-sdk: upgrade 2.61.0 -> 2.61.1Wang Mingyu2026-06-091-1/+1
| | | | | | | | | | | | | Changelog: ============= - Pin fakeredis<2.36.0 in tests - Unpin redis and fakeredis for tests - (aiohttp) Unfurl spans explicitly instead of using pop() - (tox) Migrate from pip to uv via tox-uv - Pin redis<8 for rq Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-rich-toolkit: upgrade 0.19.10 -> 0.20.1Wang Mingyu2026-06-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-python-multipart: upgrade 0.0.30 -> 0.0.32Wang Mingyu2026-06-091-1/+1
| | | | | | | | | | | | Changelog: ============ - Speed up partial-boundary scanning for CR/LF-dense part data - Speed up multipart header parsing and callback dispatch - Bound header field name size before validating - Validate Content-Length is non-negative in parse_form Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-pytest-aiohttp: upgrade 1.1.0 -> 1.1.1Wang Mingyu2026-06-091-1/+1
| | | | | | | | | | Changelog: =========== - Drop Python 3.9 - Typing improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-pyais: upgrade 3.0.1 -> 3.1.0Wang Mingyu2026-06-091-1/+1
| | | | | | | | | | | Changelog: =========== - implemented a pre-computed decoder plan for each class - added json_to_data to aid in re-encoding JSON messages - encode_msg & encode_dict now require a mandatory sentence argument Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-ipython: upgrade 9.14.0 -> 9.14.1Wang Mingyu2026-06-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-inline-snapshot: upgrade 0.34.0 -> 0.34.1Wang Mingyu2026-06-091-1/+1
| | | | | | | | | Changelog: - Fixed snapshot_arg() to use the fix category (instead of create) when creating an argument with an existing non-ellipsis default argument value. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-filelock: upgrade 3.29.0 -> 3.29.1Wang Mingyu2026-06-091-1/+1
| | | | | | | | | | | | Changelog: =========== - docs: fix API docs of release() - docs: clarify per-thread scope of FileLock configuration - chore: improve filelock maintenance path - fix(soft): refuse to follow symlinks when reading the lock file Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-faker: upgrade 40.19.1 -> 40.21.0Wang Mingyu2026-06-091-1/+1
| | | | | | | | | | | | Changelog: ========= - Add banks list for en_GB locale - Add pan and gstin generators to en_IN SSN provider - Improve barcode provider test coverage - Bump liskin/gh-problem-matcher-wrap from 3 to 4 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-cyclonedx-python-lib: upgrade 11.7.0 -> 11.8.0Wang Mingyu2026-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: ============= - chore: extract glob for pyupgrade to separate script for cross-platform compatibility - docs: update CDX summary - chore: fix test coverage reporting - chore(deps-dev): update tomli requirement from 2.3.0 to 2.4.1 - chore(release): use own GH app for releasing - chore(ci): pin GitHub Actions to immutable SHAs while preserving tag tracking - chore: add zizmor workflow to harden GitHub Actions security - Update PULL_REQUEST_TEMPLATE.md - chore: Update CONTRIBUTING.md - chore(ci): comments for pinned actions - feat: add support CycloneDX 1.7.1 & 1.6.2 & 1.5.1 - chore(deps): bump actions/create-github-app-token from 3.1.1 to 3.2.0 - chore(deps): bump actions/download-artifact from 7.0.0 to 8.0.1 - chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.1 - feat: pull SPDX license IDs v1.1-3.28.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-cmd2: upgrade 3.5.1 -> 4.0.0Wang Mingyu2026-06-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-cbor2: upgrade 6.1.1 -> 6.1.2Wang Mingyu2026-06-091-1/+1
| | | | | | | | | | | | Changelog: =========== - Fixed incorrect tracking of string references for definite-length text strings of length greater than 65536 - Fixed cbor2.load() crash caused by incorrect handling of internal read buffer extension during stream deserialization. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-beautifulsoup4: upgrade 4.14.3 -> 4.15.0Wang Mingyu2026-06-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* proftpd: upgrade 1.3.9a -> 1.3.9bWang Mingyu2026-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Issue 2057 - SQL Injection in mod_wrap2_sql via reverse DNS hostname (CVE-2026-44331). - Issue 2056 - Incomplete fix for session management with OpenSSL 3.2.x or later, when using TLSv1.2 or earlier. This complements the fix for Issue #1963. - Issue 2098 - Hard quota limits on uploads do not cause SFTP WRITE requests to fail as expected. - Issue 2102 - SSH payload length underflow calculation for ETM/ChaChaPoly algorithms in mod_sftp. - Issue 2104 - SSH packet with empty payload triggers null pointer dereference in mod_sftp. - Issue 2106 - Bad DSA signatures can lead to out-of-bounds read of heap memory in mod_sftp. - Issue 2108 - Mismatched RSA/DSA algorithm signatures can lead to null dereference in mod_sftp. - Issue 2115 - SFTP request payload length underflow calculation in mod_sftp. - Issue 2120 - Several modules fail to build using OpenSSL 4.0. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* pcsc-tools: upgrade 1.7.4 -> 1.7.5Wang Mingyu2026-06-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.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>
* imagemagick: upgrade 7.1.2-24 -> 7.1.2-25Wang Mingyu2026-06-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* hiredis: upgrade 1.3.0 -> 1.4.0Wang Mingyu2026-06-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Improvements ================ - Increase required cmake version to 3.15 - Use ffc (pure-C99) as the RESP3 double parser instead of strtod - FetchContent should not include cpack - Add C++ compatibility to sds.h - Apply FD_CLOEXEC on sockets Bug Fixes ============= - fix: add NULL check for c->funcs in redisReconnect - Fix buffer overflow in tests. Maintenance =============== - Fix CI for macOS and docker based runs. - Fix CI on MacOS runners. - Define ssize_t as intptr_t in Windows Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* freeradius: upgrade 3.2.9 -> 3.2.10Wang Mingyu2026-06-091-1/+1
| | | | | | | | Changelog: Correct bug where detail file reader would not read files. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* freeipmi: upgrade 1.6.17 -> 1.6.18Wang Mingyu2026-06-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* fluentbit: upgrade 5.0.6 -> 5.0.7Wang Mingyu2026-06-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* fastfetch: upgrade 2.64.0 -> 2.64.2Wang Mingyu2026-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | Features: ========= - Adds a CMake option -DPACKAGES_REMOVE_DISABLED to remove detection code of disabled packages (-DPACKAGES_DISABLE_<PACKAGE_NAME>) for slightly smaller binary size (Packages) Bugfixes: ========= - Fixes compatibility issues with Lua 5.3 - Avoid possible infinite recursion in encode_json when encoding deeply nested tables or circular references - Fixes compilation issues when building with old macOS SDKs - Fixes image rendering being wiped quickly (#2374) - Fixes ASCII logo being overwritten in --dynamic-interval mode - Internal fixes Logos: ======= - Updates OpenWrt and adds a small variant 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>
* boost-sml: upgrade 1.1.13 -> 1.2.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>
* kernel-selftest: do not run 'make clean'Nora Schiffer2026-06-091-0/+2
| | | | | | | | | | | | | Due to the way the kernel-selftest sources are set up, the toplevel Makefile does not work and `make clean` will always result in a "The source tree is not clean, please run 'make ARCH=... mrproper'" error. Avoid running it by setting CLEANBROKEN = "1", so rebuilding the recipe without a clean (which often happens when the kernel has changed) does not fail. Signed-off-by: Nora Schiffer <nora.schiffer@ew.tq-group.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* freeradius: Fix do_patch fuzz QA IssueMingli Yu2026-06-091-7/+4
| | | | | | | | | | | | | | Fixes: ERROR: freeradius-3.2.9-r0.wr2600 do_patch: QA Issue: Fuzz detected: checking file src/main/version.c Hunk #1 succeeded at 622 with fuzz 1 (offset 8 lines). patching file src/main/version.c Hunk #1 succeeded at 622 with fuzz 1 (offset 8 lines). Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* minifi-cpp: Fix build with gcc 16Mingli Yu2026-06-092-0/+50
| | | | | | | | | | Fixes: extensions/systemd/libwrapper/LibWrapper.h:38:31: error: 'uint64_t' has not been declared 38 | virtual int getRealtimeUsec(uint64_t* usec_out) noexcept = 0; | ^~~~~~~~ Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* xfce4-sensors-plugin: Fix aggregate init failure with gcc16Mingli Yu2026-06-092-1/+52
| | | | | | | | | | | | | | | | | | | Fixes: ../../../sources/xfce4-sensors-plugin-1.5.0/xfce4++/util/gtk.cc:25:37: error: no matching function for call to 'xfce4::PluginSize::PluginSize(<brace-enclosed initializer list>)' 25 | const PluginSize RECTANGLE{true}, SQUARE{false}; | ^ • there are 2 candidates In file included from ../../../sources/xfce4-sensors-plugin-1.5.0/xfce4++/util/gtk.cc:21: • candidate 1: 'constexpr xfce4::PluginSize::PluginSize(const xfce4::PluginSize&)' ../../../sources/xfce4-sensors-plugin-1.5.0/xfce4++/util/gtk.h:64:8: 64 | struct PluginSize { | ^~~~~~~~~~ • no known conversion for argument 1 from 'bool' to 'const xfce4::PluginSize&' • candidate 2: 'constexpr xfce4::PluginSize::PluginSize(xfce4::PluginSize&&)' • no known conversion for argument 1 from 'bool' to 'xfce4::PluginSize&&' Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* xfce4-cpufreq-plugin: Fix aggregate init failure with gcc16Mingli Yu2026-06-092-0/+53
| | | | | | | | | | | | | | | | | | | Fixes: ../../../sources/xfce4-cpufreq-plugin-1.3.0/xfce4++/util/gtk.cc:25:37: error: no matching function for call to 'xfce4::PluginSize::PluginSize(<brace-enclosed initializer list>)' 25 | const PluginSize RECTANGLE{true}, SQUARE{false}; | ^ • there are 2 candidates In file included from ../../../sources/xfce4-cpufreq-plugin-1.3.0/xfce4++/util/gtk.cc:21: • candidate 1: 'constexpr xfce4::PluginSize::PluginSize(const xfce4::PluginSize&)' ../../../sources/xfce4-cpufreq-plugin-1.3.0/xfce4++/util/gtk.h:64:8: 64 | struct PluginSize { | ^~~~~~~~~~ • no known conversion for argument 1 from 'bool' to 'const xfce4::PluginSize&' • candidate 2: 'constexpr xfce4::PluginSize::PluginSize(xfce4::PluginSize&&)' • no known conversion for argument 1 from 'bool' to 'xfce4::PluginSize&&' Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* minifi-cpp: upgrade 0.99.1 -> 0.99.2Li Zhou2026-06-094-98/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Below changes are done for upgrading minifi-cpp from 0.99.1 to 0.99.2. Updated below patches: 0001-Do-not-use-bundled-packages.patch 0003-Fix-libsodium-build.patch Removed below patch for it is available in new version: 0008-MINIFICPP-2553-CMP0065-OLD-removed-in-cmake-4.0-remo.patch Updated third-party components' versions to be aligned with new version's release note: expected-lite 0.6.3->0.9.0 asio 1.29.0->1.34.2 fmt 11.1.4->11.2.0 Added new third-party component: jsoncons 1.3.2. Added DEPENDS on pugixml 1.15 (use the version provided by system). Added new configs to disable unnecessary third-party components. Aligned file names and installation paths with new version 0.99.2. Correct LICENSE. ChangeLog: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65145325 License-Update: Added BSL-1.0 (jsoncons) and fixed typo in concurrentqueue description. [1] Removed TinyXml2 (Zlib license) from LICENSE and Zlib license is needed by other bundled components. [2] No new license type. Changed protobuf from "within gRPC" to standalone bundling. [3] Added MIT license (llama.cpp). [4] Added benchmark (ALv2) to LICENSE/NOTICE. No new license since Apache-2.0 already present. [5] [1] https://github.com/apache/nifi-minifi-cpp/commit/e25a247a4 [2] https://github.com/apache/nifi-minifi-cpp/commit/f28961cfb [3] https://github.com/apache/nifi-minifi-cpp/commit/97087b22e [4] https://github.com/apache/nifi-minifi-cpp/commit/8602b76d2 [5] https://github.com/apache/nifi-minifi-cpp/commit/54a643c72 Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* libtext-diff-perl: upgrade 1.41 -> 1.45Khem Raj2026-06-091-4/+4
| | | | | | | | | Maintainership moved on CPAN from OVID to NEILB, so update the SRC_URI author path and HOMEPAGE accordingly. Refresh LIC_FILES_CHKSUM for the updated FSF address in the bundled GPL text; the licensing (Artistic-1.0 | GPL-2.0-or-later) is unchanged. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* libmodule-pluggable-perl: upgrade 5.2 -> 6.3Khem Raj2026-06-091-1/+1
| | | | | | | The README license block (LIC_FILES_CHKSUM beginline/endline) is unchanged. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* libextutils-config-perl: upgrade 0.008 -> 0.010Khem Raj2026-06-091-3/+3
| | | | | | | | Refresh LIC_FILES_CHKSUM: upstream reformatted the bundled Artistic license text ("Artistic License 1.0" -> "Perl Artistic License 1.0"); the licensing (Artistic-1.0 | GPL-1.0-or-later) is unchanged. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* font-misc-misc: upgrade 1.1.2 -> 1.1.3Khem Raj2026-06-081-1/+2
| | | | | | | Upstream now ships the release as .tar.xz (no .tar.bz2), so set SRC_URI_EXT accordingly. The COPYING license checksum is unchanged. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* font-cursor-misc: upgrade 1.0.3 -> 1.0.4Khem Raj2026-06-081-1/+2
| | | | | | | Upstream now ships the release as .tar.xz (no .tar.bz2), so set SRC_URI_EXT accordingly. The COPYING license checksum is unchanged. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* font-bitstream-100dpi: upgrade 1.0.3 -> 1.0.4Khem Raj2026-06-081-2/+3
| | | | | | | Upstream now ships the release as .tar.xz (no .tar.bz2), so set SRC_URI_EXT accordingly. The COPYING license checksum is unchanged. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>