tar-latest.cpio two years old

2021-01-11 Thread Markus Mayer
Hi, I noticed that the latest CPIO archive for the tar sources is 1.31. There are no CPIO archives for 1.32 or 1.33. Is this intentional? I found that the absence of the CPIO archive can cause problems with the Buildroot project (https://buildroot.org/) which can be configured to bootstrap (almos

Re: tar-latest.cpio two years old

2021-01-11 Thread Markus Mayer
On Mon, 11 Jan 2021 at 22:14, Sergey Poznyakoff wrote: > > Hi Markus, > > Thanks for noticing. I have uploaded tar-1.33.cpio.gz now. Thanks for fixing this so quickly. Would it be possible to upload a CPIO tar-ball for 1.32 also? Unfortunately, that's what Buildroot is using at the moment. Than

Re: tar-latest.cpio two years old

2021-01-12 Thread Markus Mayer
On Mon, 11 Jan 2021 at 23:52, Sergey Poznyakoff wrote: > > Markus Mayer ha escrit: > > > Thanks for fixing this so quickly. Would it be possible to upload a > > CPIO tar-ball for 1.32 also? > > Sure. I've uploaded it as well. Thanks again. Regards, -Markus

[PATCH] .gitmodules: switch to HTTPS

2023-09-07 Thread Markus Mayer
HTTPS is not only encrypted but also better suited for corporate firewalls. Let's use it to clone submodules. Signed-off-by: Markus Mayer --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 1dc373de8e2c..a06c70c762a3 1