|
[meta-oe][ 1/1] fluentbit Upgrade to 1.3.5 -> 1.9.6
Signed-off-by: Paulo Neves <ptsneves@...>
---
...t-Do-not-use-private-makefile-target.patch | 68 +++++++++++++++
...nit-install-location-with-SYSTEM_DIR.patch | 28 -------
Signed-off-by: Paulo Neves <ptsneves@...>
---
...t-Do-not-use-private-makefile-target.patch | 68 +++++++++++++++
...nit-install-location-with-SYSTEM_DIR.patch | 28 -------
|
By
Paulo Neves
·
#98034
·
|
|
[meta-oe][master][kirkstone][PATCH] polkit: Add --shell /bin/nologin to polkitd user
polkitd user has default access to /bin/sh, add --shell /bin/nologin
to remove default access to /bin/sh and avoid login through it.
Signed-off-by: Akash Hadke <akash.hadke@...>
---
polkitd user has default access to /bin/sh, add --shell /bin/nologin
to remove default access to /bin/sh and avoid login through it.
Signed-off-by: Akash Hadke <akash.hadke@...>
---
|
By
akash hadke
·
#98033
·
|
|
Re: [yocto] [meta-zephyr][PATCH v2] zephyr-kernel-src: bump the v3 version to v3.1.0
By
Naveen Saini
·
#98032
·
|
|
Re: [meta-python][PATCH v1] python3-pystemd: Upgrade 0.8.0 -> 0.10.0:
>> -SRC_URI[md5sum] = "f993739eca645749f18d4ccfd4a0fbf3"
>> -SRC_URI[sha256sum] = "cac2e42043ab28d43adf33dab493c6a3cf8a99794f824ae8af6d9cd6458b9972"
>> +SRC_URI[md5sum] =
>> -SRC_URI[md5sum] = "f993739eca645749f18d4ccfd4a0fbf3"
>> -SRC_URI[sha256sum] = "cac2e42043ab28d43adf33dab493c6a3cf8a99794f824ae8af6d9cd6458b9972"
>> +SRC_URI[md5sum] =
|
By
Johannes Schneider
·
#98031
·
|
|
[meta-python][PATCH v2] python3-pystemd: Upgrade 0.8.0 -> 0.10.0:
most important fix: version 0.8.0 errors out on dbus-lib interaction,
which is fixed with the most recent commit
505e2b5 (tag: v.0.10.0) add interactive_authorization options for buses
2d90700
most important fix: version 0.8.0 errors out on dbus-lib interaction,
which is fixed with the most recent commit
505e2b5 (tag: v.0.10.0) add interactive_authorization options for buses
2d90700
|
By
Johannes Schneider
·
#98030
·
|
|
Re: [meta-python] [PATCH] python3-pyaudio: upgrade 0.2.11 -> 0.2.12
This fails to build with musl see
https://errors.yoctoproject.org/Errors/Details/663060/
<xuhuan.fnst@...> wrote:
This fails to build with musl see
https://errors.yoctoproject.org/Errors/Details/663060/
<xuhuan.fnst@...> wrote:
|
By
Khem Raj
·
#98029
·
|
|
[meta-python] [PATCH] python3-xmlschema: upgrade 1.11.3 -> 2.0.1
Changelog:
==========
Remove warnings during the build of the package using package_data specs in setup.py
Fix decoding with process_namespaces=False and xsi:type in XML instance
Refactor
Changelog:
==========
Remove warnings during the build of the package using package_data specs in setup.py
Fix decoding with process_namespaces=False and xsi:type in XML instance
Refactor
|
By
wangmy
·
#98028
·
|
|
[PATCH] [oe] [meta-python] [PATCH] python3-werkzeug: upgrade 2.1.2 -> 2.2.0
Add dependence python3-markupsafe
Changelog:
==========
- Deprecated get_script_name, get_query_string, peek_path_info, pop_path_info,
and extract_path_info. #2461
- Remove previously deprecated
Add dependence python3-markupsafe
Changelog:
==========
- Deprecated get_script_name, get_query_string, peek_path_info, pop_path_info,
and extract_path_info. #2461
- Remove previously deprecated
|
By
wangmy
·
#98027
·
|
|
[PATCH] [oe] [meta-python] [PATCH] python3-sh: upgrade 1.14.2 -> 1.14.3
bugfix where Command was not aware of default call args when wrapping the module
Add dependence python3-fcntl
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../python/{python3-sh_1.14.2.bb =>
bugfix where Command was not aware of default call args when wrapping the module
Add dependence python3-fcntl
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../python/{python3-sh_1.14.2.bb =>
|
By
wangmy
·
#98026
·
|
|
[meta-python] [PATCH] python3-rsa: upgrade 4.8 -> 4.9
Changelog:
==========
Remove debug logging from rsa/key.py (#194).
Remove overlapping slots in PrivateKey and PublicKey. (#189).
Do not include CHANGELOG/LICENSE/README.md in wheel
Changelog:
==========
Remove debug logging from rsa/key.py (#194).
Remove overlapping slots in PrivateKey and PublicKey. (#189).
Do not include CHANGELOG/LICENSE/README.md in wheel
|
By
wangmy
·
#98025
·
|
|
[meta-python] [PATCH] python3-regex: upgrade 2022.7.9 -> 2022.7.24
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../{python3-regex_2022.7.9.bb => python3-regex_2022.7.24.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../{python3-regex_2022.7.9.bb => python3-regex_2022.7.24.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
wangmy
·
#98024
·
|
|
[meta-python] [PATCH] python3-pyscaffold: upgrade 4.2.3 -> 4.3
Changelog:
==========
- Removed wheel from the set of build dependencies in pyproject.toml (it is
redundant since setuptools already includes it), PR #652.
- Updated freebsd configuration in
Changelog:
==========
- Removed wheel from the set of build dependencies in pyproject.toml (it is
redundant since setuptools already includes it), PR #652.
- Updated freebsd configuration in
|
By
wangmy
·
#98023
·
|
|
[meta-python] [PATCH] python3-pymongo: upgrade 4.1.1 -> 4.2.0
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../{python3-pymongo_4.1.1.bb => python3-pymongo_4.2.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../{python3-pymongo_4.1.1.bb => python3-pymongo_4.2.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
wangmy
·
#98022
·
|
|
[meta-python] [PATCH] python3-elementpath: upgrade 2.5.3 -> 3.0.1
Changelog:
==========
Fix of descendant path operator (issue #51)
Add support for Python 3.11
Signed-off-by: Wang Mingyu <wangmy@...>
---
...ython3-elementpath_2.5.3.bb =>
Changelog:
==========
Fix of descendant path operator (issue #51)
Add support for Python 3.11
Signed-off-by: Wang Mingyu <wangmy@...>
---
...ython3-elementpath_2.5.3.bb =>
|
By
wangmy
·
#98021
·
|
|
Re: [meta-networking][PATCH] sshpass: add recipe
There are newer version in some layers on layerindex e.g.
https://layers.openembedded.org/layerindex/recipe/106509/
perhaps use that as starting point.
There are newer version in some layers on layerindex e.g.
https://layers.openembedded.org/layerindex/recipe/106509/
perhaps use that as starting point.
|
By
Khem Raj
·
#98020
·
|
|
Re: [meta-networking][PATCH] sshpass: add recipe
Don't think we need PR.
Can we combine both files?
Don't think we need PR.
Can we combine both files?
|
By
Armin Kuster
·
#98019
·
|
|
[meta-networking][PATCH] sshpass: add recipe
From: Ioan-Adrian Ratiu <adrian.ratiu@...>
Needed for automating ssh logins, used in auto-tests.
Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@...>
Signed-off-by: Mike Petersen
From: Ioan-Adrian Ratiu <adrian.ratiu@...>
Needed for automating ssh logins, used in auto-tests.
Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@...>
Signed-off-by: Mike Petersen
|
By
Mike Petersen
·
#98018
·
|
|
Re: [meta-python] [PATCH] python3-absl: upgrade 1.1.0 -> 1.2.0
Hi Zheng
Your emails come out with skewed time e.g. this email shows up from July 22 but it came in today July 27, please fix your system time on the machine you use to send these emails. It makes it
Hi Zheng
Your emails come out with skewed time e.g. this email shows up from July 22 but it came in today July 27, please fix your system time on the machine you use to send these emails. It makes it
|
By
Khem Raj
·
#98017
·
|
|
Re: [PATCH] python: add Pydantic data validation package
Hi Clément
this should be RDEPENDS:${PN}
md5sums are not needed anymore for SRC_URI
Hi Clément
this should be RDEPENDS:${PN}
md5sums are not needed anymore for SRC_URI
|
By
Khem Raj
·
#98016
·
|
|
Re: [meta-python][PATCH v1] python3-pystemd: Upgrade 0.8.0 -> 0.10.0:
We dont need md5sums for SRC_URI anymore
We dont need md5sums for SRC_URI anymore
|
By
Khem Raj
·
#98015
·
|