summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* bolt: package systemd_system_unitdir correctlyMartin Jansa2024-07-091-2/+2
| | | | | | | | | | | | | | * ${libdir}/systemd doesn't work on multilib builds, where libdir might be something else than ${nonarch_base_libdir} fixes: ERROR: QA Issue: lib32-bolt: Files/directories were installed but not shipped in any package: /usr/lib/systemd /usr/lib/systemd/system /usr/lib/systemd/system/bolt.service Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pidgin: Upgrade to 2.14.13Yoann Congal2024-07-093-32/+190
| | | | | | | | | | | | | | | | | Upstream changelog: https://www.pidgin.im/ChangeLog Recipe changes: * Add a patch (in review) to support building on gcc-14 * Drop OE branding patch (code supporting this has disapeared or is disabled) * Remove vv and farsight2 PACKAGECONFIGs (depend on the removed farsight2 recipe[0]) * Fixed an obvious reproducibility issue with TMPDIR in binary [0]: https://git.openembedded.org/meta-openembedded/commit/?id=ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3 Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatbuffers: adapt for cross-compilation environmentsBINDU2024-07-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Flatbuffers contains a library and a schema compiler. The package contains cmake files to discover the libraries and the compiler tool. Currently, all of these cmake files are installed into the target sysroot. However, the compiler utility isn't installed into the sysroot (as it is not runnable on the build machine). When an application that depends on flatbuffers gets built, it uses flatbuffers' exported cmake targets to configure the project. One of the exported targets is FlatcTarget.cmake which expects to see flatc binary in /usr/bin of the sysroot. Since binaries for target don't end up in target sysroot, cmake configuration fails. This patch addresses this problem of flatbuffers' build infrastructure in cross-compiling environments. By removing FlatcTarget.cmake for target builds from the sysroot we essentially skip this step of flatbuffers' configuration. (cherry picked from commit b97dbaac6629e22138f71ae19eb421d041447619) Signed-off-by: Ivan Stepic <Ivan.Stepic@bmw.de> Signed-off-by: Bhabu Bindu <bindudaniel1996@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Akash Hadke <akash.hadke27@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: ignore various issues fatal with gcc-14Martin Jansa2024-07-0822-0/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | work arounds for: meta-oe/meta-oe/recipes-devtools/nodejs/nodejs_20.12.2.bb:do_compile meta-oe/meta-oe/recipes-support/pidgin/pidgin_2.14.2.bb:do_compile meta-oe/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb:do_compile meta-oe/meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb:do_compile meta-oe/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.4.bb:do_compile meta-oe/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb:do_compile meta-oe/meta-oe/recipes-support/avro/avro-c++_1.11.3.bb:do_compile meta-oe/meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb:do_compile meta-oe/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb:do_compile meta-oe/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb:do_compile meta-oe/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb:do_configure meta-oe/meta-oe/recipes-support/avro/avro-c_1.11.3.bb:do_compile meta-oe/meta-oe/recipes-core/usleep/usleep_1.2.bb:do_compile meta-oe/meta-networking/recipes-protocols/openflow/openflow_git.bb:do_compile meta-oe/meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc_2.2.8.bb:do_compile meta-oe/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb:do_compile meta-oe/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb:do_compile meta-oe/meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb:do_compile meta-oe/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_10.10.1.bb:do_compile meta-oe/meta-oe/recipes-extended/zsync/zsync-curl_git.bb:do_compile meta-oe/meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb:do_compile meta-oe/meta-oe/recipes-support/openct/openct_0.6.20.bb:do_compile meta-oe/meta-oe/recipes-benchmark/dhrystone/dhrystone_2.1.bb:do_compile meta-oe/meta-networking/recipes-daemons/ncftp/ncftp_3.2.7.bb:do_compile meta-oe/meta-oe/recipes-support/daemontools/daemontools_0.76.bb:do_compile meta-oe/meta-oe/recipes-devtools/libgee/libgee_0.20.6.bb:do_compile meta-oe/meta-oe/recipes-devtools/mcpp/mcpp_2.7.2.bb:do_compile meta-oe/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb:do_compile meta-oe/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb:do_compile meta-oe/meta-oe/recipes-devtools/glade/glade_3.22.2.bb:do_compile http://errors.yoctoproject.org/Errors/Build/183124/ Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: ignore various issues fatal with gcc-14 (for 32bit MACHINEs)Martin Jansa2024-07-087-0/+56
| | | | | | | | | | | | | | | Recipes included here are openldap microsoft-gsl scsirastools pam-ssh-agent-auth sblim-sfcb ckermit nvme-cli xfstests * these are reproducible only with 32bit MACHINEs and probably related to time64.inc http://errors.yoctoproject.org/Errors/Build/183154/ * and microsoft-gsl only with 32bit arm MACHINEs: http://errors.yoctoproject.org/Errors/Build/183157/ Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* giflib: fix build with gold and avoid imagemagick-native dependencyMartin Jansa2024-07-083-45/+39
| | | | | | | | * avoid imagemagick-native like upstream did in: https://sourceforge.net/p/giflib/code/ci/d54b45b0240d455bbaedee4be5203d2703e59967/ Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatpak: add PACKAGECONFIG for dconfMarkus Volk2024-07-081-2/+1
| | | | | | | Disable by default to avoid a requirement for meta-gnome Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pkcs11-provider: Upgrade 0.3 -> 0.5Niko Mauno2024-07-051-7/+3
| | | | | | | | | Changelogs: - https://github.com/latchset/pkcs11-provider/releases/tag/v0.4 - https://github.com/latchset/pkcs11-provider/releases/tag/v0.5 Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wtmpdb: specify correct pamlibdirYi Zhao2024-07-041-1/+1
| | | | | | | Install pam_wtmpdb.so to pam plugin directoy. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lastlog2: specify correct pamlibdirYi Zhao2024-07-041-1/+1
| | | | | | | Install pam_lastlog2.so to pam plugin directoy. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: Update status for CVE-2022-3734Ninette Adhikari2024-07-031-0/+2
| | | | | | | CVE only applies for Windows. Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xterm: CVE status update CVE-1999-0965Ninette Adhikari2024-07-031-0/+2
| | | | | | | Current version (392) not affected. This was fixed in version X11R5-fix-26 (R11R6 from 1994) Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* php-native: CVE status update for CVE-2022-4900Ninette Adhikari2024-07-031-0/+1
| | | | | | | The current version (8.2.20) is not affected. Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jsonrpc: Fix contains reference to TMPDIR [buildpaths] warningalperak2024-07-031-0/+4
| | | | | | | WARNING: jsonrpc-1.4.1-r0 do_package_qa: QA Issue: File /usr/lib/libjson-rpc-cpp/cmake/libjson-rpc-cppTargets.cmake in package jsonrpc-dev contains reference to TMPDIR [buildpaths] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* krb5: upgrade 1.21.2 -> 1.21.3Vijay Anusuri2024-07-031-2/+2
| | | | | | | | | | | CVEs Fixed CVE-2024-37370, CVE-2024-37371 Release Notes: https://web.mit.edu/kerberos/krb5-1.21/krb5-1.21.3.html Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thin-provisioning-tools: install missed thin_shrink and era_repairLibo Chen2024-07-031-3/+5
| | | | | | | Install missed thin_shrink and era_repair for thin provisioning Signed-off-by: Libo Chen <libo.chen.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* renderdoc: Fix build with clang fortify and glibc 2.40Khem Raj2024-07-022-0/+44
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* renderdoc: Upgrade to 1.33Khem Raj2024-07-021-2/+2
| | | | | | License-Update: Updated copyright years. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libabigail: add recipe for the ABI Generic Analysis and Instrumentation LibraryRoss Burton2024-07-012-0/+50
| | | | | | | | We need to patch the standalone libfts detection as it currently looks for fts-standalone, which is what Gentoo renames musl-fts to. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libndp: upgrade 1.8 -> 1.9Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | | Changelog: ========= - ndptool: add support for PREF64 option - libndp: add support for PREF64 option - libndp: valid route information option length - SubmittingPatches: update mailing list Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* isomd5sum: upgrade 1.2.4 -> 1.2.5Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | | | Changelog: ============= - testpyisomd5sum.py: Use a consistent iso size - Remove quiet from iso creation, size seems wrong - workflows: Move to Fedora 39 and checkout v4 - Revert "test: Update testing to include small iso and larger iso" - Revert "Fix checksum failure with small isos" Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* feh: upgrade 3.10.2 -> 3.10.3Wang Mingyu2024-07-011-1/+1
| | | | | | | | | | | | | Changelog: ========== * Fix feh not respecting aspect ratio of thumbnails that are smaller than --thumb-width and --thumb-height * Fix --no-recursive behaving like --recursive * Fix rotation by 180° corrupting images * Speed up --sort=size and --sort=mtime by caching stat(2) calls Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.1.20240623.0 -> 6.1.20240630.0Wang Mingyu2024-07-011-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* magic-enum: Disable unused-value warning in testsRicardo Simoes2024-06-281-0/+3
| | | | | | | | | | | | | | | | | | | | | With gcc 14.1.0, there is one compilation warning found in the unit tests which cause ptest builds to fail: test_containers.cpp:290:89: error: value computed is not used [-Werror=unused-value] 290 | magic_enum::containers::set color_set_not_const {Color::RED, Color::GREEN, Color::BLUE}; | This is the same behavior as described in [1]. Thus, we can safely treat this specific warning not as an error until the gcc bug is fixed. [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?format=multiple&id=114970 Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Reported-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openct: fix build failure with gcc-14Wang Mingyu2024-06-282-0/+66
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sblim-sfcc: fix build failure with gcc-14Wang Mingyu2024-06-282-0/+73
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: update upstream-status of all patchesChristian Eggers2024-06-287-7/+7
| | | | | | | | | All patches have been integrated meanwhile and should appear in the next release. Signed-off-by: Christian Eggers <ceggers@arri.de> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: fix version in shared library file nameChristian Eggers2024-06-281-2/+2
| | | | | | | | | The version in the patch file needs to be updated. Fixes: 0c19e65a0969 ("lvgl: Update to 9.1.0") Signed-off-by: Christian Eggers <ceggers@arri.de> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hplip: Fix contains reference to TMPDIR [buildpaths] warningalperak2024-06-281-1/+1
| | | | | | | | | Make sure that the OE provided CFLAGS are passed to the compiler. WARNING: hplip-3.22.10-r0 do_package_qa: QA Issue: File /usr/lib/python3.12/site-packages/cupsext.so in package hplip contains reference to TMPDIR [buildpaths] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xsp: CVE status update for CVE-2006-2658Ninette Adhikari2024-06-281-0/+2
| | | | | | | | | The recipe used in the `meta-openembedded` is a different xsp package compared to the one which has the CVE issue. Package used in `meta-embedded`: maemo xsp http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/ Package with CVE issue: mono xsp https://github.com/mono/xsp Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libraw: CVE status update for CVE-2020-22628 and CVE-2023-1729Ninette Adhikari2024-06-281-0/+3
| | | | | | | The current version (0.21.2) is not affected by the CVE which affects versions earlier than 0.21.2. Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* links: CVE status update for CVE-2008-3319Ninette Adhikari2024-06-281-0/+2
| | | | | | | | | The recipe used in the `meta-openembedded` is a different links package compared to the one which has the CVE issue. Package used in `meta-embedded`: twibright links http://links.twibright.com/download.php Package with CVE issue: Maian Links https://www.maianmedia.com/ Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* influxdb: Update CVE status for CVE-2019-10329Ninette Adhikari2024-06-281-1/+3
| | | | | | | The version don't match and only the Jenkins plugin is affected. Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mercurial: Update CVE status for CVE-2022-43410Ninette Adhikari2024-06-281-0/+1
| | | | | | | | | | The recipe used in the `meta-openembedded` is a different mercurial package compared to the one which has the CVE issue. Package used in `meta-embedded`: https://www.mercurial-scm.org/ Package with CVE issue is a Jenkins plugin: https://plugins.jenkins.io/mercurial/ (This is reflected in the CPE) Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imagemagick: Update status for CVENinette Adhikari2024-06-281-0/+10
| | | | | | | | | | Update status for: CVE-2016-7534, CVE-2016-7535, CVE-2016-7536, CVE-2016-7537, CVE-2016-7538, CVE-2017-5506, CVE-2017-5509, CVE-2017-5510, CVE-2017-5511, CVE-2007-1667 CPE is incorrect, the current version (7.1.1) is not affected. Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gphoto2: Fix contains reference to TMPDIR [buildpaths] warningalperak2024-06-281-0/+5
| | | | | | | | | | WARNING: gphoto2-2.5.28-r0 do_package_qa: QA Issue: File /usr/bin/gphoto2 in package gphoto2 contains reference to TMPDIR [buildpaths] ERROR: gphoto2-2.5.28-r0 do_package: QA Issue: File '/usr/bin/gphoto2' from gphoto2 was already stripped, this will prevent future debugging! [already-stripped] ERROR: gphoto2-2.5.28-r0 do_package: Fatal QA errors were found, failing task. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: Fix contains reference to TMPDIR [buildpaths] warningalperak2024-06-281-0/+4
| | | | | | | WARNING: boinc-client-7.20.5-r0 do_package_qa: QA Issue: File /usr/include/boinc/svn_version.h in package boinc-client-dev contains reference to TMPDIR [buildpaths] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcp: Fix contains reference to TMPDIR [buildpaths] warningsalperak2024-06-281-0/+4
| | | | | | | | WARNING: pcp-6.0.5-r0 do_package_qa: QA Issue: File /etc/pcp.conf in package pcp contains reference to TMPDIR [buildpaths] WARNING: pcp-6.0.5-r0 do_package_qa: QA Issue: File /usr/include/pcp/builddefs in package pcp-dev contains reference to TMPDIR [buildpaths] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: fix lib32-openldap build failure with gcc-14Wang Mingyu2024-06-272-0/+41
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openldap: upgrade 2.6.7 -> 2.6.8Wang Mingyu2024-06-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - Fixed libldap exit handling with OpenSSL3 again (ITS#9952) - Fixed libldap OpenSSL channel binding digest (ITS#10216) - Fixed slapd handling of large uid/gids peercred auth (ITS#10211) - Fixed slapd-asyncmeta/meta target structure allocations (ITS#10197) - Fixed slapd-meta with dynlist (ITS#10164) - Fixed slapd-meta binds when proxying internal op (ITS#10165) - Added slapo-nestgroup overlay (ITS#10161) - Added slapo-memberof 'addcheck' option (ITS#10167) - Fixed slapo-accesslog startup initialization (ITS#10170) - Fixed slapo-constraint double free on invalid attr (ITS#10204) - Fixed slapo-dynlist with abandoned operations (ITS#10044) - Fixed build with gcc14.x (ITS#10166) - Fixed back-perl with clang15 (ITS#10177) - Fixed to reduce systemd dependencies (ITS#10214) - Added slapo-alias contrib module (ITS#10104, ITS#10182) - Fixed slapo-autogroup to work with slapo-dynlist (ITS#10185) - Fixed smbk5pwd implicit function declaration (ITS#10206) - Fixed slapo-memberof exattr requirements (ITS#7400) - Fixed slapo-memberof is no longer deprecated (ITS#7400) License-Update: Copyright year updated to 2024. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libee: remove recipe since libee is obsoleteRandy MacLeod2024-06-277-83/+0
| | | | | | | | | | | | | | | | | libee had been used by rsyslog but the library never relly panned out. It has been declared to be obsolete: Early versions of rsyslog and liblognorm used it for representing structured content. However, this is long gone. We do not know of any other user. So libee should be of no further interest and is provided here solely for historical reasons. https://github.com/rsyslog/libee Also remove references to libee in: meta-oe/conf/include/ptest-packagelists-meta-oe.inc meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cjson: fix buildpath warningsPeter Marko2024-06-271-0/+5
| | | | | | | | | | | | | | | Following warning occurs when building with ptests enabled: WARNING: cjson-1.7.17-r0 do_package_qa: QA Issue: File /usr/lib/cjson/ptest/CTestTestfile.cmake in package cjson-ptest contains reference to TMPDIR File /usr/lib/cjson/ptest/tests/CTestTestfile.cmake in package cjson-ptest contains reference to TMPDIR File /usr/lib/cjson/ptest/fuzzing/CTestTestfile.cmake in package cjson-ptest contains reference to TMPDIR [buildpaths] The cmake files also contain full paths to original CMakeLists.txt file in _BACKTRACE_TRIPLES property; These are not needed for successful ptests as we don't install the CMakeLists.txt files anyway. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thingsboard-gateway: upgrade 3.5 -> 3.5.1Wang Mingyu2024-06-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tesseract: upgrade 5.3.4 -> 5.4.1Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ * Avoid FP overflow in NormEvidenceOf * Small build fixes and code improvements * Fix setup of datadir on installations with Conda * Fix FP exception in Wordrec::angle_change * Build fixes, code refactoring and other smaller changes. * Fix grey result of indexed PNG in pdfrenderer. * Rename frk -> deu_latf (ISO 639-3, ISO 15924). * Remove broken Dockerfile. * Fixes for several issues reported by Coverity Scan. * Remove unsupported OpenCL code and related API functions * Facilitate vectorization for generic build * Add PAGE XML renderer / export * Support training without lstmf files. * Improve CCUtil::main_setup (fixes issue #4230 related to Coda). * Allow for text angle/gradient to be retrieved Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qpdf: upgrade 11.9.0 -> 11.9.1Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | Changelog: =========== * Rewrite a recursive function to be iterative in linearization to enable more complex files to be linearized, especially on Windows. * Avoid non-standard use of 'std::basic_string_view'. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opentelemetry-cpp: upgrade 1.15.0 -> 1.16.0Wang Mingyu2024-06-271-1/+1
| | | | | | | Changelog: https://github.com/open-telemetry/opentelemetry-cpp/releases/tag/v1.16.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mcelog: upgrade 199 -> 200Wang Mingyu2024-06-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libimobiledevice-glue: upgrade 1.2.0 -> 1.3.0Wang Mingyu2024-06-271-1/+1
| | | | | | | | | | | Changelog: ========== * Add SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 functions to interface * socket: Create an IPv4 compatible IPv6 socket when NULL is passed to socket_create * socket: Haiku compilation fixes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libfido2: upgrade 1.14.0 -> 1.15.0Wang Mingyu2024-06-271-2/+2
| | | | | | | | | | | | | | | | | | | | License-Update: Copyright year updated to 2024. Changelog: ============ * 1.15.0 will be the last release to support OpenSSL 1.1. * bio, credman: improved CTAP 2.1 support. * hid_osx: fix issue where fido_hid_read() may block unnecessarily * fido2-token -I: print maxcredbloblen. * hid_linux: improved support for uhid devices. * New API calls: - fido_cred_set_attobj; - fido_cred_x5c_list_count; - fido_cred_x5c_list_len; - fido_cred_x5c_list_ptr. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libbpf: upgrade 1.4.2 -> 1.4.3Wang Mingyu2024-06-271-2/+2
| | | | | | | | Changelog: Fix libbpf unintentionally dropping FD_CLOEXEC flag when (internally) duping FDs. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>