[ANN] OpenResty 1.25.3.2 released

2024-07-22 Thread Jiahao Wang via nginx
Hi folks, I am happy to announce the new formal release, 1.25.3.2, of our OpenResty web platform based on NGINX and LuaJIT. OpenResty 1.25.3.2 is a security update addressing a performance issue in our OpenResty branch of LuaJIT related to hash computation optimization. This update disables a spe

Re: [ANN] OpenResty 1.25.3.2 released

2024-07-22 Thread Lucas Rolff
Is there any ETA for new docker builds of openresty for this as well? Sent from Outlook for iOS From: nginx on behalf of Jiahao Wang via nginx Sent: Monday, July 22, 2024 9:45:44 AM To: nginx@nginx.org Cc: Jiahao Wang Subject: [ANN] Open

Re: [ANN] OpenResty 1.25.3.2 released

2024-07-22 Thread Mathew Heard
Now that there is a patch out could you please share more information on those "specific circumstances"? It looks to me that luajit2 does not support SSE4.2 whereas agentzh's fork does. And this is what has been disabled in this release. Is this an interim release while the cause is investigated o

Re: [ANN] OpenResty 1.25.3.2 released

2024-07-22 Thread Jiahao Wang via nginx
We have fully understood the cause of the problem. The reason for disabling rather than reverting the entire commit is because we want to continue to use SSE to speed things up in the future. On Mon, Jul 22, 2024 at 4:10 PM Mathew Heard wrote: > Now that there is a patch out could you please sha