summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* psqlodbc: upgrade 17.00.0006 -> 17.00.0007Wang Mingyu2025-12-173-85/+17
| | | | | | | | | | | | | | add-expected-output-file-for-descrec-test.patch removed since it's included in 17.00.0007 psqlodbc-fix-for-ptest-support.patch refreshed for 17.00.0007 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 967e5c9e0f358af97477da66f3f8547fa19764bb) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
* libnice: upgrade 0.1.22 -> 0.1.23Wang Mingyu2025-12-171-3/+3
| | | | | | | | | | License-Update: Add SPDX-License-Identifier for added clarity Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 58974f72d122b78b7d65557e061677fafa83cc3e) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
* asyncmqtt: upgrade 10.2.5 -> 10.2.6Wang Mingyu2025-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: ============== * Removed unintentional copy requiment from some of async functions parameter. * Fixed Heap-use-after-free during broker shutdown. * Rifined documents. * Added TLS Websocket verify none port to broker for browser. * Added Cerfiticate file's digitalSignature to keyUsage. * Fixed wss connection from Web Browser handshake failed problem. * Changed trial broker on `async-mqtt.redboltz.net` ws and wss port. * ws was 10080 but Chrome block it by default. Updated to 80. * wss was 10443 but Chrome doesn't block it by default. But for consistency, updated to 443. * system_test still uses 10080 and 10443 to avoid conflict. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 43779307f45dae2b790e0cba906959950df85fb2) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
* hdf5: inherit pkgconfigChangqing Li2025-12-171-1/+4
| | | | | | | | | | | inherit pkgconfig, and fix install conflict when enable multilib, this can also improve reproducibility Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit a2f2c06ec813bfc93718b1851a207343aaa7c663) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
* crash: add zlib-native to depends for crash-crossYi Zhao2025-12-171-0/+2
| | | | | | | | | | | | | | Fix the following error when using buildtools-extended: va_server.c:20:10: fatal error: zlib.h: No such file or directory 20 | #include <zlib.h> | ^~~~~~~~ Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit bd745115de76de7242e3e7e69b29f1ae507fea13) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
* fuse3: Fix build with clang on riscv32Khem Raj2025-12-171-0/+3
| | | | | | | | | | | | | Clang needs 64-bit atomics on rv32 here and builtins does not have them so help it by linking with libatomic Fixes riscv32-yoe-linux-musl-ld.lld: error: undefined symbol: __atomic_fetch_add_8 Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e3257c3360a732914ae02a07a7c0fe8c845a492f) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
* trace-cmd: Update SRC_URI to use HTTPS protocolyuyu2025-12-171-1/+1
| | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f00b6ad12f2fead06487711c48544b3dd62bb987) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
* proj: Fix do_package QA issue for unshipped bash-completion filesAlper Ak2025-12-171-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> (cherry picked from commit 1175d5c8c13d73568d4ab55a3cf628456fcc1a7d) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
* hdf5: fix do_package failure when multilib enabledChangqing Li2025-12-171-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> (cherry picked from commit 39ccbba725d3652e5691162a3b0302966a9247e7) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
* fuse3: Add missing rdep on file for ptestsKhem Raj2025-12-171-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> (cherry picked from commit 32a029dae19d2a21af94ee7ad2793ce907178686) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
* wxwidgets: Upgrade to 3.2.8.1 bugfix releaseKhem Raj2025-12-171-2/+2
| | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e4003aed557365f89368a102190f67a6414271bf) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
* breakpad: correct SRC_URI branchGyorgy Sarvari2025-12-171-1/+1
| | | | | | | | | | master was renamed to main Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 185ff8cbccb99768fca91537b9cf4d47b4117825) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
* libgphoto2: upgrade 2.5.32 -> 2.5.33Wang Mingyu2025-12-171-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> (cherry picked from commit f8f560d335413bd55b041b9cecd0d8c3fcca0686) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
* debootstrap: upgrade 1.0.141 -> 1.0.142Wang Mingyu2025-12-171-1/+1
| | | | | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 75c786b537ac01f28cd6a185c3d152eca781975a) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
* lvm2: upgrade 2.03.36 -> 2.03.37Liu Yiding2025-12-171-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> (cherry picked from commit 22af3b81a78b5e56b0e293ec860e4649f66ec158) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
* tigervnc: ignore CVE-2014-8241Gyorgy Sarvari2025-12-171-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> (cherry picked from commit ed8a1038d227ee521cf2349d9f7f8e37eec6a64a) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
* mariadb: Upgrade 11.4.8 -> 11.4.9Mingli Yu2025-12-174-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> (cherry picked from commit a5ef451fb7c8dc4d428a4c243fd59565757d728b) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
* gsoap: upgrade 2.8.135 -> 2.8.137Jason Schonberg2025-12-171-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> (cherry picked from commit 49894e57b05badb1416dc23e5ec3a02b2acde565) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
* php: upgrade 8.4.14 -> 8.4.15Jason Schonberg2025-12-171-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> (cherry picked from commit 53db086b3504fe9e92b39e5a74fe0ec760f28ed2) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.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>
* tmux: update UPSTREAM_CHECK_REGEXAnkur Tyagi2025-11-191-1/+1
| | | | | | | | | | | | | | | | Update UPSTREAM_CHECK_REGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version tmux INFO: Current version: 3.5 INFO: Latest version: 3.5 After the patch: INFO: Current version: 3.5 INFO: Latest version: 3.5a Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplist: update SRC_URI to include tagAnkur Tyagi2025-11-191-1/+1
| | | | | Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplist: add ptest supportAnkur Tyagi2025-11-193-2/+35
| | | | | Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-periphery: upgrade 2.4.3 -> 2.5.0Ankur Tyagi2025-11-191-2/+2
| | | | | | | | | | Updated SRC_URI to include tag. Changelog: https://github.com/vsergeev/c-periphery/compare/v2.4.3...v2.5.0 Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cli11: upgrade 2.6.0 -> 2.6.1Ankur Tyagi2025-11-191-1/+1
| | | | | | | | Release Notes: https://github.com/CLIUtils/CLI11/releases/tag/v2.6.1 Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smarty: upgrade 5.4.5 -> 5.6.0Ankur Tyagi2025-11-181-1/+1
| | | | | | | | Changelog: https://github.com/smarty-php/smarty/blob/v5.6.0/CHANGELOG.md Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smarty: update CVE_PRODUCTAnkur Tyagi2025-11-181-1/+1
| | | | | Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: remove php-phar to support reproducible buildHongxu Jia2025-11-184-40/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | According to [1][2], generate phar.php during cross-compile can't be done, but upstream test res of $(TEST_PHP_EXECUTABLE) is not suitable for Yocto. Explicitly set TEST_PHP_EXECUTABLE_RES = "1" to not generate phar.php for target recipe Drop 0005-sapi-cli-config.m4-fix-build-directory.patch which is obsolete for generating phar.php After apply this commit ...log.do_compile... Generating phar.php Skipping phar.php generating during cross compilation Generating phar.phar Skipping phar.phar generating during cross compilation ...log.do_compile... Then php supports reproducible build [1] https://github.com/php/php-src/issues/11099 [2] https://github.com/php/php-src/commit/93fa9613e162d1a0e8479ba83c4b6a399846e209 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ser2net: upgrade 4.6.5 -> 4.6.6Wang Mingyu2025-11-181-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qcbor: upgrade 1.5.3 -> 1.6Wang Mingyu2025-11-181-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pv: upgrade 1.10.0 -> 1.10.1Wang Mingyu2025-11-181-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pkcs11-helper: upgrade 1.30.0 -> 1.31.0Wang Mingyu2025-11-181-6/+5
| | | | | | | License-Update: Packeging changed to Packaging Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lprng: upgrade 3.8.C -> 3.9.0Wang Mingyu2025-11-182-38/+2
| | | | | | | | 0001-checkpc-Do-not-define-Mail_fd-multiple-times.patch removed since it's included in 3.9.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphviz: upgrade 14.0.2 -> 14.0.4Wang Mingyu2025-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== ### Changed - Internal timing operations now use 'clock()' on all platforms (previously this was only used on Windows). This should result in more accurate timing in verbose informational messages. - Building Graphviz with expat &lt; 2.2.8 is no longer supported on MinGW. ### Fixed - 'diffimg' now notices failures when calling Ghostscript to convert PS images to PNG and exits instead of continuing. - 'dtstat' no longer reads/writes out of bounds memory on platforms where 'sizeof(int) < sizeof(size_t)'. This was a regression in Graphviz 7.0.1. - Some incorrect variable types in the libcdt man page have been corrected. - 'gvgen' no longer triggers Undefined Behavior when asked to generate a binary tree with depth >= 32 (e.g. 'gvgen -t32'). - 'gvgen' no longer triggers Undefined Behavior when asked to generate a hypercube with depth >= 32 (e.g. 'gvgen -h32'). - A null pointer dereference in edge pair analysis within the circo algorithm has been fixed. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp3: upgrade 3.17.2 -> 3.18.0Wang Mingyu2025-11-181-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drm-info: upgrade 2.8.0 -> 2.9.0Wang Mingyu2025-11-181-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.2.20251109.0 -> 6.2.20251116.0Wang Mingyu2025-11-181-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtk-layer-shell: Add recipe for GTK3 versionKhem Raj2025-11-181-0/+25
| | | | | | This is needed by xfce4-screenshooter Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlsec1: upgrade 1.3.7 -> 1.3.9Ankur Tyagi2025-11-189-64/+1296
| | | | | | | | | | | Refreshed patches and updated ptest. Changelog: https://github.com/lsh123/xmlsec/releases/tag/1.3.8 https://github.com/lsh123/xmlsec/releases/tag/1.3.9 Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* multipath-tools: upgrade 0.11.1 -> 0.11.3Ankur Tyagi2025-11-1816-113/+24
| | | | | | | | | | | | | | Dropped 0001-libmpathutils-uxsock.c-Include-string.h-for-memcpy.patch and 0013-libdmmp-Makefile-Fix-KBUILD_BUILD_TIMESTAMP-usage.patch which are now merged in the upstream. Refreshed other patches for the new version. Release Note: https://github.com/opensvc/multipath-tools/blob/0.11.3/NEWS.md Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* proj: upgrade 9.6.2 -> 9.7.0Ankur Tyagi2025-11-181-3/+3
| | | | | | | | | | Also update HOMEPAGE and SRC_URI. Changelog: https://proj.org/en/stable/news.html#id2 Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>