[ptxdist] [PATCH 6/6] vulkan-validationlayers: version bump 1.3.211.0 -> 1.3.216.0

2022-06-16 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/vulkan-validationlayers.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/vulkan-validationlayers.make b/rules/vulkan-validationlayers.make index 4bdabd52ee5d..8b9b5677cc86 100644 --- a/rules/vulkan-validationlayers.make

[ptxdist] [PATCH 5/6] vulkan-tools: version bump 1.3.211.0 -> 1.3.216.0

2022-06-16 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/vulkan-tools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/vulkan-tools.make b/rules/vulkan-tools.make index 84aecea9fd1c..9c08ffc9e716 100644 --- a/rules/vulkan-tools.make +++ b/rules/vulkan-tools.make @@ -14,8 +14,8 @@

[ptxdist] [PATCH 4/6] vulkan-loader: version bump 1.3.211.0 -> 1.3.216.0

2022-06-16 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/vulkan-loader.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/vulkan-loader.make b/rules/vulkan-loader.make index 0744c668909e..ba759beef0a4 100644 --- a/rules/vulkan-loader.make +++ b/rules/vulkan-loader.make @@ -14,8

[ptxdist] [PATCH 3/6] spirv-tools: version bump 1.3.211.0 -> 1.3.216.0

2022-06-16 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/spirv-tools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/spirv-tools.make b/rules/spirv-tools.make index 78bacc035585..7c4dc696b37f 100644 --- a/rules/spirv-tools.make +++ b/rules/spirv-tools.make @@ -14,8 +14,8 @@

[ptxdist] [PATCH 2/6] spirv-headers: version bump 1.3.211.0 -> 1.3.216.0

2022-06-16 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/spirv-headers.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/spirv-headers.make b/rules/spirv-headers.make index 4c0da61706d2..c37009dc7ce8 100644 --- a/rules/spirv-headers.make +++ b/rules/spirv-headers.make @@ -14,8

[ptxdist] [PATCH 1/6] glslang: version bump 1.3.211.0 -> 1.3.216.0

2022-06-16 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/glslang.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/glslang.make b/rules/glslang.make index b147e54f138d..0d6020e568a3 100644 --- a/rules/glslang.make +++ b/rules/glslang.make @@ -14,8 +14,8 @@

[ptxdist] [PATCH] busybox: Fix CVE-2022-28391, CVE-2022-30065

2022-06-16 Thread Christian Melki
Busybox has not had a release for ~6 months. Plugging CVEs, with fixes that has yet to be accepted upstream. Signed-off-by: Christian Melki --- ...tr-ensure-only-printable-characters-.patch | 36 +++ ...e-all-printed-strings-with-printable.patch | 63 +++

[ptxdist] [PATCH 2/2] host-rauc: pin remaining configure options

2022-06-16 Thread Enrico Jorns
Unset options mostly copied from rauc.make with the following specifics: --enable-create: required for the host tool to generate bundles --disable-gpt: only relevant for target RAUC to update boot partitions Signed-off-by: Enrico Jorns --- rules/host-rauc.make | 13 - 1 file

[ptxdist] [PATCH 1/2] rauc: pin remaining configure options

2022-06-16 Thread Enrico Jorns
Done using scripts/configure_helper.py --pkg rauc Signed-off-by: Enrico Jorns --- rules/rauc.make | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rules/rauc.make b/rules/rauc.make index f74f6b62c..41b76de7c 100644 --- a/rules/rauc.make +++ b/rules/rauc.make @@ -39,15

Re: [ptxdist] [PATCH 3/5] RAUC: leverage --disable-create option to shrink size for target RAUC

2022-06-16 Thread Enrico Jörns
Hello Alex, Am Donnerstag, dem 16.06.2022 um 08:16 +0200 schrieb Alexander Dahl: > > > > > > > > diff --git a/rules/host-rauc.make b/rules/host-rauc.make > > > > index c78a518f6..1851aee9a 100644 > > > > --- a/rules/host-rauc.make > > > > +++ b/rules/host-rauc.make > > > > @@ -23,6 +23,7 @@

[ptxdist] [PATCH] e2fsprogs: Fix CVE-2022-1304.

2022-06-16 Thread Christian Melki
Out-of-bounds read/write vulnerability. Issue leads to segmentation fault and possibly arbitrary code execution via a specially crafted filesystem. Signed-off-by: Christian Melki --- ...-sanity-check-to-extent-manipulation.patch | 51 +++ patches/e2fsprogs-1.46.5/series

[ptxdist] [PATCH v3] strongswan: version bump 5.9.2 -> 5.9.6

2022-06-16 Thread Lars Pedersen
New configure options --enable-selinux and --disable-kdf Enabled generic modularized KDF (prf/prf+) implementation Signed-off-by: Lars Pedersen --- v3 changes: Fixed configure option --enable-selinux naming v2 changes: Use ptxdist global selinux option rules/strongswan.make | 7 +-- 1

Re: [ptxdist] [PATCH] strongswan: version bump 5.9.2 -> 5.9.6

2022-06-16 Thread Alexander Dahl
Hello Lars, Am Thu, Jun 16, 2022 at 09:25:59AM +0200 schrieb Lars Pedersen: > Hello Alex, > > On Thu, 16 Jun 2022 at 08:48, Alexander Dahl wrote: > > > > Hello Lars, > > > > Am Thu, Jun 16, 2022 at 08:42:35AM +0200 schrieb Lars Pedersen: > > > New configure options --with-selinux and

[ptxdist] [PATCH v2] strongswan: version bump 5.9.2 -> 5.9.6

2022-06-16 Thread Lars Pedersen
New configure options --with-selinux and --disable-kdf Enabled generic modularized KDF (prf/prf+) implementation Signed-off-by: Lars Pedersen --- v2 changes: Use ptxdist global selinux option rules/strongswan.make | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git

Re: [ptxdist] [PATCH] strongswan: version bump 5.9.2 -> 5.9.6

2022-06-16 Thread Christian Melki
Hi. On 6/16/22 9:25 AM, Lars Pedersen wrote: Hello Alex, On Thu, 16 Jun 2022 at 08:48, Alexander Dahl wrote: Hello Lars, Am Thu, Jun 16, 2022 at 08:42:35AM +0200 schrieb Lars Pedersen: New configure options --with-selinux and --disable-kdf That first option is not considered in the

Re: [ptxdist] [PATCH] strongswan: version bump 5.9.2 -> 5.9.6

2022-06-16 Thread Lars Pedersen
Hello Alex, On Thu, 16 Jun 2022 at 08:48, Alexander Dahl wrote: > > Hello Lars, > > Am Thu, Jun 16, 2022 at 08:42:35AM +0200 schrieb Lars Pedersen: > > New configure options --with-selinux and --disable-kdf > > That first option is not considered in the patch below, is it? --with-selinux is

Re: [ptxdist] [PATCH] strongswan: version bump 5.9.2 -> 5.9.6

2022-06-16 Thread Alexander Dahl
Hello Lars, Am Thu, Jun 16, 2022 at 08:42:35AM +0200 schrieb Lars Pedersen: > New configure options --with-selinux and --disable-kdf That first option is not considered in the patch below, is it? Greets Alex > Enabled generic modularized KDF (prf/prf+) implementation > > Signed-off-by: Lars

[ptxdist] [PATCH] strongswan: version bump 5.9.2 -> 5.9.6

2022-06-16 Thread Lars Pedersen
New configure options --with-selinux and --disable-kdf Enabled generic modularized KDF (prf/prf+) implementation Signed-off-by: Lars Pedersen --- rules/strongswan.make | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rules/strongswan.make b/rules/strongswan.make index

Re: [ptxdist] [PATCH 3/5] RAUC: leverage --disable-create option to shrink size for target RAUC

2022-06-16 Thread Alexander Dahl
Hello Enrico, On Wed, Jun 15, 2022 at 11:03:21PM +0200, Enrico Jörns wrote: > Hi Alex, > > Am Mittwoch, dem 15.06.2022 um 17:48 +0200 schrieb Alexander Dahl: > > Hello Enrico, > > > > this might be nitpicking, but still … > > > > Am Wed, Jun 15, 2022 at 04:22:15PM +0200 schrieb Enrico Jorns: >