Hi Armin,
Any update on this ?
Thanks & Regards,
Vijay
On Mon, Mar 11, 2024 at 7:01 AM wrote:
> From: Vijay Anusuri
>
> Upstream-Status: Backport [
> https://github.com/Cisco-Talos/clamav/commit/fe7638287bb11419474ea314652404e7e9b314b2
> ]
>
> Signed-off-by: Vijay Anusuri
> ---
> recipes-sc
Signed-off-by: Khem Raj
---
meta-oe/recipes-connectivity/iwd/{iwd_2.14.bb => iwd_2.16.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-connectivity/iwd/{iwd_2.14.bb => iwd_2.16.bb} (94%)
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_2.14.bb
b/meta-oe/recipes
Signed-off-by: Khem Raj
---
.../recipes-graphics/directfb/directfb.inc| 1 +
.../0001-include-libgen.h-for-basename.patch | 32 +++
2 files changed, 33 insertions(+)
create mode 100644
meta-oe/recipes-graphics/directfb/directfb/0001-include-libgen.h-for-basename.patch
dif
This helps in getting prototype for basename() and fix build errors
on clang-18+
Signed-off-by: Khem Raj
---
.../recipes-bsp/i2cdev/i2cdev/fix-musl.patch | 28 ++-
1 file changed, 8 insertions(+), 20 deletions(-)
diff --git a/meta-oe/recipes-bsp/i2cdev/i2cdev/fix-musl.patch
b/
Brings needed fixes to build with latest musl as well.
Signed-off-by: Khem Raj
---
meta-oe/recipes-benchmark/fio/{fio_3.32.bb => fio_3.36.bb} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
rename meta-oe/recipes-benchmark/fio/{fio_3.32.bb => fio_3.36.bb} (96%)
diff --git a/meta-oe/rec
The famous basename API fallout
Signed-off-by: Khem Raj
---
.../0001-include-libgen.h-for-basename.patch | 34 +++
.../uftrace/uftrace_0.15.2.bb | 3 +-
2 files changed, 36 insertions(+), 1 deletion(-)
create mode 100644
meta-oe/recipes-devtools/uftrace/uftrac
Synchronise musl patches with oe-core
Signed-off-by: Khem Raj
---
...-missing_type.h-add-comparison_fn_t.patch} | 10 +-
...-parse_printf_format-implementation.patch} | 27 +-
...tall-dependency-links-at-install-tim.patch | 79 ++
...issing.h-check-for-missing-strndupa.patch} | 157 ++
Signed-off-by: Khem Raj
---
.../0001-include-libgen.h-for-basename.patch | 32 +++
.../recipes-extended/sanlock/sanlock_3.9.1.bb | 3 +-
2 files changed, 34 insertions(+), 1 deletion(-)
create mode 100644
meta-oe/recipes-extended/sanlock/sanlock/0001-include-libgen.h-for-basen
v1.5.0
- Improve handling of exceptions from callback handlers
- Add support for async registration of matches
- Correctly add libsystemd dependency to pkgconfi
- Fix request name signal handling issue
- Add INSTALL_TESTS CMake option
- Minor UnixFd cleanups
- Additional little fixes and updates in
Brings these changes
wtmpdb last: support matching for username and/or tty
last: add support for time-format option
Drop lto patch as it has been fixed differently.
Add a patch to fix build with musl
Signed-off-by: Khem Raj
---
...emove-lto-to-fix-link-error-of-clang.patch | 31 --
Signed-off-by: Khem Raj
---
.../0001-include-libgen.h-for-basename.patch | 32 +++
meta-oe/recipes-core/ndctl/ndctl_v78.bb | 3 +-
2 files changed, 34 insertions(+), 1 deletion(-)
create mode 100644
meta-oe/recipes-core/ndctl/ndctl/0001-include-libgen.h-for-basename.patc
- file-roller was ported to gtk4
- use the git fetcher because there is not (yet?) a tarball release
Version 44
~~
Released: 2024-03-24
Bugfixes:
* Fixes compilation when native app chooser is disabled
(Amin Bandali) (!227)
Translations:
* French - France (Jean-Marc Tissières)
* Hu
All,
The triage team is starting to try and collect up and classify bugs which a
newcomer to the project would be able to work on in a way which means
people can find them. They're being listed on the triage page under the
appropriate heading:
https://wiki.yoctoproject.org/wiki/Bug_Triage#Newcomer
Upgrade to version 2.0.0:
- **BREAKING** Added callback_api_version. This break *ALL* users
of paho-mqtt Client class. See migrations.md for details on how
to upgrade. tl; dr; add CallbackAPIVersion.VERSION1 to first
argument of Client()
- **BREAKING** Drop support for Python 2.7, Python 3.5
Upgrade to version 2.0.3:
- Add match_range function
- Fix leap year (29 days in February)
Signed-off-by: Leon Anavi
---
...ython3-croniter_2.0.1.bb => python3-croniter_2.0.3.bb} | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
rename meta-python/recipes-devtools/python/{python3-c
Upgrade to version 6.0.5:
- Upgraded the C-API macros that have been deprecated in Python 3.9
and later removed in 3.13
- Reverted to using the public argument parsing API
PyArg_ParseTupleAndKeywords() under Python 3.12.
- The effect is that this change prevents build failures with clang
16.
On Mon, Mar 25, 2024 at 11:23 AM Martin Jansa wrote:
>
> On Mon, Mar 25, 2024 at 6:57 PM Khem Raj wrote:
> >
> > Signed-off-by: Khem Raj
> > ---
> > ...-libgen.h-for-basename-API-prototype.patch | 84 +++
> > ...X_ATTR_-defines-from-musl-sys-stat.h.patch | 42 ++
> > ...
Signed-off-by: Khem Raj
---
.../0001-include-libgen.h-for-basename.patch | 58 +++
.../recipes-daemons/autofs/autofs_5.1.8.bb| 1 +
2 files changed, 59 insertions(+)
create mode 100644
meta-networking/recipes-daemons/autofs/autofs/0001-include-libgen.h-for-basename.patch
The last patch 0012-Fix-configuration-of-NETSNMP_FD_MASK_TYPE.patch
brought in with 5.9.4 upgrade is not sufficient and infact has a regression
introduced for clang+musl builds.
Signed-off-by: Khem Raj
---
.../net-snmp/0001-Android-Fix-the-build.patch | 83 +++
.../net-snmp/net-s
Signed-off-by: Khem Raj
---
.../0001-include-libgen.h-for-basename.patch | 58 +++
.../rdma-core/rdma-core_50.0.bb | 4 +-
2 files changed, 61 insertions(+), 1 deletion(-)
create mode 100644
meta-networking/recipes-support/rdma-core/rdma-core/0001-include-libgen.
Signed-off-by: Khem Raj
---
.../0001-include-libgen.h-for-basename.patch | 32 +++
.../recipes-support/ssmtp/ssmtp_2.64.bb | 1 +
2 files changed, 33 insertions(+)
create mode 100644
meta-networking/recipes-support/ssmtp/ssmtp/0001-include-libgen.h-for-basename.patch
di
From: Randy MacLeod
Change the PACKAGECONFIG[systemd] that wrapped --with-systemdsystemunitdir
to use the new --enable-libsystemd option:
acb62dfda remove systemd embedded code, use library instead
The bug related to using libcap-ng has beeen fixed:
https://github.com/rsyslog/rsyslog/pull
On Mon, Mar 25, 2024 at 6:57 PM Khem Raj wrote:
>
> Signed-off-by: Khem Raj
> ---
> ...-libgen.h-for-basename-API-prototype.patch | 84 +++
> ...X_ATTR_-defines-from-musl-sys-stat.h.patch | 42 ++
> .../xfstests/xfstests_2024.03.03.bb | 2 +
> 3 files changed,
Signed-off-by: Khem Raj
---
...-libgen.h-for-basename-API-prototype.patch | 84 +++
...X_ATTR_-defines-from-musl-sys-stat.h.patch | 42 ++
.../xfstests/xfstests_2024.03.03.bb | 2 +
3 files changed, 128 insertions(+)
create mode 100644
meta-filesystems/recipes
Signed-off-by: Khem Raj
---
...-libgen.h-for-basename-API-prototype.patch | 45 +++
.../recipes-utils/xfsdump/xfsdump_3.1.12.bb | 1 +
2 files changed, 46 insertions(+)
create mode 100644
meta-filesystems/recipes-utils/xfsdump/files/0001-include-libgen.h-for-basename-API-prot
there is another issue
WARNING: aer-inject-1.0-r0 do_package_qa: QA Issue: Recipe LICENSE
includes obsolete licenses GPL-2.0 [obsolete-license]
WARNING: aer-inject-1.0-r0 do_package_qa: QA Issue: File
/usr/.debug/aer-inject in package aer-inject-dbg contains reference to
TMPDIR [buildpaths]
Pleas
On Mon, Mar 25, 2024 at 3:40 AM Jermain Horsman
wrote:
> > Still seeing a do_compile failure (attached)
>
> I believe this is caused by sstate being incorrect,
> If you do a clean build this should not happen.
>
> > Can you investigate and send a revised solution?
>
> I could increase the PR, I b
merged thanks Armin
On Mon, Mar 25, 2024 at 4:14 AM akuster808 wrote:
>
> The following changes since commit fda737ec0cc1d2a5217548a560074a8e4d5ec580:
>
>mbedtls: Upgrade 3.5.0 -> 3.5.2 (2024-02-28 08:18:18 -0500)
>
> are available in the Git repository at:
>
>https://git.openembedded.org
On Mon, Mar 25, 2024 at 8:22 AM Jermain Horsman
wrote:
> > > The old http://icedtea.classpath.org URL does not work anymore,
> > > update this to the http://icedtea.wildebeest.org URL used for other
> > > download sources.
> >
> > http://icedtea.wildebeest.org has some older sources, but not the
On Mon, Mar 25, 2024 at 7:59 AM Tim Orling via lists.openembedded.org
wrote:
>
>
> On Mon, Mar 25, 2024 at 6:27 AM Jermain Horsman
> wrote:
>
>> From: Jermain Horsman
>>
>> The old icedtea.classpath.org URL does not work anymore,
>> update this to the icedtea.wildebeest.org URL used for other
>
> > The old http://icedtea.classpath.org URL does not work anymore,
> > update this to the http://icedtea.wildebeest.org URL used for other
> > download sources.
>
> http://icedtea.wildebeest.org has some older sources, but not the newest.
>
> https://icedtea.classpath.org/download/source/ has so
On Mon, Mar 25, 2024 at 6:27 AM Jermain Horsman
wrote:
> From: Jermain Horsman
>
> The old icedtea.classpath.org URL does not work anymore,
> update this to the icedtea.wildebeest.org URL used for other
> download sources.
>
icedtea.wildebeest.org has some older sources, but not the newest.
ht
From: Sam Van Den Berge
* attrs is in install_requires of setup.cfg in 3.9 branch
* python3-misc is required to include netrc which is imported in
aiohttp.helpers
Signed-off-by: Sam Van Den Berge
---
meta-python/recipes-devtools/python/python3-aiohttp_3.9.3.bb | 2 ++
1 file changed, 2 inser
hi
i fix it in 109586;
https://lists.openembedded.org/g/openembedded-devel/message/109586
thanks。
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109587):
https://lists.openembedded.org/g/openembedded-devel/message/109587
Mute This Topic: https://li
aer-inject allows to inject PCIE AER errors on the software
level into a running Linux kernel. This is intended for validation of the
PCIE driver error recovery handler and CIE AER core handler.
References:
https://git.kernel.org/cgit/linux/kernel/git/gong.chen/aer-inject.git/
Signed-off-by:
From: Jermain Horsman
Signed-off-by: Jermain Horsman
---
recipes-core/jacl/jacl_1.4.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-core/jacl/jacl_1.4.1.bb b/recipes-core/jacl/jacl_1.4.1.bb
index d510cc8..2b811c7 100644
--- a/recipes-core/jacl/jacl_1.4.1.bb
+++
From: Jermain Horsman
Archive layout seems to have changed.
Also update all SRC_URIs to use https.
Signed-off-by: Jermain Horsman
---
recipes-core/jakarta-libs/avalon-framework-api_4.3.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-core/jakarta-libs/avalon-
From: Jermain Horsman
Archive layout seems to have changed.
Signed-off-by: Jermain Horsman
---
recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-core/xml-commons/xml-commons-resolver1.1_1.2.bb
b/recipes-core/xml
From: Jermain Horsman
Archive layout seems to have changed.
Signed-off-by: Jermain Horsman
---
recipes-core/xalan-j/xalan-j_2.7.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-core/xalan-j/xalan-j_2.7.1.bb
b/recipes-core/xalan-j/xalan-j_2.7.1.bb
index 5e72a34.
From: Jermain Horsman
Signed-off-by: Jermain Horsman
---
recipes-core/junit/junit_3.8.2.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-core/junit/junit_3.8.2.bb
b/recipes-core/junit/junit_3.8.2.bb
index 57dd459..a1fd265 100644
--- a/recipes-core/junit/junit_3.8.
From: Jermain Horsman
The old icedtea.classpath.org URL does not work anymore,
update this to the icedtea.wildebeest.org URL used for other
download sources.
Also update both to use https.
Signed-off-by: Jermain Horsman
---
recipes-core/icedtea/openjdk-7-release-03b147.inc | 4 ++--
1 file ch
From: Jermain Horsman
Signed-off-by: Jermain Horsman
---
recipes-core/jamvm/jamvm-initial-native_1.4.5.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-core/jamvm/jamvm-initial-native_1.4.5.bb
b/recipes-core/jamvm/jamvm-initial-native_1.4.5.bb
index f0348a4..77734
From: Thomas Roos
Signed-off-by: Thomas Roos
---
meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb
b/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb
From: Thomas Roos
Signed-off-by: Thomas Roos
---
meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb
b/meta-networking/recipes-protocols/usrsctp/usrsctp_git.bb
The following changes since commit fda737ec0cc1d2a5217548a560074a8e4d5ec580:
mbedtls: Upgrade 3.5.0 -> 3.5.2 (2024-02-28 08:18:18 -0500)
are available in the Git repository at:
https://git.openembedded.org/meta-openembedded kirkstone-next
for you to fetch changes up to 8bb16533532b6abc2ede
> Still seeing a do_compile failure (attached)
I believe this is caused by sstate being incorrect,
If you do a clean build this should not happen.
> Can you investigate and send a revised solution?
I could increase the PR, I believe that should prevent the issue.
Would that be acceptable?
Since
If landlock feature is enabled there is buildpath leakage again.
This is because in-tree rules get included. Disable the
in-tree check to avoid it.
Signed-off-by: Markus Volk
---
.../0001-fix-reproducibility.patch| 23 ++-
1 file changed, 22 insertions(+), 1 deletion(
From: Vijay Anusuri
Minor security and bugfix release. Fixes CVE-2024-0985.
Additional information is available in the release notes:
https://www.postgresql.org/docs/release/12.18/
Signed-off-by: Vijay Anusuri
---
.../postgresql/{postgresql_12.17.bb => postgresql_12.18.bb} | 4 ++--
1 file
From: Meenali Gupta
Graphviz 2.36 before 10.0.0 has an out-of-bounds read via a crafted config6a
file.
NOTE: exploitability may be uncommon because this file is typically owned by
root.
Signed-off-by: Meenali Gupta
---
.../graphviz/graphviz/CVE-2023-46045-1.patch | 38 ++
..
49 matches
Mail list logo