[ptxdist] [PATCH] efibootmgr: Version bump. 16 -> 17.

2022-01-27 Thread Christian Melki
Update needed to match efivar library changes. Bugfix release. Signed-off-by: Christian Melki --- rules/efibootmgr.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/efibootmgr.make b/rules/efibootmgr.make index 98b9aa97e..1fbdaff8b 100644 ---

[ptxdist] [PATCH v2] tpm2-tools: Version bump. 4.1 -> 5.2

2022-01-27 Thread Christian Melki
Approx 2 years worth of fixes. https://github.com/tpm2-software/tpm2-tools/releases Fixes CVE-2021-3565. Update license file hash. tpm2-tools now depend on EFIVAR. Signed-off-by: Christian Melki --- rules/tpm2-tools.in | 1 + rules/tpm2-tools.make | 6 +++--- 2 files changed, 4

[ptxdist] [PATCH v2] dump1090fa: Version bump 6.1 -> 7.1

2022-01-27 Thread Christian Melki
Mostly bugfixes. Including the build fix previously included. Remove patches. Signed-off-by: Christian Melki --- .../dump1090fa-6.1/fix_cpufeatures_arch.patch | 61 --- patches/dump1090fa-6.1/series | 2 - rules/dump1090fa.make | 4 +- 3

Re: [ptxdist] Docker rules

2022-01-27 Thread Alexander Dahl
Hello Mircea, On Thu, Jan 27, 2022 at 05:37:01PM +0100, Mircea Ciocan wrote: > are there any official or unofficial rules to have docker container support > build with PTXDist on aarch64 platforms Do you mean running Docker containers on the target? Or buildung a ptxdist based BSP in a Docker

[ptxdist] Docker rules

2022-01-27 Thread Mircea Ciocan
Hello everybody, are there any official or unofficial rules to have docker container support build with PTXDist on aarch64 platforms or I have to painfully dissect the Yocto's virtualization layer ? Any advice is appreciated. Best regards, Mircea smime.p7s Description: S/MIME

Re: [ptxdist] [PATCH] dump1090fa: Version bump 6.1 -> 7.1

2022-01-27 Thread Christian Melki
Wow. That was bad. Thanks for paying attention. I have yet to find a proper way to do testing and sending patches. So I test in the active environment and then move it to the ptxdist repo where I prepare for sending. Obviously a lot of potential for manual mishaps in this process. If anyone

Re: [ptxdist] [PATCH] dump1090fa: Version bump 6.1 -> 7.1

2022-01-27 Thread Bruno Thomsen
Den tor. 27. jan. 2022 kl. 15.37 skrev Christian Melki : > > Mostly bugfixes. Including the build fix previously included. > Remove patches. > > Signed-off-by: Christian Melki > --- > .../dump1090fa-6.1/fix_cpufeatures_arch.patch | 61 -- > patches/dump1090fa-6.1/series

Re: [ptxdist] [PATCH] tpm2-tools: Version bump. 4.1 -> 5.2

2022-01-27 Thread Bruno Thomsen
Hi Den tor. 27. jan. 2022 kl. 15.36 skrev Christian Melki : > > Approx 2 years worth of fixes. > https://github.com/tpm2-software/tpm2-tools/releases > > Fixes CVE-2021-3565. > Update license file hash. > tpm2-tools now depend on EFIVAR. > > Signed-off-by: Christian Melki > --- >

[ptxdist] [PATCH] pipewire: version bump 0.3.43 -> 0.3.44

2022-01-27 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/pipewire.make | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/rules/pipewire.make b/rules/pipewire.make index c9f6875615cd..e765e5983a20 100644 --- a/rules/pipewire.make +++ b/rules/pipewire.make @@ -14,8 +14,8 @@

[ptxdist] [PATCH] mesalib: version bump 21.3.4 -> 21.3.5

2022-01-27 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/mesalib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mesalib.make b/rules/mesalib.make index b553c90ca2d9..29949afac24d 100644 --- a/rules/mesalib.make +++ b/rules/mesalib.make @@ -14,8 +14,8 @@

[ptxdist] [PATCH] libsndfile: Version bump 1.0.25 -> 1.0.31.

2022-01-27 Thread Christian Melki
4+ years worth of fixes. Lot of leaks fixed. CVE-2017-12562, CVE-2017-17456, CVE-2017-17457, CVE-2018-19661, CVE-2018-19662, CVE-2018-19758, CVE-2019-3832, CVE-2014-9496, CVE-2014-9756, CVE-2015-7805 fixed. Remove largefile fix but keep autogen. libsndfile now depends on host-python.

[ptxdist] [PATCH] alsa-utils: Version bump 1.2.5.1 -> 1.2.6

2022-01-27 Thread Christian Melki
Maintenance release, mostly bugfixes. Signed-off-by: Christian Melki --- rules/alsa-utils.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/alsa-utils.make b/rules/alsa-utils.make index 2693336a1..a71744d7e 100644 --- a/rules/alsa-utils.make +++

[ptxdist] [PATCH] alsa-lib: Version bump 1.2.5.1 -> 1.2.6.1

2022-01-27 Thread Christian Melki
Mostly bugfixes. Remove disable-ucm fix and move patches. Signed-off-by: Christian Melki --- .../0002-fix-build-with-disable-ucm.patch | 37 --- .../0001-add-largefile-support.patch | 0 .../autogen.sh| 0 .../series

[ptxdist] [PATCH] chrony: Version bump. 4.1 -> 4.2

2022-01-27 Thread Christian Melki
Mostly bugfixes. Move patch, applies properly with offset. https://chrony.tuxfamily.org/news.html Signed-off-by: Christian Melki --- ...001-configure-make-unrecognized-option-a-fatal-error.patch | 0 patches/{chrony-4.1 => chrony-4.2}/series | 0 rules/chrony.make

[ptxdist] [PATCH] strace: Version bump. 5.15 -> 5.16

2022-01-27 Thread Christian Melki
Mostly bugfixes. https://strace.io/files/5.16/ Signed-off-by: Christian Melki --- rules/strace.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/strace.make b/rules/strace.make index aa13f3e97..aeec39aa6 100644 --- a/rules/strace.make +++ b/rules/strace.make

[ptxdist] [WIP: PATCH] pps-tools: Version bump. 1.0.2 -> 1.0.3

2022-01-27 Thread Christian Melki
Update pps-tools. Very minor bugfix release. Remove old patch as that one got fixed upstream. Add a patch to remove inclusion of SYSROOT. Signed-off-by: Christian Melki --- ...le-fix-installation-to-empty-DESTDIR.patch | 40 --- patches/pps-tools-1.0.2/series| 4

[ptxdist] [PATCH] efivar: Version bump 37 -> 38.

2022-01-27 Thread Christian Melki
Contains approx 2 years worth of fixes, including a lot of compile error fixes. So drop old patchset. Signed-off-by: Christian Melki --- ..._guid-handle-misaligned-guid-pointer.patch | 55 -- ...es-Werror-address-of-packed-member-c.patch | 167 -- patches/efivar-37/series

[ptxdist] [PATCH] dump1090fa: Version bump 6.1 -> 7.1

2022-01-27 Thread Christian Melki
Mostly bugfixes. Including the build fix previously included. Remove patches. Signed-off-by: Christian Melki --- .../dump1090fa-6.1/fix_cpufeatures_arch.patch | 61 -- patches/dump1090fa-6.1/series | 2 - patches/dump1090fa.make | 82

[ptxdist] [PATCH] tpm2-tools: Version bump. 4.1 -> 5.2

2022-01-27 Thread Christian Melki
Approx 2 years worth of fixes. https://github.com/tpm2-software/tpm2-tools/releases Fixes CVE-2021-3565. Update license file hash. tpm2-tools now depend on EFIVAR. Signed-off-by: Christian Melki --- rules/tpm2-tools.in | 1 + rules/tpm2-tools.make | 5 ++--- 2 files changed, 3 insertions(+),

[ptxdist] [PATCH] sysklogd: Version bump. 2.2.3 -> 2.3.0

2022-01-27 Thread Christian Melki
Minor version bump, but contains mostly bugfixes. https://github.com/troglobit/sysklogd/releases Signed-off-by: Christian Melki --- rules/sysklogd.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/sysklogd.make b/rules/sysklogd.make index b3ad40be3..2ba2ca019

[ptxdist] [PATCH] tpm2-tss: Version bump. 2.3.1 -> 3.1.0

2022-01-27 Thread Christian Melki
Approx. 2,5 year worth of fixes. https://github.com/tpm2-software/tpm2-tss/releases Fixes CVE-2020-24455 (three times over). tpm2-tss now depends on JSON_C and LIBCURL. Remove changed configuration options. Signed-off-by: Christian Melki --- rules/tpm2-tss.in | 2 ++ rules/tpm2-tss.make | 7

[ptxdist] [PATCH] ncurses: Version bump. 6.2 -> 6.3

2022-01-27 Thread Christian Melki
Mostly a bugfix release. Fixes CVE-2021-39537. https://invisible-island.net/ncurses/NEWS.html Move patchset, applies with offset. Signed-off-by: Christian Melki --- .../0001-teach-ncurses-config-about-sysroot.patch | 0 patches/{ncurses-6.2 => ncurses-6.3}/series | 0

[ptxdist] [PATCH] wpa_supplicant: Version bump 2.9 -> 2.10

2022-01-27 Thread Christian Melki
Update wpa_supplicant. Includes approx. 1,5 year worth of fixes. https://w1.fi/cgit/hostap/plain/wpa_supplicant/ChangeLog Signed-off-by: Christian Melki --- rules/wpa_supplicant.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wpa_supplicant.make

[ptxdist] [PATCH] lighttpd: version bump 1.4.63 -> 1.4.64

2022-01-27 Thread Alexander Dahl
Main change is "remove long-deprecated modules", but some bugfixes went in that release as well. Note: The ptxdist package still uses the no longer maintained pcre instead of pcre2. Three lines were inserted into src/algo_md5.c outside of the license text area, the license text itself stays the

Re: [ptxdist] polkit <= 0.120 CVE-2021-4034

2022-01-27 Thread Michael Olbrich
Hi, On Wed, Jan 26, 2022 at 02:11:54PM +0100, Christian Melki wrote: > Friendly reminder for polkit. > 0.120+ not yet released (at time of writing). > So either 0.120 + patch or wait for release. PTXdist has 0.105 anyways, because that's the last version that doesn't require a JavaScript engine.