summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* uutils-coreutils: upgrade 0.0.28 -> 0.0.29Etienne Cordonnier2025-01-302-347/+389
| | | | | | | See https://github.com/uutils/coreutils/releases/tag/0.0.29 Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* can-utils: RRECOMMENDS only ip from iproute2Sean Nyekjaer2025-01-291-1/+1
| | | | | | | There is no need for RRECOMMENDS on the full iproute2 package. Signed-off-by: Sean Nyekjaer <sean@geanix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luaposix: Fix LUA_INCDIR pathKhem Raj2025-01-291-1/+1
| | | | | | | | | If not specified on build commandline for luke, it results in pulling it from build host development headers under /usr/include this was always happening but with recent fixes to GCC poisoning host includes patch, this issue has come to fore. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencl-cts: Disable for RISCV architecturesKhem Raj2025-01-291-0/+3
| | | | | | Its not yet ported to RISCV architecure Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencl-cts: Add recipeAntonios Christidis2025-01-292-0/+71
| | | | | | | | | | | | This recipe provides the opecl-cts suite. This is a pre-release version v2024-08-08, which I have tested to work with opencl-headers version v2024.05.08 . The pre-release version was picked due to incompatibility issues with other versions of headers. Add a patch to add an option to disable warning as error Signed-off-by: Antonios Christidis <a-christidis@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: unduplicate the EXTRA_OECONF assignmentBartosz Golaszewski2025-01-281-4/+0
| | | | | | | We already set EXTRA_OECONF in libgpiod.inc, drop the second assignment. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: upgrade 1.32.3 -> 1.33.0Jason Schonberg2025-01-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: Still MIT licensed. Just removed a header from the license file. https://github.com/c-ares/c-ares/commit/595cf2133488d2e02c6389577a1b511971dba1ba Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.33.0 Features: Add DNS cookie support (RFC7873 + RFC9018) to help prevent off-path cache poisoning attacks. PR #833 Implement TCP FastOpen (TFO) RFC7413, which will make TCP reconnects 0-RTT on supported systems. PR #840 Changes: Reorganize source tree. PR #822 Refactoring of connection handling to prevent code duplication. PR #839 New dynamic array data structure to prevent simple logic flaws in array handling in various code paths. PR #841 Bugfixes: ares_destroy() race condition during shutdown due to missing lock. PR #831 Android: Preserve thread name after attaching it to JVM. PR #838 Windows UWP (Store) support fix. PR #845 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zchunk: upgrade 1.4.0 -> 1.5.1Jason Schonberg2025-01-261-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* audit: upgrade 4.0.2 -> 4.0.3Yi Zhao2025-01-262-12/+7
| | | | | | | | | | | | | | | | | | | | | | | ChangeLog: - Remove a RHEL4 flag table since it's been unsupported for a while - Change dependency from Requires to Wants for audit-rules.service - Disable ProtectKernelModules by default in auditd.service - Skip plugin configs that do not have .conf suffix - audisp-filter: iterate records correctly when forwarding - Update syscall table for missing syscalls - Modify ausearch checkpoint code to address 64 inode and device numbers - Fix potential segfault interpreting relative paths - Add audit_set_enabled & audit_is_enabled back to the libaudit python bindings - Log runlevel changes to console during boot - Add audit-tmpfiles.conf to ensure /var/log/audit exists - Propagate event format to the audisp-af_unix plugin - Add support for RISC-V - riscv32, riscv64 * Enable riscv support * Use its own volatile file for systemd. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* android-tools-native: dependency with android-tools-conf-nativeChristos Gavros2025-01-251-0/+1
| | | | | | | | | Building of android-tools-native aborted due to missing dependency with android-tools-conf-native. Fixed by extending android-tools-conf-configfs_1.0.bb recipe to build native Signed-off-by: Christos Gavros <gavrosc@yahoo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crash-cross-canadian: Update to match OE-Core virtual provider changesRichard Purdie2025-01-251-3/+3
| | | | | | | | | | OE-Core changed to to use virtual/nativesdk-cross-XXX replace the older more complex cross providers. Update the recipes to match. This fixes check layer failures on the autobuilder. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php: Drop references to ACLOCALDIRKhem Raj2025-01-251-2/+5
| | | | | | ACLOCALDIR is dropped from core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opentelemetry-cpp: fix non-default PACKAGECONFIG optionsGyorgy Sarvari2025-01-251-10/+15
| | | | | | | | | | | | | | | | | | 1. Delete the build_package PACKAGECONFIG - it is used to build a deb/rpm package, which is handled by Yocto. 2. Add the required build time dependencies for the other PACKAGECONFIG options, as many of them were broken, and the build failed when they were enabled. (otlp_grpc, otlp_http, otlp_prometheus, testing). 3. Switch to gitsm:// protocol in SRC_URI, as some of the PACKAGECONFIG options do use some of the submodules included in the main repository. 4. Add EXTRA_OECMAKE arguments: OTELCPP_VERSIONED_LIBS and BUILD_SHARED_LIBS are required to generated versioned libraries, and avoid triggering the dev-elf qa check with the PACKAGECONFIG options that generate a SO file. PROTOBUF_PROTOC_EXECUTABLE is used by otlp_grpc and otlp_http PACKAGECONFIGs only, however this long option makes PACKAGECONFIG very hard to read - so added here. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* collectd: add PACKAGECONFIG for dpdkThomas Schlien2025-01-251-0/+1
| | | | | Signed-off-by: Thomas Schlien <ts@ferncast.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* syslog-ng: remove obsolete double-run of configureRoss Burton2025-01-241-9/+0
| | | | | | | | There do not appear to be libtool problems with syslog-ng, so the requirement to double-run autoreconf from 2017 must have been resolved. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* syslog-ng: Remove references to ACLOCALEXTRAPATHKhem Raj2025-01-241-1/+1
| | | | | | ACLOCALEXTRAPATH is gone in core with commit 878e1517d4890b31332a506ce903d57e1d7dff87 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* smarty: update 4.5.5 -> 5.4.2Wang Mingyu2025-01-242-28/+40
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: upgrade 7.2.6 -> 7.2.7Divya Chellam2025-01-2410-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog: https://github.com/redis/redis/releases/tag/7.2.7 Upgrade urgency SECURITY: See security fixes below. Security fixes ==================== * (CVE-2024-46981) Lua script commands may lead to remote code execution * (CVE-2024-51741) Denial-of-service due to malformed ACL selectors Bug fixes ==================== * #13380 Possible crash due to OOM panic on invalid command * #13338 Streams: XINFO lag field is wrong when tombstone is after the last_id of the consume group * #13473 Streams: XTRIM does not update the maximal tombstone, leading to an incorrect lag * #13311 Cluster: crash due to unblocking client during slot migration * #13443 Cluster: crash when loading cluster config * #13422 Cluster: CLUSTER SHARDS returns empty array * #13465 Cluster: incompatibility with older node versions Signed-off-by: Divya Chellam <divya.chellam@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tigervnc: Replace using --system-acdir with --aclocal-pathKhem Raj2025-01-241-1/+1
| | | | | | This synchronises it with latest autotools class Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nativesdk-pistache: dependency with brotliChristos Gavros2025-01-241-1/+1
| | | | | | | | | Building of nativesdk-pistache aborted due to missing dependency with brotli. Fixed by extending brotli recipe to build nativesdk Signed-off-by: Christos Gavros <gavrosc@yahoo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pkcs11-provider: Upgrade 0.5 -> 0.6Ayoub Zaki2025-01-243-52/+62
| | | | | | | | Changelogs: - https://github.com/latchset/pkcs11-provider/releases/tag/v0.6 - https://github.com/latchset/pkcs11-provider/compare/v0.5...v0.6 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: upgrade 22.12.0 -> 22.13.1Jason Schonberg2025-01-245-50/+81
| | | | | | | | | | | | | | | | | | | Changelog for 22.13.0 : https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#22.13.0 Changelog for 22.13.1 : https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V22.md#22.13.1 The 22.13.1 release is a security fix addressing four CVEs. CVE-2025-23083 - src,loader,permission: throw on InternalWorker use when permission model is enabled (High) CVE-2025-23085 - src: fix HTTP2 mem leak on premature close and ERR_PROTO (Medium) CVE-2025-23084 - path: fix path traversal in normalize() on Windows (Medium) CVE-2025-22150 - Use of Insufficiently Random Values in undici fetch() (Medium) I introduce a new patch with this recipe 0001-Do-not-use-glob-in-deps.patch to revert https://github.com/nodejs/node/commit/77e2869ca6 I restored 0001-deps-disable-io_uring-support-in-libuv.patch as suggested here : https://lore.kernel.org/all/20241207140642.181134-1-martin.jansa@gmail.com/ Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ndctl: fix building documentationGyorgy Sarvari2025-01-241-1/+1
| | | | | | | | | | | | | | | | | | | | | In case "asciidoctor" meson option is enabled for building the documentation, meson looks for a binary called "asciidoctor", which is a ruby application, different from "asciidoc", and fails with the following error: ../git/meson.build:153:15: ERROR: Program 'asciidoctor' not found or not executable When "asciidoctor" option is disabled, meson looks for "asciidoc", which is readily provided by asciidoc-native. When docs PACKAGECONFIG is disabled, the "asciidoctor" option can be left on its default value. Also, add xmlto-native as a dependency for the "docs" PACKAGECONFIG, otherwise build fails with the following error after finding asciidoc: ../git/meson.build:156:12: ERROR: Program 'xmlto' not found or not executable Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ndctl: fix compiling without including testsGyorgy Sarvari2025-01-241-2/+2
| | | | | | | | | | | | | | In case "tests" PACKAGECONFIG is not included, do_configure fails with the following error message: ../git/ndctl/meson.build:51:4: ERROR: Problem encountered: '-D=destructive=enabled' requires '-Dtest=enabled' Since "destructive" option only enables an extra set of tests, it only makes sense to use along with including the tests. In case tests are not required, this option can be left on its default value (disabled). Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-cxx: fix typo in PACKAGECONFIGGyorgy Sarvari2025-01-241-1/+1
| | | | | Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: update 3.2 -> 3.3Markus Volk2025-01-241-1/+1
| | | | | | | | ver 3.3: Fix issue with handling External Authentication. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pistache: fix package config dependenciesAyoub Zaki2025-01-241-9/+11
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpp-netlib: Make SKIP_RECIPE weakKhem Raj2025-01-241-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lapack: upgrade to latest 3.12.1Martin Jansa2025-01-241-4/+4
| | | | | | | | | | | | | | * adjust the list of .f files to cover also newly used .f90 files, causing: http://errors.yoctoproject.org/Errors/Details/840502/ ERROR: lapack-3.12.1-r0 do_package_qa: QA Issue: File /usr/lib/lapack/ptest/bin/xdmdeigtsts in package lapack-ptest contains reference to TMPDIR [buildpaths] ERROR: lapack-3.12.1-r0 do_package_qa: QA Issue: File /usr/lib/lapack/ptest/bin/xdmdeigtstd in package lapack-ptest contains reference to TMPDIR [buildpaths] ERROR: lapack-3.12.1-r0 do_package_qa: QA Issue: File /usr/lib/lapack/ptest/bin/xdmdeigtstz in package lapack-ptest contains reference to TMPDIR [buildpaths] ERROR: lapack-3.12.1-r0 do_package_qa: QA Issue: File /usr/lib/lapack/ptest/bin/xdmdeigtstc in package lapack-ptest contains reference to TMPDIR [buildpaths] ERROR: lapack-3.12.1-r0 do_package_qa: Fatal QA errors were found, failing task. Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lapack: fix buildpaths in ptest also when CBLAS is enabledMartin Jansa2025-01-241-6/+17
| | | | | | | | | | | | | | | | | | | ERROR: lapack-3.12.0-r0 do_package_qa: QA Issue: File /usr/lib/lapack/ptest/bin/xccblat3 in package lapack-ptest contains reference to TMPDIR File /usr/lib/lapack/ptest/bin/xdcblat3 in package lapack-ptest contains reference to TMPDIR File /usr/lib/lapack/ptest/bin/xdcblat1 in package lapack-ptest contains reference to TMPDIR File /usr/lib/lapack/ptest/bin/xscblat1 in package lapack-ptest contains reference to TMPDIR File /usr/lib/lapack/ptest/bin/xccblat2 in package lapack-ptest contains reference to TMPDIR File /usr/lib/lapack/ptest/bin/xzcblat2 in package lapack-ptest contains reference to TMPDIR File /usr/lib/lapack/ptest/bin/xzcblat1 in package lapack-ptest contains reference to TMPDIR File /usr/lib/lapack/ptest/bin/xccblat1 in package lapack-ptest contains reference to TMPDIR File /usr/lib/lapack/ptest/bin/xdcblat2 in package lapack-ptest contains reference to TMPDIR File /usr/lib/lapack/ptest/bin/xscblat2 in package lapack-ptest contains reference to TMPDIR File /usr/lib/lapack/ptest/bin/xscblat3 in package lapack-ptest contains reference to TMPDIR File /usr/lib/lapack/ptest/bin/xzcblat3 in package lapack-ptest contains reference to TMPDIR [buildpaths] Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lapack: add PACKAGECONFIG for cblasMartin Jansa2025-01-241-0/+1
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dlt-daemon: make DLT_WatchdogSec configurableChangqing Li2025-01-242-0/+41
| | | | | | | | | On slow system, dlt service may fail since watchdog timeout, backport a patch to make DLT_WatchdogSec configurable, so that this service can start successfully during boot. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cbindgen: update 0.27.0 -> 0.28.0Wang Mingyu2025-01-241-3/+3
| | | | | | | | | | | | | | | | | | | Changelog: ========== * Parse unsafe attributes * Fix local override of enum prefix-with-name * Add rename-all=prefix * ir: add support for UnsafeCell and SyncUnsafeCell * Implement mangling for arrays * Fix: Ignore 'CARGO_BUILD_TARGET' in tests * Newline for each field for constexpr field constants * Fix clippy warnings * Add aarch64/arm64 to CI * Add `unstable_ir` feature flag that makes the ir pub * Support generated a symbols file Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crash: fix crash cannot work with kaslrXiangyu Chen2025-01-242-0/+90
| | | | | | | | | According to crash help message, crash can decode the random address with "--kaslr=auto". But it has a bug that when with "-S" in parameter, crash will bypass the kaslr option. Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* toybox: upgrade 0.8.11 -> 0.8.12Wang Mingyu2025-01-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-psycopg: upgrade 3.2.3 -> 3.2.4Wang Mingyu2025-01-241-1/+1
| | | | | | | | | | | | | | | | | Changelog: =========== - Don't lose notifies received whilst the notifies() iterator is not running - Make sure that the notifies callback is called during the use of the notifies() generator - Raise the correct error returned by the database (such as AdminShutdown or IdleInTransactionSessionTimeout) instead of a generic OperationalError when a server error causes a client disconnection - Build macOS dependencies from sources instead using the Homebrew versions in order to avoid problems with MACOSX_DEPLOYMENT_TARGET - Bump libpq to 17.2 in Linux and macOS binary packages. - Bump libpq to 16.4 in Windows binary packages, using the vcpkg library Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pocketpy: upgrade 2.0.4 -> 2.0.5Wang Mingyu2025-01-241-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ============ - use cpython % and // impl - add colorcvt module - add py_importlib_reload and importlib module - add py_interrupt and set single handler for REPL - add PK_LOW_MEMORY_MODE - reduce type's memory cost - allow customize malloc, realloc and free - make C99 compilers work - fix win32 clang build - avoid undefined behavior signed int overflow - fix pybind11 implementation for error_already_set Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensc: upgrade 0.26.0 -> 0.26.1Wang Mingyu2025-01-241-2/+2
| | | | | | | | | | | | | | | | | Changelog: ========== ## General improvements * Align allocations of sc_mem_secure_alloc * Fix -O3 gcc optimization failure on amd64 and ppc64el ## pkcs11-spy * Avoid crash while spying C_GetInterface() ## TCOS * Fix reading certificate Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvm2: update 2.03.29 -> 2.03.30Wang Mingyu2025-01-244-13/+13
| | | | | | | | | | 0001-implement-libc-specific-reopen_stream.patch 0004-tweak-MODPROBE_CMD-for-cross-compile.patch 0005-do-not-build-manual.patch refreshed for 2.03.30 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtoml11: upgrade 4.2.0 -> 4.3.0Wang Mingyu2025-01-242-37/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0001-fix-add-missing-zero-initialization-to-region.patch removed since it's included in 4.3.0 Changlog: ========= Added ------ Support std::optional as a template argument of toml::find Support multiple arguments toml::visit(visitor, args...) Fixed ------ toml::detail::region::last_ may be used uninitialized Fix use with CMake 3.21 and older fix: prevent size_t-max length string allocation update README.md Make parsing faster for very long line Avoid known problem in MSVC Check if source_location::file_name() is null before formatting Changed ------- Update hugo-book theme Add MSVC 2017 to appveyor build Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgee: upgrade 0.20.6 -> 0.20.8Wang Mingyu2025-01-241-1/+1
| | | | | | | | | | Changelog: ========== * Fixes for new release process * Fixes for newer valac Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iotop: upgrade 1.26 -> 1.27Wang Mingyu2025-01-241-2/+2
| | | | | | | | | | License-Update: Copyright year updated to 1.27 Changelog: src/iotop: correct pg_cb signature Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freeipmi: update 1.6.14 -> 1.6.15Wang Mingyu2025-01-242-51/+2
| | | | | | | | | | | | | | | | | | | 0001-Fix-undeclared-function-errors.patch removed since it's included in 1.6.15 Changelog: ========== - In ipmi-config, fix incorrect output of IPv6_Dynamic_Address_Source_Type. - In ipmi-oem, increase precision of Dell cumulative energy output. - Do not advertise options that are only available when special debugging is compiled into FreeIPMI. - Fix build errors with implicit-function-declaration. - libfreeipmi: remove unnecessary / duplicate parameter checks. - Fix gcc 14.x build failures. - Minor documentation updates. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dialog: upgrade 1.3-20240619 -> 1.3-20250116Wang Mingyu2025-01-241-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: =========== - modify dialog-config.in to allow for include-subdirectory. - update configure script macros for changes made with Cdk. - use $ LIB_ROOTNAME, e.g., set by --with-libname, in generating *-config and ".pc" files - further improvements to matching output from *-config and ".pc" improve gen-pkgconfig.in to mark the screen library, e.g., ncurses, as "Required" and filter the cflags/libs from required packages out of the ".pc" file, because pkg-config will add those automatically. - fix some gcc15 strict compiler warnings - configure script fixes for compiler warnings - update config.guess, config.sub Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cxxopts: upgrade 3.2.0 -> 3.2.1Wang Mingyu2025-01-241-1/+1
| | | | | | | | Changelog: * Fix compilation with optional on C++20. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.1.20250112.0 -> 6.1.20250119.0Wang Mingyu2025-01-241-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 24.12.0 -> 25.01.0Yogita Urade2025-01-202-129/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes fix for CVE-2024-56378 Changelog: =========== core: * TextOutputDev: Better detect fakebold words * TextOutputDev: Faster sorting algorithm * Internal code improvements * Fix crashes in malformed documents cpp: * Remove rect parameter from image::copy, it was never implemented qt6: * Fix crash in Submit Forms if document links to non existing field qt5: * Fix crash in Submit Forms if document links to non existing field glib: * mark transfer of poppler_page_get_selected_region utils: * pdfdetach: Make -savefile work with Unicode strings. Issue #1540 build system: * Don't update pdfsig.pot when POT-Creation-date is the only change Droped 0001-Don-t-update-pdfsig.pot-when-POT-Creation-date-is-th.patch as this is available in 25.01.0 Signed-off-by: Yogita Urade <yogita.urade@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yasm: update to latest git revisionPeter Marko2025-01-204-114/+5
| | | | | | | | | | | | | | | | | | Last tag is from 2014, but bugfixing continued and last commit is from year 2024. Additional 87 commits are present, mostly bugfixes. PV already has "+git" although it was exactly on tag, no edit needed. Drop 3 patches which are included in current git version. Add CVE_STATUS for 2 CVEs from those patches. Also mark one additional CVE as fixed: CVE-2021-33454. Stack trace from https://github.com/yasm/yasm/issues/166 References the same line of code as corrected in https://github.com/yasm/yasm/pull/244 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: upgrade 1.32.2 -> 1.32.3Jason Schonberg2025-01-201-1/+1
| | | | | | | Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.32.3 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: upgrade 1.32.1 -> 1.32.2Jason Schonberg2025-01-201-1/+1
| | | | | | | Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.32.2 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>