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

2024-03-12 Thread Alexander Dahl
Hello Andreas, Am Fri, Mar 08, 2024 at 01:09:33PM +0100 schrieb 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/ > > Removed no longer needed option LIGHTTPD_WEDAV_LOCKS > > Signed-off-by: Andreas

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

2024-03-12 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/ Removed no longer needed option LIGHTTPD_WEDAV_LOCKS Signed-off-by: Andreas Helmcke Tested-by: Alexander Dahl --- v3: resend with git-mail since thunderbird removed some

[ptxdist] [PATCH v2] canfestival: port to Python 3

2024-03-12 Thread Roland Hieber
The gnosis library is extracted and moved around by the objdictgen Makefile. Extract it early and do the same moving-around in the extract stage so we can patch it in PTXdist. Not all of the Python code was ported, only enough to make the build work, which calls objdictgen.py to generate the C

[ptxdist] What can be actually set in a collection

2024-03-12 Thread Mircea Ciocan
Hello everybody, in an attempt to consolidate multiple similar platforms under one ptxconfig + individual collection configs we are not sure if in the collection only individual software packages can be set that have been already marked with in the root ptxconfig, or other things, like

[ptxdist] [PATCH oselas] host-system-xz: fix name in "Checking" message

2024-03-12 Thread Markus Heidelberg
Signed-off-by: Markus Heidelberg --- rules/host-system-xz.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/host-system-xz.make b/rules/host-system-xz.make index c4f089e..d31f155 100644 --- a/rules/host-system-xz.make +++ b/rules/host-system-xz.make @@ -18,7 +18,7 @@

[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

[ptxdist] [PATCH oselas 0/3] Add missing host-system dependencies

2024-03-12 Thread Markus Heidelberg
Markus Heidelberg (3): cross-gdb: system python3 development files are needed host-system-rsync: new package kernel-headers: rsync is needed to install sanitized headers ...tils-2.40_kernel-6.3.6-sanitized.ptxconfig | 2 ++ ...tils-2.40_kernel-6.3.6-sanitized.ptxconfig | 2 ++

[ptxdist] [PATCH oselas 1/3] cross-gdb: system python3 development files are needed

2024-03-12 Thread Markus Heidelberg
Without them the following error occurs in cross-gdb.compile stage: checking whether to use python... python3 checking for python3... [...]/sysroot-host/lib/wrapper/python3 checking for python... no configure: error: no usable python found at python3 Signed-off-by: Markus Heidelberg ---

[ptxdist] [PATCH oselas 3/3] kernel-headers: rsync is needed to install sanitized headers

2024-03-12 Thread Markus Heidelberg
Signed-off-by: Markus Heidelberg --- ...0.6_glibc-2.37_binutils-2.40_kernel-6.3.6-sanitized.ptxconfig | 1 + ...1.1_glibc-2.37_binutils-2.40_kernel-6.3.6-sanitized.ptxconfig | 1 + ...1.1_glibc-2.37_binutils-2.40_kernel-6.3.6-sanitized.ptxconfig | 1 +

[ptxdist] [PATCH oselas 2/3] host-system-rsync: new package

2024-03-12 Thread Markus Heidelberg
Signed-off-by: Markus Heidelberg --- rules/host-system-rsync.in | 4 rules/host-system-rsync.make | 26 ++ 2 files changed, 30 insertions(+) create mode 100644 rules/host-system-rsync.in create mode 100644 rules/host-system-rsync.make diff --git