summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* trace-cmd: Update SRC_URI to use HTTPS protocolyuyu2025-11-291-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: unbundle msgpack, sqlite3 and zstdPatrick Wicki2025-11-291-1/+2
| | | | | | | | With https://github.com/fluent/fluent-bit/pull/9572 it is now possible to unbundle these and use the system libs instead. Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: upgrade 4.0.1 -> 4.2.0Patrick Wicki2025-11-296-45/+26
| | | | | | | | | | | | | Refresh patches and drop one for musl which is no longer required. Release notes: - https://fluentbit.io/announcements/v4.1.0/ - https://fluentbit.io/announcements/v4.2.0/ This addresses CVE-2025-12977. Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xrdp: add ptest supportGyorgy Sarvari2025-11-293-2/+49
| | | | | | | | | | It takes under 10 seconds to run the suite. Executed succesfully on x86-64, with musl and glibc. The recipe requires pam DISTRO_FEATURE to be present. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-broker: rework EXTRA_OEMESON opts to PACKAGECONFIGGyorgy Sarvari2025-11-281-5/+5
| | | | | Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-broker: add ptest supportGyorgy Sarvari2025-11-284-2/+82
| | | | | | | | | It takes less than 30 seconds to execute. Add a backported patch that fixes a broken test. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-broker: upgrade 36->37Gyorgy Sarvari2025-11-281-1/+1
| | | | | | | | | | | | | | | | | | Changelog: - Add `/etc` and `/run` to the search-paths for system services. This change is aligned with recent changes to the reference implementation. - Support systemd's `notify-reload` to trigger a reload operation. This replaces the old `busctl call ...ReloadConfig` operation. - Extend `org.freedesktop.DBus.Debug.Stats.GetStats` with all the fields defined by the specification. - Fix a bug in match-rule processing which caused argument processing to fail for any but the first message argument. - Fix a memory leak in configuration processing when parsing invalid user or group IDs. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tigervnc: fix typo in CVE_STATUSGyorgy Sarvari2025-11-281-1/+1
| | | | | | | Forgot to add the CVE- prefix in previous patch. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* proj: Fix do_package QA issue for unshipped bash-completion filesAlper Ak2025-11-281-1/+3
| | | | | | | | | | | | | | | | | Add bash-completion directory to FILES to resolve the installed-vs-shipped QA error. Fix: ERROR: proj-9.7.0-r0 do_package: QA Issue: proj: Files/directories were installed but not shipped in any package: /usr/share/bash-completion /usr/share/bash-completion/completions /usr/share/bash-completion/completions/projinfo Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. proj: 3 installed and not shipped files. [installed-vs-shipped] ERROR: proj-9.7.0-r0 do_package: Fatal QA errors were found, failing task. Signed-off-by: Alper Ak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: Ignore CreatesGenericErrorWhenErrnoIsUnknown test on non-glibc ↵Khem Raj2025-11-272-0/+30
| | | | | | systems Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openjpeg: Add nativesdk to BBCLASSEXTENDLeon Anavi2025-11-271-1/+1
| | | | | | | | | | Add nativesdk to BBCLASSEXTEND because python3-pillow requires nativesdk-openjpeg. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qpdf: Add native and nativesdk to BBCLASSEXTENDLeon Anavi2025-11-271-0/+2
| | | | | | | | | | Add native and nativesdk to BBCLASSEXTEND because python3-pikepdf requires nativesdk-qpdf. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hdf5: fix do_package failure when multilib enabledChangqing Li2025-11-271-5/+1
| | | | | | | | | | | | After upgrading hdf5 to 2.0.0, h5cc and h5hlcc will only be generated when pkg-config is found. With current default config, it will not be generated, remove related configs to fix do_package failure | DEBUG: Executing shell function multilibscript_rename | mv: cannot stat '/tmp/work/cortexa72-wrs-linux/hdf5/2.0.0/package/usr/bin/h5cc': No such file or directory Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fuse3: Add missing rdep on file for ptestsKhem Raj2025-11-261-0/+1
| | | | | | | | | | Fixes E FileNotFoundError: [Errno 2] No such file or directory: 'file' ../../python3.13/subprocess.py:1972: FileNotFoundError Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplist: Upgrade to 2.7.0Khem Raj2025-11-262-3/+54
| | | | | | | Fix failing ptests Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Ankur Tyagi <ankur.tyagi85@gmail.com>
* libplist: Fix buildpaths in ptestsKhem Raj2025-11-261-4/+6
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Ankur Tyagi <ankur.tyagi85@gmail.com>
* wxwidgets: Upgrade to 3.2.8.1 bugfix releaseKhem Raj2025-11-261-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* breakpad: correct SRC_URI branchGyorgy Sarvari2025-11-261-1/+1
| | | | | | | master was renamed to main Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librelp: Upgrade to 1.12.0Randy MacLeod2025-11-266-256/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This upgrade is mostly bug fixes according to: https://github.com/rsyslog/librelp/blob/master/ChangeLog but there is one new API: add ability to communicate source port back to caller Drop the backported patch: 0001-Fix-function-inline-errors-in-debug-optimization-Og.patch Drop patches merged upstream: 0001-tests-Include-missing-sys-time.h.patch -> 8c96857 tests: Include missing sys/time.h 0001-relp-fix-build-against-upcoming-gcc-14-Werror-calloc.patch -> baf992f relp: fix build against upcoming `gcc-14` ... 0001-tests-Fix-callback-prototype.patch -> a4cb0bd tests: Fix callback prototype 0001-tcp-fix-some-compiler-warnings-with-enable-tls-opens.patch -> 6e9b27f tcp: fix some compiler warnings with enable-tls-openssl Ptest for qemux86-64, qemuarm64 with glibc and musl: TOTAL: 30 PASS: 27 SKIP: 3 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xorgxrdp: upgrade 0.9.19 -> 0.10.4Gyorgy Sarvari2025-11-261-5/+8
| | | | | | | | | | | | Changelog: 0.10.4: https://github.com/neutrinolabs/xorgxrdp/releases/tag/v0.10.4 0.10.3: https://github.com/neutrinolabs/xorgxrdp/releases/tag/v0.10.3 0.10.2: https://github.com/neutrinolabs/xorgxrdp/releases/tag/v0.10.2 0.10.1: https://github.com/neutrinolabs/xorgxrdp/releases/tag/v0.10.1 0.10.0: https://github.com/neutrinolabs/xorgxrdp/releases/tag/v0.10.0 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xrdp: upgrade 0.9.20 -> 0.10.4.1Gyorgy Sarvari2025-11-263-45/+39
| | | | | | | | | | | | | | | | | | | | | | | | | Contains fixes for the following vulnerabilities: CVE-2022-23468, CVE-2022-23477, CVE-2022-23478, CVE-2022-23479, CVE-2022-23480, CVE-2022-23481, CVE-2022-23482, CVE-2022-23483, CVE-2022-23484, CVE-2022-23493, CVE-2023-40184, CVE-2023-42822, CVE-2024-39917 Added a new patch to fix compiling with musl. Dropped 0001-Fix-the-compile-error.patch: it's an 8 years old patch, claiming to fix a compile error. I did not see an error when I removed it (tried glibc and musl, gcc and clang). Changelogs: 0.10.4.1: https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.4.1 0.10.4: https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.4 0.10.3: https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.3 0.10.2: https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.2 0.10.1: https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.1 0.10.0: https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.0 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rasdaemon: upgrade 0.8.3 -> 0.8.4Liu Yiding2025-11-262-87/+3
| | | | | | | | | | 1.Changelog: https://github.com/mchehab/rasdaemon/commit/5a1efb8f324498df8cbaaa5adff0e9db96f648a9 2.Remove 0001-rasdaemon-fix-post-processing-options.patch as it was merged upstream. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* valkey: Upgrade 8.1.4 -> 9.0.0Leon Anavi2025-11-253-47/+35
| | | | | | | | | | | | | | | | | | | Upgrade to release 9.0.0: - HSETEX with FXX should not create an object if it does not exist - Fix crash when aborting a slot migration while child snapshot is active - Fix double MOVED reply on unblock at failover - Fix memory leak with CLIENT LIST/KILL duplicate filters - Fix incorrect accounting after completed atomic slot migration - Fix Lua VM crash after FUNCTION FLUSH ASYNC + FUNCTION LOAD - Fix invalid memory address caused by hashtable shrinking during safe iteration Replace dependency hiredis with libvalkey. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sanlock: upgrade 4.1.0 -> 4.2.0Wang Mingyu2025-11-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-psycopg: upgrade 3.2.12 -> 3.2.13Wang Mingyu2025-11-251-1/+1
| | | | | | | | | | | | Changelog: ============== - Show the host name in the error message in case of name resolution error - Fix Cursor.copy() and AsyncCursor.copy() to hold the connection lock for the entire operation, preventing concurrent access issues - Fix GSSAPI check with C extension built with libpq < v16 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nss: upgrade 3.117 -> 3.118.1Wang Mingyu2025-11-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgphoto2: upgrade 2.5.32 -> 2.5.33Wang Mingyu2025-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | serial: * added caching canon: * use caching from serial driver ptp2: * fixed crash on capture regression * added new ids: * Sony ZV-E10M2 * Fuji X-M5 * Ricoh GR IIIx (corrected id) * imported libmtp ids translations: updated romanian, chinese, polish, ukrainian Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lcms: upgrade 2.16 -> 2.17Wang Mingyu2025-11-251-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========== - Add fuzzers foundation. Many thanks to Amir Montazery and Open Source Technology Improvement Fund (ostif.org), Google, for funding that. - Add ability to disable building tests in meson - Fixed gamut warning not working on certain conditions - Mac sequoia added to test beds - Add the possibility of duplicating a NULL context for cloning defaults. - Small cleanup of CGATS parser - Change computation of profile ID to follow actual ICC spec (yes, they changed the spec!) - Allow to apply color management on memory blocks > 4Gb - Get rid of samples on meson compilation - Increase coverage of premultiplied alpha. - Bug fixing and cosmetical work on sources. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpsd: upgrade 3.26.1 -> 3.27Wang Mingyu2025-11-251-1/+1
| | | | | | | | | | | | | | | | | Changelog: ============ - Improve support for newer signal ids (L1/L2/L5, etc.). - xgps add signal id names - gpsrinex, support new signal ids. Add -g and --gnss options. - Initial SPARTNv2 support. Disabled by default, terrible protocol. - Many ubxtool updates for newer u-blox receivers. - Update driver_ubx for newer u-blox receivers. - Lexer() FFI interface is unused, and deprecated October 2025. - xgps and xgpsspeed work under Wayland. - Add support for Qt6. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fuse3: upgrade 3.16.2 -> 3.17.4Wang Mingyu2025-11-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* debootstrap: upgrade 1.0.141 -> 1.0.142Wang Mingyu2025-11-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++-tools: upgrade 2.1.0 -> 2.2.1Liu Yiding2025-11-251-1/+1
| | | | | | | | Changelog: https://github.com/Kistler-Group/sdbus-cpp/releases/tag/v2.2.1 Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdbus-c++: upgrade 2.1.0 -> 2.2.1Liu Yiding2025-11-251-1/+1
| | | | | | | | Changelog: https://github.com/Kistler-Group/sdbus-cpp/releases/tag/v2.2.1 Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2: upgrade 2.03.36 -> 2.03.37Liu Yiding2025-11-251-2/+2
| | | | | | | | | | | | | | | Changelog: Mostly bugfix release, with most focus on dmeventd, persitent reservations, lvmdevices, and improvement in tests. * Improvements in dmeventd thread safety, shutdown times and more. * Many fixes and improvements for persistent reservations. * Support output in list mode for all lvmconfig --typeconfig types with --list. * Fix deadlock in lvmdbusd on SIGINT in lvm shell mode. * And many more. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: upgrade 8.2506.0 -> 8.2510.0Randy MacLeod2025-11-245-90/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Full Changelog: https://github.com/rsyslog/rsyslog/blob/v8-stable/ChangeLog Avoid buildpath error: QA Issue: File /usr/lib/rsyslog/ptest/tests/.deps/liboverride_getaddrinfo_la-override_getaddrinfo.Plo These .deps directories are created at configure time and mainly used in an interactive development environment. Remove test/.deps to eliminate the error. Drop: use-pkgconfig-to-check-libgcrypt.patch since it's implemented upstream by: 85e03c0e8 Replace libgcrypt-config with pkg-config 8ba35bf6c Add missing libraries to pkg-config call as per: https://github.com/rsyslog/rsyslog/pull/5406/commits For musl, drop: 0001-Include-sys-time-h.patch which oddly doesn't seem to be required to build any of: qemux86-64, qemuarm64, and qemuarm. Rebase other patches as needed. ptest results for qemux86-64/kvm with extra FS space and 2 GB RAM: Version | Total | Passed | Failed | Skipped 8.2506 | 485 | 479 | 0 | 6 8.2510 | 497 | 491 | 0 | 6 rsyslog works when built with musl but there are lots of ptest failures: Version | Total | Passed | Failed | Skipped 8.2506 | 485 | 306 | 172 | 7 8.2510 | 497 | 310 | 180 | 7 Note that with this update the results are similarily bad. If someone is interested and has time, they can work on improving the musl ptest results. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tigervnc: ignore CVE-2014-8241Gyorgy Sarvari2025-11-241-0/+2
| | | | | | | | | | | | | | | | Details: https://nvd.nist.gov/vuln/detail/CVE-2014-8241 The vulnerability is about a potential null-pointer dereference, because of a malloc result is not verified[1]. The vulnerable code has been refactored since completely[2], and the code isn't present anymore in the codebase. [1]: https://github.com/TigerVNC/tigervnc/issues/993#issuecomment-612874972 - attachment [2]: https://github.com/TigerVNC/tigervnc/commit/b8a24f055f1a29886d8b18bb3f0902144dc5bd14 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: Upgrade 11.4.8 -> 11.4.9Mingli Yu2025-11-244-43/+1
| | | | | | | | | | | | Remove the 0001-Ensure-compatibility-with-ARMv9-by-updating-.arch-di.patch patch as its logic included in new version [1]. Release notes: https://mariadb.com/docs/release-notes/community-server/11.4/11.4.9 [1] https://github.com/MariaDB/server/commit/e8026a50197cbfccd70a2072cbc0ae4728a4ab40 Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gsoap: upgrade 2.8.135 -> 2.8.137Jason Schonberg2025-11-231-1/+1
| | | | | | | | | | | | | | | From the changelog.md file: Version 2.8.137 (02/21/2025) --- - Minor update to improve XML entity parsing within limits. Version 2.8.136 (01/28/2025) --- - Updated TLS/SSL demo server and client certificates and keys. Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: upgrade 8.4.14 -> 8.4.15Jason Schonberg2025-11-231-1/+1
| | | | | | | | | This is a bug fix release. Changelog: https://www.php.net/ChangeLog-8.php#8.4.15 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exiv2: add ptest supportGyorgy Sarvari2025-11-235-2/+101
| | | | | | | | | | | | | | | | The project has extensive runtime- and unittest suite - make use of it. It takes around 10 seconds to run both suites. Added two patches: One is needed to convert python unittest output into automake output. The other is required to be able to configure test data folder at compile time - otherwise the tests are looking for the test-data with absolute paths from the build machine. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: use "+=" to set PACKAGE_BEFORE_PNMing Liu2025-11-221-1/+1
| | | | | | | | This avoid overridding the original PACKAGE_BEFORE_PN value could be set in bbclasses. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* re2: add UPSTREAM_CHECK_GITTAGREGEXYi Zhao2025-11-201-0/+1
| | | | | | | | | | | | | | | | | | | | Add UPSTREAM_CHECK_GITTAGREGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version re2 INFO: Current version: 2024.03.01 INFO: Latest version: 2025 INFO: Latest version's commit: 927f5d53caf8111721e734cf24724686bb745f55 After the patch: $ devtool latest-version re2 INFO: Current version: 2024.03.01 INFO: Latest version: 2025-11-05 INFO: Latest version's commit: 927f5d53caf8111721e734cf24724686bb745f55 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exiftool: Upgrade 12.89 -> 13.42Leon Anavi2025-11-201-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 13.42: - Added warning if tag arguments come before -csv= or -json= in a command - Added a new CanonModelID and RFLensType (thanks Norbert Wasser) - Added ability to read XML as a block from Sony MP4 videos - Added "EOS" to the R5 Mark II CanonModelID string - Decode ReEditData in Samsung trailer - Decode a couple more Sony rtmd tags from MP4 videos - Tolerate some types of trailer corruption as caused by Samsung Gallery - Restrict decoding of MetaImageSize to HEIC files only - Fixed issue writing Keys tags to Sony PMW-EX1R videos - Fixed behaviour of CSV/JSON import when specifying tags to import into an existing list, or when importing ValueConv values (ie. "TAG#"), or when specifying a group name of "All" This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rasdaemon: fix post-processing optionsYi Zhao2025-11-202-0/+84
| | | | | | | | | | | | | Some post-processing options require an argument, otherwise a segfault will occur: root@qemux86-64:~# rasdaemon -p --status --ipid Segmentation fault (core dumped) rasdaemon -p --status --ipid Backport a patch to fix this issue. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtracefs: support reproducible buildsChangqing Li2025-11-201-0/+4
| | | | | | | | | | | | | | | | | | | | [snip of Makefile] # bison will create both sqlhist.tab.c and sqlhist.tab.h sqlhist.tab.h: sqlhist.tab.c: sqlhist.y sqlhist.tab.h bison --debug -v --report-file=bison.report -d -o $@ $< [snip] sources of libtracefs is fetched by git, the mtime of sqlhist.y, sqlhist.tab.c is random. so sometimes, sqlhist.tab.c is regenerated, sometimes, sqlhist.tab.c in original sources in used. bison used to gernerate sqlhist.tab.c by upstream libtracefs maybe has different version with the build host one. This make the final libtracefs.so not reproducible. This fix touch sqlhist.tab.c to make it has the newest mtime, and sqlhist.tab.c is not regenerated during build. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplist: fix ptest errorAnkur Tyagi2025-11-192-0/+69
| | | | | Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thrift: support reproducible buildsHongxu Jia2025-11-193-1/+50
| | | | | | | | | | | | | In order to support reproducible builds [1], while using bison to generate source code, add COMPILE_FLAGS --file-prefix-map [2] to remove build path prefix and source path prefix in the generated header file. [1] https://reproducible-builds.org/ [2] https://cgit.git.savannah.gnu.org/cgit/bison.git/commit/?id=dd878d18519689c7bbcd72de4c9f9e53085a3cbf Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mariadb: skip failing test on muslGyorgy Sarvari2025-11-193-2/+50
| | | | | | | | | | | | | | | There is a timezone related ptest that fails using musl-libc. This has been reported to the mariadb developers[1], who came up with the backported patch that's the subject of this change. This patch skips the timezone related tests with musl, in case the testcase uses a timezone that behaves differently with musl than on other platforms. [1]: https://jira.mariadb.org/browse/MDEV-38029 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libblockdev: Upgrade 3.2.1 -> 3.4.0Leon Anavi2025-11-192-34/+2
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 3.4.0: - bd_nvme_connect() now defaults to port 4420 or 8009 for discovery NQN respectively when - configure.ac: fix bashism - smart: Use drive self-assessment as an overall status - nvme: Default to well-known tr_svcid values when not specified - nvme: Handle memory allocation failures from _nvme_alloc() - crypto: Add a function to set persistent flags for LUKS - tests: Various minor mptovements Drop CVE-2025-6019.patch because the change has been merged in the upstream and it is included in version 3.4.0. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tmux: upgrade 3.5 -> 3.5aAnkur Tyagi2025-11-191-1/+1
| | | | | | | | Changelog: https://raw.githubusercontent.com/tmux/tmux/3.5a/CHANGES Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>