[OE-core][dunfell][PATCH] tiff: fix for CVE-2022-22844

2022-02-22 Thread Purushottam Choudhary
Backport patch from: https://gitlab.com/libtiff/libtiff/-/commit/03047a26952a82daaa0792957ce211e0aa51bc64 Signed-off-by: Purushottam Choudhary Signed-off-by: Purushottam Choudhary --- ...al-buffer-overflow-for-ASCII-tags-wh.patch | 52 +++ meta/recipes-multimedia/libtiff

[OE-core][dunfell][PATCH] freetype: add missing CVE tag CVE-2020-15999

2022-02-11 Thread Purushottam Choudhary
Signed-off-by: Purushottam Choudhary Signed-off-by: Purushottam Choudhary --- .../freetype/0001-sfnt-Fix-heap-buffer-overflow-59308.patch| 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-graphics/freetype/freetype/0001-sfnt-Fix-heap-buffer-overflow-59308.patch b/meta

[OE-core][dunfell][PATCH] binutils: Fix CVE-2021-45078

2022-02-09 Thread Purushottam Choudhary
Purdie (cherry picked from commit 823d25f5218836fb4298482366fbc5d05d822907) Signed-off-by: Purushottam Choudhary Signed-off-by: Purushottam Choudhary --- .../binutils/binutils-2.34.inc| 1 + .../binutils/0001-CVE-2021-45078.patch| 257 ++ 2 files changed

[OE-core][dunfell][PATCH] lighttpd: backport a fix for CVE-2022-22707

2022-02-07 Thread Purushottam Choudhary
-by: Anuj Mittal Signed-off-by: Richard Purdie (cherry picked from commit 7695d11dd09b1e9e87d6741135d0b28e82672f0a) Signed-off-by: Purushottam Choudhary Signed-off-by: Purushottam Choudhary --- ...ix-out-of-bounds-OOB-write-fixes-313.patch | 100 ++ .../lighttpd/lighttpd_1.4.55.bb

[OE-core][dunfell][PATCH] systemd: Fix CVE-2021-3997

2022-01-21 Thread Purushottam Choudhary
/systemd_245.4-4ubuntu3.15.debian.tar.xz Signed-off-by: Purushottam Choudhary Signed-off-by: Purushottam Choudhary --- .../systemd/systemd/CVE-2021-3997-1.patch | 65 .../systemd/systemd/CVE-2021-3997-2.patch | 101 ++ .../systemd/systemd/CVE-2021-3997-3.patch | 266

[OE-core] [meta-OE][dunfell][PATCH] tcpdump: Update CVE-2020-8037 tag

2021-09-28 Thread Purushottam Choudhary
CVE tag was missing inside the patch file which is the remedy for CVE-2020-8037 and tracked by cve-check. Signed-off-by: Purushottam Choudhary Signed-off-by: Purushottam Choudhary --- ...01-PPP-When-un-escaping-don-t-allocate-a-too-large-buff.patch | 1 + 1 file changed, 1 insertion(+) diff

[OE-core][dunfell][PATCH 2/2] assimp: Fix path for _IMPORT_CHECK_FILES_FOR_assimp

2021-09-14 Thread Purushottam Choudhary
From: Purushottam Choudhary Fix path for _IMPORT_CHECK_FILES_FOR_assimp As it is giving configuration error during validation of path when used by 3rd party component to configure itself using assimp::assimp target. Compute the installation prefix relative to file. Signed-off-by: Purushottam

[OE-core][dunfell][PATCH 1/2] assimp: added patch to fix hardcoded non-existing paths in CMake modules

2021-09-14 Thread Purushottam Choudhary
From: Purushottam Choudhary assimp CMake modules were adding non-existing paths to its CMake modules breaking builds for users of assimp. Remove the hardcoded paths with an upstream patch with small tweaks. (From OE-Core rev: 0dd86e64af7141c51666773265039fd98e2af31b) Signed-off-by: Purushottam

[OE-core] [poky][master][PATCH] assimp: Fix path for _IMPORT_CHECK_FILES_FOR_assimp

2021-09-06 Thread Purushottam Choudhary
Fix path for _IMPORT_CHECK_FILES_FOR_assimp As it is giving configuration error during validation of path when used by 3rd party component to configure itself using assimp::assimp target. Compute the installation prefix relative to file. Signed-off-by: Purushottam Choudhary --- ...h

[OE-core] [poky][dunfell][PATCHv6] lighttpd: Add patch for reuse large memory chunks

2021-09-03 Thread Purushottam Choudhary
/lighttpd/lighttpd1.4/commit/304e46d4f808c46cbb025edfacf2913a30ce8855 Signed-off-by: Purushottam Choudhary --- ...or-pcre-dependency-instead-of-config.patch | 10 +- ...-mem-chunks-fix-mem-usage-fixes-3033.patch | 224 ++ .../lighttpd/default-chunk-size-8k.patch | 35

[OE-core] [poky][master][PATCH] assimp: added patch to fix hardcoded non-existing paths in CMake modules

2021-08-20 Thread Purushottam Choudhary
assimp CMake modules were adding non-existing paths to its CMake modules breaking builds for users of assimp. Remove the hardcoded paths with an upstream patch with small tweaks. Signed-off-by: Purushottam Choudhary --- ...-ASSIMP_LIB_INSTALL_DIR-to-search-library.patch | 68 -- ...ove

Re: [OE-core] [poky][dunfell][PATCHv2] python3: Remove unused python3 recipe

2021-08-19 Thread Purushottam Choudhary
Hi, Could you please check again? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#154971): https://lists.openembedded.org/g/openembedded-core/message/154971 Mute This Topic: https://lists.openembedded.org/mt/84969206/21656 Group Owner:

[OE-core] [poky][dunfell][PATCHv5] lighttpd: Add patch for reuse large memory chunks

2021-08-18 Thread Purushottam Choudhary
, it is not needed for master and hardknott branch because lighttpd has 1.4.59 version. Link: https://redmine.lighttpd.net/projects/lighttpd/repository/14/revisions/7ba521ffb4959f6f74a609d5d4acafc29a038337 Signed-off-by: Purushottam Choudhary --- ...fig-for-pcre-dependency-instead-of-config.patch | 10

[OE-core] [poky][dunfell][PATCH] assimp: added patch to fix hardcoded non-existing paths in CMake modules

2021-08-18 Thread Purushottam Choudhary
assimp CMake modules were adding non-existing paths to its CMake modules breaking builds for users of assimp. Remove the hardcoded paths with an upstream patch with small tweaks. Signed-off-by: Purushottam Choudhary --- ...-ASSIMP_LIB_INSTALL_DIR-to-search-library.patch | 68 -- ...ove

[OE-core] [poky][dunfell][PATCHv2] python3: Remove unused python3 recipe

2021-08-18 Thread Purushottam Choudhary
Currently in dunfell branch python3 version is 3.8.11. so, python3_3.8.10.bb is not needed. Hence, removed. Signed-off-by: Purushottam Choudhary --- meta/recipes-devtools/python/python3_3.8.10.bb | 363 - 1 file changed, 363 deletions(-) delete mode 100644 meta/recipes

[OE-core] [poky][dunfell][PATCH] lighttpd: Add patch for reuse large memory chunks

2021-08-13 Thread Purushottam choudhary
, it is not needed for master and hardknott branch because lighttpd has 1.4.59 version. Link: https://redmine.lighttpd.net/projects/lighttpd/repository/14/revisions/7ba521ffb4959f6f74a609d5d4acafc29a038337 Signed-off-by: Purushottam Choudhary --- ...fig-for-pcre-dependency-instead-of-config.patch | 10

[OE-core] [poky][dunfell][PATCH] lighttpd: Add patch for reuse large memory chunks

2021-08-12 Thread Purushottam choudhary
, it is not needed for master and hardknott branch because lighttpd has 1.4.59 version. Link: https://redmine.lighttpd.net/projects/lighttpd/repository/14/revisions/7ba521ffb4959f6f74a609d5d4acafc29a038337 Signed-off-by: Purushottam Choudhary --- ...fig-for-pcre-dependency-instead-of-config.patch | 10

[OE-core] [poky][dunfell][PATCH] python3: Remove unused python3 recipe

2021-08-10 Thread Purushottam choudhary
Currently in dunfell branch python3 version is 3.8.11. so, python3_3.8.10.bb is not needed. Hence, removed. --- meta/recipes-devtools/python/python3_3.8.10.bb | 363 - 1 file changed, 363 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3_3.8.10.bb diff

[OE-core] [poky][dunfell][PATCH] lighttpd: Add patch for reuse large memory chunks

2021-08-09 Thread Purushottam choudhary
, it is not needed for master and hardknott branch because lighttpd has 1.4.59 version. Link: https://redmine.lighttpd.net/projects/lighttpd/repository/14/revisions/7ba521ffb4959f6f74a609d5d4acafc29a038337 Signed-off-by: Purushottam Choudhary --- ...large-mem-chunks-fix-mem-usage-fixes-3033.patch | 224

[OE-core] [poky][dunfell][PATCH] lighttpd: Add patch for reuse large memory chunks

2021-08-06 Thread Purushottam choudhary
, it is not needed for master and hardknott branch because lighttpd has 1.4.59 version. Link: https://redmine.lighttpd.net/projects/lighttpd/repository/14/revisions/7ba521ffb4959f6f74a609d5d4acafc29a038337 Signed-off-by: Purushottam Choudhary --- ...large-mem-chunks-fix-mem-usage-fixes-3033.patch | 225

Re: [OE-core] [meta-oe][dunfell][PATCH] protobuf: Whitelist CVE-2015-5237

2021-06-14 Thread Purushottam choudhary
Hi Rahul, Looks good to me. Thanks & Regards, Purushottam From: Rahul Sent: Monday, June 14, 2021 4:45 PM To: openembedded-core@lists.openembedded.org ; raj.k...@gmail.com Cc: Nisha Parrakat ; Purushottam Choudhary ; Rahul Taya Subject: [meta-oe][dun

Re: [OE-core] [poky][master][PATCH] buildhistory.bbclass: store MAINTAINER variable

2021-04-06 Thread Purushottam choudhary
. for the components that will map to software domains which consume the component. Thanks & Regards, Purushottam From: Richard Purdie Sent: Tuesday, April 6, 2021 4:19 PM To: Purushottam Choudhary ; openembedded-core@lists.openembedded.org Cc: Harpritkaur Bhandari ; N

[OE-core] [poky][master][PATCH] buildhistory.bbclass: store MAINTAINER variable

2021-04-01 Thread Purushottam choudhary
The maintainer declaration in the buildhistory is useful for tracking the maintainer of recipes. This change adds the MAINTAINER variable for recipes and packages to its buildhistory data. Signed-off-by: Purushottam Choudhary --- meta/classes/buildhistory.bbclass | 10 ++ 1 file changed

[OE-core] [poky][dunfell][PATCH] buildhistory.bbclass: store MAINTAINER variable

2021-03-26 Thread Purushottam choudhary
The maintainer declaration in the buildhistory is useful for tracking the maintainer of recipes. This change adds the MAINTAINER variable for recipes and packages to its buildhistory data. Signed-off-by: Purushottam Choudhary --- meta/classes/buildhistory.bbclass | 10 ++ 1 file changed

Re: [OE-core] [poky][master][PATCH] systemd: selinux hook handling to enumerate nexthop

2020-11-12 Thread Purushottam choudhary
Hi Richard, Thanks for the confirmation. Thanks & Regards, Purushottam From: openembedded-core@lists.openembedded.org on behalf of Richard Purdie via lists.openembedded.org Sent: Thursday, November 12, 2020 6:26 PM To: Purushottam Choudhary ; openembe

Re: [OE-core] [poky][master][PATCH] systemd: selinux hook handling to enumerate nexthop

2020-11-12 Thread Purushottam choudhary
Hi Openembedded/Khem, Is there any update on this patch? Could you please let me know? Thanks & Regards, Purushottam From: Purushottam Choudhary Sent: Wednesday, November 4, 2020 4:04 PM To: openembedded-core@lists.openembedded.org ; raj.k...@gmail.com