[oe-core][PATCH 1/1] oe-debuginfod: add option for data storage

2024-04-23 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Storing the data files under $HOME can be unreliable if debuginfod is used for several projects, especially if $HOME is shared between machines. We provide an option to save files under the project directory. The default behavior is unchanged. Signed-off-by: Joe Slater ---

Re: [oe-core][PATCH 2/2] packagegroup-core-boot: recommend ifupdown

2024-04-12 Thread Joe Slater via lists.openembedded.org
-boot: recommend > ifupdown > > On 11/04/2024 14:58:40+, Joe Slater via lists.openembedded.org wrote: > > > > > > > -Original Message- > > > From: Ross Burton > > > Sent: Thursday, April 11, 2024 7:21 AM > > > To: Richard Purdie

Re: [OE-core][PATCH] systemd: make predictable name mac policy opt-out

2024-04-11 Thread Joe Slater via lists.openembedded.org
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Peter Marko via > lists.openembedded.org > Sent: Wednesday, April 10, 2024 11:05 AM > To: Ross Burton > Cc: openembedded-core@lists.openembedded.org > Subject: Re:

[v2][oe-core][PATCH 2/2] packagegroup-core-boot: recommend ifupdown

2024-04-11 Thread Joe Slater via lists.openembedded.org
From: Joe Slater If the distro features sysvinit and pni-names are enabled, RRECOMMENDS ifupdown because busybox ifupdown will not initialize the renamed interfaces. Signed-off-by: Joe Slater --- meta/recipes-core/packagegroups/packagegroup-core-boot.bb | 4 +++- 1 file changed, 3

[v2][oe-core][PATCH 1/2] init-ifupdown: modify interfaces for busybox

2024-04-11 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Busybox ifupdown does not recognize /xxx names, so we use eth0 instead of /eth0. If we want to find "predictable name" interfaces starting with en..., we will have to use the real ifupdown. Signed-off-by: Joe Slater ---

Re: [oe-core][PATCH 2/2] packagegroup-core-boot: recommend ifupdown

2024-04-11 Thread Joe Slater via lists.openembedded.org
> -Original Message- > From: Ross Burton > Sent: Thursday, April 11, 2024 7:21 AM > To: Richard Purdie ; Slater, Joseph > > Cc: OE-core ; MacLeod, Randy > > Subject: Re: [oe-core][PATCH 2/2] packagegroup-core-boot: recommend > ifupdown > > On 11 Apr 2024, at 10:33, Richard Purdie via

[oe-core][PATCH 2/2] packagegroup-core-boot: recommend ifupdown

2024-04-10 Thread Joe Slater via lists.openembedded.org
From: Joe Slater If the distro features sysvinit and pni-names are enabled, RRECOMMENDS ifupdown because busybox ifupdown will not initialize the renamed interfaces. Signed-off-by: Joe Slater --- .../init-ifupdown/init-ifupdown-1.0/qemuall/interfaces | 5 -

[oe-core][PATCH 1/2] init-ifupdown: modify interfaces for busybox

2024-04-10 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Busybox ifupdown does not recognize /xxx names, so we use eth0 instead of /eth0. If we want to find "predictable name" interfaces starting with en..., we will have to use the real ifupdown. Signed-off-by: Joe Slater ---

Re: [oe-core][PATCH 1/1] init-ifupdown: add predictable interface names

2024-04-10 Thread Joe Slater via lists.openembedded.org
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Joe Slater via > lists.openembedded.org > Sent: Wednesday, April 10, 2024 12:30 PM > To: Richard Purdie ; Ross Burton > > Cc: openembedded-cor

Re: [oe-core][PATCH 1/1] init-ifupdown: add predictable interface names

2024-04-10 Thread Joe Slater via lists.openembedded.org
sday, April 10, 2024 10:29 AM > To: Ross Burton ; Slater, Joseph > > Cc: openembedded-core@lists.openembedded.org; MacLeod, Randy > > Subject: Re: [oe-core][PATCH 1/1] init-ifupdown: add predictable interface > names > > On Wed, 2024-04-10 at 13:41 +0000, Ross Burto

[oe-core][PATCH 1/1] systemd: enable mac based names in NamePolicy

2024-03-21 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Some BSPs only provide information to construct a predictable network interface named based on a mac address, so we enable that NamePolicy option. This policy has been adopted for sysvinit as of commit 4a7b42fcf6981d3120c08091a7ed3d4d7bcd41f0. Signed-off-by: Joe Slater ---

[v2][oe-core][PATCH 1/1] qemuboot: predictable network interface names

2024-02-20 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Allow interface renaming if 'pni-names' is a distro feature. We do not add QB_NO_PNI to QB_CMDLINE_IP_SLIRP because renaming was never suppressed for slirp. Signed-off-by: Joe Slater --- meta/classes-recipe/qemuboot.bbclass | 7 ++- 1 file changed, 6 insertions(+), 1

Re: [oe-core][PATCH 1/1] qemuboot: predictable network interface names

2024-02-20 Thread Joe Slater via lists.openembedded.org
gt; > On 05/02/2024 10:56:08-0800, Joe Slater via lists.openembedded.org wrote: > > From: Joe Slater > > > > Allow interface renaming if 'pni-names' is a distro feature. > > > > We do not add QB_NO_PNI to QB_CMDLINE_IP_SLIRP because renaming was > > never supp

[v3][oe-core][PATCH 1/1] eudev: modify predictable network if name search

2024-01-18 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Consider a name based on mac address in addition to those based on slot or path. Note that as of this commit predictable naming is suppressed by eudev, but can be enabled by removing /etc/udev/rules.d/80-net-name-slot.rules from the root filesystem. Signed-off-by: Joe Slater

[v2][oe-core][PATCH 1/1] eudev: modify predictable network if name search

2024-01-17 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Consider a name based on mac address in addition to those based on slot or path. Note that as of this commit predictable naming is suppressed by eudev, but can be enabled by removing /etc/udev/rules.d/80-net-name-slot.rules from the root filesystem. Signed-off-by: Joe Slater

[oe-core][PATCH 1/1] eudev: modify predictable network if name search

2024-01-10 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Consider a name based on mac address in addition to those based on slot or path. Note that as of this commit predictable naming is suppressed by eudev, but can be enabled by removing /etc/udev/rules.d/80-net-name-slot.rules from the root filesystem. Signed-off-by: Joe Slater

[oe-core][PATCH 1/1] init-ifupdown: add predictable interface names

2024-01-10 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Use a pattern to initialize interfaces which start with 'en'. Also, make 'eth0' a pattern so that we do not see an initialization error if it has been renamed. Signed-off-by: Joe Slater --- .../init-ifupdown/init-ifupdown-1.0/interfaces | 7 +-- 1 file

[mickledore][oe-core][PATCH 1/1] gnutls: update to version 3.8.2

2023-12-04 Thread Joe Slater via lists.openembedded.org
From: Joe Slater De-fuzz existing patches. Do not update PACKAGECONFIG to match master. Signed-off-by: Joe Slater --- ...ile-should-be-excuted-in-target-envi.patch | 2 -- .../gnutls/gnutls/Add-ptest-support.patch | 10 ++- .../gnutls/gnutls/arm_eabi.patch | 6 ++--

[mickledore][oe-core][PATCH 1/1] ghostscript: fix CVE-2023-43115

2023-10-11 Thread Joe Slater via lists.openembedded.org
From: Joe Slater The patch is copied from kirkstone. master has advanced to ghostscript 10.02.0 which includes the fix. Signed-off-by: Joe Slater --- .../ghostscript/CVE-2023-43115.patch | 62 +++ .../ghostscript/ghostscript_10.0.0.bb | 1 + 2 files changed,

[v2][oe-core][PATCH 1/1] file: fix call to localtime_r()

2023-08-22 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Depending on the version of glibc, localtime_r() must be preceded by a call to tzset() or it will ignore any value of TZ in the environment. This problem will only be seen when building file-native on outdated hosts. Signed-off-by: Joe Slater ---

[oe-core][PATCH 1/1] file: fix call to localtime_r()

2023-08-16 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Depending on the version of glibc, localtime_r() must be preceded by a call to tzset() or it will ignore any value of TZ in the environment. This problem will only be seen when building file-native on outdated hosts. Signed-off-by: Joe Slater ---

[oe-core][PATCH 1/1] runqemu: add some logging control

2023-08-02 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Use QB_LOG_FILE to log to a file, and QB_LOG_LEVEL to set the base log level. Example values - QB_LOG_FILE="runq.log" QB_LOG_LEVEL=DEBUG Signed-off-by: Joe Slater --- scripts/runqemu | 16 1 file changed, 12 insertions(+), 4 deletions(-) diff --git

Re: [oe-core][PATCH 1/1] libgpiod: modify RDEPENDS for ptest

2023-07-12 Thread Joe Slater via lists.openembedded.org
Wrong list -- ignore Joe > -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Joe Slater via > lists.openembedded.org > Sent: Wednesday, July 12, 2023 2:33 PM > To: openembedded-core@lists.openembedde

[oe-core][PATCH 1/1] libgpiod: modify RDEPENDS for ptest

2023-07-12 Thread Joe Slater via lists.openembedded.org
From: Joe Slater The current use of RDEPENDS to add a dependency on bats results in the QA warning/error lib32-libgpiod package lib32-libgpiod-ptest-dev - suspicious values 'bats-dev' in RRECOMMENDS [multilib] when building lib32-libgpiod with ptest not enabled. We add the dependency only

[v2][oe-core][PATCH 1/1] ghostscript: advance to version 10.01.2

2023-07-11 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Fix CVE-2023-28879 and CVE-2023-36664. Signed-off-by: Joe Slater --- .../{ghostscript_10.01.1.bb => ghostscript_10.01.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/ghostscript/{ghostscript_10.01.1.bb =>

[mickledore][oe-core][PATCH 1/1] ghostscript: fix CVE-2023-36664

2023-07-10 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Combine two commits from git.ghostscript.com/ghostpdl. The first incompletely addresses the CVE. The second addresses defects in the first. Signed-off-by: Joe Slater --- .../ghostscript/cve-2023-36664.patch | 163 ++

[oe-core][PATCH 1/1] ghostscript: advance to version 10.01.2

2023-07-10 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Fix CVE-2023-28879 and CVE-2023-36664. Signed-off-by: Joe Slater --- .../{ghostscript_10.01.1.bb => ghostscript_10.01.2.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta/recipes-extended/ghostscript/{ghostscript_10.01.1.bb =>

[mickledore][oe-core][PATCH 1/1] libxml2: upgrade 2.10.3 -> 2.10.4

2023-06-27 Thread Joe Slater via lists.openembedded.org
From: Wang Mingyu Changelog: == ### Security - [CVE-2023-29469] Hashing of empty dict strings isn't deterministic - [CVE-2023-28484] Fix null deref in xmlSchemaFixupComplexType - schemas: Fix null-pointer-deref in xmlSchemaCheckCOSSTDerivedOK ### Regressions - SAX2: Ignore namespaces

[oe-core][PATCH 1/1] icu: increase command buffer size

2023-06-08 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Make cmd in pkg_installLibrary() LARGE_BUFFER_SIZE to avoid pathname truncation if the install path is longer than about 150 characters. For default compilation, the U_ASSERT does not detect buffer overflow but this is not addressed here. Signed-off-by: Joe Slater ---

[mickledore][oe-core][PATCH 1/1] ghostscript: fix CVE-2023-28879

2023-05-05 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Backport from tag ghostpdl-10.01.1-gse-10174 which is after 10.01.1. Signed-off-by: Joe Slater Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit 8a70d6935afa38173dbf012b8e1c3d59228504df) --- .../ghostscript/cve-2023-28879.patch |

[kirkstone][oe-core][PATCH 1/1] ghostscript: fix CVE-2023-29979

2023-04-24 Thread Joe Slater via lists.openembedded.org
From: Joe Slater Backport from 10.02.0 (unreleased). Signed-off-by: Joe Slater --- .../ghostscript/cve-2023-28879.patch | 60 +++ .../ghostscript/ghostscript_9.55.0.bb | 1 + 2 files changed, 61 insertions(+) create mode 100644

Re: [v2][oe-core][PATCH 1/1] ghostscript: fix CVE-2023-28879

2023-04-24 Thread Joe Slater via lists.openembedded.org
oli > Sent: Monday, April 24, 2023 11:36 AM > To: Joe Slater via lists.openembedded.org > > Cc: Slater, Joseph ; openembedded- > c...@lists.openembedded.org; MacLeod, Randy > > Subject: Re: [v2][oe-core][PATCH 1/1] ghostscript: fix CVE-2023-28879 > > On Mon

[v2][oe-core][PATCH 1/1] ghostscript: fix CVE-2023-28879

2023-04-24 Thread Joe Slater via lists.openembedded.org
Backport from tag ghostpdl-10.01.1-gse-10174 which is after 10.01.1. Signed-off-by: Joe Slater --- .../ghostscript/cve-2023-28879.patch | 60 +++ .../ghostscript/ghostscript_10.0.0.bb | 1 + 2 files changed, 61 insertions(+) create mode 100644

[oe-core][PATCH 1/1] ghostscript: fix CVE-2023-28879

2023-04-24 Thread Joe Slater via lists.openembedded.org
Backport from tag ghostpdl-10.01.1-gse-10174 which is after 10.01.1. Signed-off-by: Joe Slater --- meta/recipes-extended/ghostscript/ghostscript_10.0.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/ghostscript/ghostscript_10.0.0.bb