summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* faad2: Upgrade 2.10.0 -> 2.11.1Marek Vasut2023-12-201-2/+2
| | | | | | | | | Update faad2 to latest 2.11.1 release. Use SRCREV matching tag 2.11.1 . Switch to cmake . Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "nodejs: backport (partially) python 3.12 support"Khem Raj2023-12-203-121/+1
| | | | This reverts commit f4bf27dbdb751aa146c9c23fc436358a2cc01d9b.
* redis: Create state directory in systemd serviceJoshua Watt2023-12-182-0/+2
| | | | | | | | Configures the systemd service file for redis to create the required state directory before redis starts. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rlp: upgrade 3.0.0 -> 4.0.0Leon Anavi2023-12-182-40/+5
| | | | | | | | | | | | Upgrade to version 4.0.0: - repr() now returns an evaluatable string, like MyRLPObj(my_int_field=1, my_str_field="a_str") - Convert .format strings to f-strings - Add autoflake linting and move config to pyproject.toml Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dominate: upgrade 2.8.0 -> 2.9.0Leon Anavi2023-12-182-23/+2
| | | | | | | | | | | | Upgrade to version 2.9.0: - Modernize setuptools support to use pyproject.toml - Remove brittle test Remove fix-ptests.patch as the issue has been solved upstream. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.128.4 -> 0.130.0Leon Anavi2023-12-181-1/+1
| | | | | | | | | | | | | | | | | | | Upgrade to version 0.130.0: - Make ServiceInfo aware of question history - Small speed up to ServiceInfo construction - Significantly improve efficiency of the ServiceBrowser scheduler - Small speed up to processing incoming records - Small performance improvement for converting time - Small performance improvement for ServiceInfo asking questions - Small performance improvement constructing outgoing questions - Scheduling race with the QueryScheduler - Ensure question history suppresses duplicates - Microsecond precision loss in the query handler - Ensure IPv6 scoped address construction uses the string cache Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sdbus: upgrade 0.11.0 -> 0.11.1Leon Anavi2023-12-181-1/+7
| | | | | | | | | | | | | | | | | | | | | | Upgrade to version 0.11.1: - Improved interface generator handling of multiple uppercase letters sequences. - Improved python formatting generated by interface code generator. - Added option --block to generate blocking interface code. - Fixed docstrings still being present even if python was configured with --without-doc-strings. - Fixed interface generator crashing when a rare write-only property is encountered. - Fixed async interfaces iterating over all members during initialization. - Fixed TypeError: Dbus type '\x00' is unknown being raised when trying to read from a message more than one time. - Fixed missing class body when generating code for interface without members. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mbedtls: Upgrade 3.5.0 -> 3.5.1Alex Kiernan2023-12-181-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Use canonical URL, add UPSTREAM_CHECK_GITTAGREGEX. Changes: Dave Rodgman (12): Header updates Fix some non-standard headers Update documentation Add Changelog for license Update license for p256-m README improvements to 3rdparty section assemble Changelog Fix typos in changelog Bump version Update BRANCHES Update Changelog with bugfix entry Add docs re Everest license David Horstmann (1): Fix 3rdparty target names for custom config License-update: Upstream clarified licensing as dual Apache-2.0 or GPL-2.0 or later Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mdns: Fix HOMEPAGE URLAlex Kiernan2023-12-181-1/+1
| | | | | | | The Apple Bonjour homepage has moved. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* paho-mqtt-cpp: upgrade 1.3.1 -> 1.3.2Wang Mingyu2023-12-181-3/+3
| | | | | | | | | | Changelog: ========== -Fixed generator expression for older CMake -Bad LWT message in async_publish.cpp sample. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crash: update to 8.0.4Frederic Martinsons2023-12-184-71/+1
| | | | | | | Remove backported commit. Signed-off-by: Frederic Martinsons <frederic.martinsons@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crash: add cross canadian versionFrederic Martinsons2023-12-181-0/+53
| | | | | Signed-off-by: Frederic Martinsons <frederic.martinsons@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crash: factorize recipe with inc file to prepare cross-canadian versionFrederic Martinsons2023-12-183-88/+94
| | | | | | | Suppress unused config-site.crash-7.0.9 Signed-off-by: Frederic Martinsons <frederic.martinsons@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sip: upgrade 6.8.0 -> 6.8.1Wang Mingyu2023-12-181-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* webkitgtk3: upgrade 2.42.2 -> 2.42.3Wang Mingyu2023-12-181-1/+1
| | | | | | | | | | | | | Changelog: =========== - Fix flickering while playing videos with DMA-BUF sink. - Fix color picker being triggered in the inspector when typing "tan". - Do not special case the "sans" font family name. - Fix build failure with libxml2 version 2.12.0 due to an API change. - Fix several crashes and rendering issues. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* strongswan: upgrade 5.9.12 -> 5.9.13Wang Mingyu2023-12-181-1/+1
| | | | | | | | | | | Changelog: - Fixes a regression with handling OCSP error responses and adds a new option to specify the length of nonces in OCSP requests. Also adds some other improvements for OCSP handling and fuzzers for OCSP requests/responses. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* networkmanager: add missing modemmanager rdependsThomas Perrot2023-12-181-1/+1
| | | | | | | Fix rdepends with modemmanager PACKAGECONFIG enabled. Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-software: update 45.1 -> 45.2Markus Volk2023-12-183-1/+540
| | | | | | | - add backport patches for appstream-1.0.0 support Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohue: upgrade 4.6.2 -> 4.7.0Leon Anavi2023-12-181-2/+2
| | | | | | | | | | | Upgrade to version 4.7.0: - Backward compatibility fix - Update project and CI - Update models for updated schema and new resource types Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cycler: upgrade 0.11.0 -> 0.12.1Leon Anavi2023-12-181-2/+2
| | | | | | | | | | Upgrade to version 0.12.1: - Addition of type hints. - Fixes the previous release not shipping the py.typed file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: upgrade 7.3.2 -> 7.3.3Leon Anavi2023-12-181-1/+1
| | | | | | | | | | | | | | | | | | Upgrade to version 7.3.3: - Fix: function definitions with multi-line signatures can now be excluded by matching any of the lines. - Fix: XML reports could fail with a TypeError if files had numeric components that were duplicates except for leading zeroes, like file1.py and file001.py. - The coverage annotate command used to announce that it would be removed in a future version. Enough people got in touch to say that they use it, so it will stay. Don't expect it to keep up with other new features though. - Added new debug options <cmd_run_debug> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yarl: upgrade 1.9.2 -> 1.9.4Leon Anavi2023-12-181-2/+7
| | | | | | | | | | | | | | | Upgrade to version 1.9.4: - Started raising :py:exc:TypeError when a string value is passed into :py:meth:~yarl.URL.build as the port argument -- by :user:commonism - The leading -- has been dropped from the :pep:517 in-tree build backend config setting names. --pure-python is now just pure-python - A step-by-step :doc:Release Guide <contributing/release_guide> guide has been added, describing how to release yarl Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-frozenlist: upgrade 1.4.0 -> 1.4.1Leon Anavi2023-12-181-2/+6
| | | | | | | | | | | | Upgrade to version 1.4.1: - Declared Python 3.12 and PyPy 3.8-3.10 supported officially in the distribution package metadata. - Replaced the packaging is replaced from an old-fashioned :file:setup.py to an in-tree :pep:517 build backend Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-expandvars: add recipeLeon Anavi2023-12-181-0/+10
| | | | | | | Add python3-expandvars to expand system variables Unix style. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: backport (partially) python 3.12 supportAlexander Kanavin2023-12-183-1/+121
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcamera: skip until upstream resolves python 3.12 compatibilityAlexander Kanavin2023-12-183-2/+2
| | | | | | | | I'd note that imp module has been deprecated for years, so that's what happens when deprecation warnings are ignored. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libplist: fix python 3.12 compatibilityAlexander Kanavin2023-12-182-0/+8
| | | | | | | | Ticket: https://github.com/libimobiledevice/libplist/issues/247 Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gstd: correctly delete files in do_installAlexander Kanavin2023-12-181-3/+3
| | | | | | | | gstd always installs these in /usr, so root_prefix would work only if usrmerge is in DISTRO_FEATURES. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: update 1.56.2 -> 1.59.3Alexander Kanavin2023-12-188-192/+46
| | | | | | | | | | | | | This is needed for python 3.12 compatibility. Drop 0001-direct_mmap-Use-off_t-on-linux.patch as issue resolved upstream. Other dropped patches are all due to the code being significantly refactored upstream; if the issues persist, please write updated patches. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pillow: remove unneeded distutils dependencyAlexander Kanavin2023-12-181-1/+0
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: remove unneeded distutils dependencyAlexander Kanavin2023-12-181-1/+0
| | | | | | | Nothing in the source tree requires it at runtime. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: remove unneeded distutils dependencyAlexander Kanavin2023-12-181-1/+0
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-unoconv: rely on setuptools to obtain distutils copyAlexander Kanavin2023-12-181-1/+1
| | | | | | | | The source contains: from distutils.version import LooseVersion Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eventlet: backport a patch to remove distutils dependencyAlexander Kanavin2023-12-182-1/+79
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyroute2: remove unused distutils dependencyAlexander Kanavin2023-12-181-1/+0
| | | | | | | It's not mentioned in source tree. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cppy: remove unused distutils dependencyAlexander Kanavin2023-12-181-1/+1
| | | | | | | It's not mentioned anywhere in source tree. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: remove distutils dependencyAlexander Kanavin2023-12-181-1/+0
| | | | | | | It's not mentioned in the source tree anymore. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-joblib: do not rely in distutilsAlexander Kanavin2023-12-181-1/+0
| | | | | | | | Upstream has removed the dependency as of 1.3.0: https://github.com/joblib/joblib/blob/master/CHANGES.rst Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-mcrypto: rely on setuptools for distutils copyAlexander Kanavin2023-12-181-1/+1
| | | | | | | | | It's still used in source tree: src/M2Crypto/__init__.py: from distutils.version import StrictVersion as Version Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-uinput: remove as unmaintainedAlexander Kanavin2023-12-184-94/+0
| | | | | | | | | Both homepage and downloads are gone, last release in 2016, still relies on distutils which is no longer available in python core as of 3.12. https://pypi.org/project/python-uinput/ Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-m2crypto: do not rely on smtpd moduleAlexander Kanavin2023-12-181-1/+0
| | | | | | | | It's not mentioned anywhere in source code, and python 3.12 has removed it. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-meld3: do not rely on smtpd moduleAlexander Kanavin2023-12-181-1/+0
| | | | | | | | It's not mentioned anywhere in source code, and python 3.12 has removed it. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-supervisor: do not rely on smtpd moduleAlexander Kanavin2023-12-181-1/+0
| | | | | | | | It's not mentioned anywhere in source code, and python 3.12 has removed it. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyinotify: remove as unmaintainedAlexander Kanavin2023-12-182-20/+0
| | | | | | | | | There hasn't been a release in years, and python 3.12 is no longer compatible as it has removed the smtpd module. https://github.com/seb-m/pyinotify Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pkcs11-helper: upgrade 1.29.0 -> 1.30.0Wang Mingyu2023-12-181-1/+1
| | | | | | | | | | | Changelog: =========== * core: add dynamic loader provider attribute * openssl: support DSA in libressl-3.5.0 * openssl: fix openssl_ex_data_dup prototype Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libei: upgrade 1.1.0 -> 1.2.0Wang Mingyu2023-12-181-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ifenslave: upgrade 2.13 -> 2.14Wang Mingyu2023-12-181-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gjs: upgrade 1.78.0 -> 1.78.1Wang Mingyu2023-12-181-1/+1
| | | | | | | | | | | | | Changelog: ========== * Gtk template signals cause a reference cycle that is not detected * Modules from resources may get loaded twice * docs: add examples for creating cairo image surfaces * Deadlocks between GJS GC and dconf gsettings when a setting value is changed * Gtk3: Fix leak in GtkBuilder template signal connections Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lvgl: upgrade 8.3.10 -> 8.3.11Wang Mingyu2023-12-181-1/+1
| | | | | | | | Changelog: https://docs.lvgl.io/8.3/CHANGELOG.html Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hwdata: upgrade 0.376 -> 0.377Wang Mingyu2023-12-181-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>