|
[PATCH] libssh2: Upgrade to v1.11.0
2 messages
Changes: Update license checksum: change in copyright year. Remove patch fixed by upstream. Disable rpath, hardcoded rpath failed curl-native build. Adjust ptests. Signed-off-by: Sudip Mukherjee <sudi
Changes: Update license checksum: change in copyright year. Remove patch fixed by upstream. Disable rpath, hardcoded rpath failed curl-native build. Adjust ptests. Signed-off-by: Sudip Mukherjee <sudi
|
By
Sudip Mukherjee
·
|
|
[PATCH v2 2/2] testimage: implement test artifacts retriever for failing tests
6 messages
Add a basic artifacts retrievers in testimage class which: - triggers when at least one runtime test fails but tests execution encountered no major issue - reads a list of paths to retrieve from TESTI
Add a basic artifacts retrievers in testimage class which: - triggers when at least one runtime test fails but tests execution encountered no major issue - reads a list of paths to retrieve from TESTI
|
By
Alexis Lothoré
·
|
|
[PATCH 1/3] image_types: use IMAGE_FILE_MAXSIZE variable for ext2/3/4 image types
2 messages
If defined, this variable value overrides the size of ext* partition file created by mkfs. Otherwise previous logic based on ROOTFS_SIZE variable is used. It should be set when the final file size wou
If defined, this variable value overrides the size of ext* partition file created by mkfs. Otherwise previous logic based on ROOTFS_SIZE variable is used. It should be set when the final file size wou
|
By
Charles-Antoine Couret
·
|
|
[kirkstone][PATCH] curl: Correction for CVE-2023-27536
From: Omkar Patil <omkar.patil@...> Correction of backport link inside the patch with correct commit link as below Link: https://github.com/curl/curl/commit/cb49e67303dbafbab1cebf4086e3ec15b7d56ee5 Si
From: Omkar Patil <omkar.patil@...> Correction of backport link inside the patch with correct commit link as below Link: https://github.com/curl/curl/commit/cb49e67303dbafbab1cebf4086e3ec15b7d56ee5 Si
|
By
Sourav Kumar Pramanik
·
|
|
Drafting a fetcher for kernelcves
2 messages
Hello all, I'm drafting a fetcher for kernelcves (https://github.com/nluedtke/linux_kernel_cves/) and the data conflicts in a certain way with cve-extra-exclusions.inc. With multiple fetchers we'll ne
Hello all, I'm drafting a fetcher for kernelcves (https://github.com/nluedtke/linux_kernel_cves/) and the data conflicts in a certain way with cve-extra-exclusions.inc. With multiple fetchers we'll ne
|
By
Marta Rybczynska
·
|
|
[PATCH 0/3] image_types: use IMAGE_FILE_MAXSIZE variable to create fixed partition size
2 messages
In case of fixed partitionning where the rootfs partition can't exceed an amount of bytes, there is currently no automatic and no generic way to have this requirement met in any case. Until now, ROOTF
In case of fixed partitionning where the rootfs partition can't exceed an amount of bytes, there is currently no automatic and no generic way to have this requirement met in any case. Until now, ROOTF
|
By
Charles-Antoine Couret
·
|
|
[mickledore][PATCH 2/2] linux-yocto: move build / debug dependencies to .inc
From: Bruce Ashfield <bruce.ashfield@...> When the architecture and debug specific build and runtime dependencies were introduced, they were only applicable to "newer" kernel versions and were enabled
From: Bruce Ashfield <bruce.ashfield@...> When the architecture and debug specific build and runtime dependencies were introduced, they were only applicable to "newer" kernel versions and were enabled
|
By
Xiangyu Chen
·
|
|
[mickledore][PATCH 1/2] kernel: don't force PAHOLE=false
From: Bruce Ashfield <bruce.ashfield@...> If a specific kernel provider or configuration wants to enable BTF and pahole analysis, it isn't currently possible due to the explicit definition to false in
From: Bruce Ashfield <bruce.ashfield@...> If a specific kernel provider or configuration wants to enable BTF and pahole analysis, it isn't currently possible due to the explicit definition to false in
|
By
Xiangyu Chen
·
|
|
[PATCH] fixup! fix: reproducible builds for initramfs and UKI img
3 messages
The failure happens because `touch` doesn't create a file if called with the no-dereference option `-h`. Removing `-h` from affected touch command. Signed-off-by: Frieder Paape <frieder@...> --- meta/
The failure happens because `touch` doesn't create a file if called with the no-dereference option `-h`. Removing `-h` from affected touch command. Signed-off-by: Frieder Paape <frieder@...> --- meta/
|
By
Frieder Paape
·
|
|
[PATCH v4] qemu: Split the qemu package
From: Mingli Yu <mingli.yu@...> Currently all files as below packaged into one package such as qemu-7.2.0-*.rpm. After the qemu package installed on the target, it will take up about 464M which includ
From: Mingli Yu <mingli.yu@...> Currently all files as below packaged into one package such as qemu-7.2.0-*.rpm. After the qemu package installed on the target, it will take up about 464M which includ
|
By
Yu, Mingli
·
|
|
[PATCH v3] qemu: Split the qemu package
5 messages
From: Mingli Yu <mingli.yu@...> Currently all files as below packaged into one package such as qemu-7.2.0-*.rpm. After the qemu package installed on the target, it will take up about 464M which includ
From: Mingli Yu <mingli.yu@...> Currently all files as below packaged into one package such as qemu-7.2.0-*.rpm. After the qemu package installed on the target, it will take up about 464M which includ
|
By
Yu, Mingli
·
|
|
[PATCH v2 1/2] oeqa/target/ssh: update options for SCP
By default scp expects files. Passing -r option allows to copy directories too Signed-off-by: Alexis Lothoré <alexis.lothore@...> --- Changes since v1: - drop legacy scp protocol option --- meta/lib/o
By default scp expects files. Passing -r option allows to copy directories too Signed-off-by: Alexis Lothoré <alexis.lothore@...> --- Changes since v1: - drop legacy scp protocol option --- meta/lib/o
|
By
Alexis Lothoré
·
|
|
[PATCH v2 0/2] add failed tests artifacts retriever
This series is a proposal to bring in an "artifact retriever" to ease debugging when some runtime tests fails. This is a follow-up to the initial version ([1]) and its corresponding RFC ([2]), which i
This series is a proposal to bring in an "artifact retriever" to ease debugging when some runtime tests fails. This is a follow-up to the initial version ([1]) and its corresponding RFC ([2]), which i
|
By
Alexis Lothoré
·
|
|
[RFC][PATCH 3/3] testimage: implement test artifacts retriever for failing tests
8 messages
Add a basic artifacts retrievers in testimage class which: - triggers when at least one runtime test fails - reads a list of files to retrieve from ARTIFACTS_LIST_PATH - retrieve those files over scp
Add a basic artifacts retrievers in testimage class which: - triggers when at least one runtime test fails - reads a list of files to retrieve from ARTIFACTS_LIST_PATH - retrieve those files over scp
|
By
Alexis Lothoré
·
|
|
[PATCH] perl: fix CVE-2023-31484
5 messages
CPAN.pm before 2.35 does not verify TLS certificates when downloading distributions over HTTPS. Signed-off-by: Soumya <soumya.sambu@...> --- .../perl/files/CVE-2023-31484.patch | 29 ++++++++++++++++++
CPAN.pm before 2.35 does not verify TLS certificates when downloading distributions over HTTPS. Signed-off-by: Soumya <soumya.sambu@...> --- .../perl/files/CVE-2023-31484.patch | 29 ++++++++++++++++++
|
By
Soumya
·
|
|
[master][mickledore][PATCH] libwebp: Fix CVE-2023-1999
Add patch to fix CVE-2023-1999 Link: https://github.com/webmproject/libwebp/commit/a486d800b60d0af4cc0836bf7ed8f21e12974129 Signed-off-by: Nikhil R <nikhil.r@...> --- .../webp/files/CVE-2023-1999.patc
Add patch to fix CVE-2023-1999 Link: https://github.com/webmproject/libwebp/commit/a486d800b60d0af4cc0836bf7ed8f21e12974129 Signed-off-by: Nikhil R <nikhil.r@...> --- .../webp/files/CVE-2023-1999.patc
|
By
nikhil
·
|
|
[PATCH] glib-2.0: upgrade 2.76.2 -> 2.76.3
Signed-off-by: Anuj Mittal <anuj.mittal@...> --- ...utex_simple-inadvertently-modify-err.patch | 36 ------------------- ...{glib-2.0_2.76.2.bb => glib-2.0_2.76.3.bb} | 3 +- 2 files changed, 1 insertio
Signed-off-by: Anuj Mittal <anuj.mittal@...> --- ...utex_simple-inadvertently-modify-err.patch | 36 ------------------- ...{glib-2.0_2.76.2.bb => glib-2.0_2.76.3.bb} | 3 +- 2 files changed, 1 insertio
|
By
Anuj Mittal
·
|
|
[PATCH v2] util-linux: upgrade 2.38.1 -> 2.39
2 messages
util-linux's ChangeLog file simply points to the git log, and there are numerous changes between 2.38.1 and 2.39: https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/log There is a notable
util-linux's ChangeLog file simply points to the git log, and there are numerous changes between 2.38.1 and 2.39: https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/log There is a notable
|
By
Trevor Gamblin
·
|
|
[PATCH] sqlite3: upgrade 3.41.2 -> 3.42.0
2 messages
Signed-off-by: Trevor Gamblin <tgamblin@...> --- .../sqlite/{sqlite3_3.41.2.bb => sqlite3_3.42.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/sqlite/{sqlite3_3.
Signed-off-by: Trevor Gamblin <tgamblin@...> --- .../sqlite/{sqlite3_3.41.2.bb => sqlite3_3.42.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/sqlite/{sqlite3_3.
|
By
Trevor Gamblin
·
|
|
[kirkstone][PATCH 1/1] perl: Fix CVE-2023-31486
2 messages
By
Soumya
·
|