[oe] [meta-oe][PATCH] tbb: pass TBB_STRICT=OFF to disable -Werror

2024-06-25 Thread Anuj Mittal
Don't treat compiler warnings as errors to avoid failures when compiling with newer versions. Signed-off-by: Anuj Mittal --- meta-oe/recipes-support/tbb/tbb_2021.11.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/tbb/tbb_2021.11.0.bb b/meta-oe/recipes-support

Re: [oe] [[meta-oe][PATCH v2]] opentelemetry-cpp: add opentelemtry recipe

2024-05-16 Thread Anuj Mittal
On Thu, 2024-05-16 at 01:26 -0500, Abhilash Raju wrote: > An Observability framework to create and manage telemetry data such > as > traces, metrics, and logs > > Signed-off-by: Abhilash Raju > --- >  .../opentelemetry/opentelemetry-cpp_1.15.0.bb | 26 > +++ >  1 file changed, 26

Re: [oe] [PATCH] opentelemetry-cpp: add opentelemtry recipe

2024-05-15 Thread Anuj Mittal
On Wed, 2024-05-15 at 00:20 -0500, Abhilash Raju wrote: > An Observability framework to create and manage telemetry data such > as > traces, metrics, and logs > > Signed-off-by: Abhilash Raju > --- >  .../opentelemetry/opentelemetry-cpp_1.15.0.bb   | 17 > + >  1 file changed, 17

Re: [oe][meta-oe][kirkstone][PATCH 1/1] postgresql: Fix CVE-2024-0985

2024-03-10 Thread Anuj Mittal
On Thu, 2024-03-07 at 03:39 -0800, Soumya via lists.openembedded.org wrote: > From: Soumya Sambu > > Late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in > PostgreSQL > allows an object creator to execute arbitrary SQL functions as the > command > issuer. The command intends to run

Re: [oe][meta-oe][dunfell][PATCH] c-ares: Backport fix for CVE-2024-25629

2024-03-10 Thread Anuj Mittal
On Sun, 2024-03-10 at 10:55 -0700, Ashish Sharma via lists.openembedded.org wrote: > Upstream-Status: Backport from debian > [https://git.launchpad.net/ubuntu/+source/c-ares/commit/?h=applied/ub > untu/jammy-devel=3701814ad9f8570e0142f4b2bf79a32472fe89d6] This should be Backport from

Re: [oe] [meta-networking][dunfell][PATCH] proftpd: fix CVE-2020-9272 Out-of-bounds read

2024-02-26 Thread Anuj Mittal
On Mon, 2024-02-26 at 11:25 +0530, Hitendra Prajapati via lists.openembedded.org wrote: > Upstream-Status: Backport from > https://github.com/proftpd/proftpd/commit/743330874ee19dfcf2405827274015da0663bd2b > > Signed-off-by: Hitendra Prajapati > --- >  .../proftpd/files/CVE-2020-9272.patch   

Re: [oe][meta-oe][kirkstone][PATCH 1/4] nodejs: fix CVE-2024-22019

2024-02-23 Thread Anuj Mittal
On Fri, 2024-02-23 at 08:36 +, Polampalli, Archana via lists.openembedded.org wrote: > From: Archana Polampalli > > A vulnerability in Node.js HTTP servers allows an attacker to send a > specially > crafted HTTP request with chunked encoding, leading to resource > exhaustion and > denial of

Re: [oe] [meta-python][PATCH] python3-pocketsphinx: Upgrade to 5.0.3

2024-02-20 Thread Anuj Mittal
Hi Khem On Mon, 2024-02-19 at 23:29 -0800, Khem Raj wrote: > License-Update: New licenses added for WebRTC json parser, and json > escaping > > [1] > https://github.com/cmusphinx/pocketsphinx/commit/4cb5845898c7d9e53688aba370ea3c00c0ef7db2 > [2] >

Re: [oe] [meta-oe][kirkstone][PATCH v3 1/4] libssh: upgrade 0.8.9 -> 0.10.4

2024-01-07 Thread Anuj Mittal
On Mon, 2024-01-08 at 08:10 +0530, Vijay Anusuri via lists.openembedded.org wrote: > Hi Anuj, > > I thought of updating libssh to 0.10.6 to fix the below security bugs > > * Fix CVE-2023-6004: Command injection using proxycommand > * Fix CVE-2023-48795: Potential downgrade attack using strict

Re: [oe] [meta-oe][kirkstone][PATCH v3 1/4] libssh: upgrade 0.8.9 -> 0.10.4

2024-01-07 Thread Anuj Mittal
On Wed, 2023-12-20 at 14:24 +0530, Vijay Anusuri via lists.openembedded.org wrote: > From: Vijay Anusuri > > ChangeLog: > https://git.libssh.org/projects/libssh.git/tree/CHANGELOG?h=libssh-0.10.4 I don't think this is allowed as per stable branch policy unless this is a bug fix only upgrade.

Re: [oe] [meta-oe][kirkstone][PATCHv2] libssh: fix CVE-2023-1667 NULL pointer dereference

2023-12-12 Thread Anuj Mittal
On Wed, 2023-12-13 at 12:21 +0530, Hitendra Prajapati via lists.openembedded.org wrote: > Upstream-Status: Backport from > https://git.libssh.org/projects/libssh.git/log/?qt=grep=cve-2023-1667 > > Signed-off-by: Hitendra Prajapati > --- >  .../libssh/libssh/CVE-2023-1667.patch | 724 >

Re: [oe] [meta-oe][kirkstone][PATCH] libssh: fix CVE-2023-1667 NULL pointer dereference

2023-12-12 Thread Anuj Mittal
On Wed, 2023-12-13 at 11:37 +0530, Hitendra Prajapati via lists.openembedded.org wrote: > Upstream-Status: Backport from > https://packages.debian.org/buster/libssh-dev/libssh_0.8.7-1+deb10u2.debian.tar.xz > > Signed-off-by: Hitendra Prajapati > --- >  .../libssh/libssh/CVE-2023-1667.patch   

Re: [oe] [meta-oe][dunfell][PATCH] proftpd: fix CVE-2020-9273 Use-after-free vulnerability in memory pools during data transfer

2023-12-11 Thread Anuj Mittal
On Mon, 2023-12-11 at 14:55 +0530, vkumbhar via lists.openembedded.org wrote: > Upstream-Status: Backport from > https://github.com/proftpd/proftpd/commit/e845abc1bd86eebec7a0342fded908a1b0f1996b > > Signed-off-by: Vivek Kumbhar > --- >  .../proftpd/files/CVE-2020-9273.patch | 280 >

Re: [oe][meta-networking][kirkstone][PATCH V2 1/2] samba: fix CVE-2023-4091

2023-11-22 Thread Anuj Mittal
On Wed, 2023-11-22 at 08:51 +, Polampalli, Archana via lists.openembedded.org wrote: > From: Archana Polampalli > > A vulnerability was discovered in Samba, where the flaw allows SMB > clients to > truncate files, even with read-only permissions when the Samba VFS > module > "acl_xattr" is

Re: [oe][meta-networking][kirkstone][PATCH 1/2] samba: fix CVE-2023-4091

2023-11-21 Thread Anuj Mittal
On Wed, 2023-11-22 at 04:55 +, Polampalli, Archana via lists.openembedded.org wrote: > From: Archana Polampalli > > A vulnerability was discovered in Samba, where the flaw allows SMB > clients to > truncate files, even with read-only permissions when the Samba VFS > module > "acl_xattr" is

Re: [oe] [meta-oe][PATCH v2] vboxguestdrivers: Remove the buildpath

2023-11-01 Thread Anuj Mittal
On Thu, 2023-11-02 at 11:29 +0800, Yu, Mingli wrote: > From: Mingli Yu > > Fixes: >   WARNING: vboxguestdrivers-7.0.10-r0 do_package_qa: QA Issue: File > /usr/lib/modules/6.1.51-yocto-standard/kernel/misc/vboxsf.ko in > package kernel-module-vboxsf-6.1.51-yocto-standard contains reference > to

Re: [oe][meta-oe][master][mickledore][PATCH 1/1] krb5: Fix CVE-2023-36054

2023-08-25 Thread Anuj Mittal
On Fri, 2023-08-25 at 07:39 +, Soumya via lists.openembedded.org wrote: > From: Soumya Sambu > > lib/kadm5/kadm_rpc_xdr.c in MIT Kerberos 5 (aka krb5) before 1.20.2 > and 1.21.x before 1.21.1 frees an uninitialized pointer. A remote > authenticated user can trigger a kadmind crash. This

Re: [oe] [meta-python][kirkstone][PATCH 1/2] python3-requests-toolbelt: upgrade 0.9.1 -> 0.10.1

2023-08-23 Thread Anuj Mittal
On Wed, 2023-08-23 at 07:26 +, Narpat Mali via lists.openembedded.org wrote: > From: Narpat Mali > > Changelog: > https://pyup.io/packages/pypi/requests-toolbelt/changelog > https://github.com/requests/toolbelt/blob/master/HISTORY.rst > > - License-Update: url of License changed from http

Re: [oe] [meta-python][kirkstone][PATCH 1/1] python3-django: fix CVE-2023-36053

2023-07-27 Thread Anuj Mittal
On Thu, 2023-07-27 at 16:21 +, Narpat Mali via lists.openembedded.org wrote: > From: Narpat Mali > > In Django 3.2 before 3.2.20, 4 before 4.1.10, and 4.2 before 4.2.3, > EmailValidator > and URLValidator are subject to a potential ReDoS (regular expression > denial of > service) attack via

Re: [oe] [meta-networking][PATCH V2] vsomeip: add recipe

2023-07-26 Thread Anuj Mittal
On Thu, 2023-07-27 at 10:39 +0800, Yi Zhao wrote: > The vsomeip stack implements the http://some-ip.com/ (Scalable > service-Oriented MiddlewarE over IP (SOME/IP)) protocol. > The stack consists out of: >   a shared library for SOME/IP (libvsomeip3.so) >   a shared library for SOME/IP's

Re: [oe] [PATCH] opencv: fix reproducibility issues

2022-10-06 Thread Anuj Mittal
ere ~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 > > On Thu, Oct 6, 2022 at 1:40 AM Anuj Mittal > wrote: > > > > Download and unpack contrib modules and other repositorie

[oe] [PATCH] opencv: fix reproducibility issues

2022-10-06 Thread Anuj Mittal
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 check macros that were embedding path to files in contrib/. Signed-off-by: Anuj Mittal

Re: [oe] [meta-gnome][PATCH] appstream-glib: fix manpage generation

2022-09-20 Thread Anuj Mittal
On Tue, 2022-09-20 at 10:31 +0200, Markus Volk wrote: > Creating manpages is set by default but fails with: > > > I/O error : Attempt to load network entity > > http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > > warning: failed to load external entity > >

[oe] [meta-oe][PATCH] yasm: fix buildpaths warning

2022-08-04 Thread Anuj Mittal
-by: Anuj Mittal --- meta-oe/recipes-devtools/yasm/yasm_git.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-oe/recipes-devtools/yasm/yasm_git.bb b/meta-oe/recipes-devtools/yasm/yasm_git.bb index b5cd35ab3..044fcbea7 100644 --- a/meta-oe/recipes-devtools/yasm/yasm_git.bb +++ b/meta-oe

Re: [oe] [meta-oe][PATCH 2/2] ndctl: Upgrade to v73

2022-03-31 Thread Anuj Mittal
This is giving an error while compilation when EXEWRAPPER_ENABLED is False: | | ../git/meson.build:213:0: ERROR: Can not run test applications in this cross environment. Thanks, Anuj On Sat, 2022-03-26 at 01:14 -0700, Khem Raj wrote: > Add iniparser dependency to util subdir > Correct path to

Re: [oe] [meta-oe][dunfell][PATCH v2] fuse: Whitelisted CVE-2019-14860

2021-04-09 Thread Anuj Mittal
> -Original Message- > From: openembedded-devel@lists.openembedded.org de...@lists.openembedded.org> On Behalf Of saloni > Sent: Friday, April 9, 2021 05:53 PM > To: openembedded-devel@lists.openembedded.org; raj.k...@gmail.com > Cc: nisha.parra...@kpit.com > Subject: [oe]

Re: [oe] [meta-python2][dunfell][PATCH] python: Add fix for CVE-2019-9674

2021-02-18 Thread Anuj Mittal
On Tue, 2021-02-16 at 20:53 +0530, Rahul Taya wrote: > +* bpo-36260: Add pitfalls to zipfile module documentation > + > +We saw vulnerability warning description (including zip bomb) in > Doc/library/xml.rst file. > +This gave us the idea of documentation improvement. > + > +So, we moved a little

Re: [oe] [bitbake-devel] Backport changes for _PYTHON_SYSCONFIGDATA_NAME to Gatesgarth and Dunfell

2021-01-17 Thread Anuj Mittal
On Thu, 2021-01-14 at 17:50 +, Peter Kjellerstedt wrote: > I guess there may be some controversy regarding whether these changes > should > be backported to the stable branches since they modify what > python3native > does and may require existing recipes to be modified to inherit the > new

Re: [oe] all external kernel modules fail to compile with with poky and linux 5.10-rc1

2020-11-12 Thread Anuj Mittal
On Thu, 2020-11-12 at 15:57 -0800, Scott Branden via lists.openembedded.org wrote: > It appears the all external modules fail to compile if you try using > the 5.10-rc1 or later kernel due to this commit: >

Re: [oe] [meta-oe][PATCH] xmlrpc-c: Upgrade 1.51.03 -> 1.54.02

2020-08-16 Thread Anuj Mittal
On Sun, 2020-08-16 at 22:01 -0700, Arthur She wrote: > Upgrade to release 1.54.02: > > - Build: Use 'curl-config' found at configure time, not at make time. > - Fix bug: 'toValue' won't compile for vector of vectors or map of > vectors. Thanks Yang Bo . > - Fix tiny memory leak in virtually

Re: [oe] [meta-oe][PATCH v2] ocl-icd: Upgrade to latest

2020-08-13 Thread Anuj Mittal
On Thu, 2020-08-13 at 21:22 -0700, Khem Raj wrote: > On Thu, Aug 13, 2020 at 9:12 PM Anuj Mittal > wrote: > > On Wed, 2020-08-12 at 00:50 -0700, Khem Raj wrote: > > > License-Update: Update copyrights [1] > > > > > > Install CL/cl_icd.h as its need

Re: [oe] [meta-oe][ 6/9] opencl-icd-loader: Update beyond 2020.06.16

2020-08-13 Thread Anuj Mittal
On Thu, 2020-08-13 at 21:21 -0700, Khem Raj wrote: > On Thu, Aug 13, 2020 at 9:10 PM Mittal, Anuj > wrote: > > On Tue, 2020-08-11 at 23:37 -0700, Khem Raj wrote: > > > License-Update: License is now apache-2.0 as per [1] > > > > > > Fixes build wih gcc10 > > > Add new dependency on ocl-icd > >

Re: [oe] [meta-oe][PATCH v2] ocl-icd: Upgrade to latest

2020-08-13 Thread Anuj Mittal
On Wed, 2020-08-12 at 00:50 -0700, Khem Raj wrote: > License-Update: Update copyrights [1] > > Install CL/cl_icd.h as its needed by opencl-icd-loader > > Do not provide libOpenCL.so these are alrwady provided by OpenCL 1.2 > Installable Client Driver Aren't both of these different

Re: [oe] [meta-oe][ 6/9] opencl-icd-loader: Update beyond 2020.06.16

2020-08-13 Thread Anuj Mittal
On Tue, 2020-08-11 at 23:37 -0700, Khem Raj wrote: > License-Update: License is now apache-2.0 as per [1] > > Fixes build wih gcc10 > Add new dependency on ocl-icd Why does it need to depend on ocl-icd? Thanks, Anuj > Gather install artifacts from new locations > > [1] >

[oe] [PATCH v2] opencl-clhpp: add recipe

2020-06-14 Thread Anuj Mittal
Recipe to provide OpenCL API C++ bindings. Signed-off-by: Anuj Mittal --- v2: Remove ALLOW_EMPTY and change it to RDEPENDS_$PN-dev = "" .../recipes-core/opencl/opencl-clhpp_git.bb | 23 +++ 1 file changed, 23 insertions(+) create mode 100644 meta-oe/recipes-c

Re: [oe] [meta-oe][PATCH] igt-gpu-tools: add new package

2020-06-12 Thread Anuj Mittal
On Thu, 2020-06-11 at 22:27 -0700, Arthur She wrote: > Hi Ross, Denys, > Thanks for your comments. > I've talked to the meta-intel maintainer. > He agrees to remove it from meta-intel and use this one instead, once > it gets merged. Actually I had requested that it be sent to oe-core list to seek

[oe] [PATCH 2/2] opencl-clhpp: add recipe

2020-06-11 Thread Anuj Mittal
Recipe to provide OpenCL API C++ bindings. Signed-off-by: Anuj Mittal --- .../recipes-core/opencl/opencl-clhpp_git.bb | 22 +++ 1 file changed, 22 insertions(+) create mode 100644 meta-oe/recipes-core/opencl/opencl-clhpp_git.bb diff --git a/meta-oe/recipes-core/opencl/opencl

[oe] [PATCH 1/2] opencl: move headers and loader recipe to common directory

2020-06-11 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- meta-oe/recipes-core/{ocl-icd => opencl}/ocl-icd_git.bb | 0 .../recipes-core/{opencl-headers => opencl}/opencl-headers_git.bb | 0 .../{opencl-icd-loader => opencl}/opencl-icd-loader_git.bb| 0 3 files changed, 0 insertions(+), 0

Re: [oe] [meta-oe][PATCH] igt-gpu-tools: add new package

2020-06-11 Thread Anuj Mittal
On Wed, 2020-06-10 at 12:59 +0100, Ross Burton wrote: > On Tue, 9 Jun 2020 at 22:55, Denys Dmytriyenko > wrote: > > Huh? > > So that was the line that told me the recipe was basically copied > from > the file in meta-intel: > >

[oe] [PATCH v3] tbb: upgrade 2017 -> 2020.2

2020-04-09 Thread Anuj Mittal
* Remove patches that are not needed anymore and fix the recipe to point to new source location. * Remove the compilation tweaks that don't seem to be required anymore. * Include a patch to fix builds on musl. Signed-off-by: Anuj Mittal --- v3: Include a fix for musl. .../0002-linux-Fix-gcc

[oe] [PATCH v2] tbb: upgrade 2017 -> 2020.2

2020-04-08 Thread Anuj Mittal
Remove patches that are not needed anymore and fix the recipe to point to new source location. Also remove the compilation tweaks that don't seem to be required anymore. Signed-off-by: Anuj Mittal --- v2: Refresh cross-compile.patch and re-add code to pass compiler and arch values to make

[oe] [PATCH] tbb: upgrade 2017 -> 2020.1

2020-04-07 Thread Anuj Mittal
Remove patches that are not needed anymore and fix the recipe to point to new source location. Also remove the compilation tweaks that don't seem to be required anymore. Signed-off-by: Anuj Mittal --- .../0002-linux-Fix-gcc-version-check.patch| 57 --- .../tbb/tbb/cross

[oe] [zeus][meta-oe][PATCH] glog: fix do_fetch error

2020-03-26 Thread Anuj Mittal
fab032f70de330dc618b9419a42ec90d49253f9b) Signed-off-by: Anuj Mittal --- meta-oe/recipes-support/glog/glog_0.3.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/glog/glog_0.3.5.bb b/meta-oe/recipes-support/glog/glog_0.3.5.bb index 3de01ef..70eef72 100644 --- a/meta-oe/recipes

[oe] [meta-python][PATCH] python3-test-generator: add recipe

2019-09-23 Thread Anuj Mittal
Generator is a helper for generating test methods for nose while still using unittest. Signed-off-by: Anuj Mittal --- .../python/python3-test-generator_0.1.2.bb| 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3

[oe] [meta-python][PATCH v2] python3-networkx: add recipe

2019-09-12 Thread Anuj Mittal
networkx only supports python3 starting v2.3. Move the common code to .inc and remove python-2to3 RDEPENDS which is no longer needed: https://github.com/networkx/networkx/commit/4e611d7ea90c20864daba912d6118220d5bbddf3 Signed-off-by: Anuj Mittal --- .../recipes-devtools/python/python

[oe] [meta-python][PATCH 1/2] python-networkx: upgrade 2.1 -> 2.2

2019-09-11 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- .../python/{python-networkx_2.1.bb => python-networkx_2.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-networkx_2.1.bb => python-networkx_2.2.bb} (65%) diff --git a/meta-python/recipes-de

[oe] [meta-python][PATCH 2/2] python3-networkx: add recipe

2019-09-11 Thread Anuj Mittal
networkx only supports python3 starting v2.3. Move the common code to .inc and remove python-2to3 RDEPENDS which is no longer needed: https://github.com/networkx/networkx/commit/4e611d7ea90c20864daba912d6118220d5bbddf3 Signed-off-by: Anuj Mittal --- .../recipes-devtools/python/python

[oe] [meta-python][PATCH] python3-defusedxml: add recipe

2019-09-11 Thread Anuj Mittal
defusedxml is a pure Python package with modified subclasses of all stdlib XML parsers that prevent any potentially malicious operation. Signed-off-by: Anuj Mittal --- .../python/python3-defusedxml_0.6.0.bb| 11 +++ 1 file changed, 11 insertions(+) create mode 100644

[oe] [meta-multimedia][PATCH] vlc: don't look at host headers for live555

2019-08-26 Thread Anuj Mittal
] | ERROR: vlc-3.0.6-r0 do_configure: Fatal QA errors found, failing task. Signed-off-by: Anuj Mittal --- meta-multimedia/recipes-multimedia/vlc/vlc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia

[oe] [meta-oe][PATCH] pugixml: add recipe

2019-08-26 Thread Anuj Mittal
pugixml is a light-weight, simple and fast XML parser for C++ with XPath support. Signed-off-by: Anuj Mittal --- .../recipes-devtools/pugixml/pugixml_1.9.bb | 20 +++ 1 file changed, 20 insertions(+) create mode 100644 meta-oe/recipes-devtools/pugixml/pugixml_1.9.bb diff

[oe] [meta-oe][PATCH v2] ade: add recipe

2019-08-22 Thread Anuj Mittal
ADE Framework is a graph construction, manipulation, and processing framework. ADE Framework is suitable for organizing data flow processing and execution. Signed-off-by: Anuj Mittal --- meta-oe/recipes-support/opencv/ade_0.1.1f.bb | 21 1 file changed, 21 insertions

[oe] [meta-oe][PATCH v2] ade: add recipe

2019-08-21 Thread Anuj Mittal
ADE Framework is a graph construction, manipulation, and processing framework. ADE Framework is suitable for organizing data flow processing and execution. Signed-off-by: Anuj Mittal --- meta-oe/recipes-support/opencv/ade_0.1.1f.bb | 21 1 file changed, 21 insertions

[oe] [PATCH] clinfo: add recipe

2019-08-21 Thread Anuj Mittal
clinfo is a simple command-line application that enumerates all possible (known) properties of the OpenCL platform and devices available on the system. Signed-off-by: Anuj Mittal --- .../opencl/clinfo_2.2.18.04.06.bb | 20 +++ 1 file changed, 20 insertions(+) create

[oe] [meta-oe][PATCH] ade: add recipe

2019-08-20 Thread Anuj Mittal
ADE Framework is a graph construction, manipulation, and processing framework. ADE Framework is suitable for organizing data flow processing and execution. Signed-off-by: Anuj Mittal --- meta-oe/recipes-support/opencv/ade_0.1.1f.bb | 21 1 file changed, 21 insertions

[oe] [PATCH] libsdl: import from OE-Core

2019-07-23 Thread Anuj Mittal
Include the recipe from OE-Core along with some additional patches to fix CVEs. Signed-off-by: Anuj Mittal --- ...-tag-CC-explictly-when-using-libtool.patch | 73 +++ .../libsdl/libsdl-1.2.15/CVE-2019-7572.patch | 114 +++ .../libsdl/libsdl-1.2.15/CVE-2019-7574.patch | 68

[oe] [PATCH] xterm: upgrade 330 -> 347

2019-07-09 Thread Anuj Mittal
Install the resources in ${datadir} to make it consistent with other apps. License checksum changed because of change in Copyright year. Changelog: https://invisible-island.net/xterm/xterm.log.html Signed-off-by: Anuj Mittal --- .../recipes-graphics/xorg-app/{xterm_330.bb => xterm_347

Re: [oe] [meta-networking][PATCH] umip: fix recipe location typo

2018-10-07 Thread Anuj Mittal
On 10/08/2018 12:47 PM, Khem Raj wrote: > diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_8.12.0.bb > b/meta-oe/recipes-devtools/nodejs/nodejs_8.12.0.bb > index e3b46bc2c8..d0645007c5 100644 > --- a/meta-oe/recipes-devtools/nodejs/nodejs_8.12.0.bb > +++

Re: [oe] [meta-oe][PATCH] uim: Fix SRC_URI

2018-08-16 Thread Anuj Mittal
On 08/16/2018 01:51 PM, Khem Raj wrote: > On Wed, Aug 15, 2018 at 10:21 PM Takuro Ashie wrote: >> >> The place of uim archives has been moved to >> https://github.com/uim/uim/releases >> >> Signed-off-by: Takuro Ashie >> --- >> meta-oe/recipes-support/uim/uim_1.8.6.bb | 2 +- >> 1 file changed,

Re: [oe] [PATCH 02/16] usermode: 0.111 -> 0.112

2018-08-01 Thread Anuj Mittal
Should the subject be 1.111 -> 1.112? On 08/01/2018 03:21 PM, Hongxu Jia wrote: > - Drop 0001-formatting-issues.patch which upstream fixed the issue > > Signed-off-by: Hongxu Jia > --- > .../0001-Missing-n-in-translated-string.patch | 28 ++ >

Re: [oe] [PATCH 01/16] dconf 0.18.0 -> 0.28.0

2018-08-01 Thread Anuj Mittal
On 08/01/2018 03:21 PM, Hongxu Jia wrote: > - Remove dconf-editor > > Signed-off-by: Hongxu Jia > --- > meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb | 36 > -- > meta-gnome/recipes-gnome/dconf/dconf_0.28.0.bb | 23 > 2 files changed, 23 insertions(+),

Re: [oe] [meta-oe][PATCH] bonnie++: Upgrade to 1.04

2018-07-16 Thread Anuj Mittal
On 07/16/2018 01:36 PM, mingli...@windriver.com wrote: > From: Mingli Yu > > Signed-off-by: Mingli Yu > --- > .../bonnie/{bonnie++_1.03e.bb => bonnie++_1.04.bb} | 7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) > rename meta-oe/recipes-benchmark/bonnie/{bonnie++_1.03e.bb

Re: [oe] [meta-oe][master-next][PATCH v3 16/17] opencv: rely on cmake.bbclass to put cmake package files in dev package

2018-05-24 Thread Anuj Mittal
On 05/24/2018 10:38 PM, Trevor Woerner wrote: > The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and > ${datadir}/cmake end up in the dev package, so recipes no longer need to > provide custom packaging rules to handles these files. > > >

Re: [oe] [meta-oe][PATCH] stm32flash: add recipe

2018-05-16 Thread Anuj Mittal
On 05/16/2018 03:50 PM, openembedded-devel-boun...@lists.openembedded.org wrote: > Add recipe for version 0.5 of stm32flash, an open source flash program for > STM32 using the ST serial bootloader. > > Signed-off-by: Richard Leitner > --- >

Re: [oe] [meta-multimedia][PATCH v2] openh264: switch away from github archive

2018-05-16 Thread Anuj Mittal
On 05/16/2018 02:31 PM, Trevor Woerner wrote: > The existing recipe has provisions for i386. If I understand correctly, > qemux86 is i586 (?), and meta-intel's intel-core2-32 is i686 (?). Do I > duplicate the i386 provisions for i586 and i686? Is there an easier way to > specify all 32-bit IA

Re: [oe] [meta-oe][PATCH] minicoredumper: fixes for sysvinit and systemd

2018-05-15 Thread Anuj Mittal
On 05/16/2018 02:05 AM, Pierre-Jean TEXIER wrote: > The sysv initscript and systemd service assumes minicoredumper is > installed in /usr/bin/. In our case minicoredumper is installed in > /usr/sbin/ by default. Therefore, fix this path. > > Signed-off-by: Pierre-Jean TEXIER

Re: [oe] [RESEND][meta-python][PATCH 1/3] meta-python: Add python-pyflame recipe

2018-05-04 Thread Anuj Mittal
On 05/04/2018 03:09 PM, Andrew Jeffery wrote: > Signed-off-by: Andrew Jeffery > --- > meta-python/recipes-devtools/python/python-pyflame.inc | 9 + > meta-python/recipes-devtools/python/python-pyflame_1.6.6.bb | 5 + > 2 files changed, 14 insertions(+) > create

Re: [oe] [meta-oe][PATCH 2/2] cpprest: add new recipe based on Debian packaging

2018-04-19 Thread Anuj Mittal
On 04/19/2018 08:04 PM, Gianfranco Costamagna wrote: > Signed-off-by: Gianfranco Costamagna > Signed-off-by: Gianfranco Costamagna > Co-developed-by: Cristiano Prato > --- >

Re: [oe] [meta-oe][PATCH 04/10] libreport: add PACKCONFIG for gtk

2018-04-09 Thread Anuj Mittal
On 04/10/2018 08:22 AM, Armin Kuster wrote: > needed when no X11 in DISTRO_FEATURES > > Signed-off-by: Armin Kuster > --- > meta-oe/recipes-extended/libreport/libreport_2.9.2.bb | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git

[oe] [PATCH] libsrtp: allow creation of empty package

2018-04-08 Thread Anuj Mittal
Package PN is not created otherwise and results in errors like | Problem: conflicting requests | - nothing provides libsrtp = 1.5.2-r0 needed by libsrtp-dev-1.5.2-r0.i586 when PN-staticdev is to be installed that RDEPENDS on it. Signed-off-by: Anuj Mittal <anuj.mit...@intel.com> ---

Re: [oe] [meta-oe][v2][PATCH 2/2] mongodb: refresh patches and remove un-needed patch

2018-04-08 Thread Anuj Mittal
On 04/08/2018 11:57 PM, Armin Kuster wrote: > [V2] > remove patch, changes upstream > > Signed-off-by: Armin Kuster > --- > ...to-use-build-settings-from-environment-va.patch | 37 +-- > .../0001-Use-long-long-instead-of-int64_t.patch| 21 +-- >

Re: [oe] [meta-oe][PATCH 20/37] libdbus-c++: refresh patches

2018-04-08 Thread Anuj Mittal
On 04/08/2018 02:58 PM, Armin Kuster wrote: > WARNING: > Some of the context lines in patches were ignored. This can lead to > incorrectly applied patches. > The context lines in the patches can be updated with devtool: > > devtool modify > devtool finish --force-patch-refresh > >

Re: [oe] [meta-oe][PATCH] postgresql: update to 9.4.17

2018-04-08 Thread Anuj Mittal
On 04/08/2018 04:00 PM, jackie.hu...@windriver.com wrote: > From: Jackie Huang > > * Release notes: > https://www.postgresql.org/docs/9.4/static/release-9-4-17.html > > * Drop the patch emove.autoconf.version.check.patch since the > required autoconf version is

Re: [oe] [meta-oe][PATCH 25/37] mongodb: refresh patches

2018-04-08 Thread Anuj Mittal
On 04/08/2018 02:58 PM, Armin Kuster wrote: > diff --git > a/meta-oe/recipes-dbs/mongodb/mongodb/0001-mongo-Add-using-std-string.patch > b/meta-oe/recipes-dbs/mongodb/mongodb/0001-mongo-Add-using-std-string.patch > index e517d53..ad9ff5a 100644 > --- >

Re: [oe] [meta-networking][PATCH] wireshark: update to 2.4.6 and add upstream check

2018-04-05 Thread Anuj Mittal
On 04/05/2018 03:23 AM, akuster808 wrote: > > > On 04/04/2018 09:28 AM, Alexander Kanavin wrote: >> On 04/04/2018 05:09 PM, Armin Kuster wrote: >> >>> +UPSTREAM_CHECK_REGEX = "wireshark-(?P2\.4(\.\d+)+)\.tar\.xz" >> >> Why restrict the version to only 2.4.x ? > 2.5.1 is beta.. I don't want to

Re: [oe] [oe-commits] [openembedded-core] 55/78: libshmfence: update to 1.3

2018-04-05 Thread Anuj Mittal
On 04/05/2018 09:58 PM, g...@git.openembedded.org wrote: > This is an automated email from the git hooks/post-receive script. > > rpurdie pushed a commit to branch master-next > in repository openembedded-core. > > commit 941284f23e4cc0b57b59b46c113a27517124bed9 > Author: Armin Kuster

Re: [oe] [PATCH] iperf3: refresh local patches to avoid fuzz warnings

2018-04-03 Thread Anuj Mittal
On 04/04/2018 07:00 AM, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > Signed-off-by: Denys Dmytriyenko > --- > ...nclude-stdint.h-for-various-std-c99-int-types.patch | 16 +++- > .../iperf3/0002-Remove-pg-from-profile_CFLAGS.patch| 12

[oe] [meta-oe][PATCH 2/5] php7: upgrade to 7.2.4

2018-04-03 Thread Anuj Mittal
-config.patch - 0001-acinclude-use-pkgconfig-for-libxml2-config.patch License-Update: License is same, just a change in copyright year to 2018. Signed-off-by: Anuj Mittal <anuj.mit...@intel.com> --- meta-oe/recipes-devtools/php/php.inc |5 +- .../php/php/0001-Speci

[oe] [meta-oe][PATCH 1/5] php: move patches to a single directory

2018-04-03 Thread Anuj Mittal
Having two directories with version numbers just leads to unnecessary churn everytime there's a version update. We can have all patches in one single directory and differentiate b/w specific version by prefix php5-/php7- Signed-off-by: Anuj Mittal <anuj.mit...@intel.com> --- .../

[oe] [meta-oe][PATCH 5/5] php: enable opcache by default

2018-04-03 Thread Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mit...@intel.com> --- meta-oe/recipes-devtools/php/php.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc index 8ba218c..066b97c 100644 --- a/meta-oe/recipes-de

[oe] [meta-oe][PATCH 4/5] php: add opcache extension to PACKAGECONFIG

2018-04-03 Thread Anuj Mittal
options instead to force dlopen detection that is necessary to have extension support enabled. On a standard phpbench test, I see a performance improvement of > 40%. [1] http://php.net/manual/en/book.opcache.php Signed-off-by: Anuj Mittal <anuj.mit...@intel.com> --- meta-oe/recipes-dev

[oe] [meta-oe][PATCH 3/5] php5: upgrade to 5.6.35

2018-04-03 Thread Anuj Mittal
For changes, see: http://php.net/ChangeLog-5.php#5.6.35 Split patches between php5 and php7 to ensure there are no fuzz warnings for both the versions. Signed-off-by: Anuj Mittal <anuj.mit...@intel.com> --- meta-oe/recipes-devtools/php/php.inc | 2 - .../php5-change-AC_T

[oe] [meta-oe][PATCH 0/5] Upgrade php versions and enable opcache

2018-04-03 Thread Anuj Mittal
should perhaps be reviewed again. Anuj Mittal (5): php: move patches to a single directory php7: upgrade to 7.2.4 php5: upgrade to 5.6.35 php: add opcache extension to PACKAGECONFIG php: enable opcache by default .../php-7.1.9/0001-Specify-tag-with-libtool.patch | 62 - .../php/php

[oe] [meta-oe][PATCH] phoronix-test-suite: upgrade 7.4.0 -> 7.8.0

2018-03-20 Thread Anuj Mittal
List of changes here: https://github.com/phoronix-test-suite/phoronix-test-suite/blob/master/ChangeLog Signed-off-by: Anuj Mittal <anuj.mit...@intel.com> --- .../{phoronix-test-suite_7.4.0.bb => phoronix-test-suite_7.8.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-

Re: [oe] [meta-oe][PATCH] xrdp: enable cpliboard

2018-02-11 Thread Anuj Mittal
On 02/12/2018 07:36 PM, zhengrq wrote: > Add --enable-fuse option to enable cpliboard when copying from window OS to > linux. > > Signed-off-by: Zheng Ruoqin > --- > meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [oe] [meta-oe][PATCH v3] nautilus: new add

2018-01-16 Thread Anuj Mittal
On 01/12/2018 12:23 PM, zhengrq wrote: > Add a new recipe nautilus. > > Signed-off-by: Zheng Ruoqin > --- > .../recipes-gnome/nautilus/nautilus_3.18.5.bb | 29 > ++ > 1 file changed, 29 insertions(+) > create mode 100644

Re: [oe] [meta-oe][PATCH v2] nautilus: new add

2018-01-14 Thread Anuj Mittal
On 01/11/2018 05:55 PM, zhengrq wrote: > Add a new recipe nautilus. > > Signed-off-by: Zheng Ruoqin > --- > .../recipes-gnome/nautilus/nautilus_3.18.5.bb | 29 > ++ > 1 file changed, 29 insertions(+) > create mode 100644

[oe] [meta-filesystems][PATCH v2 1/2] fuse-exfat: update to version 1.2.3

2016-04-01 Thread Anuj Mittal
Package now uses autotools instead of scons. Signed-off-by: Anuj Mittal <anujx.mit...@intel.com> --- .../{fuse-exfat_1.1.0.bb => fuse-exfat_1.2.3.bb} | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) rename meta-filesystems/recipes-filesystems/fuse-ex

[oe] [meta-filesystems][PATCH 0/2] Update fuse-exfat and utils

2016-04-01 Thread Anuj Mittal
These patches update fuse-exfat and exfat-utils to version 1.2.3. Please merge if these look okay. Thanks. Anuj Mittal (2): fuse-exfat: update to version 1.2.3 exfat-utils: update to version 1.2.3 .../{fuse-exfat_1.1.0.bb => fuse-exfat_1.2.3.bb} | 14 -- .../{ex

[oe] [meta-filesystems][PATCH 1/2] fuse-exfat: update to version 1.2.3

2016-04-01 Thread Anuj Mittal
Package now uses autotools instead of scons. Signed-off-by: Anuj Mittal <anujx.mit...@intel.com> --- .../{fuse-exfat_1.1.0.bb => fuse-exfat_1.2.3.bb} | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) rename meta-filesystems/recipes-filesystems/fuse-ex