summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
...
* pcp: Update to 6.0.5Khem Raj2023-07-045-83/+42
| | | | | | | - Forward port patches - Package libpcp-archive.so.1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vboxguestdrivers: fix compilation against 6.4 kernel / headersBruce Ashfield2023-07-043-0/+74
| | | | | | | | | | | | | | The vboxguest drivers (vboxsf) fail to build against the 6.4 kernel due to iovec iterator changes. This is a port of the gentoo patches (which are picked from the upstream virtualbox repository) to address the compilation issues. We obviously can drop these when the next version of the guest additions is available. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pidgin-sipe: Add packageconfig to turn Werror on/offKhem Raj2023-07-011-2/+2
| | | | | | | | | This component has many warnings and is using deprecated libxml2 interfaces as distros its better to disable Werror, if devs want to enable it then add the needed packageconfig explicitly. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Martin Jansa <Martin.Jansa@gmail.com>
* raptor2: backport a fix to build with libxml2-2.11Martin Jansa2023-06-282-0/+35
| | | | | | | | | | | | | * fixes: ../../raptor2-2.0.16/src/raptor_libxml.c:256:12: error: 'xmlEntity' {aka 'struct _xmlEntity'} has no member named 'checked' 256 | if(!ret->checked) | ^~ ../../raptor2-2.0.16/src/raptor_libxml.c:257:10: error: 'xmlEntity' {aka 'struct _xmlEntity'} has no member named 'checked' 257 | ret->checked = 1; | ^~ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pidgin-sipe: allow to build with libxml2-2.11Martin Jansa2023-06-281-0/+2
| | | | | | | | | | | | | | * deprecated since libxml2-2.11 upgraded in oe-core in: https://git.openembedded.org/openembedded-core/commit/?id=24860598ba8557ea3a145f249938ea411f1ef1d8 * avoids: | ../../../pidgin-sipe-1.25.0/src/core/sipe-xml.c: In function 'sipe_xml_parse': | ../../../pidgin-sipe-1.25.0/src/core/sipe-xml.c:220:17: error: 'xmlSAXUserParseMemory' is deprecated [-Werror=deprecated-declarations] | 220 | if (xmlSAXUserParseMemory(&parser, pd, string, length)) | | ^~ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: Revert fix runtime dependenciesSandeep Gundlupet Raju2023-06-221-1/+1
| | | | | | | | | | | This reverts commit 0abf5af3ffd3d13c009a8ffcd5a6f045c36be837 libopencv-ts package is not empty and libopencv_ts libraries are not all installed in the -dev package, these libraries are needed for sdk development listed in opencv4.pc file. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* *.patch: add Upstream-Status to all patchesMartin Jansa2023-06-21100-0/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: fix malformed Upstream-StatusMartin Jansa2023-06-211-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* asio: fix malformed Upstream-StatusMartin Jansa2023-06-211-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rdfind: upgrade 1.5.0 -> 1.6.0Wang Mingyu2023-06-195-134/+13
| | | | | | | | | | | | | 0001-configure-Fix-check-for-AC_CHECK_LIB.patch 0001-include-standard-headers-limits-and-cstdint.patch 0001-configure.ac-fix-C-11-support-check.patch removed since they're included in 1.6.0 Changelog: add sha512 support Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gosu: Upgrade to 1.16 releaseKhem Raj2023-06-151-2/+5
| | | | | | | | | ChangeLog is here https://github.com/tianon/gosu/releases/tag/1.15 https://github.com/tianon/gosu/releases/tag/1.16 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: Fix for CVE-2023-2617Soumya2023-06-152-0/+89
| | | | | | | | | | | | | | A vulnerability classified as problematic was found in OpenCV wechat_qrcode Module up to 4.7.0. Affected by this vulnerability is the function DecodedBitStreamParser::decodeByteSegment of the file qrcode/decoder/decoded_bit_stream_parser.cpp. The manipulation leads to null pointer dereference. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-228547. Signed-off-by: Soumya <soumya.sambu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: modify test 'gpioset: toggle (continuous)'Joe Slater2023-06-142-0/+69
| | | | | | | | | | Look for level transitions when testing toggling values because using fixed delays to assume value changes is not reliable. Signed-off-by: Joe Slater <joe.slater@windriver.com> Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tio: upgrade 2.5 -> 2.6Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: ========== * Remove warning when using pattern option * Add --log-append option * Update man page * Update README * Fix line termination for response wait feature * Update tty device listing configuration * Move map variables to tty to keep them all in one spot * Configure socket mapping flags from tty parsing logic. Remove duplicate parsing logic in socket * Support input mapping modes for sockets * Various spelling fixes * avoid "warning: unused parameter" on setspeed stub * use right /dev/ path on Haiku * Update README with details on snap confinement Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remmina: upgrade 1.4.30 -> 1.4.31Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== * [REM-2874] muli password changer search now matches partial strings * Fix segfault in VNC when using domain socket * Switched pylist Append to SetItem * Template texts updated * Add menu option to delete multiple profiles at the same time * add 1080p as a default resolution to remmina_pref.c * Add ubuntu22.04 dockerfile * Remove character limit on password length * Create better postats.html * Redesign santahat.png & add santahat.svg * Edit preferences UI * Change the icon of the new connection button * Modify the checkbox of the appearance-tab * Add valign to the switch of the debugging window * plugins/rdp: Ensure output redirection configuration applies to both dynamic and static rdpsnd Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcsc-lite: upgrade 1.9.9 -> 2.0.0Wang Mingyu2023-06-141-1/+1
| | | | | | | | | | | | | | | Changelog: ============ - Adjust USB drivers path at run-time via environment variable PCSCLITE_HP_DROPDIR - Add '--disable-polkit' option - Reset eventCounter when a reader is removed - Add "polkit" in "pcscd -v" output if enabled - Doxygen: document SCARD_E_INVALID_VALUE for some functions - use secure_getenv(3) if available - Some other minor improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crucible: Upgrade to 2023.04.12 releaseKhem Raj2023-06-111-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glog: Correct the packaging of /usr/share/glog/cmake/FindUnwind.cmakePeter Kjellerstedt2023-06-081-0/+2
| | | | | | | It belongs in the glog-dev package. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tree: upgrade 2.1.0 -> 2.1.1Wang Mingyu2023-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Changelog: ============ - Various spelling corrections. - Fix issue where following links while doing JSON output would lead to incorrect JSON output. - Fix issue where .info patterns relative to the .info file that did not use a wildcard for matching the prefix were not matching files properly. - Added support for making trees from tab indented files (--fromtabfile) - Fix buffer overflow in listdir() when file names are allowed to be longer than 256 characters (like when using fromfile.) - If when attempting to open a .gitignore or .info file from a top level directory and failing, recursively check the parents for such a file. This stops when successful at opening such a file. This behavior might in the future be modified to open all such files in all parents to until root is reached. - Fix issue where tree would never descend (-l) a symbolic link when a full tree is gathered (--du/matchdirs/prune) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nss: ignore CVE-2022-3479Peter Marko2023-06-041-0/+3
| | | | | | | | | | | | | | | Investigation based on https://bugzilla.mozilla.org/show_bug.cgi?id=1774654 leads to following: * fixed in 3.87 (https://hg.mozilla.org/projects/nss/rev/a7f363511333b8062945557607691002fd6e40b9) * changed code was introduced in 3.77 (https://hg.mozilla.org/projects/nss/rev/be6a97823bfe10fa08e17c9584938a2d525a38da) * NVD claims fix in 3.81, but there is no evidence for it in commit history (https://hg.mozilla.org/projects/nss/graph/a7f363511333b8062945557607691002fd6e40b9) * Debian also says for old versions "nss <not-affected> (Vulnerable code not present/was introduced later)" (https://security-tracker.debian.org/tracker/CVE-2022-3479) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: add myself as maintainerBartosz Golaszewski2023-06-041-0/+1
| | | | | | | | | While RECIPE_MAINTAINER doesn't seem to be used anywhere, let's add it in hopes that it will at least make people Cc me on any recipe patches in the future. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "libgpiod: modify test 'gpioset: toggle (continuous)'"Khem Raj2023-06-012-62/+0
| | | | This reverts commit d891624096cb529ab251c9d80d06f641090738c1.
* ctapi-common: Use archives.fedoraproject.org to fetch srpmKhem Raj2023-05-301-3/+3
| | | | | | This is a better place to fetch the srpm as it is fedora's location Signed-off-by: Khem Raj <raj.khem@gmail.com>
* switchtec-user: fix installed-vs-shipped with multilibMartin Jansa2023-05-301-5/+6
| | | | | | | | | | | | | | | | | | | | | | * fixes: ERROR: QA Issue: switchtec-user: Files/directories were installed but not shipped in any package: /usr/lib/libswitchtec.a /usr/lib/libswitchtec.so /usr/lib/libswitchtec.so.4.0 Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. switchtec-user: 3 installed and not shipped files. [installed-vs-shipped] when libdir is e.g. /usr/lib64 The Makefile.in defines default LIBDIR with DESTDIR: LIBDIR ?= $(DESTDIR)$(PREFIX)/lib so include ${D} here as well * use 4 spaces for indentation and ' instead of " so that it doesn't need backslashes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcppkafka: Remove RECIPE_SYSROOT from packageconfig .pc fileKhem Raj2023-05-281-0/+1
| | | | | | | Fixes WARNING: libcppkafka-git-r0 do_package_qa: QA Issue: File /usr/share/pkgconfig/cppkafka.pc in package libcppkafka-dev contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* bdwgc: upgrade 8.2.2 -> 8.2.4Ivan Maidanski2023-05-281-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* switchtec-user: add new recipeChristophe Vu-Brugier2023-05-262-0/+50
| | | | | | | | | | switchtec-user provides an easy to use CLI and C library for communicating with Microsemi's Switchtec management interface. https://github.com/Microsemi/switchtec-user/ Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zchunk: upgrade 1.3.0 -> 1.3.1Wang Mingyu2023-05-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* c-ares: upgrade 1.19.0 -> 1.19.1Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Security --------- - CVE-2023-32067. High. 0-byte UDP payload causes Denial of Service [12] - CVE-2023-31147. Moderate. Insufficient randomness in generation of DNS query IDs [13] - CVE-2023-31130. Moderate. Buffer Underwrite in ares_inet_net_pton() [14] - CVE-2023-31124. Low. AutoTools does not set CARES_RANDOM_FILE during cross compilation [15] Bug fixes ---------- - Fix uninitialized memory warning in test [1] - Turn off IPV6_V6ONLY on Windows to allow IPv4-mapped IPv6 addresses [2] - ares_getaddrinfo() should allow a port of 0 [3] - Fix memory leak in ares_send() on error [4] - Fix comment style in ares_data.h [5] - Remove unneeded ifdef for Windows [6] - Fix typo in ares_init_options.3 [7] - Re-add support for Watcom compiler [8] - Sync ax_pthread.m4 with upstream [9] - Windows: Invalid stack variable used out of scope for HOSTS path [10] - Sync ax_cxx_compile_stdcxx_11.m4 with upstream to fix uclibc support [11] Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mailcap: upgrade 2.1.53 -> 2.1.54Wang Mingyu2023-05-251-2/+1
| | | | | | | | | | Changelog: ========== - mime.types: Sync with IANA as of 2023-05-22 - typediff.py: remove unnecessary import Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* double-conversion: upgrade 3.2.1 -> 3.3.0Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | Changelog: ========= Fix some compile warnings in Visual Studio Set permissions for github workflows Add flags to control trailing decimal and zero in exponent form when input has one significant digit Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hidapi: upgrade 0.13.1 -> 0.14.0Wang Mingyu2023-05-251-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========== general: add hid_get_report_descriptor API function (#451) macOS: fix retrieving USB Interface number on macOS 13.3 (#534) macOS: Properly handle the close of run loop on macOS (#522) libusb: fix crash in hid_enumerate() caused by a stale device handle (#526) windows: alternative way to get USB Serial Number if not provided by HidD_GetSerialNumberString (#464) windows: don't mark with dllexport in static build (#507/#515) windows: Get Bluetooth device Model Number String instead of Device Name into product string (#500) general: fixes (mostly error handling) of issues found by Coverity Scan (#552/#554/#555/#559/#560/#561) general: variouse fixes and improvements Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* remmina: Fix buildpaths QA warningsKhem Raj2023-05-251-0/+4
| | | | | | | | | | buildflags.h is generated file which contains buildtime CFLAGS and it gets included into sources via src/remmina_exec.c Fixes WARNING: remmina-1.4.30-r0 do_package_qa: QA Issue: File /usr/bin/remmina in package remmina contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: Fix reference to TMPDIR in libfreerdp2.soKhem Raj2023-05-251-0/+4
| | | | | | | Fixes File /usr/lib/libwinpr2.so.2.10.0 in package libfreerdp contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: modify test 'gpioset: toggle (continuous)'Joe Slater2023-05-252-0/+62
| | | | | | | | | Look for level transitions when testing toggling values because using fixed delays to assume value changes is not reliable. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libinih: remove unused patch fileMartin Jansa2023-05-241-24/+0
| | | | | | | | * it was removed from SRC_URI with git recipe in: https://git.openembedded.org/meta-openembedded/commit/?id=da03785ff19c2db4210318759a011c6919692876 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libiio: remove unused patch fileMartin Jansa2023-05-241-38/+0
| | | | | | | | * it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=998219d2e8179c8ca758da822b8dc17a1e3533b8 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: remove unused patch fileMartin Jansa2023-05-241-36/+0
| | | | | | | | * it was removed from SRC_URI in: https://git.openembedded.org/meta-openembedded/commit/?id=d0e72f07d3f6362a8d3f070ca00c153aae718cb7 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openct: Fix buildpaths being emitted into generated types.hKhem Raj2023-05-232-0/+32
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fftw: Check for TOOLCHAIN_OPTIONS to be non-empty before sed opsKhem Raj2023-05-231-1/+1
| | | | | | | | Ensures that we do not apply empty sed expression which might happen when building native recipe Cc: jan vermaete <jan.vermaete@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnice: Remove buildpaths from binariesKhem Raj2023-05-232-1/+42
| | | | | | | Fixes WARNING: libnice-0.1.21-r0 do_package_qa: QA Issue: File /usr/src/debug/libnice/0.1.21-r0/agent/agent-enum-types.h in package libnice-src contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mce-test: Pass CFLAGS to makeKhem Raj2023-05-211-0/+2
| | | | | | | Fixes QA errors like below File /opt/mce-test/cases/function/erst-inject/erst-inject.o in package mce-test contains reference to TMPDIR Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mce-test: Update to latestKhem Raj2023-05-211-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mcelog: Upgrade to 194Khem Raj2023-05-201-3/+10
| | | | | | | Drop unneeded autotools-brokensep class inherit, this package has traditional makefile build. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mce-inject: Pass CFLAGS to makeKhem Raj2023-05-201-1/+1
| | | | | | | | | | This ensures right debug directory remapping options are passed to compiler Fixes WARNING: mce-inject-git-r0 do_package_qa: QA Issue: File /usr/sbin/.debug/mce-inject in package mce-inject-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnulib: Update recipe name to 2018-12-18Sanjay Chitroda2023-05-191-0/+0
| | | | | | | | | | | | | | | As per gnulib_2018-03-07 recipe information, SRCREV = "0d6e3307bbdb8df4d56043d5f373eeeffe4cbef3" This revision was committed on "2018-12-18". There is a discrepancy between SRCREV and the recipe version. Which reports "CVE-2018-17942" as unpatched. To report "CVE-2018-17942" as patched, We need to align a recipe name with SRCREV commit date. Signed-off-by: Sanjay Chitroda <schitrod@cisco.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spdlog: fix build error for master fmtWang Mingyu2023-05-172-0/+45
| | | | | | | | | | | | error message: include/spdlog/common.h:168:111: error: 'basic_runtime' is not a member of 'fmt' Add fix-build-for-master-fmt.patch: * update fmt_runtime_string macro * fix build of updated macro Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fmt: upgrade 9.1.0 -> 10.0.0Wang Mingyu2023-05-171-2/+2
| | | | | | | | | | | License-Update: Add " and {fmt} contributors" to Copyright Changelog: https://github.com/fmtlib/fmt/blob/master/ChangeLog.rst Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libiio: update to version 0.24Martin Siegumfeldt2023-05-171-6/+4
| | | | | | | | | | - drop 0001-CMake-Move-include-CheckCSourceCompiles-before-its-m.patch (integrated upstream) - updated CMakeLists.txt requires pkgconfig Signed-off-by: Martin Siegumfeldt <mns@gomspace.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libusbgx: check scripts in /etc/usbgx.dMing Liu2023-05-161-0/+4
| | | | | | | | | | | | Sometimes an end user might want to change some values in /sys/kernel/config/usb_gadget/ at runtime, for instance, a product id or serial number must be read from /proc/device-tree, and so on. Support that by letting gadget-start run all scripts in /etc/usbgx.d after importing the schemas. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>