[ptxdist] [PATCH] sudo: version bump 1.9.14p3 -> 1.9.15p5

2024-02-25 Thread Andreas Helmcke
various bugfixes, including fixes for CVE-2023-42465 and CVE-2023-42456 Full info: https://www.sudo.ws/releases/stable/#1.9.15p5 Signed-off-by: Andreas Helmcke --- rules/sudo.make | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/rules/sudo.make b/rules/sudo.make

[ptxdist] [PATCH] openvpn: Version bump, 2.6.6 -> 2.6.9

2024-02-25 Thread Andreas Helmcke
various bugfixes, including fixes for CVE-2023-46850 and CVE-2023-46849 license change completed, therefore the corresponding note in COPYING has been removed Full info: https://github.com/OpenVPN/openvpn/releases/tag/v2.6.9 Signed-off-by: Andreas Helmcke --- rules/openvpn.make | 6 +++--- 1

[ptxdist] [PATCH] php8: Version bump 8.2.11 -> 8.3.3

2024-02-25 Thread Andreas Helmcke
Various fixes and changes: https://www.php.net/ChangeLog-8.php#8.3.3 License change: copyright info, year changed Signed-off-by: Andreas Helmcke --- rules/php8.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/php8.make b/rules/php8.make index

[ptxdist] [PATCH] lighttpd: Version bump, 1.4.72 -> 1.4.74

2024-02-25 Thread Andreas Helmcke
Mainly Bugfixes Link: https://www.lighttpd.net/2024/2/19/1.4.74/ Link: https://www.lighttpd.net/2023/10/30/1.4.73/ Signed-off-by: Andreas Helmcke --- rules/lighttpd.in | 1 - rules/lighttpd.make | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/rules/lighttpd.in

[ptxdist] [PATCH] jq: update to V1.7.1

2024-02-25 Thread Andreas Helmcke
Two security fixes (CVE-2023-50246, CVE-2023-50268) Some more changes and bugfixes Full info at: https://github.com/jqlang/jq/releases/tag/jq-1.7.1 Signed-off-by: Andreas Helmcke --- rules/jq.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/jq.make

[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 ---

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

2024-02-25 Thread Christian Melki
So, after asking questions about the default multithread mode of xz 5.6.0 and determinism, it turned out that there is a common misconception about determinism in xz. XZ compression varies between the two compressors. Ie, the single thread and multi thread variant. T0 always uses the multithread

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

2024-02-25 Thread Christian Melki
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-project/xz/releases/tag/v5.5.1alpha https://github.com/tukaani-project/xz/releases/tag/v5.4.6 https://github.com/tukaani-project/xz/releases/tag/v5.4.5

[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 @@