|
[meta-oe] sip3 sources not found
On kirkstone branch, for recipe sip3_4.19.23, it seems the upstream sources have been unpublished.
The only version available is version 4.19.25.
This causes an error at fetch step. Maybe the recipe
On kirkstone branch, for recipe sip3_4.19.23, it seems the upstream sources have been unpublished.
The only version available is version 4.19.25.
This causes an error at fetch step. Maybe the recipe
|
By
Aurélien Bertron
·
#97383
·
Edited
|
|
[meta-networking] Incorrect src branch for http-parser
Hello,
I am experiencing a bug on kirkstone branch: the http-parser recipe fetches its sources from github.com/nodejs/http-parser repo :
Problem: the branch is set to master but it does not exist
Hello,
I am experiencing a bug on kirkstone branch: the http-parser recipe fetches its sources from github.com/nodejs/http-parser repo :
Problem: the branch is set to master but it does not exist
|
By
Aurélien Bertron
·
#97382
·
|
|
Re: [meta-python][dunfell][PATCH 1/9] python3-pillow: Upgrade 6.2.1 -> 7.2.0
CVE-2019-19911 CVE-2020-10177 CVE-2020-10378 CVE-2020-10379
CVE-2020-10994 CVE-2020-11538 CVE-2020-35653 CVE-2020-35654
CVE-2020-35655 CVE-2020-5310 CVE-2020-5311 CVE-2020-5312
CVE-2020-5313
CVE-2019-19911 CVE-2020-10177 CVE-2020-10378 CVE-2020-10379
CVE-2020-10994 CVE-2020-11538 CVE-2020-35653 CVE-2020-35654
CVE-2020-35655 CVE-2020-5310 CVE-2020-5311 CVE-2020-5312
CVE-2020-5313
|
By
Ranjitsinh Rathod
·
#97381
·
|
|
Re: [meta-python][dunfell][PATCH 1/9] python3-pillow: Upgrade 6.2.1 -> 7.2.0
Hi Armin,
I understand that we are not upgrading versions on the LTS branch, but this series of upgrades fixing the below CVEs.
CVE-2019-19911 CVE-2020-10177 CVE-2020-10378 CVE-2020-10379
Hi Armin,
I understand that we are not upgrading versions on the LTS branch, but this series of upgrades fixing the below CVEs.
CVE-2019-19911 CVE-2020-10177 CVE-2020-10378 CVE-2020-10379
|
By
Ranjitsinh Rathod
·
#97380
·
|
|
[meta-python] [PATCH] python3-awesomeversion: upgrade 22.5.1 -> 22.5.2
Add dependeces: python3-profile python3-logging
Signed-off-by: Wang Mingyu <wangmy@...>
---
...someversion_22.5.1.bb => python3-awesomeversion_22.5.2.bb} | 4 +++-
1 file changed, 3
Add dependeces: python3-profile python3-logging
Signed-off-by: Wang Mingyu <wangmy@...>
---
...someversion_22.5.1.bb => python3-awesomeversion_22.5.2.bb} | 4 +++-
1 file changed, 3
|
By
wangmy
·
#97379
·
|
|
Re: [meta-python][dunfell][PATCH 1/9] python3-pillow: Upgrade 6.2.1 -> 7.2.0
This appears to be more than a bug fix only update. This series of changes are not suited for a stable release.
Thanks for thinking about this LTS release.
-armin
This appears to be more than a bug fix only update. This series of changes are not suited for a stable release.
Thanks for thinking about this LTS release.
-armin
|
By
Armin Kuster
·
#97378
·
|
|
[meta-python] [PATCH] python3-imageio: upgrade 2.19.2 -> 2.19.3
Changelog:
===========
Fix
----
Correctly read STK volumes in v3 (#805) (9b739ab)
Other
-----
Include py.typed in package (#815) (ba63485)
Add GA token (#814) (c9a2852)
Signed-off-by:
Changelog:
===========
Fix
----
Correctly read STK volumes in v3 (#805) (9b739ab)
Other
-----
Include py.typed in package (#815) (ba63485)
Add GA token (#814) (c9a2852)
Signed-off-by:
|
By
zhengruoqin
·
#97377
·
|
|
[meta-python] [PATCH] python3-googleapis-common-protos: upgrade 1.56.1 -> 1.56.2
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
...tos_1.56.1.bb => python3-googleapis-common-protos_1.56.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
...tos_1.56.1.bb => python3-googleapis-common-protos_1.56.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
zhengruoqin
·
#97376
·
|
|
[meta-python] [PATCH] python3-google-api-python-client: upgrade 2.48.0 -> 2.49.0
Changelog:
https://github.com/googleapis/google-api-python-client/releases/tag/v2.49.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
...ent_2.48.0.bb =>
Changelog:
https://github.com/googleapis/google-api-python-client/releases/tag/v2.49.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
...ent_2.48.0.bb =>
|
By
zhengruoqin
·
#97375
·
|
|
[meta-python] [PATCH] python3-cachetools: upgrade 5.1.0 -> 5.2.0
Changelog:
=========
Add cachetools.keys.methodkey().
Add cache_clear() function to decorators.
Add src directory to sys.path for Sphinx autodoc.
Modernize func wrappers.
Signed-off-by: Zheng
Changelog:
=========
Add cachetools.keys.methodkey().
Add cache_clear() function to decorators.
Add src directory to sys.path for Sphinx autodoc.
Modernize func wrappers.
Signed-off-by: Zheng
|
By
zhengruoqin
·
#97374
·
|
|
[meta-python] [PATCH] python3-lz4: upgrade 4.0.0 -> 4.0.1
From: Xu Huan <xuhuan.fnst@...>
Changelog:
Add flush method to LZ4FrameFile.
Signed-off-by: Xu Huan <xuhuan.fnst@...>
---
.../python/{python3-lz4_4.0.0.bb => python3-lz4_4.0.1.bb}
From: Xu Huan <xuhuan.fnst@...>
Changelog:
Add flush method to LZ4FrameFile.
Signed-off-by: Xu Huan <xuhuan.fnst@...>
---
.../python/{python3-lz4_4.0.0.bb => python3-lz4_4.0.1.bb}
|
By
xuhuan.fnst@fujitsu.com
·
#97373
·
|
|
[meta-python] [PATCH] python3-pyscaffold: upgrade 4.2.1 -> 4.2.2
From: Xu Huan <xuhuan.fnst@...>
Changelog:
=========
Update .github/workflows/ci.yml template, #637, #640
Change note in skeleton to emphasize it can be removed/renamed,
From: Xu Huan <xuhuan.fnst@...>
Changelog:
=========
Update .github/workflows/ci.yml template, #637, #640
Change note in skeleton to emphasize it can be removed/renamed,
|
By
xuhuan.fnst@fujitsu.com
·
#97372
·
|
|
[meta-python] [PATCH] python3-flask-socketio: upgrade 5.1.2 -> 5.2.0
From: Xu Huan <xuhuan.fnst@...>
Changelog:
==========
Better handling of message_queue connection argument #1130
More robust handling of to and room arguments of emit and send
From: Xu Huan <xuhuan.fnst@...>
Changelog:
==========
Better handling of message_queue connection argument #1130
More robust handling of to and room arguments of emit and send
|
By
xuhuan.fnst@fujitsu.com
·
#97371
·
|
|
[meta-python] [PATCH] python3-h5py: upgrade 3.6.0 -> 3.7.0
From: Xu Huan <xuhuan.fnst@...>
Signed-off-by: Xu Huan <xuhuan.fnst@...>
---
.../python/{python3-h5py_3.6.0.bb => python3-h5py_3.7.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1
From: Xu Huan <xuhuan.fnst@...>
Signed-off-by: Xu Huan <xuhuan.fnst@...>
---
.../python/{python3-h5py_3.6.0.bb => python3-h5py_3.7.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1
|
By
xuhuan.fnst@fujitsu.com
·
#97370
·
|
|
[meta-python] [PATCH] python3-mypy: upgrade 0.950 -> 0.960
From: Xu Huan <xuhuan.fnst@...>
Signed-off-by: Xu Huan <xuhuan.fnst@...>
---
.../python/{python3-mypy_0.950.bb => python3-mypy_0.960.bb} | 2 +-
1 file changed, 1 insertion(+), 1
From: Xu Huan <xuhuan.fnst@...>
Signed-off-by: Xu Huan <xuhuan.fnst@...>
---
.../python/{python3-mypy_0.950.bb => python3-mypy_0.960.bb} | 2 +-
1 file changed, 1 insertion(+), 1
|
By
xuhuan.fnst@fujitsu.com
·
#97369
·
|
|
Re: [meta-python][dunfell][PATCH 8/9] python3-pillow: fix wheel build
Nacked-by: Tim Orling <ticotimo@...>
NO. We do not do version upgrades in stable branches and the wheel infrastructure is only supported in 'kirkstone'+.
You can create a mixin layer for the upgrade
Nacked-by: Tim Orling <ticotimo@...>
NO. We do not do version upgrades in stable branches and the wheel infrastructure is only supported in 'kirkstone'+.
You can create a mixin layer for the upgrade
|
By
Tim Orling
·
#97368
·
|
|
[meta-python][dunfell][PATCH 9/9] python3-pillow: upgrade 9.0.0 -> 9.0.1
From: Xu Huan <xuhuan.fnst@...>
changelog:
In show_file, use os.remove to remove temporary images. CVE-2022-24303
Restrict builtins within lambdas for ImageMath.eval.
From: Xu Huan <xuhuan.fnst@...>
changelog:
In show_file, use os.remove to remove temporary images. CVE-2022-24303
Restrict builtins within lambdas for ImageMath.eval.
|
By
Ranjitsinh Rathod
·
#97367
·
|
|
[meta-python][dunfell][PATCH 8/9] python3-pillow: fix wheel build
From: Tim Orling <ticotimo@...>
Recipe does not inherit pypi nor would PN resolve to the name of the
wheel so we must set PIP_INSTALL_PACKAGE appropriately.
The recipe also builds its wheel in
From: Tim Orling <ticotimo@...>
Recipe does not inherit pypi nor would PN resolve to the name of the
wheel so we must set PIP_INSTALL_PACKAGE appropriately.
The recipe also builds its wheel in
|
By
Ranjitsinh Rathod
·
#97366
·
|
|
[meta-python][dunfell][PATCH 7/9] python3-pillow: Upgrade 8.3.2 -> 9.0.0
From: Leon Anavi <leon.anavi@...>
Upgrade to release 9.0.0:
- Restrict builtins for ImageMath.eval()
- Ensure JpegImagePlugin stops at the end of a truncated file
- Fixed ImagePath.Path
From: Leon Anavi <leon.anavi@...>
Upgrade to release 9.0.0:
- Restrict builtins for ImageMath.eval()
- Ensure JpegImagePlugin stops at the end of a truncated file
- Fixed ImagePath.Path
|
By
Ranjitsinh Rathod
·
#97365
·
|
|
[meta-python][dunfell][PATCH 6/9] python3-pillow: upgrade 8.3.1 -> 8.3.2
From: Trevor Gamblin <trevor.gamblin@...>
From the release notes:
- CVE-2021-23437: Avoid a potential ReDoS (regular expression denial
of service) in ImageColor’s getrgb() by raising
From: Trevor Gamblin <trevor.gamblin@...>
From the release notes:
- CVE-2021-23437: Avoid a potential ReDoS (regular expression denial
of service) in ImageColor’s getrgb() by raising
|
By
Ranjitsinh Rathod
·
#97364
·
|