[OE-core] [PATCH] zip: Don't define NO_DIR

2024-04-30 Thread Zoltan Boszormenyi
The build framework of zip adds -DNO_DIR to CFLAGS after failing to link this piece of test code: int main() { return closedir(opendir(".")); } However, zip does not take a case into account when it does not need to link to an extra library for these functions. When -DNO_DIR is used, the code

[OE-core] [PATCH] zip: Don't define NO_DIR

2024-04-30 Thread Zoltan Boszormenyi
From: Zoltán Böszörményi The build framework of zip adds -DNO_DIR to CFLAGS after failing to link this piece of test code: int main() { return closedir(opendir(".")); } However, zip does not take a case into account when it does not need to link to an extra library for these functions. When

Re: [OE-core][scarthgap 17/17] ttyrun: upgrade 2.31.0 -> 2.32.0

2024-04-30 Thread Richard Purdie
On Tue, 2024-04-30 at 14:24 -0700, Steve Sakoman via lists.openembedded.org wrote: > From: Wang Mingyu > > Changelog: > === > - dbginfo.sh: dash compatible copy sequence > - rust/pv_core: Fix UvDeviceInfo::get() method > - zipl/src: Fix leak of files if run with a broken configuration >

[OE-core][scarthgap 17/17] ttyrun: upgrade 2.31.0 -> 2.32.0

2024-04-30 Thread Steve Sakoman
From: Wang Mingyu Changelog: === - dbginfo.sh: dash compatible copy sequence - rust/pv_core: Fix UvDeviceInfo::get() method - zipl/src: Fix leak of files if run with a broken configuration - zkey: Fix convert command to accept only keys of type CCA-AESDATA Signed-off-by: Wang Mingyu

[OE-core][scarthgap 16/17] mpg123: upgrade 1.32.5 -> 1.32.6

2024-04-30 Thread Steve Sakoman
From: Wang Mingyu Changelog: - build: Detect forced 64 bit offsets on a dual-mode system that used to default to 32 bits and drop ambiguous suffix-less symbols in that case. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][scarthgap 15/17] lttng-tools: upgrade 2.13.11 -> 2.13.13

2024-04-30 Thread Steve Sakoman
From: Wang Mingyu 0001-tests-do-not-strip-a-helper-library.patch refreshed for 2.13.13 Changelog: === * Fix: consumerd: leak of tracing buffers on relayd connectivity issue * Fix: consumerd: wrong timer mentioned in error logging * Fix: consumerd: type confusion in

[OE-core][scarthgap 12/17] ell: upgrade 0.63 -> 0.64

2024-04-30 Thread Steve Sakoman
From: Wang Mingyu Changelog: == -Fix issue with casting in C++ environment. -Fix issue with ASCII string upper and lower helpers. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit a28405da8dad7e6222d7badaa3eda175e3df32c9) Signed-off-by: Steve Sakoman

[OE-core][scarthgap 14/17] libx11: upgrade 1.8.7 -> 1.8.9

2024-04-30 Thread Steve Sakoman
From: Wang Mingyu Changelog: === -xlibi18n: restore parse_line1 for WIN32 builds -Fix _XkbReadGetDeviceInfoReply for nButtons == dev->buttons -_XimProtoIMFree:no need to check arg for Xfree() -_XimEncodeString:no need to check arg for Xfree() -Fix XCreateIC() memory leak (Part 2)

[OE-core][scarthgap 13/17] libdnf: upgrade 0.73.0 -> 0.73.1

2024-04-30 Thread Steve Sakoman
From: Wang Mingyu Changelog: = -Fix https://issues.redhat.com/browse/RHEL-27657 -subject-py: Fix memory leak Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit f16b16e1b6c60f0a1c9bc8d5492195fc66f33a19) Signed-off-by: Steve Sakoman ---

[OE-core][scarthgap 10/17] mesa: upgrade 24.0.2 -> 24.0.3

2024-04-30 Thread Steve Sakoman
From: Wang Mingyu Mesa 24.0.3 is a bug fix release which fixes bugs found since the 24.0.2 release. New features None Bug fixes v3d: Line rendering broken when smoothing is enabled DR crashes with mesa 24 and rusticl (radeonsi) RADV: GPU crash when setting ‘RADV_DEBUG=allbos’ [intel] mesa

[OE-core][scarthgap 09/17] libxml2: upgrade 2.12.5 -> 2.12.6

2024-04-30 Thread Steve Sakoman
From: Wang Mingyu Changelog: === - parser: Fix detection of duplicate attributes in XML namespace - xmlreader: Fix xmlTextReaderConstEncoding - html: Fix htmlCreatePushParserCtxt with encoding - xmllint: Return error code if XPath returns empty nodeset Signed-off-by: Wang Mingyu

[OE-core][scarthgap 11/17] babeltrace2: upgrade 2.0.5 -> 2.0.6

2024-04-30 Thread Steve Sakoman
From: Wang Mingyu Changelog: === * bt2: disable some warnings for 'native_bt.c' * bt2: compile 'native_bt.c' with '-Wno-undef' * Fix: src.ctf.lttng-live: expect NEW_STREAM/METADATA for inactive streams * Fix: 'babeltrace2 convert': don't consider the '--plugin-path' opt. *

[OE-core][scarthgap 08/17] bind: upgrade 9.18.24 -> 9.18.25

2024-04-30 Thread Steve Sakoman
From: Wang Mingyu Changelog: -Create the pruning task in the dns_cache_flush(), so the cache pruning still works after the flush. -Improve the TTL-based cleaning by removing the expired headers from the heap, so they don't block the next cleaning round and clean more than a

[OE-core][scarthgap 05/17] libsdl2: upgrade 2.30.0 -> 2.30.1

2024-04-30 Thread Steve Sakoman
From: Wang Mingyu Changelog: === -Fixed a regression causing SDL_WaitEvent() to return spurious failures -Fixed X11 cursors on the latest release of GNOME -Wayland windows automatically have OpenGL enabled again -Fixed memory corruption when converting signed 16-bit audio to float -Fixed

[OE-core][scarthgap 07/17] pango: upgrade 1.52.0 -> 1.52.1

2024-04-30 Thread Steve Sakoman
From: Wang Mingyu Changelog: Fix hexbox drawing Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit 5a296e6c3afb412ee9740fc28963f35dd16e52d9) Signed-off-by: Steve Sakoman --- .../recipes-graphics/pango/{pango_1.52.0.bb => pango_1.52.1.bb} | 2 +- 1 file

[OE-core][scarthgap 06/17] libxcursor: upgrade 1.2.1 -> 1.2.2

2024-04-30 Thread Steve Sakoman
From: Wang Mingyu Changelog: === -Remove superfluous and unguarded config.h include -XcursorXcFileLoad: plug memory leak in error paths -Add comment about keeping libxcb-cursor copy of code in sync -If O_CLOEXEC is defined, add "e" to fopen modes -configure: Use LT_INIT from libtool 2

[OE-core][scarthgap 02/17] rpm: update 4.19.1 -> 4.19.1.1

2024-04-30 Thread Steve Sakoman
From: Alexander Kanavin Summary of changes from RPM 4.19.1 Fixes Packaging: Don’t warn about missing user/group on skipped files [Regression] (#2814) Packaging: Make user/group lookup caching thread-safe [Regression] (#2843) Lua interface: Fix regression in Lua scriptlet runaway child detection

[OE-core][scarthgap 04/17] gcr: upgrade 4.2.0 -> 4.2.1

2024-04-30 Thread Steve Sakoman
From: Wang Mingyu Changelog: === - gcr-ssh-agent: set 'SSH_AUTH_SOCK' - gcr-ssh-agent: port avoid deadlock fix - Updated translations Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit 5b98e250d8c04040df1333506b72575d368e6bdc) Signed-off-by: Steve

[OE-core][scarthgap 03/17] rootfs-postcommands.bbclass: Only set DROPBEAR_RSAKEY_DIR once

2024-04-30 Thread Steve Sakoman
From: Michael Glembotzki If DROPBEAR_RSAKEY_DIR has already been set before, e.g. by overwriting the file dropbear.default, the line will still be appended a second time. DROPBEAR_RSAKEY_DIR="/path/to/dropbear" DROPBEAR_EXTRA_ARGS="-B" DROPBEAR_RSAKEY_DIR=/var/lib/dropbear Signed-off-by:

[OE-core][scarthgap 01/17] icu: update 74-1 -> 74-2

2024-04-30 Thread Steve Sakoman
From: Alexander Kanavin ICU 74.2 updates to CLDR 44.1 locale data. These are maintenance releases for ICU 74 and CLDR 44, with limited sets of bug fixes and no API or structural changes. The CLDR bug fix relevant for ICU is for some formatting patterns that erroneously had two adjacent space

[OE-core][scarthgap 00/17] Patch review

2024-04-30 Thread Steve Sakoman
Please review this set of changes for scarthgap and have comments back by end of day Thursday, May 2 Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6864 with the exception of a known intermittent issue (also present on master):

[OE-core][kirkstone][PATCH] python3: Upgrade 3.10.13 -> 3.10.14

2024-04-30 Thread Peter Marko via lists.openembedded.org
From: Peter Marko Addresses CVEs: * CVE-2023-52425 (bundled expat) * CVE-2023-6597 (https://github.com/python/cpython/pull/112840) News: https://github.com/python/cpython/blob/3.10/Misc/NEWS.d/3.10.14.rst Signed-off-by: Peter Marko --- .../python/{python3_3.10.13.bb => python3_3.10.14.bb}

[OE-core] [PATCH] strace: Upgrade to 6.8

2024-04-30 Thread Khem Raj
Noteworthy changes in strace 6.8 (2024-03-20) Improvements Renamed --stack-traces to --stack-trace for consistency. Old option is retained for backwards compatibility. Implemented --stack-trace-frame-limit=N option for configuring the limit of the number of printed backtrace frames. Implemented

[OE-core] Yocto Project Status 30 April 2024 (WW18)

2024-04-30 Thread Neal Caidin
Current Dev Position: YP 5.1 M1 Next Deadline: YP 5.1 M1 Build 20 May 2024 Next Team Meetings: - Bug Triage meeting Thursday May 2nd at 7:30 am PST ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) - Weekly Project Engineering Sync Tuesday April 30th at 8 am

[OE-core] [PATCH] insane: handle dangling symlinks in the libdir QA check

2024-04-30 Thread Ross Burton
The "libdir" QA check tries to open every file it finds as an ELF. If it finds a dangling symlink that looks like a library by the filename it will try to open it and fail with FileNotFoundError error. As this dangling symlink probably points to a real file, silently absorb the error. [ YOCTO

[OE-core] [PATCH] kernel-fitImage: use IMAGE_NAME_SUFFIX

2024-04-30 Thread Rouven Czerwinski
Without taking IMAGE_NAME_SUFFIX into account, the kernel-fitimage class will always fail to find the initramfs, fix the search path and error message to include IMAGE_NAME_SUFFIX. Signed-off-by: Rouven Czerwinski --- meta/classes-recipe/kernel-fitimage.bbclass | 4 ++-- 1 file changed, 2

Re: [OE-core] [PATCH] cracklib: Modify patch to compile with GCC 14

2024-04-30 Thread Zoltan Boszormenyi
2024. 04. 30. 10:17 keltezéssel, Zoltan Boszormenyi via lists.openembedded.org írta: 2024. 04. 29. 20:08 keltezéssel, Khem Raj írta: On Mon, Apr 29, 2024 at 6:37 PM Richard Purdie wrote: On Mon, 2024-04-29 at 08:03 -0700, Khem Raj via lists.openembedded.org wrote: Thanks for fixing this,

Re: [OE-core] Yocto-5.0 tag on master instead of scarthgap

2024-04-30 Thread Michael Halstead
The tags have been corrected. Copies of openembedded-core that have the incorrect tags will need to delete them and pull in the new ones. git tag --delete yocto-5.0 2024-04 2024-04-scarthgap git pull origin On Tue, Apr 30, 2024 at 1:39 AM Peter Marko via lists.openembedded.org wrote: > Looks

[OE-core] Yocto-5.0 tag on master instead of scarthgap

2024-04-30 Thread Peter Marko via lists.openembedded.org
Looks like yocto-5.0 tag in openembedded-core repository was done on master instead of scarthgap branch. Tag in poky repository seems to be fine. Peter -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#198756):

[OE-core][PATCH v4][PATCH] libbsd: Fix conflict error when enable multilib.

2024-04-30 Thread leimaohui via lists.openembedded.org
From: Lei Maohui - Fix the conflict error by oe_multilib_header. The conflict error is as the following: Error: Transaction test error: file /usr/include/bsd/sys/cdefs.h conflicts between attempted installs of libbsd-dev-0.12.1-r0.core2_64 and lib32-libbsd-dev-0.12.1-r0.core2_32 The

Re: [OE-core] [PATCH] cracklib: Modify patch to compile with GCC 14

2024-04-30 Thread Zoltan Boszormenyi
2024. 04. 29. 20:08 keltezéssel, Khem Raj írta: On Mon, Apr 29, 2024 at 6:37 PM Richard Purdie wrote: On Mon, 2024-04-29 at 08:03 -0700, Khem Raj via lists.openembedded.org wrote: Thanks for fixing this, however I would also suggest to submit this upstream and see if this is acceptable The