summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* net-snmp: CVE-2022-44792 & CVE-2022-44793 Fix NULL Pointer ExceptionNarpat Mali2023-02-092-0/+122
| | | | | | | | | References: https://nvd.nist.gov/vuln/detail/CVE-2022-44792 https://nvd.nist.gov/vuln/detail/CVE-2022-44793 Signed-off-by: Narpat Mali <narpat.mali@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nlohmann-json: Allow empty main package for SDKTom Hochstein2023-02-091-1/+1
| | | | | | | | | | | | | | | The header-only package cannot be included in the SDK without marking the main package with ALLOW_EMPTY. Fixes rootfs problem: ``` The following packages have unmet dependencies: imx-gpu-sdk : Depends: nlohmann-json but it is not installable E: Unable to correct problems, you have held broken packages. ``` Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: update to v1.6.4Bartosz Golaszewski2023-02-082-40/+2
| | | | | | | | | | This is a bug-fix release bringing in several fixes for build and testing issues. Remove the patch that's already present in this release. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* graphene: disable neon support on arm 32bitsPablo Saavedra2023-02-081-0/+3
| | | | | | | This disables neon support on arm devices only because it crashes otherwise. Upstream-status: Reported [https://github.com/ebassi/graphene/issues/215] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Nodejs: fix buildpaths warningArchana Polampalli2023-02-081-1/+1
| | | | | | | | | | | | | Correct libdir used at configure time to avoid packaging warnings WARNING: nodejs-18.12.1-r0 do_package_qa: QA Issue: File /usr/bin/node in package nodejs contains reference to TMPDIR [buildpaths] File /usr/bin/.debug/node in package nodejs-dbg contains reference to TMPDIR File /usr/lib64/nodejs/ptest/.debug/cctest in package nodejs-dbg contains reference to TMPDIR [buildpaths] File /usr/lib64/nodejs/ptest/cctest in package nodejs-ptest contains reference to TMPDIR [buildpaths] File /usr/include/node/config.gypi in package nodejs-dev contains reference to TMPDIR [buildpaths] Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-paramiko: upgrade 2.12.0 -> 3.0.0Wang Mingyu2023-02-081-1/+1
| | | | | | | | | | | | | | | | | Bubfix: ========== -A handful of lower-level classes (notably paramiko.message.Message and paramiko.pkey.PKey) previously returned bytes objects from their implementation of __str__, even under Python 3; and there was never any __bytes__ method. -Streamline some redundant (and costly) byte conversion calls in the packetizer and the core SFTP module. This should lead to some SFTP speedups at the very least. -Remove some unnecessary __repr__ calls when handling bytes-vs-str conversions. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-openpyxl: upgrade 3.0.10 -> 3.1.0Wang Mingyu2023-02-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== New Features ------------ Added support for data table formulae Mapped chartspace graphical properties to charts for advanced formatting Bugfixes --------- #1156 Table filters are always overriden #1360 Can't read some ScatterCharts if the x-axis is not numerical #1786 NamedStyles share attributes - mutables gotcha #1851 Allow print area to be set to None #1852 Worksheet for print title and print areas can't be found #1853 Custom document properties that are strings can be empty #1858 ConditionalFormatting lost when pivot table updated #1864 Better handling of defined names #1912 Excel doesn't like xmlns:space on nodes with only whitespace, which it treats as empty. #1942 Exception when print areas use table references. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pandas: upgrade 1.5.2 -> 1.5.3Wang Mingyu2023-02-081-1/+1
| | | | | | | | Changelog: https://pandas.pydata.org/docs/whatsnew/v1.5.3.html Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-portalocker: upgrade 2.6.0 -> 2.7.0Wang Mingyu2023-02-081-1/+1
| | | | | | | Added fail_when_locked=False support to BoundedSemaphore. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-meh: upgrade 0.50.1 -> 0.51Wang Mingyu2023-02-082-35/+3
| | | | | | | | 0001-setup.py-switch-from-distutils-to-setuptools.patch removed since it's included in 0.51. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-license-expression: upgrade 30.0.0 -> 30.1.0Wang Mingyu2023-02-081-1/+1
| | | | | | | | | | | | | Changelog: ========== Use latest skeleton (and updated configure script) Update license list to latest ScanCode and SPDX 3.19 Use correct syntax for python_require Drop using Travis and Appveyor Drop support for Python 3.7 and add Python 3.11 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-icu: upgrade 2.8.1 -> 2.10.2Wang Mingyu2023-02-082-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | 0001-Fix-host-contamination-of-include-files.patch updated for 2.10.2 Changelog: ========== - fixed bug in logic computing max_char for PyUnicode_New() - fixed build issues with ICU < 72 - fixed bug with building on MacOS when pkg-config is present - added link to note about building everything from sources - added wrapper for u_cleanup/u_init sequence as ResourceBundle.resetICU() - added wrapper for TimeZone.getRegion() - added support for ICU 72.1 - added wrapper for UnicodeSetIterator::skipToStrings() - added wrapper for DisplayOptions, DisplayOptions::Builder and related enums - added wrapper for FormattedNumber::getNounClass() - added wrapper for NumberFormatter.displayOptions() - added support for ICU 71.1 - added wrappers for UMeasurePrefix, MeasureUnit.withPrefix()|getPrefix() - added UNumberRoundingPriority, FractionPrecision.withSignificantDigits() - added UNumberTrailingZeroDisplay, Precision.trailingZeroDisplay() Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: upgrade 8.8.0 -> 8.9.0Wang Mingyu2023-02-081-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ========= - right accepts a single character from suggestion - ctrl+right accepts a semantic token (macos default shortcuts take precedence and need to be disabled to make this work - backspace deletes a character and resumes hinting autosuggestions - ctrl-left accepts suggestion and moves cursor left one character. - backspace deletes a character and resumes hinting autosuggestions - down moves to suggestion to later in history when no lines are present below the cursors. - up moves to suggestion from earlier in history when no lines are present above the cursor. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.72.0 -> 2.77.0Wang Mingyu2023-02-081-1/+1
| | | | | | | | Changelog: https://github.com/googleapis/google-api-python-client/blob/main/CHANGELOG.md Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-luma-oled: upgrade 3.9.0 -> 3.11.0Wang Mingyu2023-02-081-2/+2
| | | | | | | | | | | | | License-Update: Copyright year updated to 2023. Changelog: =========== * Add support for SH1107 greyscale OLED * Fix SSD1322 NHD initialization and encode each pixel as 4bit+4bit identical nibbles Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-migrate: upgrade 4.0.1 -> 4.0.4Wang Mingyu2023-02-081-1/+1
| | | | | | | | | | | | | Changelog: =========== Correctly obtain database URL with SQLAlchemy 2.0 Remove legacy future import in Alembic templates Add SQLAlchemy 1.4 and 2.0 to the test matrix Switch to pytest as test runner Support "check" command #502 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fastnumbers: upgrade 3.2.1 -> 4.0.1Wang Mingyu2023-02-082-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: Copyright year updated to 2021. Changelog: ========== - Removed a nasty memory leak that would cause every number returned from 'fastnumbers' to never get freed. - Added 'check_real', 'check_float', 'check_int', and 'check_intlike' to provide a more flexible interface than 'isreal', 'isfloat', 'isint', and 'isintlike', respectively - Added 'try_real', 'try_float', 'try_int', and 'try_forceint' to provide a more flexible interface than 'fast_real', 'fast_float', 'fast_int', and 'fast_forceint', respectively - Added Python 3.11 support - 'query_type' now sets 'allow_underscores' to 'False' by default - Complete rewrite into C++ - All functions now use use 'METH_FASTCALL' to pass arguments from Python to C - Always parse integers using 'int64_t' instead of using 'long' to ensure we can always quickly parse at least 18 digits - Parsing floats now always uses the fast and robust parser ['fast_float::from_chars()'](https://github.com/fastfloat/fast_float) - 'isreal', 'isfloat', 'isint', and 'isintlike' are deprecated in favor of 'check_real', 'check_float', 'check_int', and 'check_intlike', though they will never be removed from the API - 'fast_real', 'fast_float', 'fast_int', and 'fast_forceint' are deprecated in favor of 'try_real', 'try_float', 'try_int', and 'try_forceint', though they will never be removed from the API - Support for Python 3.6 - Removed the undocumented 'dig', 'max_exp', 'min_exp', and 'max_int_len' module-level constants, as they are now meaningless Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-wtf: upgrade 1.1.0 -> 1.1.1Wang Mingyu2023-02-081-1/+1
| | | | | | | | Changelog: Fixed validate extra_validators parameter. :pr:548 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-evdev: upgrade 1.6.0 -> 1.6.1Wang Mingyu2023-02-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>
* python3-elementpath: upgrade 3.0.2 -> 4.0.1Wang Mingyu2023-02-081-1/+1
| | | | | | | | | | | Changelog: ========== * Fix packaging: include py.typed in package data * Revert to comparison between xs:QName instances and strings * First XPath 3.1 implementation (without UCA collation support) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dateparser: upgrade 1.1.6 -> 1.1.7Wang Mingyu2023-02-081-1/+1
| | | | | | | | | | | Improvements: ============ Add an “ago” synonym for Arabic (#1128) Improved date parsing for Czech (#1131) Improved date parsing for Indonesian (#1134) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: upgrade 4.1.3 -> 4.1.6Wang Mingyu2023-02-081-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmd2: upgrade 2.4.2 -> 2.4.3Wang Mingyu2023-02-081-2/+2
| | | | | | | | | | | | | | | License-Update: Copyright year updated to 2023. Changelog: ========== * Bug Fixes * Fixed ValueError caused when passing 'Cmd.columnize()' strings wider than 'display_width'. * Enhancements * Renamed 'utils.str_to_bool()' -> 'utils.to_bool()'. * Enhanced 'utils.to_bool()' so that it accepts and converts 'bool', 'int', and 'float' in addition to 'str'. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.0.5 -> 7.1.0Wang Mingyu2023-02-081-1/+1
| | | | | | | | | | | | | Changelog: ========== - Added: the debug output file can now be specified with [run] debug_file in the configuration file. Closes issue 1319. - Performance: fixed a slowdown with dynamic contexts that's been around since 6.4.3. - Typing: all product and test code has type annotations. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cantools: upgrade 38.0.1 -> 38.0.2Wang Mingyu2023-02-081-1/+1
| | | | | | | | | | | Changelog: ========= fix: use repr() when adding values to plot Allow cantools.tester to work with multiplexed signals Relaxed an PDU assert for ARXML format Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: upgrade 2.6.2 -> 2.7.0Wang Mingyu2023-02-081-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========== * add 'util.sc_encode()' and 'util.sc_decode()' for [compression of sparse bitarrays](sparse_compression.rst) * add 'util.any_and()' * add 'util.intervals()' * move functionality of the following utility functions entirely to C: 'hex2ba()', 'base2ba()', 'deserialize()', 'vl_decode()', 'zeros()' * improve error checking for unpickling * add [distance metrics](../examples/distance.py) example: dice, hamming, jaccard, kulczynski1, rogerstanimoto, russellrao, sokalmichener, sokalsneath, yule * add example [sparse bitarray](../examples/sparse) implementations Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: upgrade 2.13.2 -> 2.14.1Wang Mingyu2023-02-081-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog ========== * Revert "CallContext" change as it caused a "RecursionError" regression. * Add support for inferring binary union types added in Python 3.10. * Capture and log messages emitted when inspecting a module for astroid. * Revert "CallContext" change as it caused a "RecursionError" regression. * Fix issues with "typing_extensions.TypeVar". * Fix "ClassDef.fromlino" for PyPy 3.8 (v7.3.11) if class is wrapped by a decorator. * Preserve parent CallContext when inferring nested functions. * Add "Lock" to the "multiprocessing" brain. * Fix a regression in 2.13.2 where a RunTimeError could be raised unexpectedly. * Fix overwritten attributes in inherited dataclasses not being ordered correctly. * Fix a false positive when an attribute named "Enum" was confused with "enum.Enum". Calls to "Enum" are now inferred & the qualified name is checked. * Remove unnecessary typing_extensions dependency on Python 3.11 and newer Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp-jinja2: upgrade 1.5 -> 1.5.1Wang Mingyu2023-02-081-1/+1
| | | | | | | | | | Changelog: ========== - Add support for Python 3.11. - Drop support for decorating non-async functions with @template (deprecated since 0.16). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aspectlib: upgrade 1.5.2 -> 2.0.0Wang Mingyu2023-02-082-48/+2
| | | | | | | | | | | | | | | | License-Update: Copyright updated to 2022. 0001-Remove-tornado-6-test-constraint.-Ref-15.patch removed since it's not available in 2.0.0. Changelog: ========= Drop support for legacy Pythons (2.7, 3.6 or older). Remove Travis/Appveyor CI and switch to GitHub Actions. Added support for Tornado 6 (in the test suite). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-apt: upgrade 2.5.0 -> 2.5.2Wang Mingyu2023-02-081-1/+1
| | | | | | | | | | | | | | Changelog: ========== * Allow sources.list.d to not exist * Fix Debian templates to fix FTBFS/test failure. We copied the URI regex from the templated section, so they had {{0,1}}, but these sections had a fixed codename, so there's no expansion, so it needs to be {0,1} here. * Update mirror lists Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: add CVE_PRODUCTChen Qi2023-02-071-0/+2
| | | | | | | | Some old nodejs CVEs use 'nodejs', and recent nodejs CVEs use 'node.js'. Add CVE_PRODUCT to include both. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liblockfile: fix do_install failure when ldconfig is not installedChangqing Li2023-02-072-0/+52
| | | | | | | | liblockfile do_install task will fail when ldconfig is not installed on the host. Delete the useless line to fix the issue. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdeflate: add recipeMarkus Volk2023-02-071-0/+15
| | | | | | | libdeflate is an optional dependency for libtiff Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: update 2.0 -> 2.3Markus Volk2023-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | ver 2.3: Fix issue with length calculation for WMM IE. Fix issue with channel number allocation off-by-one. Fix issue with cached session when TLS phase2 fails. Add support for FastReauthentication setting for EAP-TLS. ver 2.2: Fix issue with handling FT and multiple roaming scans. Fix issue with handling multiple wiphy registrations. Fix issue with with EAP-PEAP session resumption. Add support for using PTK rekeying in AP mode. Add support for setting country IE in AP mode. Add support for setting WMM parameter IE in AP mode. ver 2.1: Fix issue with handling FT-over-DS action. Fix issue with handling scan and 6 GHz support check. Fix issue with handling when periodic scans get aborted. Add support for using 5 GHz frequencies in AP mode. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* apache2: upgrade 2.4.54 -> 2.4.55Wang Mingyu2023-02-071-1/+1
| | | | | | | | Changelog: https://downloads.apache.org/httpd/CHANGES_2.4.55 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cmark: upgrade 0.30.2 -> 0.30.3Wang Mingyu2023-02-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== * Fix quadratic complexity bug with repeated '![[]()'. Resolves CVE-2023-22486. Add new pathological test. * Allow declarations with no space, as per spec * Set 'enumi*' counter correctly in LaTeX output * Allow '<!DOCTYPE' to be case-insensitive. existing spec.) * Fixed HTML comment scanning. Need to handle this case: '<!--> and -->'. Since the scanner finds the longest match, we had to move some of the logic outside of the scanner. * Fix quadratic parsing issue with repeated '<!--' (this was not introduced by the previous fix, and not in a released version of cmark). Resolves CVE-2023-22484. Add new pathological test. * Update HTML comment scanner to accord with commonmark/commonmark-spec#713 * Pathological tests: half the number of repetitions, and the timeout. This reduces the time needed for the pathological tests. * Shrink 'struct cmark_node' (#446). The 'internal_offset' member is only used for headings and can be moved to 'struct cmark_heading'. This reduces the size of 'struct cmark_node' from 112 to 104 bytes on 64-bit systems. * Add '-Wstrict-prototypes' and fix offending functions. * Fix quadratic behavior involving 'get_containing_block' (#431). Instead of searching for the containing block, update the tight list status when entering a child of a list item or exiting a list. * Fix 'pathological_tests.py' - Use a multiprocessing.Queue to actually get results from spawned tests processes. - Fix the 'allowed_failures' test. - Truncate actual output when printed. - Prepare for testing pathological behavior of the Commonmark renderer. * Fix source position bug with backticks Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cglm: upgrade 0.8.7 -> 0.8.9Wang Mingyu2023-02-071-1/+1
| | | | | | | | Bugfixes and Improvements: ============================== Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ccid: upgrade 1.5.1 -> 1.5.2Wang Mingyu2023-02-071-1/+1
| | | | | | | | | | | | | | | | | | Changelog: ========== - Add support of KAPELSE KAP-LINK LDU LANDI Sensyl SSC-HV Reader TOKEN2 MFA NFC Reader TOKEN2 Molto2 Thales RF Reader - Alcor Micro AU9560: Remove high speeds since they are not supported - Hack for AlcorMicro AU9560 and Acos-ID card - configure.ac: disable the use of --disable-usbdropdir Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* byacc: upgrade 20221229 -> 20230201Wang Mingyu2023-02-072-19/+22
| | | | | | | | | | | | | | | | | | | License update: Copyright year updated to 2023. 0001-byacc-do-not-reorder-CC-and-CFLAGS.patch updated for new version. Changelog: ========== * configure: regen * configure.in: initialize $ac_includes_default * VERSION, package/byacc.spec, package/debian/changelog, package/debian/copyright, package/mingw-byacc.spec, package/pkgsrc/Makefile: bump * aclocal.m4: resync with my-autoconf Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* frr: upgrade 8.4.1 -> 8.4.2Yi Zhao2023-02-072-1/+2
| | | | | | | | | | | | | | ChangeLog: https://github.com/FRRouting/frr/releases/tag/frr-8.4.2 Per [1], update frr.pam to eliminate the warning issued by pam: vtysh[485]: pam_warn(frr:account): function=[pam_sm_acct_mgmt] flags=0 service=[frr] terminal=[<unknown>] user=[root] ruser=[<unknown>] rhost=[<unknown>] [1] https://github.com/FRRouting/frr/commit/6031b8a3224cde14fd1df6e60855310f97942ff9 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* perfetto: Fix build on musl againKhem Raj2023-02-061-7/+3
| | | | | | | Update to 0.31 broke build on musl. New dependencies mean additional fixes Signed-off-by: Khem Raj <raj.khem@gmail.com>
* oprofile: Do not use std::bind2ndKhem Raj2023-02-062-0/+35
| | | | | | | std::bind2nd is removed from c++17, therefore re-implement with generic lambda Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ltrace: Fix build with clang16Khem Raj2023-02-062-0/+87
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cups-filters: Upgrade to 1.28.17 releaseKhem Raj2023-02-062-7/+5
| | | | | | | | - Switch to github release artifact downloads - Add missing dependency on libexif - Merge .inc into .bb as there are no other users of it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cups-filters: Fix build with clang16/c++17Khem Raj2023-02-062-0/+37
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnsmasq: Upgrade 2.88 -> 2.89Alex Kiernan2023-02-061-1/+1
| | | | | | | | | | | | | | | | | | version 2.89 Fix bug introduced in 2.88 (commit fe91134b) which can result in corruption of the DNS cache internal data structures and logging of "cache internal error". This has only been seen in one place in the wild, and it took considerable effort to even generate a test case to reproduce it, but there's no way to be sure it won't strike, and the effect is to break the cache badly. Installations with DNSSEC enabled are more likely to see the problem, but not running DNSSEC does not guarantee that it won't happen. Thanks to Timo van Roermund for reporting the bug and for his great efforts in chasing it down. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pillow: add tk to RDEPENDS ptest pkg only if x11 in DISTRO_FEATURESGeoff Parker2023-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | commit 7b0e71e00 ("python3-pillow: add ptest support", 2023-01-31) added tk to RDEPENDS:${PN}-ptest. Which cause this error on non x11 builds: ERROR: Nothing RPROVIDES 'tk' (but meta-openembedded/meta-python/recipes-devtools/python/python3-pillow_9.4.0.bb RDEPENDS on or otherwise requires it) tk was skipped: missing required distro feature 'x11' (not in DISTRO_FEATURES) NOTE: Runtime target 'tk' is unbuildable, removing... Missing or unbuildable dependency chain was: ['tk'] NOTE: Runtime target 'iotmanager' is unbuildable, removing... Missing or unbuildable dependency chain was: ['iotmanager', 'python3-pillow', 'tk'] ERROR: Required build target 'update-runtime' has no buildable providers. Missing or unbuildable dependency chain was: ['update-runtime', 'runtime-image', 'iotmanager', 'python3-pillow', 'tk'] Add tk dependency only if DISTRO_FEATURES includes x11 Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crda: remove recipeKai Kang2023-02-0610-452/+0
| | | | | | | | | | | | | | | | | CRDA is no longer needed as of kernel v4.15 since commit 007f6c5e6eb45 ("cfg80211: support loading regulatory database as firmware file") added support to use the kernel's firmware request API which looks for the firmware on /lib/firmware. Because of this CRDA is legacy software for older kernels, remove the recipe. It could change regulatory domains with iw and wpa_supplicant. Refs 1. https://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/crda.git/tree/README#n8 2. https://wireless.wiki.kernel.org/en/developers/Regulatory/CRDA Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-greenlet: Upgrade to 2.0.2Khem Raj2023-02-054-91/+249
| | | | | | | Drop backported patches as they are already in 2.0.2 release Add a patch to cleanup register keyword usage Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vulkan-cts: Rename patch to avoid problems on case insensitive filesytemsKhem Raj2023-02-052-1/+1
| | | | | | | see https://github.com/openembedded/meta-openembedded/commit/a493debe11e2e2d100fceac1cc64069f5d85390b#commitcomment-99397029 Signed-off-by: Khem Raj <raj.khem@gmail.com>