[oe] [meta-oe][PATCH v2 1/1] multipath-tools: upgrade 0.8.4 -> 0.9.3

2022-12-12 Thread Ovidiu Panait
From: Ovidiu Panait * most patches were rebased on top of 0.9.3 with various small adjustments. * the following patches were dropped: 0001-fix-boolean-value-with-json-c-0.14.patch 0001-libmultipath-uevent.c-fix-error-handling-for-udev_mo.patch replaced by upstream commits: 82129852d747

[oe] [meta-oe][PATCH 1/1] multipath-tools: upgrade 0.8.4 -> 0.9.3

2022-12-08 Thread Ovidiu Panait
From: Ovidiu Panait * most patches were rebased on top of 0.9.3 with various small adjustments. * the following patches were dropped: 0001-fix-boolean-value-with-json-c-0.14.patch 0001-libmultipath-uevent.c-fix-error-handling-for-udev_mo.patch replaced by upstream commits: 82129852d747

[oe] [meta-oe][PATCH v3] syzkaller: add recipe and selftest for syzkaller fuzzing

2022-10-21 Thread Ovidiu Panait
e the corpus database in that directory and will use the database to keep track of the interfaces already fuzzed. After the test is done, /crashes directory will contain the report files for all the bugs found. Signed-off-by: Ovidiu Panait --- v3 updates: - fix build with clang meta-oe/lib/

[oe] [meta-oe][PATCH v2] syzkaller: add recipe and selftest for syzkaller fuzzing

2022-10-17 Thread Ovidiu Panait
e the corpus database in that directory and will use the database to keep track of the interfaces already fuzzed. After the test is done, /crashes directory will contain the report files for all the bugs found. Signed-off-by: Ovidiu Panait --- meta-oe/lib/oeqa/selftest/cases/syzkaller.py | 124 ++

[oe] [meta-oe][PATCH] redis: build with USE_SYSTEMD=yes when systemd is enabled

2022-09-23 Thread Ovidiu Panait
s right after initializing the server process. Signed-off-by: Ovidiu Panait --- meta-oe/recipes-extended/redis/redis-7/redis.service | 1 + meta-oe/recipes-extended/redis/redis_7.0.4.bb| 8 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-extended/redi

[oe] [meta-networking][PATCH 1/1] net-snmp: upgrade 5.9.1 -> 5.9.3

2022-08-11 Thread Ovidiu Panait
expanded in ${datarootdir} so datarootdir must be set before @datadir@ is used. *5.9.2*: skipped due to a last minute library versioning found bug -- use 5.9.3 instead Signed-off-by: Ovidiu Panait --- ...ath.m4-keep-consistent-between-32bit.patch | 11 ++-- .../0001-config_os_headers-Error

Re: [oe] [meta-oe][PATCH] syzkaller: add recipe and selftest for syzkaller fuzzer

2022-04-28 Thread Ovidiu Panait
Hi Khem, Any feedback for this patch? Thanks! Ovidiu On 14.04.2022 18:56, Ovidiu Panait wrote: Syzkaller is a coverage-guided fuzzer that is widely used to find bugs in the Linux kernel: https://github.com/google/syzkaller Add the recipe and a selftest for running the fuzzer in a qemux86-64

[oe] [meta-oe][PATCH] syzkaller: add recipe and selftest for syzkaller fuzzer

2022-04-14 Thread Ovidiu Panait
e the corpus database in that directory and will use the database to keep track of the interfaces already fuzzed. After the test is done, /crashes directory will contain the report files for all the bugs found. Signed-off-by: Ovidiu Panait --- meta-oe/lib/oeqa/selftest/cases/syzkaller.py | 123 ++

[oe] [meta-oe][PATCH] syslog-ng: adjust control socket location

2021-11-09 Thread Ovidiu Panait
='No such file or directory' Update the systemd service file to point to the new location. [1] 00d1d63e4f7f ("syslog-ng: provide correct PID directory location to restart/stop syslog-ng daemon") Signed-off-by: lmorales Signed-off-by: Ovidiu Panait --- .../fi

[oe] [meta-oe][PATCH] libeigen: update LICENSE information

2021-06-08 Thread Ovidiu Panait
gly. Also, add MINPACK to meta-oe/licenses. Signed-off-by: Ovidiu Panait --- meta-oe/licenses/MINPACK | 51 +++ .../libeigen/libeigen_3.3.9.bb| 9 +++- 2 files changed, 58 insertions(+), 2 deletions(-) create mode 100644 meta-oe/licenses/MINPA

[oe] [zeus][meta-networking][PATCH] net-snmp: Fix CVE-2020-15861 and CVE-2020-15862

2020-09-01 Thread Ovidiu Panait
/77f6c60f57dba0aaea5d8ef1dd94bcd0c8e6d205 CVE-2020-15861-0005.patch is the actual fix for CVE-2020-15861 and CVE-2020-15861-0001.patch through CVE-2020-15861-0004.patch are context patches needed by the fix to apply cleanly. Signed-off-by: Ovidiu Panait --- .../net-snmp/CVE-2020-15861-0001.patch| 164 .../net-snmp

[oe] [dunfell][meta-networking][PATCH] net-snmp: Fix CVE-2020-15861 and CVE-2020-15862

2020-09-01 Thread Ovidiu Panait
/77f6c60f57dba0aaea5d8ef1dd94bcd0c8e6d205 CVE-2020-15861-0005.patch is the actual fix for CVE-2020-15861 and CVE-2020-15861-0001.patch through CVE-2020-15861-0004.patch are context patches needed by the fix to apply cleanly. Signed-off-by: Ovidiu Panait --- .../net-snmp/CVE-2020-15861-0001.patch| 164 .../net-snmp

[oe] [PATCH] net-snmp: upgrade 5.8 -> 5.9

2020-08-31 Thread Ovidiu Panait
mit/abdcb6af8df352a257a7092c1649471af1e4e97b https://github.com/net-snmp/net-snmp/commit/21260fdd60c172839f997fb6f888a6e21c6825eb Signed-off-by: Ovidiu Panait --- ...upport-for-building-applications-and.patch | 168 -- .../0001-config_os_headers-Error-Fix.patch| 10 +- .

[oe] [meta-oe][dunfell][PATCH 1/1] nss: Fix CVE-2020-12399

2020-07-14 Thread Ovidiu Panait
lt; 77, and Firefox ESR < 68.9. Upstream patch: https://hg.mozilla.org/projects/nss/rev/daa823a4a29bcef0fec33a379ec83857429aea2e Signed-off-by: Ovidiu Panait --- ...e-a-fixed-length-for-DSA-exponentiat.patch | 110 ++ meta-oe/recipes-support/nss/nss_3.51.1.bb | 1 + 2 files cha

[oe] [meta-oe][PATCH 1/1] nss: upgrade 3.51.1 -> 3.54

2020-07-13 Thread Ovidiu Panait
longer enough) [1] https://hg.mozilla.org/projects/nss/rev/60aa7df14f119d2a21750668c5ce36fa38ef2c6c Signed-off-by: Ovidiu Panait --- .../nss/0001-Enable-uint128-on-mips64.patch | 48 ...figure-option-to-disable-ARM-HW-cryp.patch | 22 ++-- ...0001-nss-fix-support-cross-compilin

Re: [oe] [meta-networking][zeus][dunfell][PATCH] freediameter: Fix testcnx ptest failure

2020-07-09 Thread Ovidiu Panait
Hi, On 09.07.2020 18:58, akuster808 wrote: On 7/8/20 9:45 PM, Ovidiu Panait wrote: Currently, testcnx ptest fails due to expired CA certificates: Test project /usr/lib64/freeDiameter/ptest ... Start 10: testcnx 10/11 Test #10: testcnx ..***Failed 0.12 sec ... Does

[oe] [meta-networking][zeus][dunfell][PATCH] freediameter: Fix testcnx ptest failure

2020-07-08 Thread Ovidiu Panait
t in version 1.4.0, so master is not affected. Signed-off-by: Ovidiu Panait --- .../0001-Fix-testcnx-expired-CA-data.patch| 746 ++ .../freediameter/freediameter_1.3.2.bb| 1 + 2 files changed, 747 insertions(+) create mode 100644 meta-networking/recipes-protocols/freediameter/f

[oe] [meta-networking][PATCH] freediameter: upgrade 1.3.2 -> 1.4.0

2020-06-23 Thread Ovidiu Panait
Signed-off-by: Ovidiu Panait --- .../{freediameter_1.3.2.bb => freediameter_1.4.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-networking/recipes-protocols/freediameter/{freediameter_1.3.2.bb => freediameter_1.4.0.bb} (97%) diff --git a/meta-netw

[oe] [meta-networking][PATCH 1/2] netkit-telnet: Use alternatives to avoid manpage conflict

2020-04-01 Thread Ovidiu Panait
Fix the following manpage installation conflict: * check_data_file_clashes: Package netkit-telnet-doc wants to install file /usr/share/man/man8/telnetd.8 But that file is already provided by package * inetutils-doc Signed-off-by: Ovidiu Panait --- .../recipes-netkit/netkit-telnet/netkit

[oe] [meta-networking][PATCH 2/2] tftp-hpa: Use alternatives to avoid manpage conflicts

2020-04-01 Thread Ovidiu Panait
/tftpd.8 But that file is already provided by package * tftp-hpa-doc Signed-off-by: Ovidiu Panait --- meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb b/meta

[oe] [meta-networking][PATCH 1/1] kea: Disable parallel install

2019-10-04 Thread Ovidiu Panait
According to configure.ac, make install might fail when run with multiple jobs: $ tail -15 log.do_configure ... When running "make install" do not use any form of parallel or job server options (such as GNU make's -j option). Doing so may cause errors. ... Signed-off-by: Ovidiu Panait

[oe] [meta-python][PATCH 2/2] python3-pillow: Add python3-misc/logging/numbers to RDEPENDS

2019-07-15 Thread Ovidiu Panait
Fix the following issues: $ python3 -c 'from PIL import Image' ModuleNotFoundError: No module named 'pathlib' ... ModuleNotFoundError: No module named 'logging' ... ModuleNotFoundError: No module named 'numbers' Signed-off-by: Ovidiu Panait --- meta-python/recipes-devtools/python/python3

[oe] [meta-python][PATCH 1/2] python3-pillow: 5.4.1 -> 6.1

2019-07-15 Thread Ovidiu Panait
Update python3-pillow to version 6.1 and refresh patches. License-Update: copyright years Signed-off-by: Ovidiu Panait --- .../0001-explicitly-set-compile-options.patch | 10 +++--- .../0001-support-cross-compiling.patch| 32 +-- ...-pillow_5.4.1.bb => pyth

[oe] [meta-filesystems][PATCH] xfsprogs: Fix host contamination

2019-06-06 Thread Ovidiu Panait
error: line 175: %package -n libhandle1: package libhandle1 already exists ... Signed-off-by: Ovidiu Panait --- meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.18.0.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.18.0.bb b/meta-fil

[oe] [thud][meta-python][PATCH] python3-blivetgui: Fix _supported_filesystems crash

2019-03-21 Thread Ovidiu Panait
5/site-packages/blivetgui/blivetgui.py", line 456, in add_device supported_filesystems=self.supported_filesystems, AttributeError: 'BlivetGUIAnaconda' object has no attribute '_supported_filesystems' Reference: https://github.com/storaged-project/blivet-gui/pull/100/ Signed-off-by: Ovidiu Panait

[oe] [meta-oe][PATCH 1/2] vim: Fix "--enable-gtk2-test" unrecognized option error

2019-02-01 Thread Ovidiu Panait
: vim-8.1.0347-r0 do_configure: Function failed: do_qa_configure ... Signed-off-by: Ovidiu Panait --- meta-oe/recipes-support/vim/vim_8.1.0347.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/vim/vim_8.1.0347.bb b/meta-oe/recipes-support/vim

[oe] [meta-oe][PATCH 2/2] vim: Enable GUI support for x11 DISTRO_FEATURES

2019-02-01 Thread Ovidiu Panait
Adding vim to a sato image will produce a non-working Gvim desktop entry because GUI support is not compiled in: # vim -g E25: GUI cannot be used: Not enabled at compile time Signed-off-by: Ovidiu Panait --- meta-oe/recipes-support/vim/vim_8.1.0347.bb | 5 - 1 file changed, 4 insertions

[oe] [thud][meta-oe][PATCH] polkit: Fix CVE-2019-6133

2019-01-23 Thread Ovidiu Panait
://nvd.nist.gov/vuln/detail/CVE-2019-6133 Upstream patch: https://gitlab.freedesktop.org/polkit/polkit/commit/c898fdf4b1aafaa04f8ada9d73d77c8bb76e2f81 Signed-off-by: Ovidiu Panait --- .../polkit/polkit/CVE-2019-6133.patch | 190 + meta-oe/recipes-extended/polkit

[oe] [meta-oe][PATCH] lvm2-udevrules: Add ALLOW_EMPTY

2018-07-31 Thread Ovidiu Panait
: conflicting requests - nothing provides lvm2-udevrules needed by cryptsetup .. Signed-off-by: Ovidiu Panait --- meta-oe/recipes-support/lvm2/lvm2_2.02.177.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/lvm2/lvm2_2.02.177.bb b/meta-oe/recipes-support/lvm2/lvm2_2.02.177.bb

[oe] [meta-oe][PATCH 1/1] nativesdk-lvm2: Fix installed-vs-shipped errors

2018-07-16 Thread Ovidiu Panait
installed and not shipped files. [installed-vs-shipped] Signed-off-by: Ovidiu Panait --- meta-oe/recipes-support/lvm2/lvm2_2.02.177.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/lvm2/lvm2_2.02.177.bb b/meta-oe/recipes-support/lvm2/lvm2_2.02.177.bb index

[oe] [meta-networking][PATCH 1/1] net-snmp: Fix host contamination

2018-06-15 Thread Ovidiu Panait
ix this by selecting the proper sysroot headers using --with-openssl=${STAGING_EXECPREFIXDIR} Signed-off-by: Ovidiu Panait --- meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-networking/recipes-protocols/net

[oe] [meta-networking][PATCH v2] net-snmp: fix invalid paths in target net-snmp-config

2017-12-21 Thread Ovidiu Panait
Remove build host paths from target net-snmp-config. Signed-off-by: Ovidiu Panait <ovidiu.pan...@windriver.com> --- meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb | 11 +++ 1 file changed, 11 insertions(+) diff --git a/meta-networking/recipes-protocols/net-sn

[oe] [PATCH] net-snmp: fix invalid paths in target net-snmp-config

2017-12-12 Thread Ovidiu Panait
Remove build host paths form target net-snmp-config. Signed-off-by: Catalin Enache <catalin.ena...@windriver.com> Signed-off-by: Ovidiu Panait <ovidiu.pan...@windriver.com> --- meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb | 4 1 file changed, 4 insertions(+)

[oe] [PATCH] rsyslog: fix segfault after configuration errors

2017-09-05 Thread Ovidiu Panait
/issues/1573 Reference: https://github.com/rsyslog/rsyslog/issues/1573 Upstream patch: https://github.com/rsyslog/rsyslog/commit/6d258339802cb9f13d8a4a157a4b74eccb902d8f Signed-off-by: Ovidiu Panait <ovidiu.pan...@windriver.com> --- ...ugfix-segfault-after-configuration-errors.patc