summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* opencv: fetch wechat_qrcode files used by dnn PACKAGECONFIGMartin Jansa2021-04-171-0/+4
| | | | | | | | | | | | | | * otherwise build fails when dnn is enabled: | -- wechat_qrcode: Download: detect.caffemodel | CMake Error at /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/opencv/4.5.2-r0/git/cmake/OpenCVDownload.cmake:161 (message): | Not going to download detect.caffemodel | Call Stack (most recent call first): | /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/opencv/4.5.2-r0/contrib/modules/wechat_qrcode/CMakeLists.txt:16 (ocv_download) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 9a3040040f3df84c0d564af3707c29335ea06c68) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* core-image-minimal-xfce: Use graphical.target as defaultKhem Raj2021-04-171-0/+2
| | | | | | | | | This ensures that nodm unit is started during boot with systemd images Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Kai Kang <kai.kang@windriver.com> (cherry picked from commit a2f2e752c201bf5e6a7345c63671e40dd14031c9) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-croniter: Upgrade 1.0.11 -> 1.0.12Leon Anavi2021-04-171-1/+1
| | | | | | | | | | | | | | Upgrade to release 1.0.12: - Add support for hashed/random/keyword expressions - Review support support for hashed/random/keyword expression and add expanders reactor Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit 4c0e6d33651fe8dc41173c45cf0dbf2bef05e8ca) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-google-api-python-client: Upgrade 2.1.0 -> 2.2.0Leon Anavi2021-04-171-1/+1
| | | | | | | | | | | | Upgrade to release 2.2.0: - Adds support for errors.py to also use 'errors' for error_details Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit 88892586c99eb0fe4d823240c3285c8af50a8e0f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-colorlog: Upgrade 4.8.0 -> 5.0.1Leon Anavi2021-04-171-2/+2
| | | | | | | | | | | | | | | Upgrade to release 5.0.1: - Fix colorlog.basicConfig does not accept '{' style - Fix linter errors License-Update: Update year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit 3793fa1ca638e488cbb31882d3c8f79b71fa838d) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-decorator: Upgrade 5.0.6 -> 5.0.7Leon Anavi2021-04-171-1/+1
| | | | | | | | | | | | | | | Upgrade to release 5.0.7: - The decorator module was not passing correctly the defaults inside the *args tuple - Fixed some mispellings in the documentation - Integrated codespell in the CI Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit d07aa9a0a7c5e0a9472c339cccd6604ef9e70d12) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-humanize: Upgrade 3.4.0 -> 3.4.1Leon Anavi2021-04-171-1/+1
| | | | | | | | | | | | Upgrade to release 3.4.1: - Add Catalan binary translation Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit eb79ca6f11ca6753560d1e7c14ffd3e7ab0b3717) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-pandas: Upgrade 1.2.3 -> 1.2.4Leon Anavi2021-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.2.4: - Fixed regression in DataFrame.sum() when min_count greater than the DataFrame shape was passed resulted in a ValueError - Fixed regression in DataFrame.to_json() raising AttributeError when run on PyPy - Fixed regression in (in)equality comparison of pd.NaT with a non-datetimelike numpy array returning a scalar instead of an array - Fixed regression in DataFrame.where() not returning a copy in the case of an all True condition - Fixed regression in DataFrame.replace() raising IndexError when regex was a multi-key dictionary - Fixed regression in repr of floats in an object column not respecting float_format when printed in the console or outputted through DataFrame.to_string(), DataFrame.to_html(), and DataFrame.to_latex() - Fixed regression in NumPy ufuncs such as np.add not passing through all arguments for DataFrame Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit 443e435ce4575dbf7fe3f37594942690b8df3730) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-sympy: Upgrade 1.7.1 -> 1.8Leon Anavi2021-04-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.8: assumptions: - Q.infinite now correctly evaluates to True for oo, -oo, and zoo - Assumption predicates now correctly evaluates to None for S.NaN - Relational objects do not need to be wrapped by Q.is_true to be asked or refined anymore - Q.is_true wrapping over AppliedPredicate now just return the argument - refine arg(x) when x is real and nonzero - assumptions/relation module is introduced. This module implements binary relation as predicate - AskHandler(), register_handler() and remove_handler() are deprecated. Handler now must be multipledispatch instance - Predicate now uses a single handler which is multipledispatch instance - Predicate can now take multiple arguments - Predicate("...") now returns UndefinedPredicate instance. To define a predicate, you must make a subclass of Predicate calculus: - Using maximum with a piecewise expression over a domain no longer fails due to a bug fix in Piecewise.as_expr_set_pairs codegen: - allowing for multi-dimensional arrays as arguments/locals in c code generation - create_expand_pow_optimization is now customizable with respect to requirement on base - Support flattening of elementwise additions of array expressions - Fixes to array-expressions in order to properly work with ZeroArray and ZeroMatrix - Fixing matrix expression recognition from array-expressions - Minor fixes to the way the AST of array expressions is built - Add normalization of CodegenArrayDiagonal when it's nested with CodegenArrayPermuteDims and CodegenArrayContraction - Increased support for the normalization of array expressions and permutations of indices - parse_matrix_expression( ) is now able to parse traces of matrices combinatorics: - Added a section to the permutation docs about containment in permutation groups geometry: - Fix AssertError for vertical tangent - Geometric entities with symbolic coordinates will not be printed in SVG simplify: - Fix simplify calls sympify without rational parameter - TRmorrie now takes powers of cos terms into account tensor: - Introduced objects ArraySymbol and ArrayElement for array expressions equivalent to MatrixSymbol and MatrixElement in the matrix expression module - Add class ZeroArray for array expressions of zero-valued elements - Make Array differentiation(derive_by_array) work with non sympy expressions - Added tensordiagonal( ) function to perform diagonalization of array expressions - Adding an array with any other type now consistently gives NotImplemented utilities: - Added official support for using CuPy to GPU accelerate lambdify functions - Added Replacer class to simplify the creation of replacement expressions with MatchPy - Added tests for optional parameter in MatchPy patterns - Added string printers for MatchPy-compatible wildcards in sympy.utilities.matchpy_connector - minlex no longer accepts is_set or small arguments - minlex and least_rotation now accept key= arguments similar to sorted vector: - Fixed a bug with integral over ImplicitRegion objects other: - Expanding documentation to include all class members with docstrings License-Update: Update year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit 71acc03cbde585335bce125d6018f29dc70509ca) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-pyroute2: Upgrade 0.5.17 -> 0.5.18Leon Anavi2021-04-171-1/+1
| | | | | | | | | | | | Upgrade to release 0.5.18: - netlink: support zero length lladdr Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit 2df3e3aa478ffae71c8e2c99e4d8577460292e51) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* redis: upgrade 6.0.9 -> 6.2.1Yi Fan Yu2021-04-175-76/+62
| | | | | | | | | | | | Refresh 3 patches. Removed Patch: ilp32.patch fixed by upstream 0719388cfb1a79160204314beb1de1f9c29a3684 Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 0c006765426bc41c1344e856528b499637574f97) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fluidsynth: upgrade 2.1.7 -> 2.2.0Andreas Müller2021-04-172-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only fallout by API/ABI changes in my world build was meta-games/scummvm. Fix was sent [1] fluidsynth 2.2.0 This release breaks ABI compatibility! Refer to the API docs for details. A C++98 compliant compiler is now required to build fluidsynth (mailing list thread) New features Support loading SoundFonts >2GiB on Windows (#629) Major overhaul of the sequencer and its event queue (#604) Overlapping notes can be handled (#637) Performance improvement, since the event queue no longer blocks the rendering thread Time scale is not limited to 1000 anymore and can therefore be used for tempo changes The following audio drivers have gained multi-channel support DSound (#667, thanks to @jjceresa) WaveOut (#667, thanks to @jjceresa) The WinMIDI driver supports multiple devices (#677, thanks to @jjceresa) Handle GS DT1 SysEx messages for setting whether a channel is used for rhythm part (#708, thanks to @chirs241097) Support use of UTF-8 filenames under Windows (#718, thanks to @getraid-gg) Improved support for overriding tempo of the MIDI player (#711, #713, thanks to @jjceresa) Handle settings-related commands in user command file before initializing other objects (#739) SoundFont loading has been parallelized (#746, #812, requires openMP) The Oboe driver has gained a lower latency and other updates (#740, #741, #747) WASAPI driver has been added (#754, thanks to @chirs241097) General Fix race condition in fluid_player_callback (#783, thanks to @arcln) Improvements to LADSPA subsystem (#795, thanks to @mawe42) [1] https://github.com/cazfi/meta-games/pull/58 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f186377359fa1f4db8e6c6a8a4f40f774591af8e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* catfish: add python3-dbus to RDEPENDSAndreas Müller2021-04-171-1/+1
| | | | | | | | | Otherwise it complains for missing import and won't start Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 4a85e070e199ce66284904e1b22e58440674e945) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* hostapd: fix CVE-2021-30004Stefan Ghinea2021-04-172-0/+124
| | | | | | | | | | | | | | | | | In wpa_supplicant and hostapd 2.9, forging attacks may occur because AlgorithmIdentifier parameters are mishandled in tls/pkcs1.c and tls/x509v3.c. References: https://nvd.nist.gov/vuln/detail/CVE-2021-30004 Upstream patches: https://w1.fi/cgit/hostap/commit/?id=a0541334a6394f8237a4393b7372693cd7e96f15 Signed-off-by: Stefan Ghinea <stefan.ghinea@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e2bd6a52bf689b77b237eaee3067d2b0b6eee3d5) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* libqmi: upgrade 1.26.6 -> 1.28.2Vinícius Ossanes Aquino2021-04-171-1/+1
| | | | | | | | Signed-off-by: Vinicius Aquino <voa.aquino@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit fbd0b60a277911a03fc8ef08ee49142781627670) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* modemmanager: upgrade 1.14.10 -> 1.16.2Vinícius Ossanes Aquino2021-04-171-1/+1
| | | | | | | | Signed-off-by: Vinicius Aquino <voa.aquino@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 4174e40a9833fe1a59ffe774d472073f96b1cc40) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-xmlschema: Upgrade 1.6.0 -> 1.6.1Leon Anavi2021-04-171-1/+1
| | | | | | | | | | | | | Upgrade to release 1.6.1: - Add multi-source initialization and add_schema() to schema class - Add bytes strings to accepted XML sources Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit 98cc478e5e5453cb000c58f22f9993e3129bc350) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-backports-functools-lru-cache: Upgrade 1.6.3 -> 1.6.4Leon Anavi2021-04-171-1/+1
| | | | | | | | | | | | | Upgrade to release 1.6.4: - For test dependencies, when indicating Python 3, use >=3 instead of >3 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit 2627bb1a242747aa5a61fc8ca77ea604d3e9f171) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-typed-ast: Upgrade 1.4.2 -> 1.4.3Leon Anavi2021-04-171-1/+1
| | | | | | | | | | | | | Upgrade to release 1.4.3: - Fix compilation on python 3.10 - Add Python 3.10 classifier Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit 8dce3fc5460a2dcddf7aa55911b045a4922b45db) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-sqlalchemy: Upgrade 1.4.6 -> 1.4.7Leon Anavi2021-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.4.7: orm: - Fixed regression where the subqueryload() loader strategy would fail to correctly accommodate sub-options, such as a defer() option on a column, if the “path” of the subqueryload were more than one level deep. - Fixed regression where the merge_frozen_result() function relied upon by the dogpile.caching example was not included in tests and began failing due to incorrect internal arguments. - Fixed critical regression where the Session could fail to "autobegin" a new transaction when a flush occurred without an existing transaction in place, implicitly placing the Session into legacy autocommit mode which commit the transaction. The Session now has a check that will prevent this condition from occurring, in addition to repairing the flush issue. - Fixed regression where the ORM compilation scheme would assume the function name of a hybrid property would be the same as the attribute name in such a way that an AttributeError would be raised, when it would attempt to determine the correct name for each element in a result tuple. - Fixed critical regression caused by the new feature added as part of #1763, eager loaders are invoked on unexpire operations. The new feature makes use of the "immediateload" eager loader strategy as a substitute for a collection loading strategy, which unlike the other “post-load” strategies was not accommodating for recursive invocations between mutually-dependent relationships, leading to recursion overflow errors. engine: - Fixed up the behavior of the Row object when dictionary access is used upon it, meaning converting to a dict via dict(row) or accessing members using strings or other objects i.e. row["some_key"] works as it would with a dictionary, rather than raising TypeError as would be the case with a tuple, whether or not the C extensions are in place sql: - Enhanced the "expanding" feature used for ColumnOperators.in_() operations to infer the type of expression from the right hand list of elements, if the left hand side does not have any explicit type set up. This allows the expression to support stringification among other things. In 1.3, "expanding" was not automatically used for ColumnOperators.in_() expressions, so in that sense this change fixes a behavioral regression. - Fixed the "stringify" compiler to support a basic stringification of a "multirow" INSERT statement, i.e. one with multiple tuples following the VALUES keyword. schema: - Fixed regression where usage of a token in the Connection.execution_options.schema_translate_map dictionary which contained special characters such as braces would fail to be substituted properly. Use of square bracket characters [] is now explicitly disallowed as these are used as a delimiter character in the current implementation. mypy: - Fixed issue in Mypy plugin where the plugin wasn't inferring the correct type for columns of subclasses that don’t directly descend from TypeEngine, in particular that of TypeDecorator and UserDefinedType. misc: - Added a new flag to DefaultDialect called supports_schema; third party dialects may set this flag to True to enable SQLAlchemy's schema-level tests when running the test suite for a third party dialect. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit bc55118cf6e176b19ccebb86de85c51ad711c217) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-monotonic: Upgrade 1.5 -> 1.6Leon Anavi2021-04-171-3/+7
| | | | | | | | | | | | | | | Upgrade to release 1.6: - Fix order for converting mach absolute time Get the source code from the git repository because an archive is not available in PyPI for this release. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit 70768130796d5ac7ec049d0b85ff9b037c06d8f3) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-humanize: Upgrade 3.3.0 -> 3.4.0Leon Anavi2021-04-171-1/+2
| | | | | | | | | | | | | | Upgrade to release 3.4.0: - Add Catalan translation - Add documentation and release notes to project_urls - Fix tests for Python 3.10 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit e8bcc60fb5b5880a215cdd44592bdc797258ac51) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-cerberus: Upgrade 1.3.2 -> 1.3.3Leon Anavi2021-04-171-7/+7
| | | | | | | | | | | | | | | | | | | Minor code refactoring of the recipe and upgrade to release 1.3.3: - Classes can be used as constraint for the type rule - The abstract base classes of the standard library's collections.abc module are available as named types for the type rule - Generic type aliases from the :mod:`typing` module can be used as constraints for the type rule, including parametrized ones a.k.a. compound types - Support for Python 3.5 is removed. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit 4d94ced1ec43e7c9c0f8a24a5d3a2e7a219a7286) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-bitarray: upgrade 1.9.1 -> 1.9.2zhengruoqin2021-04-171-1/+1
| | | | | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit d46d6e58c26f596fba7cbd739fe8856f89306ab6) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-astroid: upgrade 2.5.2 -> 2.5.3zhengruoqin2021-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | What's New in astroid 2.5.3? ============================ Release Date: 2021-04-10 * Takes into account the fact that subscript inferring for a ClassDef may involve __class_getitem__ method * Reworks the `collections` and `typing` brain so that `pylint`s acceptance tests are fine. Closes PyCQA/pylint#4206 * Use ``inference_tip`` for ``typing.TypedDict`` brain. * Fix mro for classes that inherit from typing.Generic * Add inference tip for typing.Generic and typing.Annotated with ``__class_getitem__`` Closes PyCQA/pylint#2822 Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit b06d10f7dec7c1194b86e80ae84c71dd9df9c6f8) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-absl: upgrade 0.10.0 -> 0.12.0zhengruoqin2021-04-171-2/+2
| | | | | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit 44277ef50aba4858ec77b6ce329d2230ad2d503a) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-grpcio: Upgrade 1.36.1 -> 1.37.0Leon Anavi2021-04-172-19/+33
| | | | | | | | | | | | | | | | | | | Upgrade to release 1.37.0: - Use boringssl asm optimizations in aarch64 wheel source build. - Clarify Guarantees about grpc.Future Interface. - Use crosscompilation to build python armv7 wheels. - [Aio] Add time_remaining method to ServicerContext. - Standardize all environment variable boolean configuration in python's setup.py. - Crosscompile python aarch64 wheels with dockcross. - Fix Signal Safety Issue. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit d5e3c261605e7623eb361db8fe3dbf18413d6ecb) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-robotframework: Upgrade 4.0 -> 4.0.1Leon Anavi2021-04-171-1/+1
| | | | | | | | | | | | Upgrade to release 4.0.1. It is the first bug fix release in the Robot Framework 4.0.x series. It fixes several severe and not so severe issues reported since Robot Framework 4.0 was released. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit 801b0870288d55864102c0cc8bdb8522d88d8bc0) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-python-vlc: Upgrade 3.0.11115 -> 3.0.12117Leon Anavi2021-04-171-2/+1
| | | | | | | | | | | | | | Upgrade to release 3.0.12117: - adapt to new libvlc_media_list_new API - re-introduce MediaThumbnailRequest definition - implement generation for struct wrapping Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit 53bcbe450b9327283a5ed0d6fdfc0fd4a45ac8fc) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-speedtest-cli: Upgrade 2.1.2 -> 2.1.3Leon Anavi2021-04-171-2/+1
| | | | | | | | | | | | | | Upgrade to release 2.1.3: - Address issue where a test server may return an HTTP error during upload or download - Address issue where ignore_ids may be empty or have empty values Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit becc8a02465fb8272d725b8ebed3bb9f3b779683) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-grpcio-tools: Upgrade 1.36.1 -> 1.37.0Leon Anavi2021-04-171-1/+1
| | | | | | | | | | | | | | | | | | | Upgrade to release 1.37.0: - use boringssl asm optimizations in aarch64 wheel source build. - Clarify Guarantees about grpc.Future Interface. - Use crosscompilation to build python armv7 wheels. - [Aio] Add time_remaining method to ServicerContext. - Standardize all environment variable boolean configuration in python's setup.py. - Crosscompile python aarch64 wheels with dockcross. - Fix Signal Safety Issue. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit 004644b2da066e234129cc4e1009d7768837e6fa) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-decorator: Upgrade 5.0.5 -> 5.0.6Leon Anavi2021-04-171-1/+1
| | | | | | | | | | | | Upgrade to release 5.0.6: - The decorator module was not copying the module attribute anymore Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit 88ddbf49e1e2ad00339458400f296646c791b073) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-croniter: Upgrade 1.0.10 -> 1.0.11Leon Anavi2021-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.0.11: - fix bug: bad case:0 6 30 3 * - Add support for L in the day_of_week component. This enable expressions like * * * * L4, which means last Thursday of the month. - Create CroniterUnsupportedSyntaxError exception for situations where CRON syntax may be valid but some combinations of features is not supported. Currently, this is used when the day_of_week component has a combination of literal values and nth/last syntax at the same time. For example, 0 0 * * 1,L6 or 0 0 * * 15,sat#1 will both raise this exception because of mixing literal days of the week with nth-weekday or last-weekday syntax. This may impact existing cron expressions in prior releases, because 0 0 * * 15,sat#1 was previously allowed but incorrectly handled. - Update croniter_range() to allow an alternate croniter class to be used. Helpful when using a custom class derived from croniter. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit 159df278565891aad0e68f8628c6435c36638772) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-ruamel-yaml: Upgrade 0.17.2 -> 0.17.4Leon Anavi2021-04-171-1/+1
| | | | | | | | | | | | | | | Upgrade to release 0.17.4: - prevent (empty) comments from throwing assertion error - fix for issue 382 caused by an error in a format string - allow expansion of aliases by setting ``yaml.composer.return_alias = lambda s: copy.deepcopy(s)`` Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> (cherry picked from commit 5aaffd50a7df53f2b6b704a350d4a8cc37059eb5) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* ocl-icd: upgrade 2.2.14 -> 2.3.0Naveen Saini2021-04-171-2/+1
| | | | | | | | | Release tag: https://github.com/OCL-dev/ocl-icd/releases/tag/v2.3.0 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tbb: Fix build with muslKhem Raj2021-04-171-0/+10
| | | | | | | | | Need to link libucontext on musl Additionally, mips also needs libatomic Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* tbb: upgrade 2020.3 -> 2021.2.0Naveen Saini2021-04-178-122/+116
| | | | | | | | | | | Switched to cmake build tool. Rebased some patches due to directory re-structuring. Dropped patches, which are not required anymore. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xterm: upgrade 366 -> 367zangrc2021-04-082-7/+7
| | | | | | | | | | | | -License-Update: Copyright year updated to 2021. Refresh the following patch: 0001-Add-configure-time-check-for-setsid.patch Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 97f59fb2063dae01c72e1e3a690edf5dfe645571) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* rabbitmq-c: upgrade 0.10.0 -> 0.11.0zangrc2021-04-081-2/+2
| | | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e1185b272a48e8b797bc7c4e96645cc2fce3d298) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* live555: upgrade 20210322 -> 20210406zangrc2021-04-081-1/+1
| | | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit ed78d5d038520edef91982f7b1e9a86f6d169c13) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* hwdata: upgrade 0.345 -> 0.346zangrc2021-04-081-2/+2
| | | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 5b02a417845d91ce57ce89de0a597edc63966213) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* hostapd: fix CVE-2021-0326 and CVE-2021-27803Mingli Yu2021-04-083-0/+99
| | | | | | | | | Backport 2 patches to fix two CVEs. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 5a085c588adaf79bb2bca7921c82d893877b28a1) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* usbredir: upgrade 0.8.0 -> 0.9.0zangrc2021-04-081-1/+1
| | | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 613729e7803c5faacc39823925e0c711d0da7682) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* stunnel: upgrade 5.58 -> 5.59zangrc2021-04-082-6/+6
| | | | | | | | | | Refresh the following patch: fix-openssl-no-des.patch Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 83c8e6bcc0ad57628baac2ee15fac5f5b48ca7c2) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* nbdkit: upgrade 1.25.4 -> 1.25.5zangrc2021-04-081-1/+1
| | | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 5bd0f88c775ea69db85e1589e833e50648932f22) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* mosquitto: upgrade 2.0.9 -> 2.0.10zangrc2021-04-081-2/+2
| | | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit bb60da5cfc3fd9a636a15f319a372d935f68355e) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* opencv: Upgrade to 5.4.2Khem Raj2021-04-082-31/+2
| | | | | | | | Drop patch which is already in 5.4.2 release Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit ae4dd366014a87e7a196f5b2e168666cdda5a43f) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* poppler: upgrade 21.03.0 -> 21.04.0Andreas Müller2021-04-083-278/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 21.04.0 core: * Hide symbols by default * TextSelectionDumper: fix word order for RTL text * Fix rendering of text in some files. Issue #1052 * Implement rendering of Masks of Image subtype. Issue #1058 * Forms: fix unclicking standalone form buttons. Issue #1034 glib: * Expose more fields from MediaRendition in PopplerMedia * Use stock glib macro to define boxed type * Remove incorrecly used volatile from enum type registration code qt5: * Fix crash in files with malformed signatures * Fix memory leak when QImage constructor "fails" qt6: * Fix crash in files with malformed signatures * Fix memory leak when QImage constructor "fails" utils: * pdfsig: New paragraph for "-sign" in manpage * pdfimages: Do not assert in "too big images". Issue #1061 build system: * Require cmake >= 3.10 * Require Qt 5 >= 5.9 * Require glib >= 2.56 * Require gtk 3 >= 3.22 * Require gdk-pixbuf >= 2.36 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 643af3ee2cf61d12123374ba915ce71c4a56410b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* thunar: upgrade 4.16.4 -> 4.16.6Andreas Müller2021-04-081-1/+1
| | | | | | | | | | | | | | | | | | | | | 4.16.6 ====== - Reload current directory before selecting new files (Issue #524) - tree-view: Hide menu-item "properties" for unmounted devices - Removed 'the root folder has no parent' dialog box - Revamp documentation to modernize/uniformize accross components - Remove watches on shortcuts (Issue #513) (Issue #47) - Translation Updates: Finnish, Occitan 4.16.5 ====== - Revert "Bookmarks no longer need an existing file (Issue #47)" Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 905b27cc610c78c28424ab1a1d122852b0787367) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gigolo: upgrade 0.5.1 -> 0.5.2Andreas Müller2021-04-081-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release notes for 0.5.2 ======================= A bugfix and translation update, a new icon, various cleanups.. thanks to all contributors ! ====== - Update TODO - Refresh Glade file, drop unused tab labels (fixes #13) - move the logic setting GtkSpin port value to setup_for_type() (#11) - Use new icon in window titlebar - Fix compilation warnings - autoconf: Some updates - Only show an error dialog if the host field is visible/required - Remove capitalization from icon name - Update GenericName (#2) - Fix comment style. - Remove GSourceFunc casts - Update Makefile.am - Add gigolo.ui to POTFILES.in (Issue #6) - Added new icons following new style and reverse DNS format. - Add new README.md and update AM_INIT_AUTOMAKE - Add basic GitLab pipeline - Bug #16717: Move from exo-csource to xdt-csource - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e2add121d2713ca72f3c4cf6ae2d557dd4cfc062) Signed-off-by: Armin Kuster <akuster808@gmail.com>