Commit Graph

39588 Commits

Author SHA1 Message Date
Khem Raj 5e829d283d libusbgx: uprev git -> 0.3.0
Move to the tagged libusbgx-v0.3.0 release instead of tracking an
untagged master SHA. Both OE-local patches
(0001-fix-stack-buffer-overflow-in-usbg_f_foo_attr_val-pro.patch and
0001-libusbgx-Add-interface-name-for-NCM-Feature-Descript.patch) are
already merged upstream by this tag, so drop them.

Build-verified for qemux86-64 (do_package_qa green, no patch fuzz).

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:34 -07:00
Khem Raj ac3b158259 wxwidgets: upgrade 3.2.8.1 -> 3.2.11
Upstream refactored install.cmake/config.cmake/webview's CMakeLists.txt
to derive install paths from a new library_dir variable (=
CMAKE_INSTALL_LIBDIR, from GNUInstallDirs) and a wxCONFIG_DIR helper,
both already multilib-aware on their own:

- Drop 0003-create-links-with-relative-path.patch: wx_install_symlink()
  now does "ln -s --relative" natively.
- Drop 0005-wx-config-fix-libdir-for-multilib.patch: superseded by the
  library_dir/wx_get_install_platform_dir refactor.
- Reduce 0002-fix-libdir-for-multilib.patch to its one remaining hunk
  (wxOUTPUT_DIR in CMakeLists.txt, a build-dir path untouched by the
  refactor).
- Rebase 0004-don-not-append-system-name-to-lib-name.patch (context
  shift only).
- Drop the now-unneeded wxBUILD_INSTALL_{RUNTIME,LIBRARY,PLATFORM_SUBDIR}
  EXTRA_OECMAKE overrides: forcing an absolute libdir into
  wxBUILD_INSTALL_RUNTIME_DIR broke the new install.cmake's wx-config
  symlink construction (double /usr prefix, installed-vs-shipped QA
  failure); GNUInstallDirs-based defaults are multilib-correct without
  them.
- do_install:append: guard the bindir rmdir (bindir no longer created
  at all, not just left empty) and repoint the host-contamination sed
  at the new versioned cmake/wxWidgets-3.2/ install path.

Build-verified for qemux86-64 (do_package_qa green).

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:34 -07:00
Khem Raj 339c7b641d redis: upgrade 8.8.1 -> 8.10.0
8.10.0's default "all"/"build" goal also builds the bundled modules
(redisbloom, redisearch, redisjson, redistimeseries), which pull in
their own vendored build systems and a python3 interpreter this
recipe has never needed. Restrict do_compile to the core server only,
the way scripts/build.sh does it internally (oe_runmake -C src all).
Rebase 0004-src-Do-not-reset-FINAL_LIBS.patch for the shifted context.

Build-verified for qemux86-64 (do_package_qa green).

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:33 -07:00
Khem Raj 2eedfd000f unattended-upgrades: upgrade 2.9.1 -> 2.13
Minor release. Dropped 0001-setup.py-Disable-autodection-of-modules.patch:
2.13's setup.py already passes both packages=[] and py_modules=[] itself, so
re-adding py_modules=[] produced a "keyword argument repeated" SyntaxError.
Rebased 0001-unattended-upgrade-Remove-distro_info-usage-to-check.patch onto
the new import block and the shifted run() body.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:33 -07:00
Khem Raj a6b23f0ba6 pngcheck: upgrade 2.3.0 -> 3.0.2
Major release. Three patches rebased onto 3.0.2's shifted line numbers:
0001-make-Respect-variables-from-environement.patch (upstream added an
alternate -L$(ZPATH) -lz definition, commented out, above our target lines;
same changes, offset only), 0001-png-fix-IDAT-windowsize-...patch and
10-pngsplit-format-strings.patch (upstream renamed the usage-string macros
png_fix_IDAT_windowsize_usage/PNGSPLIT_HDR/PNGSPLIT_USAGE to their current
names; same %s-format fix, offset only).

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:33 -07:00
Khem Raj b7f3e37d02 nodejs: upgrade 24.18.1 -> 24.19.0
Point release. Two patches needed rebasing:
0009-Using-native-binaries.patch's context shifted because upstream added
its own '<@(emulator)' gyp variable (defaults to empty in common.gypi) to a
couple of the same action arrays this patch touches; this recipe never sets
GYP_DEFINES emulator=..., so it stays empty and our v8-qemu-wrapper.sh
insertion is unaffected either way. 0007-positional-args.patch's single-line
shebang fix (bash -> sh) was already applied on top of an unrelated wording
change upstream made to the same 3-line fixture file, just offset by one
line (context-only).

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:33 -07:00
Khem Raj 17ec23d2e9 minizip-ng: upgrade 4.0.10 -> 4.2.2
Minor release. MZ_PPMD (new default-on feature since 4.2.x) git-clones
ip7z/7zip over the network at configure time via CMake FetchContent;
disabled it, there's no network access in the build sandbox and nothing in
this recipe needs it. do_install:append's post-install sed also needed
retargeting: 4.2.x renamed the generated cmake config file from
minizip.cmake to minizip-config.cmake.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:32 -07:00
Khem Raj b696d91050 libjxl: upgrade 0.11.2 -> 0.12.0
Point release. Dropped 0001-cmake-Do-not-use-mrelax-all-with-clang-on-RISCV64.patch:
its actual fix (the CMAKE_SYSTEM_PROCESSOR MATCHES "riscv" guard around
-mrelax-all) is already present upstream in 0.12.0's CMakeLists.txt; only the
CONTRIBUTORS name-credit hunk was left, not worth carrying as a patch on its own.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:32 -07:00
Khem Raj 6c0237d7f4 kmscon: upgrade 9.3.5 -> 10.0.1
Major release. 10.0.1 installs a new terminfo entry
(${datadir}/terminfo/k/kmscon) that FILES:${PN} didn't claim; added.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:32 -07:00
Khem Raj 4da46a6f43 glade: upgrade 3.36.0 -> 3.40.0
Minor release. Two recipe-side fixes needed for the new meson.build:
3.40.0 renamed the "docs" option to "gtk_doc" and dropped "introspection"
entirely (introspection is no longer optional), so gtk-doc.bbclass and
gobject-introspection.bbclass are repointed via GTKDOC_MESON_OPTION and
GIR_MESON_OPTION rather than guessing at PACKAGECONFIG. 3.40.0 also ships
new /usr/share/help (translated user docs) and /usr/share/gettext/its
(catalog ITS rules) content that the old FILES:${PN} didn't claim, added.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:31 -07:00
Khem Raj 51abd8516a psqlodbc: upgrade 17.00.0007 -> 18.00.0002
Tracks the postgresql 18 major release this driver targets. Rebased
psqlodbc-fix-for-ptest-support.patch onto 18.00.0002: upstream now generates
a second (ANSI) DSN block alongside the original Unicode one, so the
localhost/postgres/5432 test defaults are applied to both; upstream also
added a server_version parameter to runtest() and native TAP "ok"/"not ok"
progress lines, neither of which this patch touches -- it continues to
reformat the final per-test line to PASS:/FAIL:, which is what
ptest-runner's log parser matches on.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:31 -07:00
Khem Raj 74087c5bac postgresql: upgrade 17.10 -> 18.4
Major release. Dropped 0001-Add-missing-include-in-Cluster.pm.patch, which is
no longer needed / no longer applies against 18.4's Cluster.pm. Rebased
0003-configure.ac-bypass-autoconf-2.69-version-check.patch and
0005-postgresql-fix-ptest-failure-of-sysviews.patch onto 18.4's shifted line
numbers (context-only changes; same single-line edits as before).

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:31 -07:00
Khem Raj 120daa5bb8 gsoap: upgrade 2.8.142 -> 2.8.144
Point release. SRC_URI[sha256sum] filled in for the new tarball. Refreshed
0001-Provide-strtod_l-signature-on-non-glibc-linux-musl-systems.patch: 2.8.144
widened the same guard lines with its own opt-in WITH_MUSL/WITH_POSIX_*_R
macros (which this recipe never defines), so the patch's automatic __GLIBC__
detection is still needed on top and was rebased onto the new line numbers
and macro list.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:31 -07:00
Khem Raj e434c4fc41 leancrypto: upgrade 1.7.2 -> 1.8.0
Point release. LIC_FILES_CHKSUM md5 updated for LICENSE (copyright year bumped, license text unchanged).

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:30 -07:00
Khem Raj 3cbc014021 glibmm: upgrade 2.66.8 -> 2.66.9
Point release. LIC_FILES_CHKSUM md5 updated for COPYING and COPYING.tools (upstream re-encoding, license text unchanged).

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:30 -07:00
Khem Raj 993f6d64a6 gst-editing-services: upgrade 1.28.4 -> 1.28.5
Point release from oe-core gstreamer1.0 1.28.x. SRC_URI[sha256sum] filled in for the new tarball.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:30 -07:00
Khem Raj e7c9a6c1c0 gnuplot: upgrade 6.0.4 -> 6.0.5
Point release. SRC_URI[archive.sha256sum] filled in for the new tarball.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:30 -07:00
Khem Raj bd195b5d8d cli11: upgrade 2.6.1 -> 2.7.2
Point release. LIC_FILES_CHKSUM md5 updated for the LICENSE file whose copyright header now says 2017-2026 instead of 2017-2025; license text unchanged.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:29 -07:00
Khem Raj 14fbe67c5f wtmpdb: upgrade 0.11.0 -> 0.75.0
Six minor releases spanning ~15 months of development on top of the 0.11.0
snapshot the recipe was pinned to: 0.71/0.72 added man-page and import fixes,
0.73 broadened -p time-format support and added Hurd CLOCK_BOOTTIME
compatibility, 0.74 fixed the varlink interface name, and 0.75 uses an empty
memory table instead of failing on empty-file reads. SRCREV points at the
v0.75.0 tag; PV matches the tag so the check-version-mismatch class sees a
clean release.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:29 -07:00
Khem Raj 33697d7695 tbb: upgrade 2022.3.0 -> 2023.1.0
Major release; see upstream release notes for details.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:29 -07:00
Khem Raj 34a3f95f2d sdbus-c++-libsystemd: upgrade 259.5 -> 259.8
Minor release; see upstream release notes for details.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:28 -07:00
Khem Raj 8872ff14a4 sanlock: upgrade 5.1.0 -> 5.1.1
Point release with bug fixes and minor improvements.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:28 -07:00
Khem Raj 8d0d783afc rtorrent: upgrade 0.16.12 -> 0.16.19
Point release with bug fixes and minor improvements.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:28 -07:00
Khem Raj 21be7e330a rtc-testbench: upgrade 5.4 -> 5.5
Minor release; see upstream release notes for details.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:28 -07:00
Khem Raj 26468457ca rrdtool: upgrade 1.9.0 -> 1.10.3
Minor release; see upstream release notes for details.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:27 -07:00
Khem Raj ccafa20878 rocksdb: upgrade 10.10.1 -> 11.1.2
Major release; see upstream release notes for details.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:27 -07:00
Khem Raj 4b67949b7a ripgrep: upgrade 15.1.0 -> 15.2.0
Minor release; see upstream release notes for details.

Recipe-side changes: patches / files moved to the new version directory.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:27 -07:00
Khem Raj 44e015d203 python3-psycopg: upgrade 3.3.3 -> 3.3.4
Point release with bug fixes and minor improvements.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:27 -07:00
Khem Raj 7d8d11a477 pstack: upgrade 2.12.2 -> 2.17.7
Minor release; see upstream release notes for details.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:26 -07:00
Khem Raj 41b34bc0f9 poppler: upgrade 26.07.0 -> 26.08.0
Minor release; see upstream release notes for details.

Recipe-side changes: patches / files moved to the new version directory.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:26 -07:00
Khem Raj b70c23eca1 pocketpy: upgrade 2.1.3 -> 2.1.8
Point release with bug fixes and minor improvements.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:26 -07:00
Khem Raj 8d0bf1e1a1 pcapplusplus: upgrade 25.05 -> 26.07
Major release; see upstream release notes for details.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:25 -07:00
Khem Raj e4560bcfcd pangomm-2.48: upgrade 2.56.1 -> 2.56.2
Point release with bug fixes and minor improvements.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:25 -07:00
Khem Raj e5ef1d6b6d pangomm: upgrade 2.46.4 -> 2.46.5
Point release with bug fixes and minor improvements.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:25 -07:00
Khem Raj 6b2e821ea4 opentelemetry-cpp: upgrade 1.20.0 -> 1.28.0
Minor release; see upstream release notes for details.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:25 -07:00
Khem Raj d0aed11b10 opencv: upgrade 4.13.0 -> 4.14.0
Minor release; see upstream release notes for details.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:24 -07:00
Khem Raj a090a53db8 neatvnc: upgrade 0.9.6 -> 1.0.1
Major release; see upstream release notes for details.

Recipe-side changes: patches / files moved to the new version directory.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:24 -07:00
Khem Raj c1cf2f5778 mercurial: upgrade 7.2.2 -> 7.2.3
Point release with bug fixes and minor improvements.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:24 -07:00
Khem Raj 26daa23f56 logwatch: upgrade 7.14 -> 7.15
Minor release; see upstream release notes for details.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:24 -07:00
Khem Raj e92b6fb29b libutempter: upgrade 1.2.2-alt1 -> 1.2.3-alt1
Point release with bug fixes and minor improvements.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:23 -07:00
Khem Raj ca32104edd libtorrent: upgrade 0.16.12 -> 0.16.19
Point release with bug fixes and minor improvements.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:23 -07:00
Khem Raj ad6b86ef9c libstemmer: upgrade 2.2.0 -> 3.1.1
Major release; see upstream release notes for details.

Recipe-side changes: patches / files moved to the new version directory.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:23 -07:00
Khem Raj 75f1775fb0 libsdl3-mixer: upgrade 3.2.2 -> 3.2.4
Point release with bug fixes and minor improvements.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:22 -07:00
Khem Raj 5e710e77ad libsdl3-image: upgrade 3.4.2 -> 3.4.4
Point release with bug fixes and minor improvements.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:22 -07:00
Khem Raj 3e77eb3009 libsdl3: upgrade 3.4.12 -> 3.4.14
Point release with bug fixes and minor improvements.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:22 -07:00
Khem Raj 04feae539e librust-cxx: upgrade 1.0.197 -> 1.0.198
Point release with bug fixes and minor improvements.

Recipe-side changes: patches / files moved to the new version directory.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:21 -07:00
Khem Raj cc691fb5ca libmodbus: upgrade 3.1.12 -> 3.2.0
Minor release; see upstream release notes for details.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:21 -07:00
Khem Raj 5e64e785a1 libmikmod: upgrade 3.3.11.1 -> 3.3.13
Point release with bug fixes and minor improvements.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:21 -07:00
Khem Raj 1a4b6d2cd6 liblognorm: upgrade 2.0.9 -> 2.1.0
Minor release; see upstream release notes for details.

Recipe-side changes: patches / files moved to the new version directory.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:21 -07:00
Khem Raj dca8fba972 libjs-jquery-globalize: upgrade 1.7.0 -> 1.7.1
Point release with bug fixes and minor improvements.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-10 22:53:20 -07:00