|
[meta-oe] [PATCH] dnfdragora: upgrade 2.1.2 -> 2.1.3
Changelog:
===========
This is a bug fixing release that contains the following changes
Changed widget weight to avoid wrong behavior and resizing limitations (see issue #206, issue #207 and
Changelog:
===========
This is a bug fixing release that contains the following changes
Changed widget weight to avoid wrong behavior and resizing limitations (see issue #206, issue #207 and
|
By
wangmy
·
#99093
·
|
|
[meta-oe] [PATCH] ctags: upgrade 5.9.20220925.0 -> 5.9.20221002.0
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../ctags/{ctags_5.9.20220925.0.bb => ctags_5.9.20221002.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../ctags/{ctags_5.9.20220925.0.bb => ctags_5.9.20221002.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
wangmy
·
#99092
·
|
|
[meta-networking][PATCH] strongswan: upgrade 5.9.7 -> 5.9.8
ChangeLog:
https://github.com/strongswan/strongswan/releases/tag/5.9.8
* Drop PACKAGECONFIG[scep] as scepclient has been removed.
* Add plugin-gcm to RDEPENDS as gcm plugin has been added to the
ChangeLog:
https://github.com/strongswan/strongswan/releases/tag/5.9.8
* Drop PACKAGECONFIG[scep] as scepclient has been removed.
* Add plugin-gcm to RDEPENDS as gcm plugin has been added to the
|
By
Yi Zhao
·
#99091
·
|
|
[meta-oe][PATCH] re2: fix branch name from master to main
re2 $ git branch -a --contains 166dbbeb3b0ab7e733b278e8f42a84f6882b8a25
* main
remotes/origin/HEAD -> origin/main
remotes/origin/main
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
re2 $ git branch -a --contains 166dbbeb3b0ab7e733b278e8f42a84f6882b8a25
* main
remotes/origin/HEAD -> origin/main
remotes/origin/main
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
|
By
Martin Jansa
·
#99090
·
|
|
[PATCH] [meta-oe] tio: correct license information
From: Michael Opdenacker <michael.opdenacker@...>
Source: https://github.com/tio/tio/blob/6618642acf28fec6d3e70ed75b50d4ce138ea08a/LICENSE
(corresponding to version 2.0, unchanged in latest
From: Michael Opdenacker <michael.opdenacker@...>
Source: https://github.com/tio/tio/blob/6618642acf28fec6d3e70ed75b50d4ce138ea08a/LICENSE
(corresponding to version 2.0, unchanged in latest
|
By
Michael Opdenacker
·
#99089
·
|
|
Re: [OE-core][dunfell][PATCH] CVE-2021-3638 QEMU: ati-vga: inconsistent check in ati_2d_blt() may lead to out-of-bounds write
Hi Vivek,
First of all, thanks for helping with CVEs!
Now for the feedback:
1. You sent this to the wrong list! It should be sent to
openembedded-core@...
2. A more standard
Hi Vivek,
First of all, thanks for helping with CVEs!
Now for the feedback:
1. You sent this to the wrong list! It should be sent to
openembedded-core@...
2. A more standard
|
By
Steve Sakoman
·
#99088
·
|
|
[OE-core][dunfell][PATCH] CVE-2021-3638 QEMU: ati-vga: inconsistent check in ati_2d_blt() may lead to out-of-bounds write
Source: https://lists.nongnu.org/archive/html/qemu-devel/2021-09/msg01682.html
MR: 116345
Type: Security Fix
Disposition: Backport from
Source: https://lists.nongnu.org/archive/html/qemu-devel/2021-09/msg01682.html
MR: 116345
Type: Security Fix
Disposition: Backport from
|
By
vkumbhar
·
#99087
·
|
|
[meta-python][PATCH 2/2] python3-imageio: Upgrade 2.22.0 -> 2.22.1
Upgrade to release 2.22.1:
- Raise ImportError when iio-ffmpeg is missing
- EXR spec
- Remove stale funding platform
Signed-off-by: Leon Anavi <leon.anavi@...>
---
Upgrade to release 2.22.1:
- Raise ImportError when iio-ffmpeg is missing
- EXR spec
- Remove stale funding platform
Signed-off-by: Leon Anavi <leon.anavi@...>
---
|
By
Leon Anavi
·
#99086
·
|
|
[meta-python][PATCH 1/2] python3-tabulate: Upgrade 0.8.10 -> 0.9.0
Upgrade to release 0.9.0:
- Migrate to pyproject.toml project layout (PEP 621).
- New output formats: `asciidoc`, various `*grid` and `*outline`
formats.
- New output features: vertical row
Upgrade to release 0.9.0:
- Migrate to pyproject.toml project layout (PEP 621).
- New output formats: `asciidoc`, various `*grid` and `*outline`
formats.
- New output features: vertical row
|
By
Leon Anavi
·
#99085
·
|
|
Re: [PATCH] opencv: fix reproducibility issues
Yes, there were ~30 of them earlier I think. This change fixes most of
them except this. I will send a separate change later to fix this last
one as well.
Thanks,
Anuj
Yes, there were ~30 of them earlier I think. This change fixes most of
them except this. I will send a separate change later to fix this last
one as well.
Thanks,
Anuj
|
By
Anuj Mittal
·
#99084
·
|
|
[meta-multimedia][PATCH] x265: support aarch64
If PIC is turned on, x265 works on aarch64.
Signed-off-by: S. Lockwood-Childs <sjl@...>
---
meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb | 3 ++-
1 file changed, 2 insertions(+), 1
If PIC is turned on, x265 works on aarch64.
Signed-off-by: S. Lockwood-Childs <sjl@...>
---
meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb | 3 ++-
1 file changed, 2 insertions(+), 1
|
By
S. Lockwood-Childs
·
#99083
·
|
|
Re: [PATCH] opencv: fix reproducibility issues
btw. I do see a QA warning, perhaps its not related to your change but
I thought it would be good to
btw. I do see a QA warning, perhaps its not related to your change but
I thought it would be good to
|
By
Khem Raj
·
#99082
·
|
|
[meta-networking][PATCH 1/1] chrony: correct parameter to configure to disable readline usage
The correct parameter to disable readline usage is --disable-readline
and not --without-readline.
See also chrony source
The correct parameter to disable readline usage is --disable-readline
and not --without-readline.
See also chrony source
|
By
Federico Pellegrin
·
#99081
·
|
|
[meta-networking][PATCH 1/1] chrony: add pkgconfig class as pkg-config is explicitly searched for
The configure script present in chrony will explicitly look for
pkg-config and without the pkgconfig class it will fail:
Checking for pkg-config : No
This then affects the possibility (via image
The configure script present in chrony will explicitly look for
pkg-config and without the pkgconfig class it will fail:
Checking for pkg-config : No
This then affects the possibility (via image
|
By
Federico Pellegrin
·
#99080
·
|
|
[meta-networking][PATCH 1/1] chrony: add pkgconfig class as pkg-config is explicitly searched for
The configure script present in chrony will explicitly look for
pkg-config and without the pkgconfig class it will fail:
Checking for pkg-config : No
This then affects the possibility (via image
The configure script present in chrony will explicitly look for
pkg-config and without the pkgconfig class it will fail:
Checking for pkg-config : No
This then affects the possibility (via image
|
By
Federico Pellegrin
·
#99079
·
|
|
[PATCH] opencv: fix reproducibility issues
Download and unpack contrib modules and other repositories in S instead
of WORKDIR so they don't escape file-prefix-map substitutions.
Fixes a number of reproducibility problems because of OpenCV
Download and unpack contrib modules and other repositories in S instead
of WORKDIR so they don't escape file-prefix-map substitutions.
Fixes a number of reproducibility problems because of OpenCV
|
By
Anuj Mittal
·
#99078
·
|
|
Re: [kirkstone] [PATCH 1/1] net-snmp: upgrade 5.9.1 -> 5.9.3
Hi Khem Raj,
Please ignore this patch, have sent again fresh patch with“[kirkstone]” in subject.
Best Regards,
Narpat Mali
Sent from Mail for Windows
Hi Khem Raj,
Please ignore this patch, have sent again fresh patch with“[kirkstone]” in subject.
Best Regards,
Narpat Mali
Sent from Mail for Windows
|
By
Narpat Mali
·
#99077
·
|
|
[kirkstone][PATCH 1/1] net-snmp: upgrade 5.9.1 -> 5.9.3
Upgrade summary:
----------------
- drop 0002-configure-fix-a-cc-check-issue.patch, as it was replaced with
upstream commit https://github.com/net-snmp/net-snmp/commit/dbb49acfa2af
- drop
Upgrade summary:
----------------
- drop 0002-configure-fix-a-cc-check-issue.patch, as it was replaced with
upstream commit https://github.com/net-snmp/net-snmp/commit/dbb49acfa2af
- drop
|
By
Narpat Mali
·
#99076
·
|
|
[meta-networking][dunfell][PATCH] networkmanager: Update to 1.22.16
Update network manager stable branch to last version, allowing to fix
CVE-2020-10754.
Signed-off-by: Mathieu Dubois-Briand <mbriand@...>
---
.../{networkmanager_1.22.10.bb =>
Update network manager stable branch to last version, allowing to fix
CVE-2020-10754.
Signed-off-by: Mathieu Dubois-Briand <mbriand@...>
---
.../{networkmanager_1.22.10.bb =>
|
By
Mathieu Dubois-Briand
·
#99075
·
|
|
Re: [meta-networking][dunfell][PATCH] networkmanager: Update to 1.22.16
Sorry, just saw I forgot the Signed-off-by in this patch, I will send it
again…
Also adding Armin Kuster to the discussion this time, as the maintainer
of meta-networking.
Best regards,
Mathieu
Sorry, just saw I forgot the Signed-off-by in this patch, I will send it
again…
Also adding Armin Kuster to the discussion this time, as the maintainer
of meta-networking.
Best regards,
Mathieu
|
By
Mathieu Dubois-Briand
·
#99074
·
|