summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gnome-commander: Upgrade to 1.16.0 releaseKhem Raj2023-03-012-22/+31
| | | | | | | | | | | | - Switch to using meson for build system - Add -D_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR to continue using std::auto_ptr from exiv2 - The changes are here [1] [1] https://gcmd.github.io/2023/01/22/Release-v1-16-0.html Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libiodbc: Install *.h files to /usr/include/iodbc to fix conflicts error ↵Lei Maohui2023-02-281-0/+1
| | | | | | | | | | | | | with unixodbc reference to ubuntu: file /usr/include/odbcinst.h conflicts between attempted installs of libiodbc-dev-3.52.15-r0.aarch64 and unixodbc-dev-2.3.11-r0.aarch64 file /usr/include/sql.h conflicts between attempted installs of libiodbc-dev-3.52.15-r0.aarch64 and unixodbc-dev-2.3.11-r0.aarch64 file /usr/include/sqlext.h conflicts between attempted installs of libiodbc-dev-3.52.15-r0.aarch64 and unixodbc-dev-2.3.11-r0.aarch64 file /usr/include/sqltypes.h conflicts between attempted installs of libiodbc-dev-3.52.15-r0.aarch64 and unixodbc-dev-2.3.11-r0.aarch64 file /usr/include/sqlucode.h conflicts between attempted installs of libiodbc-dev-3.52.15-r0.aarch64 and unixodbc-dev-2.3.11-r0.aarch64 Signed-off-by: Lei Maohui <leimaohui@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libusb-compat: RDEPENDS on libusb1Yoann Congal2023-02-281-0/+3
| | | | | | | | libusb-compat dlopen() libusb1 so we need to explicitly RDEPENDS on it. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Ever ATILANO <ever.atilano@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libusb-compat: add simple ptest (example programs)Yoann Congal2023-02-283-1/+50
| | | | | | | | | | Build and run example programs as test. This will only catch major errors (.so lib won't load etc.) because no output check is done, only return status is checked. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Ever ATILANO <ever.atilano@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libusb-compat: upgrade sources to fix -native buildYoann Congal2023-02-281-1/+1
| | | | | | | | | | | | | | | | Fixes [YOCTO #15032] by upgrading the source to a commit including the fix : change SONAME detection source from ldd to objdump ldd detects used libraries by partially running the target binary. This is a problem for when the target binary is not runnable (e.g. cross-compilation). Switch to objdump which only reads info from the ELF file without running anything from it. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Ever ATILANO <ever.atilano@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libusb-compat: Revert "libusb-compat: move libraries to base_libdir"Yoann Congal2023-02-281-8/+0
| | | | | | | | | | | | | | Revert commit ed937940f54d1a376b518fc276da78811c4ac50b from oe-core: libusb-compat: move libraries to base_libdir udev links to libusb-compat, and so this library needs to be in base_libdir (/lib) instead of libdir (/usr/lib). The libdir=base_libdir configuration was needed for udev but it's not the case anymore. Remove it to simplify the recipe. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Ever ATILANO <ever.atilano@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glmark2: Update to 2023.01Fabio Estevam2023-02-273-31/+8
| | | | | | | | | | | | | | | | | | | | | | | | Update to the 2023.01 version: glmark2 2023.01 (20230119) ========================== * Add gbm-gl/glesv2 flavors for GBM offscreen rendering. * Add x11-gl-egl flavor that uses EGL under X11. * Implement SwapInterval 0 for the DRM backend. * Support multisampled configs in --visual-config. * Support explicitly specifying the config id in --visual-config. * Add CPU time and shader compilation time to available results. * Add --results to specify which kind of results to report. * Add --results-file to export results to XML or CSV. * Add --version command-line option. Remove 0001-libmatrix-Include-missing-utility-header.patch, which has been upstreamed and refresh 0002-run-dispmanx-fullscreen.patch to avoid fuzz warnings. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-keyfile: upgrade 0.6.0 -> 0.6.1Wang Mingyu2023-02-272-38/+1
| | | | | | | | | | | | | | Changelog: ========== - Remove deprecated 'setuptools-markdown' dependency (https://github.com/ethereum/eth-keyfile/pull/37) - Use twine to upload package to pypi 0001-setup-don-t-use-setuptools-markdown.patch removed since it's not available in 0.6.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* liburing: enable native/nativesdk buildsRoss Burton2023-02-271-0/+2
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zchunk: upgrade 1.2.4 -> 1.3.0Stefano Babic2023-02-272-38/+2
| | | | | | | | | Release zchunk 1.3.0 with the following changes: * meson: Use global function in argp check * Add ZCK_NO_WRITE option to disable writing to a file Signed-off-by: Stefano Babic <sbabic@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.1.0 -> 7.2.0Wang Mingyu2023-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Added a new setting "[report] exclude_also" to let you add more exclusions without overwriting the defaults. Thanks, 'Alpha Chen <pull 1557_>'_, closing 'issue 1391_'. - Added a :meth:'.CoverageData.purge_files' method to remove recorded data for a particular file. Contributed by 'Stephan Deibel <pull 1547_>'_. - Fix: when reporting commands fail, they will no longer congratulate themselves with messages like "Wrote XML report to file.xml" before spewing a traceback about their failure. - Fix: arguments in the public API that name file paths now accept pathlib.Path objects. This includes the "data_file" and "config_file" arguments to the Coverage constructor and the "basename" argument to CoverageData. Closes 'issue 1552'_. - Fix: In some embedded environments, an IndexError could occur on stop() when the originating thread exits before completion. This is now fixed, thanks to 'Russell Keith-Magee <pull 1543_>'_, closing 'issue 1542'_. - Added a "py.typed" file to announce our type-hintedness. Thanks, 'KotlinIsland <pull 1550_>'_. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.47.1 -> 0.47.3Wang Mingyu2023-02-271-1/+1
| | | | | | | | Bugfix: Hold a strong reference to the query sender start task (#1128) (808c3b2) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-werkzeug: upgrade 2.2.2 -> 2.2.3Wang Mingyu2023-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Ensure that URL rules using path converters will redirect with strict slashes when the trailing slash is missing. #2533 - Type signature for get_json specifies that return type is not optional when silent=False. #2508 - parse_content_range_header returns None for a value like bytes */-1 where the length is invalid, instead of raising an AssertionError. #2531 - Address remaining ResourceWarning related to the socket used by run_simple. Remove prepare_socket, which now happens when creating the server. #2421 - Update pre-existing headers for multipart/form-data requests with the test client. #2549 - Fix handling of header extended parameters such that they are no longer quoted. #2529 - LimitedStream.read works correctly when wrapping a stream that may not return the requested size in one read call. #2558 - A cookie header that starts with = is treated as an empty key and discarded, rather than stripping the leading ==. - Specify a maximum number of multipart parts, default 1000, after which a RequestEntityTooLarge exception is raised on parsing. This mitigates a DoS attack where a larger number of form/file parts would result in disproportionate resource use. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-watchdog: upgrade 2.2.1 -> 2.3.0Wang Mingyu2023-02-271-1/+1
| | | | | | | | | | | | | | Changelog: ========== [inotify] Add support for IN_OPEN events: a FileOpenedEvent event will be fired [watchmedo] Add optional event debouncing for auto-restart, only restarting once if many events happen in quick succession (--debounce-interval) (#940) [watchmedo] Exit gracefully on KeyboardInterrupt exception (Ctrl+C) (#945) [watchmedo] Add option to not auto-restart the command after it exits (--no-restart-on-command-exit) (#946) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 2.0.3 -> 2.0.4Wang Mingyu2023-02-271-1/+1
| | | | | | | | Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.4 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-stevedore: upgrade 4.1.1 -> 5.0.0Wang Mingyu2023-02-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-simpleeval: upgrade 0.9.12 -> 0.9.13Wang Mingyu2023-02-272-29/+2
| | | | | | | | | | | | | | | | | | | | | Changelog: =========== Better handling of empty strings passed as input. Fix the shift safe number issue from 0.9.12 More minor pylint / etc fixes / cleanups (general code quality) separate .parse from #115 Allow setting up completely empty {} operators / functions ( #75 via #123 ) Add extra bit-ops from #87 Add @daxamin to contributors ? Version bump stuff. other readme tweaks star expressions, eg x = {"a": 1, "b": 2, **c} no-build.patch removed since it's included in 0.9.13 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-soupsieve: upgrade 2.3.2.post1 -> 2.4Wang Mingyu2023-02-271-1/+1
| | | | | | | | | | | | | | Changelog: ========== NEW: Update to support changes related to :lang() in the official CSS spec. :lang("") should match unspecified languages, e.g. lang="", but not lang=und. NEW: Only :is() and :where() should allow forgiving selector lists according to latest CSS (as far as Soup Sieve supports "forgiving" which is limited to empty selectors). NEW: Formally drop Python 3.6. NEW: Formally declare support for Python 3.11. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-redis: upgrade 4.4.2 -> 4.5.1Wang Mingyu2023-02-271-1/+1
| | | | | | | | Bugfix: Fix #2581 UnixDomainSocketConnection object has no attribute _command_packer (#2583) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-xdist: upgrade 3.1.0 -> 3.2.0Wang Mingyu2023-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Improved Documentation ---------------------- - #863: Document limitations for debugging due to standard I/O of workers not being forwarded. Also, mention remote debugging as a possible workaround. Features ---------- - #855: Users can now configure load scheduling precision using --maxschedchunk command line option. - #858: New worksteal scheduler, based on the idea of work stealing. It's similar to load scheduler, but it should handle tests with significantly differing duration better, and, at the same time, it should provide similar or better reuse of fixtures. Trivial Changes --------------- - #870: Make the tests pass even when $PYTEST_XDIST_AUTO_NUM_WORKERS is set. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest-forked: upgrade 1.4.0 -> 1.6.0Wang Mingyu2023-02-271-1/+1
| | | | | | | | | | | Changelog: ========== Relaxed dependency requirements (#77). Dropped support for Python 3.6. Added official support for Python 3.11. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: upgrade 1.10.4 -> 1.10.5Wang Mingyu2023-02-271-1/+1
| | | | | | | | | | | | | Changelog: ============ Fix broken parametrized bases handling with GenericModels with complex sets of models Invalidate mypy cache if plugin config changes Fix RecursionError when deep-copying dataclass types wrapped by pydantic Fix X | Y union syntax breaking GenericModel Switch coverage badge to show coverage for this branch/release Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pykickstart: upgrade 3.43 -> 3.44Wang Mingyu2023-02-271-1/+1
| | | | | | | | | | | | | | | Changelog: ========= Remove the auth and authconfig commands The parse method is expected to return a value tests: unittest isn't used in handle_unicode anymore Add RHEL 9 handler Resolves: rhbz#1966730 Add RHEL 9 version for commands that had a RHEL version in the past Add RHEL 9 version for BTRFS related commands Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-openpyxl: upgrade 3.1.0 -> 3.1.1Wang Mingyu2023-02-271-1/+1
| | | | | | | | | | Bugfixes ======== #1881 DocumentProperties times set by module import only #1947 Worksheet-specific definitions are missing Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.25.0 -> 2.25.1Wang Mingyu2023-02-271-1/+1
| | | | | | | | | | | | | | | Changelog: ========== Fix ---- Format hint test doesn't need to establish a connection (#941) (b7a0f35) Other ------ Don't build pdfs on RTD (#944) (d200673) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: upgrade 8.9.0 -> 8.10.0Wang Mingyu2023-02-271-1/+1
| | | | | | | | Changelog: https://ipython.readthedocs.io/en/stable/whatsnew/version8.html Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.16.0 -> 2.16.1Wang Mingyu2023-02-271-1/+1
| | | | | | | | | | | Bug Fixes ========= Add support for python 3.11 (#1212) (1fc95e3) Remove 3PI config url validation (#1220) (8b95515) Update the docs generator interpreter to unblock documentation build (#1218) (9d36c2f) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-huey: upgrade 2.4.4 -> 2.4.5Wang Mingyu2023-02-271-1/+1
| | | | | | | | | Changelog: ========== Improves propagation of errors in task results and includes fix for newer versions of pip. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask: upgrade 2.2.2 -> 2.2.3Wang Mingyu2023-02-271-1/+1
| | | | | | | | | | | Changelog: ========== -Autoescape is enabled by default for ".svg" template files. :issue:'4831' -Fix the type of "template_folder" to accept "pathlib.Path". :issue:'4892' -Add "--debug" option to the "flask run" command. :issue:'4777' Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.77.0 -> 2.79.0Wang Mingyu2023-02-271-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-django: upgrade 4.1.6 -> 4.1.7Wang Mingyu2023-02-271-1/+1
| | | | | | | | | | Changelog: ========== fixes a security issue with severity "moderate" (CVE-2023-24580) Fixed a bug in Django 4.1 that caused a crash of model validation on ValidationError with no code (#34319). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: upgrade 2.7.0 -> 2.7.3Wang Mingyu2023-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ========== * fix popcount64 name conflict on NetBSD, #189 * even though PyPy is not actively supported, allow running tests for PyPy 3.7 and 3.8, see also #188 * allow running `python setup.py test` * add official Python 3.12 support * simplify count functionality in util module * retire `bitcount_lookup[256]` table * improve `util.count_n()` error messages * avoid `util` module tests from being run more than once in each call to `bitarray.test()` when called multiple times in the same Python process, see #6e52e49a * improve testing Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitstruct: upgrade 8.15.1 -> 8.17.0Wang Mingyu2023-02-271-1/+1
| | | | | | | | | Changelog: ========== Text encoding and errors to compile(). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-autobahn: upgrade 23.1.1 -> 23.1.2Wang Mingyu2023-02-271-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: upgrade 2.14.1 -> 2.14.2Wang Mingyu2023-02-271-1/+1
| | | | | | | | | Changelog: ========== '_infer_str_format_call' won't crash anymore when the string it analyses are uninferable. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-antlr4-runtime: upgrade 4.11.1 -> 4.12.0Wang Mingyu2023-02-271-2/+2
| | | | | | | | | | Changelog: https://github.com/antlr/antlr4/releases/tag/4.12.0 License-Update: version updated to 4.12.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-alembic: upgrade 1.9.2 -> 1.9.4Wang Mingyu2023-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: =========== [bug] [mssql] Ongoing fixes for SQL Server server default comparisons under autogenerate, adjusting for SQL Server's collapsing of whitespace between SQL function arguments when reporting on a function-based server default, as well as its arbitrary addition of parenthesis within arguments; the approach has now been made more aggressive by stripping the two default strings to compare of all whitespace, parenthesis, and quoting characters. References: #1177 [bug] [postgresql] Fixed PostgreSQL server default comparison to handle SQL expressions sent as text() constructs, such as text("substring('name', 1, 3)"), which previously would raise errors when attempting to run a server-based comparison. [bug] [autogenerate] Removed a mis-use of the EnvironmentContext.configure.render_item callable where the "server_default" renderer would be erroneously used within the server default comparison process, which is working against SQL expressions, not Python code. References: #1180 [bug] [commands] Fixed regression introduced in 1.7.0 where the "config" object passed to the template context when running the merge() command programmatically failed to be correctly populated. Pull request courtesy Brendan Gann. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: upgrade 3.8.3 -> 3.8.4Wang Mingyu2023-02-271-1/+1
| | | | | | | | | | Changelog: ========= Fixed incorrectly overwriting cookies with the same name and domain, but different path. Fixed ConnectionResetError not being raised after client disconnection in SSL environments. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiofiles: upgrade 22.1.0 -> 23.1.0Wang Mingyu2023-02-271-1/+1
| | | | | | | | | | | | Changelog: ============ Added aiofiles.os.access. #146 Removed aiofiles.tempfile.temptypes.AsyncSpooledTemporaryFile.softspace. #151 Added aiofiles.stdin, aiofiles.stdin_bytes, and other stdio streams. #154 Transition to asyncio.get_running_loop (vs asyncio.get_event_loop) internally. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* webp-pixbuf-loader: update 0.0.7 -> 0.2.0Markus Volk2023-02-261-2/+2
| | | | | | | - fix license information Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mbedtls: set up /usr/bin/hello as alternativeDenys Dmytriyenko2023-02-261-1/+4
| | | | | | | | | As mbedtls installs this rather generically-named /usr/bin/hello binary, it conflicts with the one provided by lmbench, hence set it up as an alternative to avoid conflicts when both are installed to rootfs or SDK. Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lmbench: set up /usr/bin/hello as alternativeDenys Dmytriyenko2023-02-261-2/+2
| | | | | | | | | As lmbench installs this rather generically-named /usr/bin/hello binary, it conflicts with the one provided by mbedtls, hence set it up as an alternative to avoid conflicts when both are installed to rootfs or SDK. Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-scapy: upgrade 2.4.5 -> 2.5.0Petr Gotthard2023-02-242-4/+4
| | | | | | | | | | | Changelog: https://github.com/secdev/scapy/releases/tag/v2.5.0 Also, in this version the UTscapy wrapper gets no longer installed into /usr/bin, so for ptest we need to install it. Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ufs-utils: upgrade 1.9 -> 3.12.3Yi Zhao2023-02-242-68/+2
| | | | | | | | Drop 0001-Use-asm-type.h-for-kernel-types.patch as it has been merged upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* usb-modeswitch: update 2.6.0 -> 2.6.1Michael Haener2023-02-241-3/+7
| | | | | Signed-off-by: Michael Haener <michael.haener@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imlib2: Fix install conflict when enable multilib.Wang Mingyu2023-02-241-0/+3
| | | | | | | | Error: Transaction test error: file /usr/bin/imlib2-config conflicts between attempted installs of lib32-imlib2-bin-1.7.1-r0.armv7ahf_neon and imlib2-bin-1.7.1-r0.aarch64 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet: Fix install conflict when enable multilib.Wang Mingyu2023-02-241-1/+3
| | | | | | | | Error: Transaction test error: file /usr/bin/libnet-config conflicts between attempted installs of libnet-dev-1.2-r0.aarch64 and lib32-libnet-dev-1.2-r0.armv7ahf_neon Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* krb5: Fix install conflict when enable multilib.Wang Mingyu2023-02-241-0/+3
| | | | | | | | Error: Transaction test error: file /usr/bin/krb5-config conflicts between attempted installs of lib32-krb5-user-1.17.2-r0.armv7ahf_neon and krb5-user-1.17.2-r0.aarch64 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* phpmyadmin: upgrade 5.2.0 -> 5.2.1Yi Zhao2023-02-241-2/+2
| | | | | | | | | | Release Notes: https://www.phpmyadmin.net/files/5.2.1/ License-Update: Update copyright year to 2022 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gpiod: bump version to v2.0-rc3Bartosz Golaszewski2023-02-241-1/+1
| | | | | | | One more RC before the final release. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>