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

2024-05-23 Thread Christian Melki
Mostly a bunch of fixes. https://curl.se/changes.html#8_8_0 * Fix configure for dropped ntlm-wb option. Signed-off-by: Christian Melki --- rules/libcurl.make | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rules/libcurl.make b/rules/libcurl.make index 455695e25..65c9714

[ptxdist] [PATCH 2/2] host-libcurl: Follow target libcurl, remove ntlm-wb.

2024-05-23 Thread Christian Melki
Signed-off-by: Christian Melki --- rules/host-libcurl.make | 1 - 1 file changed, 1 deletion(-) diff --git a/rules/host-libcurl.make b/rules/host-libcurl.make index e223573ea..b38667eff 100644 --- a/rules/host-libcurl.make +++ b/rules/host-libcurl.make @@ -65,7 +65,6 @@ HOST_LIBCURL_CONF_OPT :=

Re: [ptxdist] year 2038 Toolchain

2024-05-23 Thread Erwin Rol
On 5/23/24 12:38, Ian Abbott wrote: On 23/05/2024 07:41, Erwin Rol wrote: The following code; auto t = std::chrono::system_clock::now(); does not seem to work correctly. When the system date is less than 2038 it works and gives back the correct time, but for dates > 2038 it seems to ret

Re: [ptxdist] year 2038 Toolchain

2024-05-23 Thread Ian Abbott
On 23/05/2024 07:41, Erwin Rol wrote: Hey all, I am working on arm32 (imx6ul) and need to support dates beyond 2038. With the new ptxdist 2038 support it seems to work in C, but I ran into problems with C++. The following code; auto t = std::chrono::system_clock::now(); does not seem to wo

Re: [ptxdist] [PATCH] rauc: optional rauc-mark-good.service installation

2024-05-23 Thread Michael Tretter
On Wed, 22 May 2024 16:25:54 +0200, r.czerwin...@pengutronix.de wrote: > From: Rouven Czerwinski > > Make the installation and enablement of the ruac-mark-good.service ^ rauc-mark-good.service > optional. This is useful for BSPs which have the applica

[ptxdist] year 2038 Toolchain

2024-05-23 Thread Erwin Rol
Hey all, I am working on arm32 (imx6ul) and need to support dates beyond 2038. With the new ptxdist 2038 support it seems to work in C, but I ran into problems with C++. The following code; auto t = std::chrono::system_clock::now(); does not seem to work correctly. When the system date is l