Re: [VOTE] Release HttpClient 5.4-beta1 based on RC1

2024-06-24 Thread Arturo Bernal
+1 Release the packages as HttpClient 5.4-beta1. Arturo On Sun, Jun 23, 2024 at 11:09 AM Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpClient 5.4-beta1. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding. The

Re: [VOTE] Release HttpClient 5.4-beta1 based on RC1

2024-06-24 Thread Gary Gregory
+1 ASC OK SHA512 eyeball comparison OK (shasum --check fails due to file format) mvn clean verify OK mvn clean verify -P'!use-toolchains' OK Using: openjdk version "17.0.11" 2024-04-16 OpenJDK Runtime Environment Homebrew (build 17.0.11+0) OpenJDK 64-Bit Server VM Homebrew (build 17.0.11+0, mixe

shasum --check failures

2024-06-24 Thread Oleg Kalnichevski
On 24/06/2024 13:07, Gary Gregory wrote: +1 ASC OK SHA512 eyeball comparison OK (shasum --check fails due to file format) Gary, Do you happen to know what specifically shasum does not like? Oleg - To unsubscribe, e-mail

Re: shasum --check failures

2024-06-24 Thread Gary Gregory
Hi Oleg, A bit of googling pointed me to https://unix.stackexchange.com/questions/23014/is-there-file-format-for-checksums If I edit the sha512 file to contain TWO spaces between the checksum and the file name, then it works: shasum --check httpcomponents-client-5.4-beta1-src.zip.sha512 httpcomp

Re: shasum --check failures

2024-06-24 Thread Oleg Kalnichevski
On Mon, 2024-06-24 at 07:38 -0400, Gary Gregory wrote: > Hi Oleg, > > A bit of googling pointed me to > https://unix.stackexchange.com/questions/23014/is-there-file-format-for-checksums > > If I edit the sha512 file to contain TWO spaces between the checksum > and the file name, then it works: >

Re: [VOTE] Release HttpClient 5.4-beta1 based on RC1

2024-06-24 Thread Oleg Kalnichevski
[x] +1 Release the packages as HttpClient 5.4-beta1 Oleg On Sun, 2024-06-23 at 11:09 +0200, Oleg Kalnichevski wrote: > Please vote on releasing these packages as HttpClient 5.4-beta1. > The vote is open for the at least 72 hours, and only votes from > HttpComponents PMC members are binding. The v

[ANNOUNCEMENT] HttpComponents Core 5.3-beta1 released

2024-06-24 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.3-beta1 release of HttpComponents Core. This is the first BETA release in the 5.3 release series. It features a re-designed classic (blocking) TLS session management and server-side request routing APIs. It is likely to be the last BETA re

Re: shasum --check failures

2024-06-24 Thread Gary Gregory
Yes but https://ss64.com/mac/shasum.html Says the format is SUM SPACE CHAR FILE where CHAR is one of '*', '?', or ' ' depending on the file type. Gary On Mon, Jun 24, 2024, 11:40 AM Oleg Kalnichevski wrote: > On Mon, 2024-06-24 at 07:38 -0400, Gary Gregory wrote: > > Hi Oleg, > > > > A bit of