summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* bubblewrap: update 0.9.0 -> 0.10.0Markus Volk2024-08-211-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* webmin: upgrade 2.111 -> 2.202J. S.2024-08-212-2/+2
| | | | | | | | | | | | | | | | commit f6d27810b4f48562a06ce5006b1559378f30c99c Author: Jason Schonberg <schonm@gmail.com> Date: Mon Aug 19 00:26:48 2024 -0400 Changelog: https://webmin.com/changelog/webmin-2.202-released/ Modified net-generic.patch to update a hardcoded version number to avoid patch fuzz. webmin: upgrade 2.111 -> 2.202 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iwd: update 2.18 -> 2.19Markus Volk2024-08-211-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* webkitgtk3: update 2.44.2 -> 2.44.3Markus Volk2024-08-211-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* polkit-group-rule: package polkit rulesMartin Jansa2024-08-211-0/+2
| | | | | | | | | | | | | | | | | | * broken since https://github.com/openembedded/meta-openembedded/pull/859 which moved the files from ${sysconfdir} which is packaged in ${PN} by default into ${datadir} which isn't packaged causing: ERROR: QA Issue: polkit-group-rule-network: Files/directories were installed but not shipped in any package: /usr /usr/share /usr/share/polkit-1 /usr/share/polkit-1/rules.d Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. polkit-group-rule-network: 4 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gpsd: upgrade 3.24 -> 3.25; new gpsd-snmpJörg Sommer2024-08-211-2/+5
| | | | | | | | This new version installs /usr/share/snmp/mibs/gpsd/GPSD-MIB which is packaged in a new package gpsd-snmp. Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libyui-ncurses: Fix buildpaths QA ErrorKhem Raj2024-08-211-3/+7
| | | | | | This is a workaround but lets live with this instead of deleting it Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproj: Remove absolute paths from cython generated .c filesKhem Raj2024-08-211-0/+8
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproj: Fix buildpaths QA ErrorKhem Raj2024-08-192-0/+20
| | | | | | | | | | | This error is due to absolute paths leaking into ELF files due to -rpath option in compiler cmdline, therefore patch them out. Apply patch [1] from Debian [1] https://sources.debian.org/data/main/p/python-pyproj/3.6.1-4/debian/patches/rpath.patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluentbit: Make it deprecatedKhem Raj2024-08-192-1/+2
| | | | | | | | | It does not build in a reproducible way that is now enforced by yocto project. Fails with WARNING: fluentbit-1.9.9-r0 do_package_qa: QA Issue: File /usr/bin/.debug/td-agent-bit in package fluentbit-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* composefs: upgrade 1.0.4 -> 1.0.5Jose Quaresma2024-08-191-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - switch to meson build system Changelog [1]: $ git --no-pager log --oneline v1.0.4..v1.0.5 098d985 (tag: v1.0.5) Merge pull request #312 from cgwalters/release 0fae8a8 Release 1.0.5 9bdc377 Merge pull request #310 from cgwalters/symlink-limit b06ea9b Verify payload length early on 3beb011 Merge pull request #308 from cgwalters/minor-rust-lints a695ad4 Merge pull request #309 from giuseppe/libcomposefs-drop-ro 0a0d50f libcomposefs: drop using "ro" option b35dc83 dumpfile: Fix clippy lint a919ab8 rust: Drop unused cfg 3a87868 Merge pull request #307 from giuseppe/not-override-errno bb94687 Merge pull request #306 from giuseppe/mkcomposefs-report-close-errors 76b4da5 mkcompose: report close() errors 502bc27 libcomposefs: do not override errno 2d2c09d Merge pull request #304 from jluebbe/meson 0260856 meson.build: Allow use as a meson subproject 5f512ac Merge pull request #303 from cgwalters/mount-source 91a3047 mount: Consistently use `composefs` as source 45e6179 Merge pull request #302 from cgwalters/info-term f64022f info: Add missing terminator for `longopts` d81cb87 Merge pull request #300 from jluebbe/meson 04c8a8e ci: Add GitHub Actions workflow which uses meson 64709f6 ci: Install meson package b6f2b75 Add meson as an alternative to autotools 942cd73 Merge pull request #299 from giuseppe/composefs-info-set-locale 5072fd7 composefs-info: specify locale to isgraph/isprint 4f19d00 Merge pull request #298 from cgwalters/rust-misc 43a1d28 rust: Add README.md files, link to crates.io a8bc747 rust: Clarify that "composefs-core" is really "composefs" 483356c Merge pull request #297 from cgwalters/rust-include 02213c0 composefs-core: Drop incorrect `include` dce84ff Merge pull request #295 from cgwalters/rust-descr 3d2af03 Merge pull request #296 from Kiskae/upstream-tmpdir-fix 6928fcf test: remove hardcoded /tmp e21be07 rust: Add mandatory `description` field, other misc changes 28dc491 Merge pull request #292 from cgwalters/rust-ci-dual 59c5a27 Merge pull request #293 from cgwalters/rust-minor 689ccc6 rust: Some doc and misc tweaks 426b65d ci: Test Rust code against current C code 32b3f6e Merge pull request #291 from Kiskae/patch-1 f7465b3 use correct `composefs-info` binary [1] https://github.com/containers/composefs/compare/v1.0.4...v1.0.5 Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exfatprogs: upgrade 1.2.4 -> 1.2.5Christophe Vu-Brugier2024-08-191-1/+1
| | | | | Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nvme-cli: upgrade 2.9.1 -> 2.10.2Christophe Vu-Brugier2024-08-193-127/+2
| | | | | Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* blueman: fix installation pathsMartin Jansa2024-08-191-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pass systemdsystemunitdir and systemduserunitdir to set correct directories instead of using libdir from: meson.build:systemd_base_path = join_paths(libdir, 'systemd') which is wrong e.g. with multilib where libdir might be /usr/lib64 instead of usr/lib used in ${nonarch_base_libdir} which is used by systemd_* variables: export systemd_system_unitdir="/usr/lib/systemd/system" export systemd_user_unitdir="/usr/lib/systemd/user" fixes: ERROR: Didn't find service unit 'blueman-mechanism.service', specified in SYSTEMD_SERVICE:blueman. * inherit python3targetconfig to install into right python site-packages without this it installs into /usr/lib/python3.12/site-packages/ instead of /usr/lib64/python3.12/site-packages set in PYTHON_SITEPACKAGES_DIR variable used in FILES, causing blueman: 295 installed and not shipped files. [installed-vs-shipped] # $PYTHON_SITEPACKAGES_DIR # set oe-core/meta/classes-recipe/python3-dir.bbclass:11 # "${libdir}/${PYTHON_DIR}/site-packages" PYTHON_SITEPACKAGES_DIR="/usr/lib64/python3.12/site-packages" Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: remove modemmanager rdependsAdrian Freihofer2024-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit: 5edb8335dc46450fd6bcdbb3fcf55336b32bd422 The Networkmanager package must not depend on ModemManager. Only the Networkmanager-wwan package should depend on the ModemManager package. The mobile-broadband-provider-info is fully optional and it is often not required for embedded devices. Let the user choose if it gets installed or not. Adding it explicitely to IMAGE_INSTALL is simple. Adding an RRECOMMENS would work as well. But adding an RDEPENDS is bad. In general, NetworkManager packaging is intended to provide a set of binary packages suitable for building many different images. NetworkManager is designed to be used for binary packages distributions where it is not possible to rebuild NetworkManager just to install Modemmanager. Also for OE, where a rebuilding is possible, a rebuild is a disadvantage. So please do not destroy this flexibility by adding RDEPENDS, which are firstly wrong and secondly only suitable for your specific needs. Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libyui: Upgrade to 4.6.2Khem Raj2024-08-193-180/+7
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ot-br-posix: Define config files explicitlyKhem Raj2024-08-191-0/+2
| | | | | | Otherwise it picks up from build area with absolute paths into builddir Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ippool: Fix buildpaths QA errorKhem Raj2024-08-191-6/+1
| | | | | | | | Pass OE's CFLAGS via CC since the Makefile disregards these flags from environment and has it own notion of it. This ensures that flags to rewrite debug flags are passed down correctly to compiler. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fwknop: Specify target locations of gpg and wgetKhem Raj2024-08-191-1/+3
| | | | | | | | This fixes emitting buildpaths into binary and also fixes the issue where these tools wont exist on the paths they were found on build machine Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fwknop: Upgrade to 2.6.11Khem Raj2024-08-183-61/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pipewire: update 1.2.1 -> 1.2.2Markus Volk2024-08-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PipeWire 1.2.2 (2024-07-31) This is a bugfix release that is API and ABI compatible with the previous 1.2.x and 1.0.x releases. Highlights - Fix some more fallout of the async nodes rewrite. Fixes some crackling, xruns and possibly also some crashes in some cases. - Fix freewheeling timeouts in case of xruns. This fixes ardour export. - Fix event mixdown in JACK. Fixes qsynth and possibly other apps. - Some more small fixes and improvements. PipeWire - Add a new SPA_IO_CLOCK_FLAG_XRUN_RECOVER flag when the process function is called because of xrun recovery. - Properly stop nodes in all cases, this avoids spurious xruns and scheduling errors. (#4122) - Make sure async nodes receive an async link in all cases. Do the processing of source output ports slightly differently to make sure we don't cause latency for sources. (#4138) (#4133) - Fix some races when negotiating and starting nodes. (#4094) - Actually include the config.h header to use malloc_trim() to reduce memory usage in pulse-server. Modules - Avoid unloading some modules on stream errors because it is possible to recover from the error. (#4121) - Fix a (harmless) warning in module-rtp because of comparing samples and time. (#4095) SPA - Let the freewheel driver detect xrun recovery and handle the timeouts correctly. This fixes an issue with ardour export. - Remove the HDMI/AC3 profiles. they turn out to fail on some hardware with no way to detect this. - Signal the eventfd when the loop is full to make sure the other thread is woken up to process the queue. JACK - Don't check timestamps when mixing down events. The timestamps are only checked when writing new events with the public API. This fixes an issue where qsynth would not receive midi events anymore. - Fix the jack_get_time() function, it was returning nano instead of micro seconds. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* snort3: upgrade 3.3.2.0 -> 3.3.3.0Yi Zhao2024-08-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog: https://github.com/snort3/snort3/releases/tag/3.3.3.0 * control: code cleanup * control: handle control commands after packet threads are fully initialised * daq: add outstanding packets counter * extractor: add flow hash key * file_api: max depth is set as part of initial config * file: remove unused variable in FileFlows destructor * filters: update dev_notes.txt with details for event_filter * flow: optimize timeout handling for different packet type * http_inspect: add peg counts for gzip, known-not-supported, and unknown * http_inspect: log normalized URI in extra data * ips_options: separate main thread pcre counts from packet threads stats * memory: account memory for profiler only when packet thread is involved * src: resolve various warnings * stream_tcp: make sure ports are correctly swapped when filling a meta-ACK packet Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnsmasq: set config dhcp6, broken-rtc by FEATURESJörg Sommer2024-08-161-1/+6
| | | | | | | | Some of the PACKAGECONFIG can be derived from the DISTRO_FEATURES and MACHINE_FEATURES. Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dnsmasq: Install conf example from upstream instead of our versionJörg Sommer2024-08-162-300/+1
| | | | | | | | Our version was copied 2011 and is out of date. The changes in the meantime affected only comments. Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keepalived: Make build reproducibleKhem Raj2024-08-152-0/+34
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-kivy: Remove buildpaths from comments in generated C sourcesKhem Raj2024-08-151-0/+7
| | | | | | | | | | | | | Cython does not provide a direct option to disable or customize the metadata written in the generated C files. The metadata includes information like the Cython version and absolute paths to the original Cython files, which can be problematic for doing reproducible builds Therefore edit out these comments from the cython generated C files they are nicely tucked between two known tags at the top of file. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ndisc: Remove buildpaths from binariesKhem Raj2024-08-151-0/+4
| | | | | | | | configure emits its arguments into binaries via PACKAGE_CONFIGURE_INVOCATION therefore edit the paths from this in generated config.h before it gets into binaries. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* botan: Make it reproducibleKhem Raj2024-08-151-4/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* proftpd: Upgrade to 1.3.8bKhem Raj2024-08-151-4/+10
| | | | | | Fix buildpaths QA Errors while here Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fvwm: Fix buildpaths QA ErrorsKhem Raj2024-08-151-0/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: Upgrade 3.2.4 -> 3.3.2Leon Anavi2024-08-151-1/+1
| | | | | | | | | | | | | | | | | Upgrade to release 3.3.2: - Restore support for soft-deprecated members of the typing module with python 3.13. - Fix a crash introduced in 3.3.0 involving invalid format strings. - Add support for Python 3.13. - Remove support for Python 3.8 (and constants PY38, PY39_PLUS, and PYPY_7_3_11_PLUS). - Add the __annotations__ attribute to the ClassDef object model. - Implement inference for JoinedStr and FormattedValue - Add support for ssl.OP_LEGACY_SERVER_CONNECT (new in Python 3.12) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-path: Upgrade 16.14.0 -> 17.0.0Leon Anavi2024-08-151-2/+2
| | | | | | | | | | | | Upgrade to release 17.0.0: - Removed deprecated behaviors. - Removed crufty manifest.in. - Removed crufty Dockerfile. - Moved tests to tests directory. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dirty-equals: Upgrade 0.7.1 -> 0.8.0Leon Anavi2024-08-151-2/+7
| | | | | | | | | | | | | | | Upgrade to release 0.8.0: - set requires-python to 3.8 - use zoneinfo instead of pytz where possible - No need to call datetime.replace for utc_now - Patch pprint to make pytest diffs nicer for big objects - uprev test, lint and docs dependencies - Support Python 3.13 - Uprev version Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* blueman: Fix buildpathe issue with cython generated codeKhem Raj2024-08-152-1/+40
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Markus Volk <f_l_k@t-online.de>
* libforms: Remove buildpaths from fd2ps and fdesign scriptsKhem Raj2024-08-151-0/+5
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* freediameter: Fix buildpaths QA errorKhem Raj2024-08-152-4/+44
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sharutils: Let POSIX_SHELL be overridable from environmentKhem Raj2024-08-152-0/+50
| | | | | | | This helps fix WARNING: sharutils-4.15.2-r0 do_package_qa: QA Issue: File /usr/bin/shar in package sharutils contains reference to TMPDIR Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lprng: Specify target paths for needed utilitiesKhem Raj2024-08-141-1/+3
| | | | | | | | | | | | pr,openssl,chown,chgrp are guessed during configure and they are found on host, sometimes under native sysroot and some under HOSTTOOLS which is not right, therefore point to target locations of these tools Fixes all errors like below File /usr/sbin/lprng_certs in package lprng contains reference to TMPDIR Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wolfssl: Add packageconfig for reproducible buildKhem Raj2024-08-141-0/+3
| | | | | | | | | Make this option turned on by default Fixes WARNING: wolfssl-5.7.2-r0 do_package_qa: QA Issue: File /usr/lib/libwolfssl.so.42.2.0 in package wolfssl contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* transmission: Upgrade to 4.0.6 releaseKhem Raj2024-08-141-3/+3
| | | | | | | Use external libpsl, this also avoids hardcoded buildpaths which gets into binaries due to inplace vendored libpsl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glibmm: Upgrade to 2.66.7 releaseKhem Raj2024-08-141-1/+1
| | | | | | | | Changes are here [1] [1] https://gitlab.gnome.org/GNOME/glibmm/-/commit/a33c12cb694a46f97fe46372e6a97a22bbcd601f#9f621eb5fd3bcb2fa5c7bd228c9b1ad42edc46c8 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* audit: upgrade 4.0.1 -> 4.0.2Yi Zhao2024-08-142-52/+1
| | | | | | | | | | | | | | | | | | | | ChangeLog: - Fix musl C builds - Many code cleanups - Use atomic variables if available for signal related flags - Dont rotate audit logs when auditd is in debug mode - Fix a couple memory leaks on error paths - Correct output when displaying rules with exe/path/dir - Fix auparse lookup test to not use the system libaupaurse - Improve auparse metrics - Update auparse normalizer for recent syscalls - Make status report uniform Drop 0001-Replace-__attribute_malloc__-with-__attribute__-__ma.patch as the issue has been fixed upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fastjsonschema: Upgrade 2.18.0 -> 2.20.0Leon Anavi2024-08-141-4/+1
| | | | | | | | | | | Upgrade to release 2.20.0. Added validations at compile time: - required must have unique items - checking if schema is not allowing required items (item is required, but is not listed in properties) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-soupsieve: Upgrade 2.5 -> 2.6Leon Anavi2024-08-141-2/+7
| | | | | | | | | | | | | | | Upgrade to release 2.6: - Add official support for Python 3.13. - Add support for & as scoping root per the CSS Nesting Module, Level 1. When & is used outside the context of nesting, it is treated as the scoping root (equivalent to :scope). - Improve error message when an unrecognized pseudo-class is used. License-Update: Update years. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-watchdog: Upgrade 4.0.1 -> 4.0.2Leon Anavi2024-08-141-1/+1
| | | | | | | | | | | | | | | | | Upgrade to release 4.0.2: - Add support for Python 3.13 - [core] Run ruff, apply several fixes - [core] Remove execution rights from events.py - [documentation] Update PatternMatchingEventHandler docstrings - [documentation] Simplify the quickstart example - [fsevents] Add missing event_filter keyword-argument to FSEventsObserver.schedule() - [utils] Fix a possible race condition in AutoRestartTrick - [watchmedo] Remove execution rights from watchmedo.py Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libosinfo: add runtime dependency osinfo-dbKai Kang2024-08-144-1/+96
| | | | | | | | | osinfo-db is required by libosinfo to list os info. So add the recipes osinfo-db and its dependency osinfo-db-tools-native. Then add osinfo-db to RDEPENDS of libosinfo. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* e2tools: Fix buildpaths QA warning in config.status in ptestKhem Raj2024-08-141-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Upgrade dbus-cxx to 2.5.2Robert Middleton2024-08-135-27/+65
| | | | | | | | | | | In addition, allow for other configuration options for dbus-cxx and split into different packages. SDK can now also be built with dbus-cxx tools, generally used to generate C++ interface code from DBus introspection files. This required adding cppgenerate in a new recipe for dependency purposes. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohttp: Upgrade 3.10.1 -> 3.10.3Leon Anavi2024-08-131-1/+1
| | | | | | | | | | | | | | | | | | Upgrade to release 3.10.3: - Fixed multipart reading when stream buffer splits the boundary over several read() calls - Fixed :py:class:aiohttp.TCPConnector doing blocking I/O in the event loop to create the SSLContext - Improved performance of :py:meth:~aiohttp.ClientWebSocketResponse.receive and :py:meth:~aiohttp.web.WebSocketResponse.receive when there is no timeout - Improved performance of starting request handlers with Python 3.12+ - Improved performance of HTTP keep-alive checks - Improved performance of generating random WebSocket mask Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: Upgrade 2.34.2 -> 2.35.0Leon Anavi2024-08-131-1/+1
| | | | | | | | | Upgrade to release 2.35.0: - Ensure video stream is closed when closing the pyAV plugin Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>