[oe] [meta-oe][PATCH] exiv2: Upgrade 0.28.2 to 0.28.3 for CVE fix

2024-07-12 Thread Alper Ak
Release Notes: * https://github.com/Exiv2/exiv2/issues/3008 * https://github.com/Exiv2/exiv2/milestone/14?closed=1 This release also fixes a low-severity security issue in asfvideo.cpp: * [CVE-2024-39695](https://github.com/Exiv2/exiv2/security/advisories/GHSA-38rv-8x93-pvrh): out-of-bounds

[oe] [meta-oe][PATCH] jsonrpc: Fix contains reference to TMPDIR [buildpaths] warning

2024-07-03 Thread Alper Ak
WARNING: jsonrpc-1.4.1-r0 do_package_qa: QA Issue: File /usr/lib/libjson-rpc-cpp/cmake/libjson-rpc-cppTargets.cmake in package jsonrpc-dev contains reference to TMPDIR [buildpaths] Signed-off-by: alperak --- meta-oe/recipes-devtools/jsonrpc/jsonrpc_1.4.1.bb | 4 1 file changed, 4

[oe] [meta-oe][PATCH] hplip: Fix contains reference to TMPDIR [buildpaths] warning

2024-06-26 Thread Alper Ak
Make sure that the OE provided CFLAGS are passed to the compiler. WARNING: hplip-3.22.10-r0 do_package_qa: QA Issue: File /usr/lib/python3.12/site-packages/cupsext.so in package hplip contains reference to TMPDIR [buildpaths] Signed-off-by: alperak ---

[oe] [meta-oe][PATCH] gphoto2: Fix contains reference to TMPDIR [buildpaths] warning

2024-06-26 Thread Alper Ak
WARNING: gphoto2-2.5.28-r0 do_package_qa: QA Issue: File /usr/bin/gphoto2 in package gphoto2 contains reference to TMPDIR [buildpaths] ERROR: gphoto2-2.5.28-r0 do_package: QA Issue: File '/usr/bin/gphoto2' from gphoto2 was already stripped, this will prevent future debugging!

[oe] [meta-networking][PATCH] rdist: Fix contains reference to TMPDIR [buildpaths] warning

2024-06-26 Thread Alper Ak
Pass OE cflags to makefile WARNING: rdist-6.1.5-r0 do_package_qa: QA Issue: File /usr/bin/.debug/rdistd in package rdist-dbg contains reference to TMPDIR File /usr/bin/.debug/rdist in package rdist-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: alperak ---

[oe] [meta-oe][PATCH] boinc-client: Fix contains reference to TMPDIR [buildpaths] warning

2024-06-26 Thread Alper Ak
WARNING: boinc-client-7.20.5-r0 do_package_qa: QA Issue: File /usr/include/boinc/svn_version.h in package boinc-client-dev contains reference to TMPDIR [buildpaths] Signed-off-by: alperak --- meta-oe/recipes-extended/boinc/boinc-client_7.20.5.bb | 4 1 file changed, 4 insertions(+) diff

Re: [oe] [meta-python][PATCH] python3-twisted: upgrade 22.10.0 -> 24.3.0

2024-04-19 Thread Alper Ak
Hi Gilbert, First of all, thank you for your patch. When sending the V2 patch, it would be great if you could also check the build-backend and dependencies because these seem to have changed. https://github.com/twisted/twisted/blob/2e59e1fb322bc4b20009443f2252ecc6d7c79f80/pyproject.toml#L7

Re: [oe] [meta-python][PATCH] python3-txdbus: cleanup RDEPENDS

2024-04-19 Thread Alper Ak
Getting the similar error when I build this recipe too. Output: ERROR: Nothing RPROVIDES 'python3-twisted-core-native' (but virtual:native:/opt/yocto_co/sources/meta-openembedded/meta-python/recipes-devtools/python/python3-incremental_22.10.0.bb RDEPENDS on or otherwise requires it) NOTE:

Re: [oe] [meta-python][PATCH] python3-incremental: cleanup RDEPENDS

2024-04-19 Thread Alper Ak
Hi Gilbert, First of all, thank you for your patch. But I'm getting error while building the recipe. Output: ERROR: Nothing RPROVIDES 'python3-twisted-core-native' (but virtual:native:/opt/yocto_co/sources/meta-openembedded/meta-python/recipes-devtools/python/python3-incremental_22.10.0.bb

[oe] [meta-python][PATCH] python3-scrypt: Move from PTESTS_PROBLEMS_META_PYTHON to PTESTS_SLOW_META_PYTHON

2024-04-16 Thread Alper Ak
There are no test failures when the image is created with "bitbake meta-python-image-ptest-python3-scrypt". qemux86-64: Testsuite summary TOTAL: 45 PASS: 45 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 55 END: /usr/lib/python3-scrypt/ptest 2024-04-16T19:15 STOP: ptest-runner TOTAL: 1

Re: [oe] [meta-python][PATCH] python3-flexparser: enable ptest and add missing runtime dependencies

2024-04-11 Thread Alper Ak
You're welcome, I'm glad I could help! :) Khem Raj , 11 Nis 2024 Per, 20:29 tarihinde şunu yazdı: > thanks for doing this. > > On Thu, Apr 11, 2024 at 4:23 AM Alper Ak wrote: > > > > * Ptest and library example tested on qemux86-64 and qemuarm64 > > > > * Add p

[oe] [meta-python][PATCH] python3-flexcache: enable ptest

2024-04-11 Thread Alper Ak
* Ptest tested on qemux86-64 and qemuarm64 * Add ptest into PTESTS_FAST_META_PYTHON Ptest result: = qemux86-64: Testsuite summary TOTAL: 19 PASS: 19 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 9 END: /usr/lib/python3-flexcache/ptest 2024-04-11T10:48 STOP: ptest-runner

Re: [oe] [meta-python][PATCH] python3-bleak: enable ptest and add missing runtime dependency

2024-04-06 Thread Alper Ak
rling wrote: > > > > > > > > On Fri, Apr 5, 2024 at 10:34 PM Alper Ak > wrote: > >> > >> Sorry, I overlooked it. The tests directory was not present in the > package downloaded with the default PYPI_SRC_URI value. > > > > > > Unfortunately, many

Re: [oe] [meta-python][PATCH] python3-bleak: enable ptest and add missing runtime dependency

2024-04-05 Thread Alper Ak
Sorry, I overlooked it. The tests directory was not present in the package downloaded with the default PYPI_SRC_URI value. Khem Raj , 6 Nis 2024 Cmt, 01:46 tarihinde şunu yazdı: > On Fri, Apr 5, 2024 at 2:53 PM Alper Ak wrote: > > > > * Ptest tested on qemux86-64 and qemuarm6

[oe] [meta-python][PATCH] python3-bleak: enable ptest and add missing runtime dependency

2024-04-05 Thread Alper Ak
* Ptest tested on qemux86-64 and qemuarm64 * Add ptest into PTESTS_FAST_META_PYTHON qemux86-64: Testsuite summary TOTAL: 14 PASS: 14 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 9 END: /usr/lib/python3-bleak/ptest 2024-04-05T18:44 STOP: ptest-runner TOTAL: 1 FAIL: 0 qemuarm64:

[oe] [meta-python][PATCH] python3-pydbus: Drop ${PYTHON_PN}

2024-03-29 Thread Alper Ak
Python2 is long unsupported, so we no longer need this variable. It was used to handle Python2/3 compatibility. Signed-off-by: alperak --- .../recipes-devtools/python/python3-pydbus_0.6.0.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[oe] [meta-python][PATCH] python3-validators: upgrade 0.22.0 > 0.24.0 and enable ptest

2024-03-29 Thread Alper Ak
License-Update: Rename LICENSE to LICENSE.txt and update copyright year * Ptest and library example tested on qemux86-64 and qemuarm64 * Add ptest into PTESTS_FAST_META_PYTHON qemux86-64: Testsuite summary TOTAL: 599 PASS: 599 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 19 END:

[oe] [meta-python][PATCH] python3-httptools: added recipe which is also include ptest

2024-03-08 Thread Alper Ak
httptools is a Python binding for the nodejs HTTP parser. * Tested on qemux86-64 and qemuarm64 * Add ptest into PTESTS_FAST_META_PYTHON Ptest result: = qemux86-64: Testsuite summary TOTAL: 38 PASS: 38 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 10 END:

[oe] [meta-python][PATCH] python3-wsproto: added recipe which is also include ptest

2024-03-08 Thread Alper Ak
This package is a pure-Python implementation of a WebSocket protocol stack. It’s written from the ground up to be embeddable in whatever program you choose to use, ensuring that you can communicate via WebSockets, as defined in RFC6455, regardless of your programming paradigm. * Ptest and

[oe] [meta-python][PATCH] python3-a2wsgi: added recipe which is also include ptest

2024-03-08 Thread Alper Ak
Pure Python and only depend on the standard library. Compared with other converters, the advantage is that a2wsgi will not accumulate the requested content or response content in the memory, so you don't have to worry about the memory limit caused by a2wsgi. This problem exists in converters

Re: [oe] [meta-oe][PATCH] remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH

2024-03-08 Thread Alper Ak
Sorry, the subject should have been meta-openembedded, not meta-oe. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#109232): https://lists.openembedded.org/g/openembedded-devel/message/109232 Mute This Topic:

[oe] [meta-oe][PATCH] remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH

2024-03-08 Thread Alper Ak
All downloaded files and sstates for the recipes were cleaned, build was got from stratch and no errors were encoutered. Signed-off-by: alperak --- .../recipes-devtools/python/python3-distutils-extra_2.39.bb| 2 -- meta-oe/recipes-support/libiio/libiio_0.25.bb | 1 -

[oe] [meta-python][PATCH 3/3] python3-google-auth: add ptest and update runtime dependencies

2024-03-07 Thread Alper Ak
* Generally we want to keep images as small as possible. RDEPENDS should not contains nothing except what is absolutely needed for a recipe. * Tested on qemux86-64 and qemuarm64 * Add ptest into PTESTS_SLOW_META_PYTHON Ptest results: == qemux86-64: Testsuite summary TOTAL: 1074

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

2024-03-07 Thread Alper Ak
A utility library for mocking out the requests Python library. Signed-off-by: alperak --- Couldn't add ptest because throwing ERROR: Exited from signal Killed (9) after 300 sec. When I tried with tox after cloning the upstream in docker, there was no problem. Somehow this error is

[oe] [meta-python][PATCH 1/3] python3-pytest-localserver: added recipe which is also include ptest

2024-03-07 Thread Alper Ak
pytest-localserver is a plugin for the pytest testing framework which enables you to test server connections locally. * Tested on qemux86-64 and qemuarm64 * Add ptest into PTESTS_SLOW_META_PYTHON Ptest result: == qemux86-64: Testsuite summary TOTAL: 55 PASS: 54 SKIP: 1 XFAIL: 0

Re: [oe] [meta-python][PATCH] python3-icecream: add recipe

2024-03-06 Thread Alper Ak
t 9:17 AM Alper Ak wrote: > > > > icecream (ic) package offers a more concise and readable way to debug > code by replacing print statements with simple function calls. > > > > Signed-off-by: alperak > > --- > > .../python/python3-icecream_2.1.3.bb

[oe] [meta-python][PATCH] python3-wrapt: add ptest

2024-03-04 Thread Alper Ak
* Tested on qemux86_64 and qemuarm64 * Add ptest into PTESTS_FAST_META_PYTHON Ptest result: qemux86-64: Testsuite summary TOTAL: 438 PASS: 438 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 17 END: /usr/lib/python3-wrapt/ptest 2024-03-04T16:09 STOP: ptest-runner TOTAL: 1 FAIL: 0

[oe] [meta-python][PATCH] ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON

2024-03-04 Thread Alper Ak
No ptest failures encountered and took less than 30 seconds so moved from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON qemuarm64: Testsuite summary TOTAL: 83 PASS: 83 SKIP: 0 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 10 END: /usr/lib/python3-xlrd/ptest 2024-03-04T08:53 STOP:

[oe] [meta-python][PATCH] python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest

2024-03-03 Thread Alper Ak
Ptest result: Testsuite summary TOTAL: 340 PASS: 339 SKIP: 1 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 28 * Tested on qemux86_64 and qemuarm64 * Add ptest into PTESTS_FAST_META_PYTHON items == Switch to the python_setuptools_build_meta backend License-Update: License check file

[oe] [meta-python][PATCH] python3-toolz: upgrade 0.12.0 -> 0.12.1

2024-01-27 Thread Alper Ak
Changelog: * Add support for Python 3.12 and PyPy 3.10 * Drop support for Python 3.5 and 3.6 * Fix typos (#565, #568) * Use codecov for coverage instead of coveralls Signed-off-by: alperak --- .../python/{python3-toolz_0.12.0.bb => python3-toolz_0.12.1.bb} | 2 +- 1 file changed, 1

[oe] [meta-python][PATCH] python3-netaddr: upgrade 0.10.0 -> 0.10.1

2024-01-25 Thread Alper Ak
Changelog: Fixed: Get rid of some warnings Deprecated: Deprecate the flag shorthands: N, P and Z. Use NOHOST, INET_PTON and ZEROFILL instead. Deprecate importing objects from netaddr subpackages. Only importing things from the top-level netaddr namespace is supported, everything

[oe] [meta-python][PATCH] python3-flask-marshmallow: upgrade 0.15.0 -> 1.1.0

2024-01-25 Thread Alper Ak
* Upstream provides a pyproject.toml which declares the "python_setuptools_build_meta" backend for PEP-517 packaging. use python_setuptools_build_meta since normal setuptools3 bbclass ends up in error -> ERROR: 'python3 setup.py bdist_wheel ' execution failed. * Set PYPI_PACKAGE to

[oe] [meta-oe][PATCH] libreport: upgrade 2.17.8 -> 2.17.11

2024-01-19 Thread Alper Ak
Changelog: 2.17.11 Fixed reporter-bugzilla: Fix NameError exception reporter-bugzilla: Adding an attachment is a minor bug update (skip emails) reporter-bugzilla: Retry Bugzilla queries with delays, if needed Added Add "XDG_ACTIVATION_TOKEN" to the list of

[oe] [meta-oe][PATCH] libkcapi: upgrade 1.4.0 -> 1.5.0

2024-01-17 Thread Alper Ak
License-Update: Copyright years change Changelog: move all sha* applications to the libexec directory to allow them to coexist with other packages sha* applications - the caller is expected to make a symlink to them add sha3sum add kcapi_md_sha3_* wrapper APIs various small

[oe] [meta-oe][PATCH] lcms: upgrade 2.15 -> 2.16

2024-01-16 Thread Alper Ak
License-Update: Renamed from COPYING to LICENSE Changelog: New: import .CUBE files as RGB device links New: Read/Write MHC2 tags for Windows GPU access New: Support for UTF8 on multi-localized Unicode functions New: Support for OkLab color space, built-in and formatter.

[oe] [meta-multimedia][PATCH] libebml: upgrade 1.4.4 -> 1.4.5

2024-01-15 Thread Alper Ak
Changelog: 44e5095317faf33a0ba318b98a04fc5d60a192dc NEWS: add entry about invalid memory access bug fix f3249a701df76185103c978f3693684bb0c84b74 MemIOCallback: fix buffer overflow when writing too much data 4c0d757d6de529e8dda6bb6ca08369d5f9bffdb3 MemIOCallback: fix buffer overflow when

Re: [oe] [meta-oe][PATCHv3] wavpack: upgrade 5.1.0 -> 5.6.0

2024-01-09 Thread Alper Ak
n. I guess, I should have created packageconfigs for both "manpages" and "shared lib" options and enable only shared lib in bb. If people don't want to use shared lib or want to add manpages, it can be added from bbappend. Best Regards, Alper Ak Ross Burton , 9 Oca 202

[oe] [meta-oe][PATCH] pcsc-tools: upgrade 1.6.2 -> 1.7.1

2024-01-07 Thread Alper Ak
Changelog: = 1.7.1 = - 64 new ATRs - configure: Use ATR_analysis by default on GNU/Linux - improve Windows support = 1.7.0 = - 182 new ATRs - pcsc_scan: . add debug option -d . add PnP option -p - gscriptor: i18n and l10n in English (default), French and Russian -

[oe] [meta-oe][PATCH] clinfo: upgrade 3.0.21.02.21 -> 3.0.23.01.25

2024-01-04 Thread Alper Ak
Changelog: 748c393 (tag: 3.0.23.01.25) Version 3.0.23.01.25 6ffc5f4 Keep track of the known flags 8a259ee Mark ARM extensions as such 315a45f Fix some extended versioning support fd78db3 cl_khr_mutable_dispatch 89581d9 Sempahore KHR extensions support 6dedc29 cl_khr_external_memory support

Re: [oe] [meta-oe][PATCH] librdkafka: upgrade 1.8.2 -> 2.3.0

2024-01-04 Thread Alper Ak
rget all -- > | ninja: error: '/usr/lib/libcurl.so', needed by > 'src/lib/libcppkafka.so.0.4.0', missing and no known rule to make it > > also see > > https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3484/steps/14/logs/stdio > > On Tue, Jan 2, 2024 at 10:51

[oe] [meta-oe][PATCH] libpaper: upgrade 2.1.0 -> 2.1.2

2024-01-02 Thread Alper Ak
Changelog: 2.1.2 * This release contains a change only to the tests, which improves the detection of glibc. 2.1.1 * Fixes the -N flag of paperconf. Signed-off-by: alperak --- .../libpaper/{libpaper_2.1.0.bb => libpaper_2.1.2.bb} | 2 +- 1 file changed, 1

[oe] [meta-oe][PATCH] libharu: upgrade 2.3.0 -> 2.4.4

2023-12-25 Thread Alper Ak
* Dropped patches because fixed in the new version. Changelog: * Add copy hpdf_namedict.h at install * Added page boundary support. * fixed glyph index to be 16 bit unsigned instead of signed * Bug fixes * Shared library has an SOVERSION now * Fixed HPDF_FToA for small values * Add static

[oe] [meta-oe][PATCH] epeg: upgrade to latest release(0.9.3)

2023-12-22 Thread Alper Ak
* Dropped patch because fixed in the new version Changelog: * Fix XMP rotation bug * add cmake as build system + add epeg_set/get_orientation + fix memleak in epeg_close * minor fixes to build on windows + enable build of command line tool with cmake * configure: Fix checks for libjpeg and

[oe] [meta-oe][PATCH] edid-decode: upgrade to latest master

2023-12-22 Thread Alper Ak
Changelog: 1e99fe8 check for more dummy serial numbers 08b5ddb improve Speaker ID handling in cta_sldb() a1fc8c8 detect dummy serial number values d6d86cb some minor HDMI 2.1b updates c6802ea add data/samsung-qp85a-8k-hdmi4 385c6cb safely terminate edid vector with 0 1668825 show Serial Number

[oe] [meta-oe][PATCH] driverctl: upgrade 0.111 -> 0.115

2023-12-21 Thread Alper Ak
Changelog: * driverctl: Fix duplicate ID write error * driverctl: add list-persisted command * Fix device driver binding issue after re-enumeration * driverctl: fix list_devices() when `driver_override` is not set Signed-off-by: alperak --- .../driverctl/driverctl_0.111.bb | 28

[oe] [meta-oe][PATCH] dool: upgrade 1.1.0 -> 1.3.1

2023-12-21 Thread Alper Ak
* Patches removed because fixed in the new version * License-Update: GPL-2.0 -> GPL-3.0 Changelog: * Fix help of vmstat (as it includes sys instead of swap) * Fix multiple SWAP's breaks output * Better support for NVME drives * Support for Python v3.12 * Shorter and more concise device names *

Re: [oe] [meta-oe][PATCH] wavpack: upgrade 5.1.0 -> 5.6.0

2023-12-21 Thread Alper Ak
;> >> have you tried to build it e.g. for aarch64 or arm on x86_64 build host? >> >> On Wed, Dec 20, 2023 at 7:25 AM Alper Ak wrote: >>> >>> License-Update: Copyright year changes >>> >>> Changelog: >>> >>> * added: AIFF fi

[oe] [meta-oe][PATCH] cpprest: upgrade 2.10.18 -> 2.10.19

2023-12-20 Thread Alper Ak
Changelog: * PR#1982 make Uri.is_host_loopback() only return true for localhost and 127.0.0.1 exactly. The old behavior could potentially return "true" for URLs that were not, in fact, local, and this could cause security issues if is_host_loopback was used in certain ways. * PR#1711 Fix

[oe] [meta-oe][PATCH] avro-c: upgrade 1.11.2 -> 1.11.3

2023-12-20 Thread Alper Ak
Changelog: * This is a minor release, specifically addressing known issues with the 1.11.2 release, but also contains version bumps and doc fixes. Signed-off-by: alperak --- .../recipes-support/avro/{avro-c_1.11.2.bb => avro-c_1.11.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[oe] [meta-oe][PATCH] qpdf: upgrade 11.6.3 -> 11.6.4

2023-12-19 Thread Alper Ak
Changelog: * When running ``cmake --install --component dev``, install cmake files, which were previously omitted from the ``dev`` component * Fix the Linux binary build to use older libraries so it continues to work in AWS Lambda and other older execution environments. Signed-off-by: alperak

[oe] [meta-oe][PATCH] wavpack: upgrade 5.1.0 -> 5.6.0

2023-12-19 Thread Alper Ak
License-Update: Copyright year changes Changelog: * added: AIFF file import/export support * added: WATCOM compiler and OS/2 support * added: cmake support for mingw, builds Cooledit + Winamp plugins * added: --force-even-byte-depth option for rounding up bit depths * fixed: detect and report

[oe] [meta-oe][PATCHv3] xsetroot: upgrade 1.1.2 -> 1.1.3

2023-12-07 Thread Alper Ak
Changelog: * gitlab CI: stop requiring Signed-off-by in commits * Handle -Wsign-compare warnings * Variable scope reductions as recommended by cppcheck * Build xz tarballs instead of bzip2 * CI: add a basic build test * Update configure.ac bug URL for gitlab migration * Update README for gitlab

[oe] [meta-oe][PATCHv2] xf86-video-mga: upgrade 2.0.0 -> 2.0.1

2023-12-07 Thread Alper Ak
* checkfile.patch removed because fixed in the new version -> https://gitlab.freedesktop.org/xorg/driver/xf86-video-mga/-/commit/f227f2f286123a9ca64b567783825a2c18b87971 * License-Update: Fixed the typo in a word. "MERCHANTIBILITY" -> "MERCHANTABILITY" Changelog: * Fix uninitialized read in

Re: [oe] [meta-oe][PATCH] xf86-video-mga: upgrade 2.0.0 -> 2.0.1

2023-12-07 Thread Alper Ak
7e5e5f440 Khem Raj , 7 Ara 2023 Per, 20:44 tarihinde şunu yazdı: > > On Thu, Dec 7, 2023 at 1:13 AM Alper Ak wrote: > > > > * checkfile.patch removed because fixed in the new version -> > > https://gitlab.freedesktop.org/xorg/driver/xf86-video-mga/-/commit/f227f2f28612

[oe] [meta-oe][PATCH] libxaw: upgrade 1.0.14 -> 1.0.15

2023-12-07 Thread Alper Ak
XORG_EXT tar.bz2 removed because not supported in the new version. The default value defined in xorg-lib-common.inc will be used, i.e. tar.xz Changelog: * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL * Replace calls to index() with strchr() * Add

[oe] [meta-oe][PATCH] xf86-input-void: upgrade 1.4.1 -> 1.4.2

2023-12-07 Thread Alper Ak
Changelog: * InitValuatorAxisStruct: Add missing line breaks * InputDriverRec: Resolve -Wmissing-field-initializers warning * gitlab CI: stop requiring Signed-off-by in commits * gitlab CI: add a basic build test * Build xz tarballs instead of bzip2 * Update configure.ac bug URL for gitlab

[oe] [meta-oe][PATCH] xf86-video-ati: upgrade 19.1.0 -> 22.0.0

2023-12-07 Thread Alper Ak
* SRC_URI && features_check removed because already defined in xorg-driver-common.inc Changelog: * Don't set SourceValidate pointer to NULL * radeon_glamor_wrappers.c: Convert from ISO-8859-1 to UTF-8 * gitlab CI: enable gitlab's builtin static analysis * gitlab CI: enable commit & merge

[oe] [meta-oe][PATCH] xf86-video-mga: upgrade 2.0.0 -> 2.0.1

2023-12-07 Thread Alper Ak
* checkfile.patch removed because fixed in the new version -> https://gitlab.freedesktop.org/xorg/driver/xf86-video-mga/-/commit/f227f2f286123a9ca64b567783825a2c18b87971 * License-Update: Fix spelling/wording Changelog: * Fix uninitialized read in MGAEnableSecondOutPut * gitlab CI: add a basic

[oe] [meta-oe][PATCHv2] xorg-sgml-doctools: update summary depends and inc file

2023-12-07 Thread Alper Ak
Signed-off-by: alperak --- meta-oe/recipes-graphics/xorg-doc/xorg-doc-common.inc| 9 + .../recipes-graphics/xorg-doc/xorg-sgml-doctools_1.12.bb | 5 +++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/meta-oe/recipes-graphics/xorg-doc/xorg-doc-common.inc

[oe] [meta-oe][PATCH] xorg-docs: add recipe

2023-12-06 Thread Alper Ak
Provides miscellaneous documentation for the X Window System that doesn't better fit into other packages. The preferred documentation format for these documents is DocBook XML. Signed-off-by: alperak --- meta-oe/recipes-graphics/xorg-doc/xorg-docs_1.7.2.bb | 7 +++ 1 file changed, 7

[oe] [meta-oe][PATCH] xorg-sgml-doctools: update summary depends and inc file

2023-12-06 Thread Alper Ak
Signed-off-by: alperak --- meta-oe/recipes-graphics/xorg-doc/xorg-doc-common.inc| 9 + .../recipes-graphics/xorg-doc/xorg-sgml-doctools_1.12.bb | 5 ++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/meta-oe/recipes-graphics/xorg-doc/xorg-doc-common.inc

Re: [oe] [meta-oe][PATCH] snappy: upgrade 1.1.9 -> 1.1.10

2023-12-05 Thread Alper Ak
/neon_intrinsics/advsimd.html Khem Raj , 5 Ara 2023 Sal, 21:06 tarihinde şunu yazdı: > > this fails on arm > https://errors.yoctoproject.org/Errors/Details/745647/ > > On Sun, Dec 3, 2023 at 11:54 PM Alper Ak wrote: > > > > * 0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_I

Re: [oe] [meta-oe][PATCH] jasper: upgrade 2.0.33 -> 4.1.1

2023-12-05 Thread Alper Ak
> Why is this line deleted? The CVE still doesn’t record versions, so this > will make the issue reappear in the report. Deleted accidentally, my fault. I'll be more careful next time. > Are these no longer needed? Or did they get deleted accidentally? As it > stands, I can’t tell. The

[oe] [meta-oe][PATCH] jasper: upgrade 2.0.33 -> 4.1.1

2023-12-04 Thread Alper Ak
* We have to pass "__STDC_VERSION__" value to cmake option due to this error -> A cross-compiling environment has been detected. CMake Error at CMakeLists.txt:430 (message): The value of __STDC_VERSION__ cannot be automatically determined when cross-compiling. Please set

[oe] [meta-oe][PATCH] snappy: upgrade 1.1.9 -> 1.1.10

2023-12-03 Thread Alper Ak
* 0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch removed because fixed in the new version Changelog: * Performance improvements * Compilation fixes for various environments Signed-off-by: alperak --- ...-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch | 71 ---

[oe] [meta-oe][PATCHv2] libpwquality: upgrade 1.4.4 -> 1.4.5

2023-12-01 Thread Alper Ak
* 0001-fix-musl-build.patch removed because fixed in the new version. -> https://github.com/libpwquality/libpwquality/pull/53 * Copied ABOUT-NLS from native sysroot's gettext manually because of following error -> error: required file './ABOUT-NLS' not found Building from sources need

Re: [oe] [meta-oe][PATCH] libpwquality: upgrade 1.4.4 -> 1.4.5

2023-12-01 Thread Alper Ak
tory but can't find it. "pwquality.h" is located at source directory. B = "../build", S = "../git" so if we do B = "${S}" (i.e. brokensep), I interpreted that it solves the problem. Khem Raj , 1 Ara 2023 Cum, 04:06 tarihinde şunu yazdı: > > On Thu, Nov 30, 202

[oe] [meta-oe][PATCH] libpwquality: upgrade 1.4.4 -> 1.4.5

2023-11-30 Thread Alper Ak
* 0001-fix-musl-build.patch removed because fixed in the new version. -> https://github.com/libpwquality/libpwquality/pull/53 * Created ABOUT-NLS file because of following error -> error: required file './ABOUT-NLS' not found Changelog: * Translation updates * Minor bug fixes and documentation

Re: [oe] [meta-oe][PATCH] msgpack-c: upgrade 4.0.0 -> 6.0.0

2023-11-28 Thread Alper Ak
On Mon, Nov 27, 2023 at 5:38 AM Alper Ak wrote: > > > > - GTest should be OFF by default. -> > https://github.com/msgpack/msgpack-c/issues/1066 > > > > Changelog: > > > > - Remove C++ requirement if test is disabled (#1055) > > - Change CMake pac

[oe] [meta-oe][PATCH] tmate: Fix finding msgpack 6+

2023-11-28 Thread Alper Ak
Signed-off-by: alperak --- .../files/0001-fix-finding-msgpack.patch | 43 +++ meta-oe/recipes-extended/tmate/tmate_2.4.0.bb | 1 + 2 files changed, 44 insertions(+) create mode 100644 meta-oe/recipes-extended/tmate/files/0001-fix-finding-msgpack.patch diff --git

[oe] [meta-oe][PATCH] squashfs-tools-ng: upgrade 1.1.4 -> 1.2.0

2023-11-27 Thread Alper Ak
License-Update: Remove builtin copy of zlib On GNU/Linux, *BSD or MacOS we can simply use the system default library. The copy was primarily only there for the Windows build. The build script for Windows has now been adapted to download and compile a shared library from a

[oe] [meta-oe][PATCH] msgpack-c: upgrade 4.0.0 -> 6.0.0

2023-11-27 Thread Alper Ak
- GTest should be OFF by default. -> https://github.com/msgpack/msgpack-c/issues/1066 Changelog: - Remove C++ requirement if test is disabled (#1055) - Change CMake package name of C library to msgpack-c (#1053) - Unified all C package, library, cmake, tarball name become msgpack-c. - Add

[oe] [meta-oe][PATCH] msgpack-cpp: upgrade 4.1.1 -> 6.1.0

2023-11-27 Thread Alper Ak
Changelog: - Remove dependency on boost in chrono.hpp (#1076) - Add support for std::variant behavior (#1075) - Fix msgpack::type::variant behavior to respect MessagePack format (#1071) - Add rebind allocators (#1065) - Change CMake package name of C++ library to msgpack-cxx (#1054) - Unified all

[oe] [meta-oe][PATCH] mercurial: upgrade 6.1 -> 6.5

2023-11-16 Thread Alper Ak
Changelog: https://wiki.mercurial-scm.org/WhatsNew Signed-off-by: alperak --- .../mercurial/{mercurial_6.1.bb => mercurial_6.5.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-devtools/mercurial/{mercurial_6.1.bb => mercurial_6.5.bb} (87%) diff

[oe] [meta-oe][PATCH] luaposix: upgrade 35.1 -> 36.2.1

2023-11-16 Thread Alper Ak
License-Update: Copyright years changed Changelog: https://github.com/luaposix/luaposix/blob/v36.2.1/NEWS.md Signed-off-by: alperak --- .../luaposix/{luaposix_35.1.bb => luaposix_36.2.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename

[oe] [meta-oe][PATCH] gst-editing-services: upgrade 1.20.5 -> 1.22.7

2023-11-16 Thread Alper Ak
Signed-off-by: alperak --- ...ting-services_1.20.5.bb => gst-editing-services_1.22.7.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-oe/recipes-devtools/gst-editing-services/{gst-editing-services_1.20.5.bb => gst-editing-services_1.22.7.bb} (88%) diff --git

[oe] [meta-oe][PATCH] cpuid: upgrade 20211129 -> 20230614

2023-11-16 Thread Alper Ak
Changelog: https://fossies.org/linux/cpuid/ChangeLog Signed-off-by: alperak --- .../cpuid/{cpuid_20211129.bb => cpuid_20230614.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/cpuid/{cpuid_20211129.bb => cpuid_20230614.bb} (90%) diff

[oe] [meta-oe][PATCH] cloc: upgrade 1.94 -> 1.98

2023-11-16 Thread Alper Ak
Changelog: - New Languages: Cairo, Carbon, Circom, Containerfile, HolyC, kvlang, Nunjucks, OpenSCAD, P4, Pest, Pony, TEAL, WGSL - New switch --diff-list-files to run diff given two list files - Handle comments embedded in OCaml strings - Write empty JSON and XML structures if the inputs yield

[oe] [meta-oe][PATCH] capnproto: upgrade 0.10.4 -> 1.0.1

2023-11-16 Thread Alper Ak
Signed-off-by: alperak --- .../capnproto/{capnproto_0.10.4.bb => capnproto_1.0.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/capnproto/{capnproto_0.10.4.bb => capnproto_1.0.1.bb} (90%) diff --git

[oe] [meta-oe][PATCH] botan: upgrade 2.19.3 -> 3.2.0

2023-11-16 Thread Alper Ak
License-Update: Copyright year updated. Changelog: https://botan.randombit.net/news.html#version-3-0-0-2023-04-11 https://botan.randombit.net/news.html#version-3-1-0-2023-07-11 https://botan.randombit.net/news.html#version-3-1-1-2023-07-13

[oe] [meta-oe][PATCH] uutils-coreutils: upgrade 0.0.22 -> 0.0.23

2023-11-16 Thread Alper Ak
Changelog: https://github.com/uutils/coreutils/releases/tag/0.0.23 Signed-off-by: alperak --- .../uutils-coreutils-crates.inc | 58 ++- ...s_0.0.22.bb => uutils-coreutils_0.0.23.bb} | 2 +- 2 files changed, 31 insertions(+), 29 deletions(-) rename

[oe] [meta-filesystems][master][PATCHv3] fuse-exfat: Dropped md5sum

2023-11-14 Thread Alper Ak
We do not need md5sum anymore. Signed-off-by: alperak --- .../recipes-filesystems/fuse-exfat/fuse-exfat_1.4.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.4.0.bb

Re: [oe] [meta-multimedia][PATCH] libupnp: upgrade 1.14.6 -> 1.14.18

2023-11-13 Thread Alper Ak
[Edited Message Follows] Since conditional expressions are removed in the new version, I removed the patch thinking that is not needed. They are now defined directly, without conditions. https://github.com/pupnp/pupnp/commit/c0b552973c5db6dbe4dd0bdc47496da3d7af9606 By the way, I have just

[oe] [meta-filesystems][PATCHv2] fuse-exfat: upgrade 1.3.0 -> 1.4.0

2023-11-13 Thread Alper Ak
Changelog: * Added exfatattrib utility which prints or changes file attributes [Will Thompson]. * Added FUSE 3 support. FUSE 2 continues to be supported. * Added support for timezone offsets [Nathan Hunsperger]. * Fixed device opening error being reported as FS error. * Fixed possible data

Re: [oe] [meta-networking][PATCH] cannelloni: upgrade 1.0.0 -> 1.1.0

2023-11-13 Thread Alper Ak
I can get a build without any problem, is it related to the compiler? As far as I know, bits/stdc++ is a GNU GCC extension, I could be wrong. I will try to solve it. Maybe something like this can be done: include bits/stdc++.h if glibc defined? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [oe] [meta-filesystems][PATCH] fuse-exfat: upgrade 1.3.0 -> 1.4.0

2023-11-13 Thread Alper Ak
These hash values are usually used to check the integrity of files and determine if they are corrupted during download, right? So why delete them? Do we delete md5 because sha256 already defined? Don't we need both at the same time? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent

Re: [oe] [meta-multimedia][PATCH] libupnp: upgrade 1.14.6 -> 1.14.18

2023-11-13 Thread Alper Ak
Since conditional expressions are removed in the new version, I removed them thinking that the patch is not needed. They are now defined directly. https://github.com/pupnp/pupnp/commit/c0b552973c5db6dbe4dd0bdc47496da3d7af9606 As far as I have researched, people say that it will be enough to

Re: [oe] [meta-multimedia][PATCH] libebml: upgrade 1.3.0 -> 1.4.4

2023-11-12 Thread Alper Ak
Old patches are no longer needed. In addition,  build system changed makefile to CMakelist.txt. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#106587): https://lists.openembedded.org/g/openembedded-devel/message/106587 Mute This Topic:

[oe] [meta-multimedia][PATCH] libupnp: upgrade 1.14.6 -> 1.14.18

2023-11-12 Thread Alper Ak
Changelog: github.com/pupnp/pupnp/blob/branch-1.14.x/ChangeLog Signed-off-by: alperak --- Conditional statements removed in the newer version so no need the patch anymore. 1.14.18 -> github.com/pupnp/pupnp/blob/c540ce2431bdeac73359029d4592b45790e1d154/upnp/inc/ithread.h 1.14.6 ->

[oe] [meta-multimedia][PATCHv2] libsrtp: upgrade 2.4.2 -> 2.5.0

2023-11-11 Thread Alper Ak
Changelog -Make mbedtls hmac less restrictive in line with RFC and library capabilities -Allow overriding stream list implementation -update min openssl version to 1.1.0 -Openssl 3 support for EVP MAC -Add android build to CI -add CIFuzz Github action to workflows -Add policy_set_aes_cm_192_xxx

[oe] [meta-multimedia][PATCH] libsrtp: updrade 2.4.2 -> 2.5.0

2023-11-11 Thread Alper Ak
Changelog -Make mbedtls hmac less restrictive in line with RFC and library capabilities -Allow overriding stream list implementation -update min openssl version to 1.1.0 -Openssl 3 support for EVP MAC -Add android build to CI -add CIFuzz Github action to workflows -Add policy_set_aes_cm_192_xxx

[oe] [meta-python][PATCHv2] tuna: upgrade 0.18 -> 0.19

2023-11-11 Thread Alper Ak
Signed-off-by: alperak --- meta-python/recipes-extended/tuna/{tuna_git.bb => tuna_0.19.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-extended/tuna/{tuna_git.bb => tuna_0.19.bb} (91%) diff --git a/meta-python/recipes-extended/tuna/tuna_git.bb

[oe] [meta-oe][PATCH] catch2: upgrade 2.13.7 -> 2.13.10

2023-11-11 Thread Alper Ak
v2.13.10: Fixes: -Fixed issue with catch_discover_tests when there is multiple of 256 tests (#2401, #2503) -Catch2-provided main and wmain are explicitly marked as __cdecl when compiled with MSVC (#2486, #2487) -Improved break-into-debugger behaviour for ARM Macs. It

[oe] [meta-python][PATCH] tuna: upgrade 0.18 -> 0.19

2023-11-11 Thread Alper Ak
Signed-off-by: alperak --- meta-python/recipes-extended/tuna/tuna_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-python/recipes-extended/tuna/tuna_git.bb b/meta-python/recipes-extended/tuna/tuna_git.bb index a49341240..0d71a3124 100644 ---

[oe] [meta-webserver][PATCHv2] xdebug: upgrade 3.2.0 -> 3.2.2

2023-11-11 Thread Alper Ak
Changelog: [2023-07-14] — Xdebug 3.2.2 -Fixed bug #2175: Crash with EXC_BAD_ACCESS in xdebug_str_create -Fixed bug #2180: Crash on extended SplFixedArray -Fixed bug #2182: Segfault with ArrayObject on stack -Fixed bug #2186: Segfault with trampoline functions and debugger

[oe] [meta-webserver][PATCH] xdebug: upgrade 3.2.0 -> 3.2.2

2023-11-11 Thread Alper Ak
Changelog: [2023-07-14] — Xdebug 3.2.2 -Fixed bug #2175: Crash with EXC_BAD_ACCESS in xdebug_str_create -Fixed bug #2180: Crash on extended SplFixedArray -Fixed bug #2182: Segfault with ArrayObject on stack -Fixed bug #2186: Segfault with trampoline functions and debugger

[oe] [meta-filesystems][PATCH] unionfs-fuse: upgrade 2.2 --> 3.4

2023-11-11 Thread Alper Ak
r direct_io 3.2 - various nfs fixes - various race condition fixes 3.1 - just fixes version mess (in manual file, cmake, etc.) 3.0 - libfuse3 support (and use is as new default) - add branch-preserving logic - make it compile under MacOS again - minor fixes Signed-off-by: Alper Ak --- .../fi