On 4/12/24 11:29, Eelco Chaudron wrote:
> 
> 
> On 12 Apr 2024, at 1:32, Ilya Maximets wrote:
> 
>> Current regexp is not good enough.  OpenSSL 3.3.0 is now available
>> and unfortunately the regexp is matching both 3.3.0 and 3.0.13.
>>
>> All the AppVeyor runs are currently failing because of this.
>>
>> Making it more restrictive by matching on the start of the string,
>> explicit dots and numbers after the last dot.  Hopefully, this is
>> good enough.
>>
>> In addition, taking only the first result just in case it mismatches
>> again.
>>
>> Fixes: 9d8208484a35 ("appveyor: Build with OpenSSL 3.0.")
>> Signed-off-by: Ilya Maximets <[email protected]>
> 
> Thanks for fixing this! AppVeyor is working again with this patch applied!
> 
> Acked-by: Eelco Chaudron <[email protected]>
> 

Thanks, Eelco and Simon!  Applied.

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to