default stack size for threads is approx 140k on musl which is fine in
most cases but some of python apps e.g. python3-lz4 bindings run into
thread stack size overflow. Increase the default size to 2M on musl,
glibc defaults to 8M, so we are good there.
This default stack size change is limited to
The nfs-utils recipe creates a nfs-utils-client package, which can be
used if we need to install only the client side of nfs-utils.
Unfortunately, rpc.idmapd is part of this package, and requires the
dynamic library libnfsidmap.so, which is included in the main package
nfs-utils. Therefore, nfs-uti
Changes:
Update cmcurl license checksum: change in copyright year.
Update sha256sum for new version.
Use cmake provided cppdap.
Disable debugger.
Signed-off-by: Sudip Mukherjee
---
.../cmake/{cmake-native_3.26.4.bb => cmake-native_3.27.4.bb} | 3 ++-
meta/recipes-devtools/cmake/cmake.inc
From: Richard Purdie
Avoid a divide by zero traceback if unfortunate test counts are encountered.
Signed-off-by: Richard Purdie
(cherry picked from commit c5aeea53dfacb53dedb8445cb3523dc3a8cb6dca)
Signed-off-by: Steve Sakoman
---
scripts/lib/resulttool/report.py | 5 -
1 file changed, 4 i
From: Alexis Lothoré
Sporadic errors have been observed in autobuilder when trying to store new
tests results:
error: failed to push some refs to 'push.yoctoproject.org:yocto-testresults'
hint: Updates were rejected because the tag already exists in the remote.
The new tag name is generated by
From: Michael Opdenacker
Also remove the git.pokylinux.org URL, no longer used.
Signed-off-by: Michael Opdenacker
Signed-off-by: Alexandre Belloni
Signed-off-by: Richard Purdie
(cherry picked from commit 47b88d143c2fc61ce0e03b7eb3a9dbcffadbf5b1)
Signed-off-by: Steve Sakoman
---
scripts/crea
From: Peter Suti
Instead of deleting setscene tasks, now SSTATE_SKIP_CREATION is set instead.
This seems to fix the compile issues where the populate_sysroot task was
not run when an externalsrc recipe was built as a dependency.
[YOCTO #15164]
[RP addition: The deltask was added by me in 2012
From: Richard Purdie
yat2m can be found within the build or from the recipe-sysroot-native if
runtime dependencies are present. The sysroot version has version differences
to the in tree copy. Specify the one we want to make the build determinstic.
Signed-off-by: Richard Purdie
(cherry picked f
From: Richard Purdie
If you run an arm build followed by an x86 one and then ask for a
full repo to be created, it will include all of the arm and x86 packages.
testexport will then find the arm socat package rather than the x86 one
and try and run arm binaries within an x86 qemu image with no su
From: Michael Halstead
Uninative 4.2 adds glibc 2.38.
Signed-off-by: Michael Halstead
Signed-off-by: Richard Purdie
(cherry picked from commit c6654fab00a1b4e4bb05eec8b77c8c60e1f8a709)
Signed-off-by: Steve Sakoman
---
meta/conf/distro/include/yocto-uninative.inc | 10 +-
1 file chang
From: Michael Halstead
This version includes fixes to patchelf.
Signed-off-by: Michael Halstead
Signed-off-by: Richard Purdie
(cherry picked from commit 1c5c8ff97ba0a7f9adc592d702b865b3d166a24b)
Signed-off-by: Steve Sakoman
---
meta/conf/distro/include/yocto-uninative.inc | 8
1 fil
From: Richard Purdie
This adds a horrible hack to get pseudo working with glibc 2.38. We can't
drop _GNU_SOURCE to something like _DEFAULT_SOURCE since we need the defines
the gnu options bring in. That leaves using internal glibc defines to disable
the c23 versions of strtol/fscanf and friends.
From: Peter Marko
https://github.com/openssl/openssl/blob/openssl-3.1/NEWS.md#major-changes-between-openssl-311-and-openssl-312-1-aug-2023
Major changes between OpenSSL 3.1.1 and OpenSSL 3.1.2 [1 Aug 2023]
* Fix excessive time spent checking DH q parameter value (CVE-2023-3817)
* Fix DH_check() e
From: Markus Volk
Overview of Changes in 4.10.5, 05-08-2023
=
* Fix ordering problems with filter model signals
* Avoid lingering resize cursors
* Fix alignment issues on sparc
* Fix a problem with CSS corner values
* Translation updates
Brazilian Por
From: Wang Mingyu
Changelog:
==
-PR/465: psrok1: Avoid muslc asctime_r crash
-add SIMH tape format support
-bump the max size of the elf section notes to be read to 128K
and make it configurable
-PR/415: Fix decompression with program returning empty
-PR/408: fix -p with seccomp
-PR/412:
From: Narpat Mali
The delta between 3.1.31 & 3.1.32 contains the CVE-2023-40267 fix and other
bugfixes.
Changelog:
https://github.com/gitpython-developers/GitPython/releases/tag/3.1.32
- Bump cygwin/cygwin-install-action from 3 to 4 by @dependabot in #1572
- Fix up the commit trailers function
From: sanjana
Below commits on glibc-2.37 stable branch are updated.
58f7431fd7 sparc: Fix la_symbind for bind-now
260d4b742b nptl: Fix tst-cancel30 on sparc64
3f4b4e2cdd elf: _dl_find_object may return 1 during early startup
0930ff8eb3 realloc: Limit chunk reuse to only growing requests
8dcb1a5
From: Chee Yang Lee
update include fix for CVE-2023-38633.
Signed-off-by: Chee Yang Lee
Signed-off-by: Steve Sakoman
---
.../librsvg/{librsvg_2.54.5.bb => librsvg_2.54.6.bb}| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-gnome/librsvg/{librsvg_2.54.5.bb
From: Ross Burton
Instead of manually looking up new CVEs and determining what point
releases the fixes are incorporated into, add a script to generate the
CVE_CHECK_IGNORE data automatically.
First, note that this is very much an interim solution until the
cve-check class fetches data from www.
From: Narpat Mali
CVE-2023-39018 belongs to ffmpeg-cli-wrapper (Java wrapper around the FFmpeg
CLI)
and not ffmpeg itself. As per CVE description, it is mentioned as FFmpeg 0.7.0
which
is the version for ffmpeg-cli-wrapper and ffmpeg don't have 0.7.0 version at
all.
Debian & Bugzilla trackers
From: Chee Yang Lee
Signed-off-by: Chee Yang Lee
Signed-off-by: Steve Sakoman
---
.../ghostscript/CVE-2023-38559.patch | 31 +++
.../ghostscript/ghostscript_10.0.0.bb | 1 +
2 files changed, 32 insertions(+)
create mode 100644
meta/recipes-extended/ghostscri
From: Chee Yang Lee
Signed-off-by: Chee Yang Lee
Signed-off-by: Steve Sakoman
---
.../curl/curl/CVE-2023-32001.patch| 39 +++
meta/recipes-support/curl/curl_8.0.1.bb | 1 +
2 files changed, 40 insertions(+)
create mode 100644 meta/recipes-support/curl/curl/C
Please review this set of changes for mickledore and have comments back by
end of day Tuesday, August 29.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5786
The following changes since commit 7e3489c0c5970389c8a239dc7b367bcadf554eb5:
build-app
> -Original Message-
> From: openembedded-core@lists.openembedded.org
> On Behalf Of Adrian Freihofer
> Sent: den 26 augusti 2023 00:26
> To: openembedded-core@lists.openembedded.org
> Cc: Adrian Freihofer
> Subject: [OE-core] [PATCH v3 01/13] vscode: add minimal configuration
>
> It is
24 matches
Mail list logo