summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python3-isodate: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+1
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-isodate: stop using PYTHON_PNBartosz Golaszewski2023-06-241-1/+1
| | | | | | | We no longer support python2 so use python3 explicitly. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-isort: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+2
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-isort: fix coding styleBartosz Golaszewski2023-06-241-7/+7
| | | | | | | Stop using PYTHON_PN and fix white spaces. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-user: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+3
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-user: fix coding styleBartosz Golaszewski2023-06-241-4/+6
| | | | | | | | Stop using PYTHON_PN, make indentation and line breaks consistent and order dependencies alphabetically. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-et-xmlfile: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+1
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-et-xmlfile: fix coding styleBartosz Golaszewski2023-06-241-1/+6
| | | | | | | Don't use PYTHON_PN and split RDEPENDS into multiple lines. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ecdsa: don't install testsBartosz Golaszewski2023-06-241-0/+4
| | | | | | | | If we don't want to pull python3-unittest at run-time then we must not install test packages. This recipe doesn't provide ptest anyway. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-path: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+4
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-path: fix coding styleBartosz Golaszewski2023-06-241-4/+4
| | | | | | | Stop using PYTHON_PN and make indentation consistent. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-paramiko: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+1
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-paramiko: stop using PYTHON_PNBartosz Golaszewski2023-06-241-5/+5
| | | | | | | | We no longer support python2 so stop using PYTHON_PN and use python3 explicitly. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pako: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+7
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-padatious: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+8
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pywbem: add missing run-time dependenciesBartosz Golaszewski2023-06-241-0/+2
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pywbem: order RDEPENDS alphabeticallyBartosz Golaszewski2023-06-241-2/+2
| | | | | | | Order run-time dependencies for clarity. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pywbem: don't use PYTHON_PNBartosz Golaszewski2023-06-241-17/+17
| | | | | | | We no longer support python2. Drop PYTHON_PN and use python3 explicitly. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pywbem: drop unneeded class from RDEPENDSBartosz Golaszewski2023-06-241-1/+1
| | | | | | | | The native package has the same dependencies. Even if normally they are satisfied by python3-native, we should still use a global RDEPENDS. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pywbemtools: remove build-time dependenciesBartosz Golaszewski2023-06-241-7/+0
| | | | | | | None of these are required at build-time. Remove them. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: Revert fix runtime dependenciesSandeep Gundlupet Raju2023-06-221-1/+1
| | | | | | | | | | | This reverts commit 0abf5af3ffd3d13c009a8ffcd5a6f045c36be837 libopencv-ts package is not empty and libopencv_ts libraries are not all installed in the -dev package, these libraries are needed for sdk development listed in opencv4.pc file. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rasdaemon: upgrade to 0.8.0Beniamin Sandu2023-06-222-37/+2
| | | | | | | | * drop the strerror_r patch as it's now included * now builds with out-of-tree libtraceevent Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* zeromq: consider license exception over LGPL-3.0Remi Peuvergne2023-06-221-1/+1
| | | | | | | | | | | MJ: v1 was already merged before LGPLv3+ was dropped from LICENSE based on https://lists.openembedded.org/g/openembedded-devel/message/103320 causing: ERROR: QA Issue: Recipe LICENSE includes obsolete licenses LGPLv3+ [obsolete-license] Signed-off-by: Remi Peuvergne <remi.peuvergne@non.se.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postfix: remove 2nd Upstream-StatusMartin Jansa2023-06-221-2/+0
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ristretto: Upgrade to 0.13.1 releaseKhem Raj2023-06-221-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* *.patch: add Upstream-Status to all patchesMartin Jansa2023-06-21551-0/+1104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* postfix: fix malformed Upstream-StatusMartin Jansa2023-06-212-2/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: fix malformed Upstream-StatusMartin Jansa2023-06-211-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* asio: fix malformed Upstream-StatusMartin Jansa2023-06-211-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Upgrade 2023.3 -> 2023.4Alex Kiernan2023-06-203-37/+32
| | | | | | | Drop upstreamed gpg_strerror_r fix. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mbedtls: add support for v3.xBeniamin Sandu2023-06-191-0/+85
| | | | | | | | | | Version 3.4.0 adds a lot of improvements and fixes (a notable one being initial support for PKCS7 CMS), but since this is a pretty big jump, let's keep both versions for a while, so the v2.x users can upgrade to 3.x in a timely manner if needed. Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mdns: remove unneeded headersBeniamin Sandu2023-06-192-0/+34
| | | | | Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* syzkaller: Upgrade to latest tip of trunkKhem Raj2023-06-193-11/+44
| | | | | | | - Enable cgo with this version - Fix build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rdfind: upgrade 1.5.0 -> 1.6.0Wang Mingyu2023-06-195-134/+13
| | | | | | | | | | | | | 0001-configure-Fix-check-for-AC_CHECK_LIB.patch 0001-include-standard-headers-limits-and-cstdint.patch 0001-configure.ac-fix-C-11-support-check.patch removed since they're included in 1.6.0 Changelog: add sha512 support Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* strongswan: upgrade 5.9.10 -> 5.9.11Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - A deadlock in the vici plugin has been fixed that could get triggered when multiple connections were initiated/terminated concurrently and control-log events were raised by the watcher_t component. - CRLs have to be signed by a certificate that has the cRLSign keyUsage bit encoded (even if it's a CA), or a CA certificate without keyUsage extension. - Optional CA labels in EST server URIs are supported by `pki --est/estca`. - CMS-style signatures in PKCS#7 containers are supported by the pkcs7 and openssl plugins, which allows verifying RSA-PSS and ECDSA signatures. - Fixed a regression in the server implementation of EAP-TLS with TLS 1.2 or earlier that was introduced with 5.9.10. - Ensure the TLS handshake is complete in the EAP-TLS client with TLS <= 1.2. - kernel-libipsec can process raw ESP packets on Linux (disabled by default) and gained support for trap policies. - The dhcp plugin uses an alternate method to determine the source address for unicast DHCP requests that's not affected by interface filtering. - Certificate and trust chain selection as initiator has been improved in case the local trust chain is incomplete and an unrelated certreq is received. - ECDSA and EdDSA keys in IPSECKEY RRs are supported by the ipseckey plugin. - To bypass tunnel mode SAs/policies, the kernel-wfp plugin installs bypass policies also on the FWPM_SUBLAYER_IPSEC_TUNNEL sublayer. - Stale OCSP responses are now replace in-place in the certificate cache. - Fixed parsing of SCEP server capabilities by `pki --scep/scepca`. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.64.1 -> 0.68.0Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | | | Changelog: ========== Reduce overhead to handle queries and responses (#1184) (81126b7) Speed up answering incoming questions (#1186) (8f37665) Optimize construction of outgoing dns records (#1182) (fc0341f) Reduce overhead to enumerate ip addresses in ServiceInfo (#1181) (6a85cbf) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmodem: upgrade 0.4.6 -> 0.4.7Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | | | | | Changelog: ========== bugfix: stall on some kinds of error in recv(), PR #56 bugfix: sequence number miscalculation in send(), PR #52 enhancement: callback function added for recv() method, PR #53 bugfix: receiving empty file and stall condition in recv(), PR #50 bugfix: callback is now called for some kinds of errors and some CLI fixes, 8a798e8 bugfix: remove DepreactionWarning for logging.warn(), PR #49 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: upgrade 2.3.0 -> 2.3.1Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | Changelog: ========== Meta-schema elements and groups ignore xsi:type attributes (issue #350) Use the meta-schemas only for validating XSD sources otherwise create dummy schemas Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ujson: upgrade 5.7.0 -> 5.8.0Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | | | | | | | | | | Changelog: ========== Added -------- Build wheel for Python 3.12 beta (built against 3.12.0b2) Changed -------- Drop support for Python 3.7 Fixed -------- Include BSD-3-Clause and TCL license text Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-robotframework: upgrade 6.0.2 -> 6.1Wang Mingyu2023-06-191-1/+1
| | | | | | | | Changelog: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-6.1.rst Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rich: upgrade 13.4.1 -> 13.4.2Wang Mingyu2023-06-191-1/+1
| | | | | | | | | Changelog: ========== Relaxed markdown-it-py dependency Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyproj: upgrade 3.5.0 -> 3.6.0Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | | | | | | Changelog: ========== WHL: Wheels contain PROJ 9.2.1 DEP: Minimum supported Python version 3.9 ENH: Add CRS.to_2d() ENH: Added allow_superseded kwargs to TransformerGroup ENH: Added parameter output_axis_rule to CRS.to_wkt BUG: fix Geod.npts NaN handling MNT: Use pyproject.toml for project metadata Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.23.2 -> 4.23.3Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ========== C++ ------ Regenerate stale files (#13046) (58b6ddb) Use the same ABI for static and shared libraries on non-Windows platforms (#12983) (efa1ec7) Objective-C ----------- Regenerate stale files (#13046) (58b6ddb) UPB (Python/PHP/Ruby C-Extension) ---------------------------------- Fixed a bug in upb_Map_Delete() that caused crashes in map.delete(k) for Ruby when string-keyed maps were in use. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.31.0 -> 2.31.1Wang Mingyu2023-06-191-1/+1
| | | | | | | | | Changelog: ========== Match ExIf orientation tag behavior to ExIf spec in pillow(#983) (953029b) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.19.1 -> 2.20.0Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | | | | | | | | Changelog: =========== Features --------- Add public API load_credentials_from_dict (#1326) (5467ad7) Bug Fixes --------- Expiry in compute_engine.IDTokenCredentials (#1327) (56a6159), closes #1323 Expiry in impersonated_credentials.IDTokenCredentials (#1330) (d1b887c) Invalid dev version identifiers in setup.py (#1322) (a9b8f12), closes #1321 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-googleapis-common-protos: upgrade 1.59.0 -> 1.59.1Wang Mingyu2023-06-191-1/+1
| | | | | | | | | Changelog: ========== Invalid dev version identifiers in setup.py Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.88.0 -> 2.89.0Wang Mingyu2023-06-191-1/+1
| | | | | | | | | Changelog: ========== Remove faulty version matcher in setup.py (#2152) (0a865da), closes #2151 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-core: upgrade 2.11.0 -> 2.11.1Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | Bug Fixes ========== Add actionable errors for GCE long running operations Invalid dev version identifiers in setup.py Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-elementpath: upgrade 4.1.2 -> 4.1.3Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | Changelog: ========= Fix XP30+ fn:path (issue #67) Fix weak tests (issues #64 and #66) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-croniter: upgrade 1.3.15 -> 1.4.1Wang Mingyu2023-06-191-1/+1
| | | | | | | | | | Changelog: =========== Make a retrocompatible version of 1.4.0 change about supporting VIXIECRON bug. Added "implement_cron_bug" flag to make the cron parser compatible with a bug in Vixie/ISC Cron Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>