summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "rng-tools: move from oe-core to meta-oe"Khem Raj2024-01-194-144/+0
| | | | This reverts commit c076a263517e4dc52b115acc4ead8e3ddfcdded1.
* opencl-icd: Rename rdepends to virtual-opencl-icdKhem Raj2024-01-183-3/+3
| | | | | | | | | | This helps in fending off the build time QA error WARNING: /mnt/b/yoe/master/sources/meta-openembedded/meta-oe/recipes-core/opencl/opencl-icd-loader_2023.12.14.bb: RPROVIDES is set to v irtual/opencl-icd, the substring 'virtual/' holds no meaning in this context. It is suggested to use the 'virtual-' instead. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Zoltán Böszörményi <zboszor@gmail.com>
* rng-tools: move from oe-core to meta-oeRandy MacLeod2024-01-144-0/+144
| | | | | | | | | | Nothing in oe-core depends on rng-tools anymore: e7e1bc43ca rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package so move it to meta-oe for people who still want to run rngd as a service for some reason or for those who want to run rng-test. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grpc: correct dependenciesPeter Marko2024-01-141-1/+1
| | | | | | | | GRPC depends on protobuf, not protobuf-c Additionally zlib is missing in dependencies Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* raptor2: inherit gtk-docRoss Burton2024-01-121-1/+1
| | | | | | | | | | | | | | | Recent changes to oe-core[1] mean that if a configure.ac uses gtk-doc then gtkdocize will be called. This means that recipes that don't inherit gtk-doc (to depend on gtk-doc-native) but don't explicitly disable the use of gtkdocize will fail to configure. Inheriting gtk-doc both solves the configure failure, and allows us to build the API documentation. [1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gmime: inherit gtk-docRoss Burton2024-01-121-1/+1
| | | | | | | | | | | | | | | Recent changes to oe-core[1] mean that if a configure.ac uses gtk-doc then gtkdocize will be called. This means that recipes that don't inherit gtk-doc (to depend on gtk-doc-native) but don't explicitly disable the use of gtkdocize will fail to configure. Inheriting gtk-doc both solves the configure failure, and allows us to build the API documentation. [1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgxim: inherit gtk-docRoss Burton2024-01-121-1/+1
| | | | | | | | | | | | | | | Recent changes to oe-core[1] mean that if a configure.ac uses gtk-doc then gtkdocize will be called. This means that recipes that don't inherit gtk-doc (to depend on gtk-doc-native) but don't explicitly disable the use of gtkdocize will fail to configure. Inheriting gtk-doc both solves the configure failure, and allows us to build the API documentation. [1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glade: inherit gtk-doc, fix FILESRoss Burton2024-01-121-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Recent changes to oe-core[1] mean that if a configure.ac uses gtk-doc then gtkdocize will be called. This means that recipes that don't inherit gtk-doc (to depend on gtk-doc-native) but don't explicitly disable the use of gtkdocize will fail to configure. Inheriting gtk-doc both solves the configure failure, and allows us to build the API documentation. Also, clean up FILES: Don't package all of ${datadir} in PN, as this means the locale information isn't split into the appropriate packages. .la files are deleted globally so there's no need to package them in PN-dev. Debug files are managed automatically so there's no need to package them at all. [1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* telepathy-glib: inherit gtk-docRoss Burton2024-01-121-1/+1
| | | | | | | | | | | | | | | Recent changes to oe-core[1] mean that if a configure.ac uses gtk-doc then gtkdocize will be called. This means that recipes that don't inherit gtk-doc (to depend on gtk-doc-native) but don't explicitly disable the use of gtkdocize will fail to configure. Inheriting gtk-doc both solves the configure failure, and allows us to build the API documentation. [1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatpak: fix gtk-doc buildMarkus Volk2024-01-122-0/+34
| | | | | | | | | | this fixes: | Run-time dependency gtk-doc found: NO (tried pkgconfig) | | ../git/meson.build:206:13: ERROR: Dependency "gtk-doc" not found, tried pkgconfig Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* i2cdev: Fix MUSL buildJörg Sommer2024-01-122-0/+123
| | | | | | | | | Building the recipe with MUSL fails, because it uses error.h which isn't supported by MUSL. Because the usage is only in one expression, it's easy to rewrite this. Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thin-provisioning-tools: Drop musl fixes (fixed upstream)Alex Kiernan2024-01-122-92/+0
| | | | | | | Upstream has resolved musl builds differently. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* v4l-utils: Update to 1.26.1Fabio Estevam2024-01-125-111/+58
| | | | | | | | | | | | | Update to 1.26.1. Remove the Makefile.am patches as they no longer apply due to the switch to Meson. Backport a fix that prevents installing 50-rc_keymap.conf in systems without systemd. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsmi: use update-alternatives for ietf-interfaces.yangWang Mingyu2024-01-111-1/+4
| | | | | | | | | | | Error: Transaction test error: file /usr/share/yang/ietf-interfaces.yang conflicts between attempted installs of libsmi-yang-0.5.0-r0.cortexa57 and frr-9.1-r1.cortexa57 frr also uses the doc 'ietf-interfaces.yang'. frr has a priority of 100. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libpwquality: respect PYTHONSITEDIRMartin Jansa2024-01-112-2/+29
| | | | | | | | | | | | | | | | | * fixes installed-vs-shipped e.g. in multilib builds with libdir set to /usr/lib32: ERROR: QA Issue: lib32-libpwquality: Files/directories were installed but not shipped in any package: /usr/lib/python3.11/site-packages/pwquality.cpython-311-arm-linux-gnueabi.so /usr/lib/python3.11/site-packages/pwquality-1.4.5-py3.11.egg-info /usr/lib/python3.11/site-packages/pwquality-1.4.5-py3.11.egg-info/SOURCES.txt /usr/lib/python3.11/site-packages/pwquality-1.4.5-py3.11.egg-info/PKG-INFO /usr/lib/python3.11/site-packages/pwquality-1.4.5-py3.11.egg-info/dependency_links.txt /usr/lib/python3.11/site-packages/pwquality-1.4.5-py3.11.egg-info/top_level.txt Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. lib32-libpwquality: 6 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grpc: upgrade 1.59.2 -> 1.60.0alperak2024-01-112-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0001-cmake-Link-with-libatomic-on-rv32-rv64.patch refreshed Changelog: Core Implemented dualstack IPv4 and IPv6 backend support, as per draft gRFC A61. xDS support currently guarded by GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS env var. Dropped Bazel 5 support. (#34813) [deps] Upgrade protobuf version to v25.0. (#34513) [Security - Revocation] Crl Directory Watcher Implementation. (#34749) [server] Cap size of pending request queue with RealRequestMatcher. (#34782) [chttp2] Fix outgoing data stats. (#34693) [EventEngine] Enable Posix EventEngine Listener on all builds. (#34748) [EventEngine] Enable Windows EventEngine Listener on all builds. (#34436) [chttp2] Alternative protection for too many streams in the system. (#34697) [Proxy] Support for setting proxy for addresses. (#34617) [client idleness] client channels go idle after 30 minutes by default. (#34653) [chttp2] Add an experiment to separate liveness checks from ping timeouts. (#34647) [chttp2] Tarpit invalid requests. (#34641) [chttp2] Enforce settings acks. (#34640) [chttp2] Limit work per read cycle. (#34639) [chttp2] Limit request count before receiving settings ack. (#34638) [chttp2] Randomly ping on RST_STREAM. (#34637) C++ [xds] C++ XdsServerBuilder Remove src/... header dependency from public header. (#34790) [reflection] Add v1 reflection. (#34535) C# [csharp] Grpc.Tools documentation for sharing proto files between projects and nuget packages. (#34521) Ruby [ruby] create debug symbol packages. (#34632) Python [Bug Fix] Change return of grpc.aio.ServicerContext.code() from integer to grpc.StatusCode. (#34292) Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* kernel-selftest: remove Wno-alloc-size-larger-than from ↵Khem Raj2024-01-111-0/+1
| | | | | | | | | | scripts/Makefile.extrawarn 6.6+ kernel has the warning options moved to dedicated include file under scripts called Makefile.extrawarn, therefore search for this file as well to remove this unrecognized option by clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ipmitool: Make the version consistentMingli Yu2024-01-092-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The git revison info is added [1] to make the version more descriptive to produce an incremental revision number like 1.8.18.13 or 1.8.18.14 and etc and more clear in terms of "what codebase was used" like `1.8.18.13.gee01aa5`. But it also introduces the version inconsistence. Note as stated in [1] For cases when .git directory is missing (Release compilation?) the suffix part will be omitted completely yielding a version like `1.8.18`. Considering the version we acutally used in oe is a release version, the git revision info as [1] is meaningness. So drop the git revsion info to make the version consistent. Before the patch: root@qemux86-64:~# ipmitool -V ipmitool version 1.8.19.19.gab5ce5b root@qemux86-64:~# rpm -qa | grep ipmitool ipmitool-1.8.19-r0.core2_64 After the patch: root@qemux86-64:~# ipmitool -V ipmitool version 1.8.19 root@qemux86-64:~# rpm -qa | grep ipmitool ipmitool-1.8.19-r0.core2_64 [1] https://github.com/ipmitool/ipmitool/commit/ba01dc84b4e225c86eac3f562e629662d752040f Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nvme-cli: upgrade 2.6 -> 2.7.1Christophe Vu-Brugier2024-01-091-1/+1
| | | | | | | | | | Keep nvme-cli in sync with libnvme which was upgraded from 1.6 to 1.7.1 by the following commit: * 7a6ca59ab libnvme: upgrade 1.6 -> 1.7.1 Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wavpack: upgrade 5.1.0 -> 5.6.0alperak2024-01-094-9/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added patches to fix -> unversioned.so was causing incorrect packaging and errors. * Added openssl as a depends because trying to link with native libcrypto in some builds -> lib32-wavpack/5.6.0/recipe-sysroot-native/usr/lib/libcrypto.so: file not recognized: file format not recognized License-Update: Copyright year changes Changelog: * added: AIFF file import/export support * added: WATCOM compiler and OS/2 support * added: cmake support for mingw, builds Cooledit + Winamp plugins * added: --force-even-byte-depth option for rounding up bit depths * fixed: detect and report PCM files having non-zero padding bits * fixed: possible crash when displaying long channel assignments * fixed: big-endian-sourced "raw" files gave big-endian "wav"s * fixed: numerous minor issues * fixed: CVE-2021-44269 (encoding crafted DSD file triggers OOB read crash) * fixed: very long filenames cause stack-overflow crash in all CLI programs * fixed: the length stored in WAV headers not always corrected when using -i * fixed: attempting to encode raw DSD audio from stdin sometimes causes crash * fixed: DSD to PCM decimation: small clicks between tracks and tiny DC offset * fixed: length update in library-generated WAV headers on big-endian machines * fixed: sanitize custom extensions read from WavPack files to be alphanumeric * added: accepting brace-delimited options in the wavpack executable filename * added: "--drop" option to Windows executables for multi-file "drag-and-drop" * added" "--raw-pcm" option to wvunpack executable (does DSD --> 24-bit PCM) * added: "--no-overwrite" option to wavpack executable (to resume sessions) * improved: build system clean-up including switch to non-recursive "make" * fixed: potential security issue CVE-2020-35738 * fixed: disable A32 asm code when building for Apple silicon * fixed: issues with Adobe-style floating-point WAV files * added: -vv option to wvunpack to quickly verify using just block checksums (ideal for detecting corrupted files) * added: --normalize-floats option to wvunpack for correctly exporting un-normalized floating-point files * updated: Visual Studio 2019 for Windows builds * dropped: WinXP support in official binaries * fixed: OSS-Fuzz issues 19925, 19928, 20060, 20448 (no CVEs or vulnerabilities) * fixed: trailing garbage characters on imported ID3v2 TXXX tags * fixed: various minor undefined behavior and memory access issues * fixed: sanitize tag extraction names for length and path inclusion * improved: reformat wvunpack "help" and split into long + short versions * added: regression testing to Travis CI for OSS-Fuzz crashers * fixed: potential security issues including the following CVEs: CVE-2018-19840 CVE-2018-19841 CVE-2018-10536 CVE-2018-10537 CVE-2018-10538 CVE-2018-10539 CVE-2018-10540 CVE-2018-7254 CVE-2018-7253 CVE-2018-6767 * added: support for CMake, Travis CI, and Google's OSS-fuzz * fixed: use correction file for encode verify (pipe input, Windows) * fixed: correct WAV header with actual length (pipe input, -i option) * fixed: thumb interworking and not needing v6 architecture (ARM asm) * added: handle more ID3v2.3 tag items and from all file types * fixed: coredump on Sparc64 (changed MD5 implementation) * fixed: handle invalid ID3v2.3 tags from sacd-ripper * fixed: several corner-case memory leaks Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libconfig-general-perl: Enable on musl targetsKhem Raj2024-01-091-2/+0
| | | | | | its needed by tgt and thankfully builds with musl these days Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imagemagick: upgrade 7.1.1-8 -> 7.1.1.26Markus Volk2024-01-092-48/+5
| | | | | | | | - remove autoconf patch [https://github.com/ImageMagick/ImageMagick/blob/570a9a048bb0e3a5c221ca87be9408ae35f711e2/configure.ac#L496] - update sed command - license file changed [https://github.com/ImageMagick/ImageMagick/commit/2c87d7da1b1db4573a37bd7933dfbf772ac3eecf] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcsc-tools: upgrade 1.6.2 -> 1.7.1alperak2024-01-081-3/+4
| | | | | | | | | | | | | | | | | | | | | Changelog: ===== 1.7.1 ===== - 64 new ATRs - configure: Use ATR_analysis by default on GNU/Linux - improve Windows support ===== 1.7.0 ===== - 182 new ATRs - pcsc_scan: . add debug option -d . add PnP option -p - gscriptor: i18n and l10n in English (default), French and Russian - configure: add --enable-ATRparser=foobar to specify an ATR parser - minor fixes and improvements Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xerces-c: upgrade 3.2.4 -> 3.2.5Wang Mingyu2024-01-081-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xmlsec1: upgrade 1.3.2 -> 1.3.3Wang Mingyu2024-01-085-20/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | 0001-nss-nspr-fix-for-multilib.patch change-finding-path-of-nss.patch ensure-search-path-non-host.patch fix-ltmain.sh.patch refreshed for 1.3.3 Changelog ======== -Disabled KeyValue and DEREncodedKeyValue XML nodes by default. Use the '--enabled-key-data' option for the xmlsec command line utility or update the 'keyInfoCtx->enabledKeyData' parameter if you need to re-enable these nodes (also see question 3.5 in the FAQ). -Removed '--enable-size-t' ('size_t' for MSVC builds) option and made 'xmlSecSize' to always be the same as 'size_t'. -Removed previously deprecated functions, defines, etc. -Fixed build for libxml2 v2.12.0. -Removed support for OpenSSL 1.1.0 (end of life in Aug 2016). The minimum OpenSSL supported version is 1.1.1; the version 3.0.0 or greater is recommended. -Added runtime check for the enabled algorithms in NSS. -Removed NT4 support. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* webkitgtk3: upgrade 2.42.3 -> 2.42.4Wang Mingyu2024-01-081-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libio-pty-perl: upgrade 1.17 -> 1.20Wang Mingyu2024-01-081-4/+3
| | | | | | | | 0001-Make-function-checks-more-robust-within-shared-libs.patch removed Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lapack: upgrade 3.10.1 -> 3.12.0Wang Mingyu2024-01-081-2/+2
| | | | | | | License-Update: Copyright year updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libsass: upgrade 3.6.5 -> 3.6.6Wang Mingyu2024-01-081-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libraw: upgrade 0.21.1 -> 0.21.2Wang Mingyu2024-01-081-2/+2
| | | | | | | | | | | | | | | | | Changelog ======== * New compile-defined limit LIBRAW_MAX_PROFILE_SIZE_MB: limits allocation/read size for embedded color profile (default: 256Mb) * Embedded color profile allocation/read size: limited by input file size. * Multiple fixes (mostly inspired by oss-fuzz) to improve library stability and/or input checks. * raw-identify: use fallback if PATH_MAX not available * Disabled color conversion for Canon 16-bit thumbnails * docs/changelog: explained the case when no thumbnail is found in specific file * swapXX renamed to libraw_swapXX to avoid name conflict * better striped thumbnails handling Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libjcat: upgrade 0.1.14 -> 0.2.0Wang Mingyu2024-01-081-1/+1
| | | | | | | | | | | | | Changelog ======== - Add support for verifying firmware transparency checkpoints - Add various bitcounting functions for future use - Allow creating and validating SHA512 checksums - Allow verifying the checksum of a payload - Sprinkle __attribute__((nonnull)) to give a little more compile-time safety Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jwt-cpp: upgrade 0.6.0 -> 0.7.0Wang Mingyu2024-01-081-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dialog: upgrade 1.3-20231002 -> 1.3-20240101Wang Mingyu2024-01-081-1/+1
| | | | | | | | | | Changelog: ======== * updated configure script * updated lv.po Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* adw-gtk3: upgrade 5.1 -> 5.2Wang Mingyu2024-01-081-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ssd1306: Update and remove patchLeon Anavi2024-01-082-51/+1
| | | | | | | | | Update ssd1306_linux, OLED SSD1306 Linux user space driver, to the latest version and remove a patch that has been merged in upstream of the project in GitHub. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: Add libdevmapper-native PREFERRED_RPROVIDERJose Quaresma2024-01-081-0/+1
| | | | | | | | | | | | | | | | The libdevmapper recipe don't provide any package and is only there to resolve circular dependencies [1]. We already have the libdevmapper PREFERRED_RPROVIDER but the native it's missing. Fixes: | NOTE: Multiple providers are available for runtime libdevmapper-native (libdevmapper-native, lvm2-native) | Consider defining a PREFERRED_RPROVIDER entry to match libdevmapper-native [1] https://git.openembedded.org/meta-openembedded/commit/meta-oe/recipes-support/lvm2?id=3f64779eae2d8312f569bee863f90ec4f8176e6c Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplist: make sure rm doesn't fail on nonexistent fileMarkus Volk2024-01-082-2/+2
| | | | | | | | | | | | I've seen this on a rebuild: | DEBUG: Python function autotools_aclocals finished | DEBUG: Executing shell function do_configure | rm: cannot remove '/home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/libplist/2.3.0+git/git/m4/ax_python_devel.m4': No such file or directory This was fixed after '-c cleansstate' but just in case Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtinyxml2: Package needed resources to run ptestsKhem Raj2024-01-081-0/+3
| | | | | | | | ptests require additional xml files to be present on target for tests to work correctly. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Wang Mingyu <wangmy@fujitsu.com>
* libtinyxml2: upgrade 9.0.0 -> 10.0.0Wang Mingyu2024-01-081-2/+1
| | | | | | | remove non-existent files from install. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcsc-lite: upgrade 2.0.0 -> 2.0.1alperak2024-01-081-3/+5
| | | | | | | | | | | | | | | Changelog: - SCardConnect(): return SCARD_W_SECURITY_VIOLATION when needed (polkit) - SCardCancel(): return SCARD_S_SUCCESS even if the client already finished - polkit is enabled by default - libpcscspy: fix a crash with NULL pointers - Doxygen: fix SCardBeginTransaction() documentation - fix pcscd internal thread safety issues (clang -fsanitize=thread) - Some other minor improvements Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luajit: upgrade 2.1beta -> 2.1Markus Volk2024-01-081-5/+3
| | | | | | | | - license checksum changed https://github.com/LuaJIT/LuaJIT/commit/158a284cc9c33ade9054df976018401e4996cfbd Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensc: upgrade 0.23.0 -> 0.24.0alperak2024-01-084-145/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * All patches dropped because fixed in the new version. 0001-pkcs11-tool-Fix-private-key-import.patch -> https://github.com/OpenSC/OpenSC/blob/0.24.0/src/tools/pkcs11-tool.c#L3710 0002-pkcs11-tool-Log-more-information-on-OpenSSL-errors.patch -> https://github.com/OpenSC/OpenSC/blob/0.24.0/src/tools/pkcs11-tool.c#L3686 CVE-2023-2977.patch -> https://github.com/OpenSC/OpenSC/commit/81944d1529202bd28359bede57c0a15deb65ba8a * Fix -> ERROR: opensc-0.24.0-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package opensc contains symlink .so '/usr/lib/onepin-opensc-pkcs11.so' [dev-so] Changelog: * CVE-2023-40660: Fix Potential PIN bypass (#2806, frankmorgner/OpenSCToken#50, #2807) * CVE-2023-40661: Important dynamic analyzers reports * CVE-2023-4535: Out-of-bounds read in MyEID driver handling encryption using symmetric keys (f1993dc4) * Fix compatibility of EAC with OpenSSL 3.0 (#2674) * Enable `use_file_cache` by default (#2501) * Use custom libctx with OpenSSL >= 3.0 (#2712, #2715) * Fix record-based files (#2604) * Fix several race conditions (#2735) * Run tests under Valgrind (#2756) * Test signing of data bigger than 512 bytes (#2789) * Update to OpenPACE 1.1.3 (#2796) * Implement logout for some of the card drivers (#2807) * Fix wrong popup position of opensc-notify (#2901) * Fixed various issues reported by OSS-Fuzz and Coverity regarding card drivers, PKCS#11 and PKCS#15 init * Check card presence state in `C_GetSessionInfo` (#2740) * Remove `onepin-opensc-pkcs11` module (#2681) * Do not use colons in the token info label (#2760) * Present profile objects in all slots with the CKA_TOKEN attribute to resolve issues with NSS (#2928, #2924) * Use secure memory for PUK (#2906) * Don't logout to preserve concurrent access from different processes (#2907) * Add more examples to manual page (#2936) * Present profile objects in all virtual slots (#2928) * Provide CKA_TOKEN attribute for profile objects (#2924) * Improve --slot parameter documentation (#2951) * Honor cache offsets when writing file cache (#2858) * Prevent needless amount of PIN prompts from pkcs15init layer (#2916) * Propagate CKA_EXTRACTABLE and SC_PKCS15_PRKEY_ACCESS_SENSITIVE from and back to PKCS#11 (#2936) * Fix for private keys that do not need a PIN (#2722) * Unbreak decipher when the first null byte of PKCS#1.5 padding is missing (#2939) * Fix RSA key import with OpenSSL 3.0 (#2656) * Add support for attribute filtering when listing objects (#2687) * Add support for `--private` flag when writing certificates (#2768) * Add support for non-AEAD ciphers to the test mode (#2780) * Show CKA_SIGN attribute for secret keys (#2862) * Do not attempt to read CKA_ALWAYS_AUTHENTICATE on secret keys (#2864, #2913) * Show Sign/VerifyRecover attributes (#2888) * Add option to import generic keys (#2955) * Generate 2k RSA keys by default (b53fc5cd) * Disable autostart on Linux by default (#2680) * Add support for IDPrime MD 830, 930 and 940 (#2666) * Add support for SafeNet eToken 5110 token (#2812) * Process index even without keyrefmap and use correct label for second PIN (#2878) * Add support for Gemalto IDPrime 940C (#2941) * Change of PIN requires verification of the PIN (#2759) * Fix incorrect CMAC computation for subkeys (#2759, issue #2734) * Use true random number for mutual authentication for SM (#2766) * Add verification of data coming from the token in the secure messaging mode (#2772) * Avoid success when using unsupported digest and fix data length for RAW ECDSA signatures (#2845) * Fix select data command (#2753, issue #2752) * Unbreak ed/curve25519 support (#2892) * Add support for Slovenian eID card (eOI) (#2646) * Add support for IDEMIA (Oberthur) tokens (#2483) * Add support for Swissbit iShield FIDO2 Authenticator (#2671) * Implement PIV secure messaging (#2053) * Add support for Slovak eID cards (#2672) * Support ECDSA with off-card hashing (#2642) * Fix WRAP operation when using T0 (#2695) * Identify changes on the card and enable `use_file_cache` (#2798) * Workaround for unwrapping using 2K RSA key (#2921) * Add support for `opensc-tool --serial` (#2675) * Fix unwrapping of 4096 keys with handling reader limits (#2682) * Indicate supported hashes and MGF1s (#2827) Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* clinfo: upgrade 3.0.21.02.21 -> 3.0.23.01.25alperak2024-01-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: 748c393 (tag: 3.0.23.01.25) Version 3.0.23.01.25 6ffc5f4 Keep track of the known flags 8a259ee Mark ARM extensions as such 315a45f Fix some extended versioning support fd78db3 cl_khr_mutable_dispatch 89581d9 Sempahore KHR extensions support 6dedc29 cl_khr_external_memory support 9e770d9 Cleanup and add TODO 3bb2d68 cl_intel_unified_shared_memory support 120b67c cl_khr_command_buffer support a38c9cc Update cl_arm_scheduling_controls support b43aa37 cl_intel_device_attribute_query support 5b0ebba cl_intel_command_queue_families support c8de099 Option to handle the NULL platform like a normal one a6862eb Correctly size some variables 62bbef9 Fix typo: comfornace d6f189d Makefile: Define and use `MAN1DIR` 95051d9 Makefile: Support staged installs with `DESTDIR` a2d2cfb Makefile: Simplify by removing targets and move them to install target 7870355 Revert "Makefile: Support staged installs with `DESTDIR`" a3729b0 Properly indent NV execution properties 77b4693 Don't fetch array values when there aren't any efdb0f0 Show ICD loader properties even if no platforms are present a10af94 Older NVIDIA drivers don't support CL_DEVICE_PCI_DOMAIN_ID_NV a5bda6d Makefile: Support staged installs with `DESTDIR` 72a1ee2 Some more ext vs (next) core things aabec89 Add missing extension checks 20b7053 cl_arm_controlled_kernel_termination support 11201e9 cl_khr_pci_bus_info support 78c53d0 Fix string buffer used to report error e36ff2b Support cl_arm_scheduling_controls d34bc1a (tag: 3.0.21.02.21) Version 3.0.21.02.21 Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcppkafka: Update to tip of trunkKhem Raj2024-01-042-34/+8
| | | | | | Fix the PV to point to last release + git as 0.4.0 is unreleased yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
* onig: upgrade 6.9.8 -> 6.9.9alperak2024-01-041-1/+1
| | | | | | | | | | | | | | Changelog: * Update Unicode version 15.1.0 * NEW API: ONIG_OPTION_MATCH_WHOLE_STRING * Fixed: (?I) option was not enabled for character classes (Issue #264). * Changed specification to check for incorrect POSIX bracket (Issue #253). * Changed [[:punct:]] in Unicode encodings to be compatible with POSIX definition. (Issue #268) * Fixed: ONIG_OPTION_FIND_LONGEST behavior Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* usleep: Make the version consistentMingli Yu2024-01-041-0/+0
| | | | | | | | | | | | | | | | | | | | | | The package version is inconsistent as below: # rpm -qa | grep usleep usleep-1.0-r0.core2_64 # usleep --version usleep version 1.2 usleep --help for more info And there is below logic in meta-oe/recipes-core/usleep/files/usleep.c. if (showVersion) { printf("usleep version 1.2\n usleep --help for more info\n"); return 0; } So update the PV value to make the version consistent. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* picocom: Update to 2023-04Fabio Estevam2024-01-042-123/+4
| | | | | | | | | | Update to the 2023-04 version. Use the the new upstream repository and drop the fix that has been upstreamed. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* krb5: use PACKAGE_BEFORE_PNEnrico Scholz2024-01-041-21/+21
| | | | | | | | | | | The 'krb5-config' tool should be in ${PN}-dev (as intented by binconfig class). Use PACKAGE_BEFORE_PN for extra packages so that -dev is handled before -user. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* protobuf-c: upgrade 1.4.1 -> 1.5.0Peter Marko2024-01-041-2/+2
| | | | | | | | | | | | | Current hash pointed to version with code already indentical to v1.5.0, it was just missing three formal release commits: a15d80a Bump copyright years to 2023 6600fd5 Bump version to 1.5.0 8c201f6 CHANGELOG.md: 1.5.0 License-Update: copyright years refreshed Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* srecord: fix install prefixIlya A. Kriveshko2024-01-032-1/+33
| | | | | | | | | | srecord's CMakeLists.txt was unconditionally setting CMAKE_INSTALL_PREFIX for non-WIN32 builds, which caused it to ignore OE-supplied prefix that contained the sysroot portion of the path. Fixed by setting the prefix only if it wasn't explicitly provided. Signed-off-by: Ilya A. Kriveshko <iillyyaa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>