summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* xmlrpc-c: Upgrade to 1.54.06Khem Raj2023-01-212-33/+2
| | | | | | | | Drop upstream applied patch see [1] [1] https://github.com/mirror/xmlrpc-c/commit/148e64a5bb5588a89840ee498430332456c216f3 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmodplug: Fix build with c++17Khem Raj2023-01-212-2/+41
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: Update boinc from 7.20.4 to 7.20.5Gianfranco Costamagna2023-01-191-1/+1
| | | | | | Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: Upgrade to 6.2.9Chee Yang Lee2023-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Upgrade urgency: SECURITY, contains fixes to security issues. Security Fixes: (CVE-2022-35977) Integer overflow in the Redis SETRANGE and SORT/SORT_RO commands can drive Redis to OOM panic (CVE-2023-22458) Integer overflow in the Redis HRANDFIELD and ZRANDMEMBER commands can lead to denial-of-service Bug Fixes: Avoid possible hang when client issues long KEYS, SRANDMEMBER, HRANDFIELD, and ZRANDMEMBER commands and gets disconnected by client output buffer limit (#11676) Fix sentinel issue if replica changes IP (#11590) Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* redis: Upgrade to 7.0.8Chee Yang Lee2023-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade urgency: SECURITY, contains fixes to security issues. Security Fixes: (CVE-2022-35977) Integer overflow in the Redis SETRANGE and SORT/SORT_RO commands can drive Redis to OOM panic (CVE-2023-22458) Integer overflow in the Redis HRANDFIELD and ZRANDMEMBER commands can lead to denial-of-service Bug Fixes Avoid possible hang when client issues long KEYS, SRANDMEMBER, HRANDFIELD, and ZRANDMEMBER commands and gets disconnected by client output buffer limit (#11676) Make sure that fork child doesn't do incremental rehashing (#11692) Fix a bug where blocking commands with a sub-second timeout would block forever (#11688) Fix sentinel issue if replica changes IP (#11590) Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl-demo-fb: Add recipeFabio Estevam2023-01-171-0/+17
| | | | | | | | | | Add a recipe for the LVGL framebuffer GUI demo. This allows to quickly test the LVGL framebuffer GUI demo application by running the "demo" binary. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xterm: upgrade 377 -> 378Wang Mingyu2023-01-171-2/+2
| | | | | | | License-Update: Copyright year updated to 378 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* uftrace: upgrade 0.12 -> 0.13Wang Mingyu2023-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== * new options -L/--loc-filter option to filter by source location (#1395) --mermaid option for uftrace dump (#1511) --no-sched-preempt option to disable preempted schedule events (#1587) * new features make -Z/--size-filter option work in general (#1600) optionally spawn a background agent to talk using a socket (#1543) add "size" field for uftrace report (#1495) * bug fixes handle different tracefs mount points (#1476) fix timestamp parsing for external data (#1549) * other changes add clang-format support change to use Github actions test both GCC and LLVM/clang (#1523) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtracefs: upgrade 1.6.3 -> 1.6.4Wang Mingyu2023-01-171-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtraceevent: upgrade 1.7.0 -> 1.7.1Wang Mingyu2023-01-171-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librelp: upgrade 1.10.0 -> 1.11.0Wang Mingyu2023-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== - code cleanup During the initial librelp implementation it was thought about an auto-retry feature (whatever that means). Variable bAutoRetry was created to control that behaviour. It's default was 0 (inactive). Some code has been written to evaluate that variable and act accordingly. However, no setter method for this variable was created and it was also nowhere changed from the default value of zero. As such, the code activated by it was never used. This patch now removes both the variable and the few code lines accessing it. This will have no effect, as the code was never used. - testbench: Fix commands in some openssl tests Those commands were not correctly handeled on AIX, now they are. - AIX: Changed ERRNO handling after connect in tcp.c - AIX: Add handling for other ERRNO codes in tcp.c - bugfix/TCP: relpTcpGetRtryDirection onyl needs to check direction if SSL is active. - AIX: in relpTcpRcv we need to set RETRY_recv if errno is 0 On AIX 10.x, when a recv call fails with len -1 and errno 0 we can still go into relpTCP_RETRY_recv mode. Testbench on rsyslog side appears to be finally working with this fix. On AIX 10.x, same problem as above appear to happen with connect() as well not setting errno to EINPROGRESS on failure. rsyslog ptcp driver does not check errno value at all, which is why we did not have this problem on AIX with rsyslog. Reduce test message count in receiver-abort.sh to 50000, because otherwise the test can timeout on very slow machines. - openssl: fix openssl exit code avoid double free of ctx When more than one librelp instance are used in the same process, and the relpTcpExitTLS call was called a second time, the process could freeze due a double free (See SSL_CTX_free call). Thanks to David GOUARIN <david.gouarin@thalesgroup.com> for the discovery and initial fix. Also added an openssl instance counter to avoid freeing the SSL library which could be still in use by another librelp instance in the same process. - librelp hardening: Fix multiple minor issues causing debugging trouble - avoid invalid dbgprint calls - avoid double free in relpTcpDestruct (if called twice). - add debug output into relpTcpRcv - OpenSSL: fix depreacted API issues for OpenSSL 3.x - OpenSSL error strings are loaded automatically now - Adapted Debug Callback for 3.x - bugfix: compatiblity problem with openssl 1.1 There were undefined reference to CRYPTO_set_id_callback if system use openssl 1.1, which lead to load and/or other erros. - bugfix: Forward return code from relpEngineSetTLSLib to relpEngineSetTLSLibName Previous situation: In case librelp is compiled without openssl support but openssl is requested from the user side, then librelp silently switches to the default tls driver(gnutls). - bugfix: make relpEngineSetTLSLib debug safe In case pThis == NULL condition is true at line - bugfix: warnings reported by coverity scan - testbench: Added compatiblity to run on AIX - removed long options from receive send utilities (Not supported on AIX). - added checks for existing commands in some tests. - added msleep utility from rsyslog (sleep, timeout etc. not supported on AIX). - github workflow: Disabled some unrelated tests from rsyslog testbench - gnutls drvr bugfix: library called exit() under some circumstances When relpTcpRcv ran into an error, it could call exit() and thus terminate the calling process. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hidapi: upgrade 0.13.0 -> 0.13.1Wang Mingyu2023-01-171-1/+1
| | | | | | | | Changelog: hidraw: fix invalid read past the UDEV buffer; Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gensio: upgrade 2.6.1 -> 2.6.2Wang Mingyu2023-01-171-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnfdragora: upgrade 2.1.3 -> 2.1.4Wang Mingyu2023-01-171-1/+1
| | | | | | | | | | Changelog: ========== - Fixed #177 "size sorting is broken". Thanks to Nicolas Thierry-Mieg - Removed "failovermethod" from repo information, not available any more Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0Wang Mingyu2023-01-171-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zsh: Fix CVE-2021-45444Chee Yang Lee2023-01-174-1/+282
| | | | | | | backport patch from debian Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fwupd: Upgrade to 1.8.9Richard Hughes2023-01-162-34/+12
| | | | | Signed-off-by: Richard Hughes <richard@hughsie.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freerdp: build the rdp serverMarkus Volk2023-01-151-1/+2
| | | | | | | gnome-remote-desktop requires the freerdp server as a build dependency Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: fix compile error for armKai Kang2023-01-132-0/+26
| | | | | | | | | | | | | | | | Backport patch from firefox bugzilla to fix compile error for qemuarm with some armv7ve tunes such as 'armv7vethf' and 'armv7vet-vfpv3d16': | /path/to/build/tmp/work/armv7vet2hf-vfp-poky-linux-gnueabi/mozjs-102/102.5.0-r0/build/js/src/jit/AtomicOperationsGenerated.h:240:17: error: 'asm' operand has impossible constraints | 240 | asm volatile ( | | ^~~ Ref: * https://bugzilla.mozilla.org/show_bug.cgi?id=1761665 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* khronos-cts: fix build when python3-build-native is presentRoss Burton2023-01-132-0/+21
| | | | | | | | | | | This recipe has a python script which *appends* a local directory to sys.path and then tries to include a local module called build. However if python3-build-native is present that is included instead. Fix by prepending the local directory to sys.path instead. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ipmitool: Remove unneeded patchKhem Raj2023-01-112-35/+0
| | | | | | | | This has been fixed with [1] [1] https://github.com/ipmitool/ipmitool/commit/1724b031 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tbb: upgrade 2021.7.0 -> 2021.8.0Wang Mingyu2023-01-111-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hidapi: upgrade 0.12.0 -> 0.13.0Wang Mingyu2023-01-111-2/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* trace-cmd: Fix QA Issue of do_package when enable multilib:Lei Maohui2023-01-111-1/+1
| | | | | | | | | | ERROR: trace-cmd-3.1.5-r0 do_package: QA Issue: trace-cmd: Files/directories were installed but not shipped in any package: /usr/usr/lib64/libtracecmd.so /usr/usr/lib64/libtracecmd.so.1.3.0 /usr/usr/lib64/libtracecmd.so.1 Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xerces-c: upgrade to 3.2.4Chee Yang Lee2023-01-111-4/+3
| | | | | | | also fix reproducible build Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freeglut: Add packageconfigs for x11/wayland/glesKhem Raj2023-01-111-4/+14
| | | | | | | helps it compiling on on different openGL implementations which may not implement fulll openGL specs Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imapfilter: upgrade 2.7.6 -> 2.8.1Wang Mingyu2023-01-111-2/+2
| | | | | | | | | | | | | | | | Changelog: =========== - Add support for non-write actions on read-only mailboxes. - Add new parameter to write process ID (PID) to file. - New, more advanced, robust, and flexible recovery mechanism, replaces the old automatic recovery functionality. Note that, the config must be updated to use the new mechanism, otherwise no recovery will take place on errors. - Bug fix; potential failure when deleting mailbox while mailbox is selected. License-Update: Copyright updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cli11: upgrade 2.3.1 -> 2.3.2Wang Mingyu2023-01-111-2/+2
| | | | | | | | | | | | | | | | | | | | Changelog: =========== - Bugfix: Consistently use ADL for 'lexical_cast', making it easier to extend for custom template types [#820][] - Bugfix: Tweak the parsing of files for flags with 'disable_flag_override' [#800][] - Bugfix: Handle out of bounds long long [#807][] - Bugfix: Spacing of 'make_description' min option output [#808][] - Bugfix: Print last parsed subcommand's help message [#822][] - Bugfix: Avoid floating point warning in GCC 12 [#803][] - Bugfix: Fix a few gcc warnings [#813][] - Backend: Max CMake tested 3.22 -> 3.24 [#823][] License-Update: Copyright updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.365 -> 0.366Wang Mingyu2023-01-111-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatbuffers: upgrade 22.12.06 -> 23.1.4Wang Mingyu2023-01-111-2/+2
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.0.20230101.0 -> 6.0.20230108.0Wang Mingyu2023-01-111-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Update to reflect latest recipesKhem Raj2023-01-112-4/+1
| | | | | | | Some recipes are removed and some have changed PROVIDERS, adjust accordingly. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* trace-cmd: Update to upstream submitted patchesKhem Raj2023-01-113-34/+180
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Remove boost-url from commentsKhem Raj2023-01-091-1/+1
| | | | | | This recipe is removed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: fix reproducible buildsChee Yang Lee2023-01-092-0/+139
| | | | | Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* biodbc: Added a new recipe.Lei Maohui2023-01-091-0/+28
| | | | | | | | | biodbc will provide you with everything you need to \ develop ODBC-compliant applications under Unix without having to pay \ royalties to other parties. Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Link with libatomic on ppc32Khem Raj2023-01-081-0/+1
| | | | | | We do not have 64bit atomics otherwise Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdecor: import recipeMarkus Volk2023-01-081-0/+29
| | | | | | | | | libdecor is a window decoration library that is required for shells that require client side decoration. It is e.g. useful to get window decoration for libsdl apps if running under weston or gnome-shell. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwloc: Update to 2.9.0Khem Raj2023-01-081-8/+5
| | | | | | | | | | License-Update: Added more copyright holders - Copyright © 2013-2014 University of Wisconsin-La Crosse. All rights reserved. - Drop enable/disable numa knob, its gone in new version - inherit bash-completion Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-oe: Ensure sysbench is included in limited archesKhem Raj2023-01-081-4/+6
| | | | | | Due to limited arch support in LuaJIT it can not be enabled univesally Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysbench: Enable only on architectures supporting LuaJITKhem Raj2023-01-081-1/+1
| | | | | | LuaJIT is a hard dependency for newer sysbench Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sysbench: Upgrade 0.4.12 -> 1.0.20Peter Bergin2023-01-082-48/+10
| | | | | | | Use system cuncurrencykit and enable riscv Signed-off-by: Peter Bergin <peter@berginkonsult.se> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* concurrencykit: Fix build on riscv32 and riscv64Khem Raj2023-01-082-1/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* concurrencykit: Set correct PLAT value for riscv32Khem Raj2023-01-081-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* concurrencykit: Update to 0.7.0Khem Raj2023-01-083-68/+88
| | | | | | Enable riscv as it is supported now Signed-off-by: Khem Raj <raj.khem@gmail.com>
* luajit: Update to latest on v2.1 branchKhem Raj2023-01-071-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* trace-cmd: Upgrade to 3.1.5Khem Raj2023-01-066-590/+1201
| | | | | | | | = Drop uneeded 0001-trace-cmd-make-it-build-with-musl.patch - Update LFS64 patch with the upstream submitted one - Add a patch to remove useless rpaths Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtraceevent: Move plugins into package of its ownKhem Raj2023-01-061-1/+3
| | | | | | | From Peter Bergin <peter@berginkonsult.se> see https://github.com/openembedded/meta-openembedded/pull/632/commits/cf672ba52f8c4d983ad9a74b67f226ac753a50f8 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* trace-cmd: Build libs before building restKhem Raj2023-01-061-1/+2
| | | | | | | | | | | | There is a dependency on libs in trace-cmd binaries so lets build libs first before building trace-cmd Fixes errors like trace-cmd/2.9.1-r0/git/tracecmd/trace-record.o: in function `make_instances': | /usr/src/debug/trace-cmd/2.9.1-r0/tracecmd/trace-record.c:5037: undefined reference to `tracefs_instance_create' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnf-plugins/rpm.py: Fix grammar when RPM_PREFER_ELF_ARCH doesn't exit.Wang Mingyu2023-01-061-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>