[ptxdist] [PATCH] libarchive: Version bump. 3.7.3 -> 3.7.4

2024-04-29 Thread Christian Melki
More security fixes (probably paranoia in the wake). https://github.com/libarchive/libarchive/releases/tag/v3.7.4 Signed-off-by: Christian Melki --- rules/libarchive.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libarchive.make b/rules/libarchive.make index

[ptxdist] [PATCH] tpm2-tools: Version bump. 5.6 -> 5.7

2024-04-28 Thread Christian Melki
https://github.com/tpm2-software/tpm2-tools/releases/tag/5.7 Bunch of fixes. Plugs CVEs (missing proper description at time of writing): CVE-2024-29038 CVE-2024-29039 Signed-off-by: Christian Melki --- rules/tpm2-tools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[ptxdist] [PATCH] tpm2-tss: Version bump. 4.0.1 -> 4.1.0

2024-04-28 Thread Christian Melki
https://github.com/tpm2-software/tpm2-tss/releases/tag/4.1.0 Nothing fancy, a bunch of fixes mostly. Plugs CVE: CVE-2024-29040 - In tmu_set_table of tmu.c, there is a possible out of bounds write due to a missing bounds check. Signed-off-by: Christian Melki --- rules/tpm2-tss.make | 4 ++-- 1

[ptxdist] [PATCH] weston: Version bump. 13.0.0 -> 13.0.1

2024-04-25 Thread Christian Melki
Bugfix release. https://lists.freedesktop.org/archives/wayland-devel/2024-April/043575.html * Forward patchset, applies cleanly Signed-off-by: Christian Melki --- .../0001-HACK-don-t-build-tests.patch | 0 patches/{weston-13.0.0 => weston-13.0.1}/ser

[ptxdist] [PATCH] linux-firmware: Version bump. 20240312 -> 20240410

2024-04-12 Thread Christian Melki
No license file changes. https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/?h=20240410 Signed-off-by: Christian Melki --- rules/linux-firmware.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/linux-firmware.make b/rules/linux

[ptxdist] [PATCH] libcap-ng: Version bump. 0.8.4 -> 0.8.5

2024-04-10 Thread Christian Melki
Minor changes. https://github.com/stevegrubb/libcap-ng/blob/v0.8.5/ChangeLog Signed-off-by: Christian Melki --- rules/libcap-ng.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libcap-ng.make b/rules/libcap-ng.make index d508e1986..f85c96eb5 100644 --- a/rules

[ptxdist] [PATCH] libarchive: Version bump. 3.7.2 -> 3.7.3

2024-04-09 Thread Christian Melki
Version bump after the xz debacle. libarchive was affected by the same malicious user and 3.7.3 has reviewed relevant commits. https://github.com/libarchive/libarchive/releases/tag/v3.7.3 https://github.com/libarchive/libarchive/issues/2103 Signed-off-by: Christian Melki --- rules

[ptxdist] [PATCH] chrony: Fix URL.

2024-04-09 Thread Christian Melki
tuxfamily.org seems down. Atleast partly. Might as well adjust the URL to something officially listed at: https://chrony-project.org/download.html Signed-off-by: Christian Melki --- rules/chrony.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/chrony.make b/rules

Re: [ptxdist] [PATCH] tf-a: stop defining AS and other variables in cross make env

2024-04-09 Thread Christian Melki
On 4/9/24 12:37 PM, Ahmad Fatoum wrote: Hello Christian, On 09.04.24 12:23, Christian Melki wrote: On 4/9/24 11:08 AM, Ahmad Fatoum wrote: The MAKE_ENV incantation results in PTXdist defining variables like AS and LD that point at the respective tools in the cross toolchain

Re: [ptxdist] [PATCH] tf-a: stop defining AS and other variables in cross make env

2024-04-09 Thread Christian Melki
On 4/9/24 11:08 AM, Ahmad Fatoum wrote: The MAKE_ENV incantation results in PTXdist defining variables like AS and LD that point at the respective tools in the cross toolchain. This was unneeded as we already supply the TF-A built with a CROSS_COMPILE option, which is used to derive the

[ptxdist] [PATCH] pciutils: Version bump. 3.11.1 -> 3.12.0

2024-04-08 Thread Christian Melki
Minor changes. https://github.com/pciutils/pciutils/blob/v3.12.0/ChangeLog Signed-off-by: Christian Melki --- rules/pciutils.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/pciutils.make b/rules/pciutils.make index f2da15ebe..20e2b7f7e 100644 --- a/rules

[ptxdist] [PATCH] mtdev: Version bump. 1.1.6 -> 1.1.7

2024-04-08 Thread Christian Melki
Very minor changes. Signed-off-by: Christian Melki --- rules/mtdev.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mtdev.make b/rules/mtdev.make index 8b9986f25..57f337baf 100644 --- a/rules/mtdev.make +++ b/rules/mtdev.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH v2 2/2] host-util-linux: Follow target util-linux.

2024-04-06 Thread Christian Melki
* Disabled new functions. Signed-off-by: Christian Melki --- rules/host-util-linux.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/host-util-linux.make b/rules/host-util-linux.make index 849c09c7a..adaf0b86c 100644 --- a/rules/host-util-linux.make +++ b/rules/host-util

[ptxdist] [PATCH v2 1/2] util-linux: Version bump. 2.39.3 -> 2.40

2024-04-06 Thread Christian Melki
building issues etc, so disable them for now. * Old patches dropped, seem to be included in the new release. Signed-off-by: Christian Melki --- ...roperly-handle-gettext-non-existence.patch | 29 --- patches/util-linux-2.39.3/series | 4 --- rules/util-linux.make

[ptxdist] [PATCH v2 1/2] mtd-utils: Version bump. 2.1.6 -> 2.2.0

2024-04-06 Thread Christian Melki
Not overly exciting. https://lists.infradead.org/pipermail/linux-mtd/2024-March/104058.html * Fix options that changed from endis to wwo. * Forward patchset, applies cleanly. Signed-off-by: Christian Melki --- .../0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch | 0 patches/{mtd-utils

[ptxdist] [PATCH v2 2/2] host-mtd-utils: Follow target mtd-utils

2024-04-06 Thread Christian Melki
* Fix options that changed from endis to wwo. Signed-off-by: Christian Melki --- rules/host-mtd-utils.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-mtd-utils.make b/rules/host-mtd-utils.make index 61179adce..99de07083 100644 --- a/rules/host-mtd

[ptxdist] [PATCH] sdl2: Version bump. 2.30.1 -> 2.30.2

2024-04-06 Thread Christian Melki
Minor stable series bump. Minor bugfixes. https://github.com/libsdl-org/SDL/releases/tag/release-2.30.2 Signed-off-by: Christian Melki --- rules/sdl2.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/sdl2.make b/rules/sdl2.make index c8cdcf97b..4959560a0 100644

[ptxdist] [PATCH] hwdata: Version bump. 0.380 -> 0.381.

2024-04-06 Thread Christian Melki
Usual ID bumps. Signed-off-by: Christian Melki --- rules/hwdata.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/hwdata.make b/rules/hwdata.make index efd4eec22..ba1451b9f 100644 --- a/rules/hwdata.make +++ b/rules/hwdata.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH v2 1/2] util-linux: Version bump. 2.39.3 -> 2.40

2024-04-02 Thread Christian Melki
release. Signed-off-by: Christian Melki --- ...roperly-handle-gettext-non-existence.patch | 29 --- patches/util-linux-2.39.3/series | 4 -- ...-distribute-pam_lastlog2-meson.build.patch | 27 ++ ..._lastlog2-Add-missing-file-for-meson.patch | 52

[ptxdist] [PATCH v2 2/2] host-util-linux: Follow target util-linux.

2024-04-02 Thread Christian Melki
* Disabled new functions. Signed-off-by: Christian Melki --- rules/host-util-linux.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/host-util-linux.make b/rules/host-util-linux.make index 849c09c7a..adaf0b86c 100644 --- a/rules/host-util-linux.make +++ b/rules/host-util

[ptxdist] [PATCH 1/2] util-linux: Version bump. 2.39.3 -> 2.40

2024-04-02 Thread Christian Melki
-off-by: Christian Melki --- ...roperly-handle-gettext-non-existence.patch | 29 --- patches/util-linux-2.39.3/series | 4 --- rules/util-linux.make | 6 ++-- 3 files changed, 4 insertions(+), 35 deletions(-) delete mode 100644 patches/util

[ptxdist] [PATCH 2/2] host-util-linux: Follow target util-linux.

2024-04-02 Thread Christian Melki
* Disabled new functions. Signed-off-by: Christian Melki --- rules/host-util-linux.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/host-util-linux.make b/rules/host-util-linux.make index 849c09c7a..adaf0b86c 100644 --- a/rules/host-util-linux.make +++ b/rules/host-util

[ptxdist] [PATCH 1/2] mtd-utils: Version bump. 2.1.6 -> 2.2.0

2024-04-02 Thread Christian Melki
Not overly exciting. https://lists.infradead.org/pipermail/linux-mtd/2024-March/104058.html * Fix options that changed from endis to wwo. * Forward patchset, applies cleanly. Signed-off-by: Christian Melki --- ...rkbad-new-util-to-mark-blocks-as-bad.patch | 158 ++ patches/mtd

[ptxdist] [PATCH 2/2] host-mtd-utils: Follow target mtd-utils

2024-04-02 Thread Christian Melki
* Fix options that changed from endis to wwo. Signed-off-by: Christian Melki --- rules/host-mtd-utils.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-mtd-utils.make b/rules/host-mtd-utils.make index 61179adce..99de07083 100644 --- a/rules/host-mtd

Re: [ptxdist] [PATCH] xz: Version bump. 5.4.4 -> 5.6.0

2024-03-29 Thread Christian Melki
On 3/29/24 10:52 PM, Michael Olbrich wrote: > On Sun, Feb 25, 2024 at 03:35:13PM +0100, Christian Melki wrote: >> https://github.com/tukaani-project/xz/releases/tag/v5.6.0 >> https://github.com/tukaani-project/xz/releases/tag/v5.5.2beta >> https://github.com/tukaani-pr

[ptxdist] [PATCH 1/2] libcurl: Version bump. 8.6.0 -> 8.7.1

2024-03-28 Thread Christian Melki
Bunch of fixes as usual. 8.7.1 is a very minor change. https://curl.se/changes.html#8_7_0 https://curl.se/changes.html#8_7_1 * Add new build flag to disable docs. Signed-off-by: Christian Melki --- rules/libcurl.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[ptxdist] [PATCH 2/2] host-libcurl: Follow target libcurl.

2024-03-28 Thread Christian Melki
* Add build option to disable docs. Signed-off-by: Christian Melki --- rules/host-libcurl.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/host-libcurl.make b/rules/host-libcurl.make index 686a3d4ab..e223573ea 100644 --- a/rules/host-libcurl.make +++ b/rules/host-libcurl.make

[ptxdist] [PATCH] zstd: Version bump. 1.5.5 -> 1.5.6

2024-03-28 Thread Christian Melki
Various improvements. https://github.com/facebook/zstd/releases/tag/v1.5.6 Signed-off-by: Christian Melki --- rules/zstd.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/zstd.make b/rules/zstd.make index 6310cc4fc..fdda5819e 100644 --- a/rules/zstd.make +++ b

[ptxdist] [PATCH] libxkbcommon: Version bump. 1.6.0 -> 1.7.0

2024-03-26 Thread Christian Melki
Minor changes and fixes. Reverts the removal of previously deleted keysyms. https://github.com/xkbcommon/libxkbcommon/blob/xkbcommon-1.7.0/NEWS.md Signed-off-by: Christian Melki --- rules/libxkbcommon.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules

[ptxdist] [PATCH] libpciaccess: Version bump. 0.18 -> 0.18.1

2024-03-25 Thread Christian Melki
Very minor meson build change. Bumping anyway. Signed-off-by: Christian Melki --- rules/libpciaccess.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libpciaccess.make b/rules/libpciaccess.make index 7ab035ab5..79b4f9263 100644 --- a/rules/libpciaccess.make

[ptxdist] [PATCH] strace: Version bump. 6.7 -> 6.8

2024-03-21 Thread Christian Melki
Minor changes. https://github.com/strace/strace/releases/tag/v6.8 Signed-off-by: Christian Melki --- rules/strace.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/strace.make b/rules/strace.make index 2b505e57e..697b1495a 100644 --- a/rules/strace.make +++ b

[ptxdist] [PATCH] glib: Version bump. 2.78.4 -> 2.80.0

2024-03-20 Thread Christian Melki
://gitlab.gnome.org/GNOME/glib/-/releases/2.80.0 * Fix option changes. Signed-off-by: Christian Melki --- rules/glib.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/glib.make b/rules/glib.make index 67c60227c..f95e19e60 100644 --- a/rules/glib.make +++ b/rules

[ptxdist] [PATCH] expat: Version bump. 2.6.1 -> 2.6.2

2024-03-14 Thread Christian Melki
Minor changes https://github.com/libexpat/libexpat/blob/R_2_6_2/expat/Changes Plugs CVE: CVE-2024-28757: Prevent billion laughs attacks with isolated use of external parsers. Signed-off-by: Christian Melki --- rules/expat.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[ptxdist] [PATCH] linux-firmware: Version bump. 20240220 -> 20240312

2024-03-13 Thread Christian Melki
Nothing overly interesting. Smaller than the last, big one. No license changes. https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/?h=20240312 Signed-off-by: Christian Melki --- rules/linux-firmware.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[ptxdist] [PATCH] iproute2: Version bump. 6.7.0 -> 6.8.0

2024-03-13 Thread Christian Melki
Minor changes. https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/?h=v6.8.0 Signed-off-by: Christian Melki --- rules/iproute2.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/iproute2.make b/rules/iproute2.make index 6de8652f2..79aa02f1d 100644

[ptxdist] [PATCH] openssh: Version bump. 9.6 -> 9.7

2024-03-12 Thread Christian Melki
Minor changes. Biggest notice is the permanent removal of DSA in 2025. https://www.openssh.com/txt/release-9.7 Signed-off-by: Christian Melki --- rules/openssh.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/openssh.make b/rules/openssh.make index 7f55b2ba3

Re: [ptxdist] [PATCH] image-root-cpio.in: Use multithreaded XZ (revisited).

2024-03-08 Thread Christian Melki
On 3/7/24 17:04, Michael Olbrich wrote: > Hi, > > On Sun, Feb 25, 2024 at 03:49:06PM +0100, Christian Melki wrote: >> So, after asking questions about the default multithread mode >> of xz 5.6.0 and determinism, it turned out that there >> is a common misconcept

[ptxdist] [PATCH] libkmod: Version bump. 31 -> 32.

2024-03-07 Thread Christian Melki
Minor fix release. Most interesting bit is that the module directory is now easily changeable. https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git/log/?h=v32 * Fix some deprecated options and add another. Signed-off-by: Christian Melki --- rules/libkmod.make | 7 +++ 1 file changed

[ptxdist] [PATCH] host-libkmod: Follow target libkmod.

2024-03-07 Thread Christian Melki
* Configure options changes. Signed-off-by: Christian Melki --- rules/host-libkmod.make | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rules/host-libkmod.make b/rules/host-libkmod.make index f95494084..adb42a33a 100644 --- a/rules/host-libkmod.make +++ b/rules/host

[ptxdist] [PATCH] sdl2: Version bump. 2.30.0 -> 2.30.1

2024-03-07 Thread Christian Melki
Minor bugfix release. https://github.com/libsdl-org/SDL/releases/tag/release-2.30.1 Signed-off-by: Christian Melki --- rules/sdl2.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/sdl2.make b/rules/sdl2.make index 64869c4e6..c8cdcf97b 100644 --- a/rules/sdl2

[ptxdist] [PATCH] hwdata: Version bump. 0.379 -> 0.380.

2024-03-07 Thread Christian Melki
Usual id updates. Signed-off-by: Christian Melki --- rules/hwdata.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/hwdata.make b/rules/hwdata.make index 6ffcbba70..efd4eec22 100644 --- a/rules/hwdata.make +++ b/rules/hwdata.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH] qemu: Version bump. 8.2.1 -> 8.2.2

2024-03-06 Thread Christian Melki
Minor changes. https://github.com/qemu/qemu/compare/v8.2.1...v8.2.2 * Move patches forward, applies cleanly. Signed-off-by: Christian Melki --- ...9pfs-allow-real-symlinks-for-security_model-mapped-f.patch | 0 .../0101-let-ninja-use-the-jobserver.patch| 0 patches/{qemu

Re: [ptxdist] [PATCH] xz: add extra URL

2024-03-04 Thread Christian Melki
Hi Bruno. I bumped xz last week. I think it's hosted on github from now on. https://lore.ptxdist.org/ptxdist/20240225143514.2406777-1-christian.me...@t2data.com/T/#m2a3fe2fdc489cf841e388f18b5f9e38c7ccfa408 On 3/4/24 20:40, Bruno Thomsen wrote: > Add an additional github URL that is currently

[ptxdist] [PATCH] expat: Version bump. 2.6.0 -> 2.6.1

2024-03-02 Thread Christian Melki
Minor fixes. https://github.com/libexpat/libexpat/blob/R_2_6_1/expat/Changes Signed-off-by: Christian Melki --- rules/expat.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/expat.make b/rules/expat.make index c40d36ac8..1c5fcf441 100644 --- a/rules/expat.make

[ptxdist] [PATCH] pixman: Version bump. 0.43.2 -> 0.43.4

2024-03-01 Thread Christian Melki
Looks like very minor changes. https://lists.freedesktop.org/archives/pixman/2024-February/005012.html Signed-off-by: Christian Melki --- rules/pixman.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/pixman.make b/rules/pixman.make index bc1a97501..5ebbcb059

[ptxdist] [PATCH] orc: Version bump. 0.4.37 -> 0.4.38

2024-02-29 Thread Christian Melki
Minor changes. https://gitlab.freedesktop.org/gstreamer/orc/-/blob/0.4.38/RELEASE Signed-off-by: Christian Melki --- rules/orc.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/orc.make b/rules/orc.make index 1c1e1979b..fd3b5bf36 100644 --- a/rules/orc.make

[ptxdist] [PATCH] pciutils: Version bump. 3.10.0 -> 3.11.1

2024-02-27 Thread Christian Melki
Minor changes. pcie lane margining utility. This could come in handy if dealing with electrical shenanigans on links with issues. Signed-off-by: Christian Melki --- rules/pciutils.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/pciutils.make b/rules

[ptxdist] [PATCH] libpng: Version bump. 1.6.42 -> 1.6.43.

2024-02-25 Thread Christian Melki
Minor bugfixes. https://sourceforge.net/p/libpng/code/ci/libpng16/tree/CHANGES Signed-off-by: Christian Melki --- rules/libpng.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libpng.make b/rules/libpng.make index 4fe4bb7c3..4a98c02a7 100644 --- a/rules

[ptxdist] [PATCH] image-root-cpio.in: Use multithreaded XZ (revisited).

2024-02-25 Thread Christian Melki
unless they are actively using T1. Signed-off-by: Christian Melki --- platforms/image-root-cpio.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/image-root-cpio.in b/platforms/image-root-cpio.in index 0338175a0..546dda7fb 100644 --- a/platforms/image-root-cpio.in +++ b

[ptxdist] [PATCH] xz: Version bump. 5.4.4 -> 5.6.0

2024-02-25 Thread Christian Melki
-off-by: Christian Melki --- rules/xz.make | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/rules/xz.make b/rules/xz.make index f24a2ac03..51490b2ce 100644 --- a/rules/xz.make +++ b/rules/xz.make @@ -14,16 +14,16 @@ PACKAGES-$(PTXCONF_XZ) += xz # # Paths

[ptxdist] [PATCH] host-xz: Follow suit from target xz.

2024-02-25 Thread Christian Melki
* Pin down a few options. Signed-off-by: Christian Melki --- rules/host-xz.make | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rules/host-xz.make b/rules/host-xz.make index c04db9567..bc044fcea 100644 --- a/rules/host-xz.make +++ b/rules/host-xz.make @@ -27,6 +27,7

[ptxdist] [PATCH] libunwind: Version bump. 1.8.0 -> 1.8.1

2024-02-24 Thread Christian Melki
Minor fixes. Tests are installed, but ptxdist builds with tests disabled. So no big changes. https://github.com/libunwind/libunwind/releases/tag/v1.8.1 Signed-off-by: Christian Melki --- rules/libunwind.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules

[ptxdist] [PATCH] linux-fiwmare: Version bump. 20240115 -> 20240220

2024-02-20 Thread Christian Melki
) Signed-off-by: Christian Melki --- rules/linux-firmware.make | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rules/linux-firmware.make b/rules/linux-firmware.make index 180fd6010..69e350d7d 100644 --- a/rules/linux-firmware.make +++ b/rules/linux-firmware.make @@ -14,8

[ptxdist] [PATCH] pcre2: Version bump. 10.42 -> 10.43

2024-02-19 Thread Christian Melki
-by: Christian Melki --- rules/pcre2.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/pcre2.make b/rules/pcre2.make index 6aba2fe92..5d7494d66 100644 --- a/rules/pcre2.make +++ b/rules/pcre2.make @@ -14,15 +14,15 @@ PACKAGES-$(PTXCONF_PCRE2) += pcre2 # # Paths

[ptxdist] [PATCH] libffi: Version bump. 3.4.5 -> 3.4.6

2024-02-19 Thread Christian Melki
Back to back bump. Apparently some regression. Doesn't look very important to me. Oh well. https://github.com/libffi/libffi/releases/tag/v3.4.6 * Forward patches, no changes. Signed-off-by: Christian Melki --- ...libffi-Fix-location-of-libraries-for-multilib-toolch.patch | 0 ...002-libffi

[ptxdist] [PATCH] nss: Version bump. 3.97 -> 3.98

2024-02-17 Thread Christian Melki
https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_98.html Plugs CVE: CVE-2023-5388 - Timing attack against RSA decryption in TLS * Forward patchset, applies cleanly. Signed-off-by: Christian Melki --- .../{nss-3.97 => nss-3.98}/0001-nss-fix-nsinstall-build.patch | 0 patc

[ptxdist] [PATCH] ca-certificates: Version bump. 3.97 -> 3.98

2024-02-17 Thread Christian Melki
https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_98.html Signed-off-by: Christian Melki --- rules/ca-certificates.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/ca-certificates.make b/rules/ca-certificates.make index 328adbb51..c9a3b

[ptxdist] [PATCH] libffi: Version bump. 3.4.4 -> 3.4.5

2024-02-16 Thread Christian Melki
https://github.com/libffi/libffi/releases/tag/v3.4.5 * License file changed. Dates, years etc. * Forward patches, minor corrections, applies cleanly. Signed-off-by: Christian Melki --- ...bffi-Fix-location-of-libraries-for-multilib-toolch.patch | 2 +- ...2-libffi-ensure-sysroot-paths

[ptxdist] [PATCH] host-pkgconf: Version bump. 1.9.5 -> 2.1.1

2024-02-13 Thread Christian Melki
Another bump to host tools, looks ok. Mostly dependency solver and graphing fixes. Worked in my builds. https://github.com/pkgconf/pkgconf/blob/pkgconf-2.1.1/NEWS Signed-off-by: Christian Melki --- rules/host-pkgconf.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[ptxdist] [PATCH] host-cmake: Version bump. 3.27.4 -> 3.28.3

2024-02-13 Thread Christian Melki
New minor version. Doesn't look dangerous, but tread lightly. https://cmake.org/cmake/help/latest/release/3.27.html https://cmake.org/cmake/help/latest/release/3.28.html * Fix license file hash. Version and year changed in cmzlib. Signed-off-by: Christian Melki --- rules/host-cmake.make | 6

[ptxdist] [PATCH] host-opkg-utils: Version bump. 0.5.0 -> 0.6.3

2024-02-12 Thread Christian Melki
https://git.yoctoproject.org/opkg-utils/log/?h=0.6.3 Added acls and xattrs. Not sure they'll be used? Othersise, minor changes. Looks like they're trying to follow the opkg version number. * Rework the patch set. Try to follow the intentions of the previous diff. Signed-off-by: Christian Melki

[ptxdist] [PATCH] opkg: Version bump. 0.6.1 -> 0.6.3

2024-02-12 Thread Christian Melki
https://git.yoctoproject.org/opkg/log/?h=v0.6.3 Minor changes really. Just bump it so host-opkg follows. Signed-off-by: Christian Melki --- rules/opkg.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/opkg.make b/rules/opkg.make index b4c2d1020..9e80a0494 100644

[ptxdist] [PATCH] expat: Version bump. 2.5.0 -> 2.6.0

2024-02-08 Thread Christian Melki
https://github.com/libexpat/libexpat/blob/R_2_6_0/expat/Changes Plugs CVEs: CVE-2023-52425 - Fix quadratic runtime issues with big tokens CVE-2023-52426 - Fix billion laughs attacks without XML_DTD Signed-off-by: Christian Melki --- rules/expat.make | 4 ++-- 1 file changed, 2 insertions(+), 2

[ptxdist] [PATCH] hwdata: Version bump. 0.378 -> 0.379

2024-02-08 Thread Christian Melki
Minor updates. Signed-off-by: Christian Melki --- rules/hwdata.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/hwdata.make b/rules/hwdata.make index cf5d7e132..6ffcbba70 100644 --- a/rules/hwdata.make +++ b/rules/hwdata.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH] orc: Version bump. 0.4.36 -> 0.4.37

2024-02-08 Thread Christian Melki
Minor fixes. https://gitlab.freedesktop.org/gstreamer/orc/-/blob/0.4.37/RELEASE Signed-off-by: Christian Melki --- rules/orc.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/orc.make b/rules/orc.make index 8baa69fc5..1c1e1979b 100644 --- a/rules/orc.make +++ b

[ptxdist] [PATCH] host-makedepend: Version bump. 1.0.8 -> 1.0.9

2024-02-06 Thread Christian Melki
Minor bugfixes. Autoconf 2.70+. * Code stopped depending on xorgproto. Two macros included in source instead. Fix .in file. Signed-off-by: Christian Melki --- rules/host-makedepend.in | 1 - rules/host-makedepend.make | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git

[ptxdist] [PATCH] openssl: Version bump. 3.2.0 -> 3.2.1

2024-02-06 Thread Christian Melki
registers on PowerPC CPUs which support PowerISA 2.07. * Remove one patch. Code was added to the release. Signed-off-by: Christian Melki --- ...frag_len-checking-if-no-Max-Fragment.patch | 41 --- .../0001-debian-targets.patch | 0 .../0002-pic.patch

[ptxdist] [PATCH] xkeyboard-config: Version bump. 2.40 -> 2.41

2024-02-06 Thread Christian Melki
Minor fixes, translation updates. Signed-off-by: Christian Melki --- rules/xkeyboard-config.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/xkeyboard-config.make b/rules/xkeyboard-config.make index a51065772..50899f715 100644 --- a/rules/xkeyboard-config.make

Re: [ptxdist] [PATCH] u-boot: Allow specification of padding byte for custom env images

2024-02-05 Thread Christian Melki
On 2/5/24 21:49, Sebastian Muxel wrote: > [Du f?r inte e-post ofta fr?n sebastian.mu...@entner-electronics.com. L?s om > varf?r det h?r ?r viktigt p? https://aka.ms/LearnAboutSenderIdentification ] > > Hello > >> Just curious. In what situation would you need to alter the default >> padding

Re: [ptxdist] [PATCH] u-boot: Allow specification of padding byte for custom env images

2024-02-05 Thread Christian Melki
On 2/5/24 21:16, Sebastian Muxel wrote: > [Du får inte e-post ofta från sebastian.mu...@entner-electronics.com. Läs om > varför det här är viktigt på https://aka.ms/LearnAboutSenderIdentification ] > > The env image is currently always padded with the default bytes 0xFF. > New configuration

[ptxdist] [PATCH] sdl2: Version bump. 2.28.5 -> 2.30.0

2024-02-05 Thread Christian Melki
Some changes, but interface wise looks ok. Ie mostly fixes and some enhancements. Still (if I got it right), 400+ commits... So something interesting might pop up. https://github.com/libsdl-org/SDL/releases/tag/release-2.30.0 Signed-off-by: Christian Melki --- rules/sdl2.make | 4 ++-- 1 file

[ptxdist] [PATCH] libpciaccess: Version bump. 0.17 -> 0.18

2024-02-05 Thread Christian Melki
Some minor bugfixes and a dropped autotools build system. * Convert to meson. * Remove MTRR overrides. Don't think there are x86s without MTRR/PATs this side of the millenia. It should be automatically detected just fine. * Explicitly enable HWDATA dependency. Signed-off-by: Christian Melki

[ptxdist] [PATCH] batctl: Version bump. 2023.2 -> 2024.0

2024-02-05 Thread Christian Melki
Some minor changes. https://github.com/open-mesh-mirror/batman-adv/blob/v2024.0/CHANGELOG.rst Signed-off-by: Christian Melki --- rules/batctl.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/batctl.make b/rules/batctl.make index 8545e4c05..035fa42b1 100644

[ptxdist] [PATCH] libpng: Version bump. 1.6.41 -> 1.6.42

2024-02-05 Thread Christian Melki
Minor bugfix only. https://sourceforge.net/p/libpng/code/ci/libpng16/tree/CHANGES Signed-off-by: Christian Melki --- rules/libpng.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libpng.make b/rules/libpng.make index aaada5825..4fe4bb7c3 100644 --- a/rules

[ptxdist] [PATCH] host-tz-database: Version bump. 2023c -> 2024a.

2024-02-04 Thread Christian Melki
Some internal build changes. And afaict, no mishaps on the most common host platform. https://github.com/eggert/tz/blob/2024a/NEWS https://github.com/eggert/tz/blob/2023d/NEWS Signed-off-by: Christian Melki --- rules/host-tz-database.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions

[ptxdist] [PATCH] libusb: Version bump. 1.0.26 -> 1.0.27

2024-02-02 Thread Christian Melki
Nothing overly exciting. Some new API calls, will probably replace older ones at some point. https://github.com/libusb/libusb/blob/v1.0.27/ChangeLog * License hash changed. File had copyright year changes. Signed-off-by: Christian Melki --- rules/libusb.make | 6 +++--- 1 file changed, 3

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

2024-02-02 Thread Christian Melki
in this release. * Disable doc building. Was part of the patches, now has a flag. Signed-off-by: Christian Melki --- ...uild-util.c-separately-for-makeguids.patch | 34 .../0002-docs-Remove-docs-building.patch | 25 - ...0003-fix-building-with-binutils-2.36.patch | 26

[ptxdist] [PATCH] libcurl: Version bump. 8.5.0 -> 8.6.0

2024-02-01 Thread Christian Melki
The usual. A few enhancements, a bunch of bugfixes. https://curl.se/changes.html#8_6_0 Plugs CVE: CVE-2024-0853: OCSP verification bypass with TLS session reuse * License file changed. Copyright year updates. * Explicitly disable a new option. Signed-off-by: Christian Melki --- rules

[ptxdist] [PATCH] qemu: Version bump. 8.1.4 -> 8.2.1

2024-01-31 Thread Christian Melki
Notable changes, kernel 4.4+, deprecated HAX. I think qemu could use an options cleaning pass at some point. https://wiki.qemu.org/ChangeLog/8.2 * Remove hax option. * Forward patchset. Applies cleanly. Signed-off-by: Christian Melki --- ...pfs-allow-real-symlinks-for-security_model-mapped

[ptxdist] [PATCH] host-qemu: Follow target qemu.

2024-01-31 Thread Christian Melki
This requires the work done to move HOST_DTC and DTC from platform configurations to hosttools_noprompt.␘ * Disable hax. Signed-off-by: Christian Melki --- rules/host-qemu.in | 1 + rules/host-qemu.make | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/host-qemu.in b

[ptxdist] [PATCH] orc: Version bump. 0.4.35 -> 0.4.36

2024-01-31 Thread Christian Melki
Minor bugfix for crashes on some x86 machines. https://github.com/GStreamer/orc/blob/d025a28fb990f04998fa020fe99bcb4fb87dac79/RELEASE Signed-off-by: Christian Melki --- rules/orc.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/orc.make b/rules/orc.make index

[ptxdist] [PATCH] alsa-utils: Version bump. 1.2.10 -> 1.2.11

2024-01-31 Thread Christian Melki
Same issue as with alsa-lib. Could not find summary of changes. Looks mostly like minor changes and fixes. https://github.com/alsa-project/alsa-utils/releases/tag/v1.2.11 * Forward patchset. Applies cleanly. * Pin down configure options. Signed-off-by: Christian Melki --- ...lsactl-info.c-fix

[ptxdist] [PATCH] alsa-lib: Version bump. 1.2.10 -> 1.2.11

2024-01-31 Thread Christian Melki
Can't find useful summary of changes. URL might be updated later on? Looks mostly like minor fixes and enhancements. https://github.com/alsa-project/alsa-lib/releases/tag/v1.2.11 Signed-off-by: Christian Melki --- rules/alsa-lib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[ptxdist] [PATCH] ethtool: Version bump. 6.6 -> 6.7

2024-01-31 Thread Christian Melki
Minor changes, uapi update. https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/log/?h=v6.7 Signed-off-by: Christian Melki --- rules/ethtool.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/ethtool.make b/rules/ethtool.make index 13be57957..66ca739e9

[ptxdist] [PATCH v2] strace: Version bump. 6.6 -> 6.7

2024-01-31 Thread Christian Melki
Minor fixes and enhancements. https://github.com/strace/strace/releases/tag/v6.7 * License file changed, copyright year changes only. Signed-off-by: Christian Melki --- rules/strace.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/strace.make b/rules

[ptxdist] [PATCH] strace: Version bump. 6.6 -> 6.7

2024-01-31 Thread Christian Melki
Minor fixes and enhancements. https://github.com/strace/strace/releases/tag/v6.7 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 f61fdecea..2b505e57e 100644 --- a/rules

[ptxdist] [PATCH] pixman: Version bump. 0.43.0 -> 0.43.2

2024-01-30 Thread Christian Melki
Almost no changes. Just keeping it up to latest. https://lists.freedesktop.org/archives/pixman/2024-January/005010.html Signed-off-by: Christian Melki --- rules/pixman.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/pixman.make b/rules/pixman.make index

[ptxdist] [PATCH] pulseaudio: Version bump. 16.1 -> 17.0

2024-01-29 Thread Christian Melki
A new major release. https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/releases/v17.0 * Clear some textual remnants of autoconf. * Remove patchset, is now integrated. Signed-off-by: Christian Melki --- ...-optional-when-gsettings-is-disabled.patch | 21 --- patches

[ptxdist] [PATCH] host-harfbuzz: Follow the meson conversion of target harfbuzz.

2024-01-29 Thread Christian Melki
I don't have a test target for host-harfbuzz (can't find a selection of it). So maybe someone else can test this? Signed-off-by: Christian Melki --- rules/host-harfbuzz.in | 1 + rules/host-harfbuzz.make | 47 2 files changed, 25 insertions(+), 23

[ptxdist] [PATCH v2] harfbuzz: Version bump. 5.3.1 -> 8.3.0

2024-01-29 Thread Christian Melki
://github.com/harfbuzz/harfbuzz/releases/tag/8.2.1 https://github.com/harfbuzz/harfbuzz/releases/tag/8.2.2 https://github.com/harfbuzz/harfbuzz/releases/tag/8.3.0 * Meson rewrite. * License file changed. Contributor copyright changes. * Disable the new wasm engine. Signed-off-by: Christian Melki

Re: [ptxdist] [PATCH] harfbuzz: Version bump. 5.3.1 -> 8.3.0

2024-01-29 Thread Christian Melki
On 1/29/24 16:40, Michael Olbrich wrote: > On Fri, Jan 26, 2024 at 08:41:46PM +0100, Christian Melki wrote: >> Major version bumps. >> A lot of work went into the releases. >> Harfbuzz is a victim bump for sdl2-ttf. >> sdl2-ttf in ptxdist uses freetype and harfbuzz ext

[ptxdist] [PATCH v2] sdl2-ttf: Version bump. 2.20.2 -> 2.22.0

2024-01-29 Thread Christian Melki
-off-by: Christian Melki --- ...0001-configure-make-opengl-support-switchable.patch | 6 +++--- .../{SDL2_ttf-2.20.2 => SDL2_ttf-2.22.0}/autogen.sh| 0 patches/{SDL2_ttf-2.20.2 => SDL2_ttf-2.22.0}/series| 0 rules/sdl2-ttf.make| 10 +- 4

[ptxdist] [PATCH v2] libpng: Version bump. 1.6.40 -> 1.6.41

2024-01-29 Thread Christian Melki
A couple of changes to the build options and build mechanisms. https://sourceforge.net/p/libpng/code/ci/libpng16/tree/CHANGES * Disable tests and tools. Not used by the ruleset. * Pin down some new options. Signed-off-by: Christian Melki --- rules/libpng.make | 8 ++-- 1 file changed, 6

[ptxdist] [PATCH] sdl2-ttf: Version bump. 2.20.2 -> 2.22.0

2024-01-26 Thread Christian Melki
Major release. The summary is a bit thin on details. https://github.com/libsdl-org/SDL_ttf/releases/tag/release-2.22.0 (.21 was prerelease). * License file changed. Copyright year changed. * Rearrange options for cleane option parsing. Signed-off-by: Christian Melki --- rules/sdl2-ttf.make

[ptxdist] [PATCH] harfbuzz: Version bump. 5.3.1 -> 8.3.0

2024-01-26 Thread Christian Melki
-by: Christian Melki --- rules/harfbuzz.make | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/rules/harfbuzz.make b/rules/harfbuzz.make index 6726fd196..95459c038 100644 --- a/rules/harfbuzz.make +++ b/rules/harfbuzz.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_HARFBUZZ

[ptxdist] [PATCH] mesalib: Version bump. 23.3.3 -> 23.3.4

2024-01-26 Thread Christian Melki
Minor changeset. https://docs.mesa3d.org/relnotes/23.3.4.html Signed-off-by: Christian Melki --- rules/mesalib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mesalib.make b/rules/mesalib.make index a57ef7648..49dc247a4 100644 --- a/rules/mesalib.make +++ b

[ptxdist] [PATCH] libpng: Version bump. 1.6.40 -> 1.6.41

2024-01-26 Thread Christian Melki
A couple of changes to the build options and build mechanisms. https://sourceforge.net/p/libpng/code/ci/libpng16/tree/CHANGES * Disable tests and tools. Not used by the ruleset. * Pin down some new options. Signed-off-by: Christian Melki --- rules/libpng.make | 8 ++-- 1 file changed, 6

[ptxdist] [PATCH] libjpeg: Version bump. 3.0.1 -> 3.0.2

2024-01-26 Thread Christian Melki
Minor fix version. https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/3.0.2 * Change download URL. Old host does not seem to carry the new releases anymore. Downloads from the main home page point to github. Signed-off-by: Christian Melki --- rules/libjpeg.make | 6 +++--- 1 file

[ptxdist] [PATCH] zlib: Version bump. 1.3 -> 1.3.1

2024-01-26 Thread Christian Melki
Minor fix version. https://github.com/madler/zlib/releases/tag/v1.3.1 Includes fixes to CVE-2023-45853 (minizip). But hasn't affected the ptxdist installation afaict. Signed-off-by: Christian Melki --- rules/zlib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules

[PATCH] barebox_imd: Add IMD sections to mpc-85xx.

2024-01-25 Thread Christian Melki
Seems PowerPC in general is missing the IMD sections. Placement might be suboptimal, please correct if so. Signed-off-by: Christian Melki --- arch/powerpc/mach-mpc85xx/barebox.lds.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/powerpc/mach-mpc85xx/barebox.lds.S b/arch/powerpc

  1   2   3   4   5   6   7   8   9   10   >