nginx 1.25.3

ps4all

Verified User
Joined
Oct 21, 2008
Messages
33
Changes with nginx 1.25.3 24 Oct 2023

*) Change: improved detection of misbehaving clients when using HTTP/2.

*) Feature: startup speedup when using a large number of locations.
Thanks to Yusuke Nojima.

*) Bugfix: a segmentation fault might occur in a worker process when
using HTTP/2 without SSL; the bug had appeared in 1.25.1.

*) Bugfix: the "Status" backend response header line with an empty
reason phrase was handled incorrectly.

*) Bugfix: memory leak during reconfiguration when using the PCRE2
library.
Thanks to ZhenZhong Wu.

*) Bugfixes and improvements in HTTP/3.
 
Code:
da build nginx
download_with_cache: downloading 'http://nginx.org/download/nginx-1.25.3.tar.gz' to '/usr/local/directadmin/custombuild/cache/nginx-1.25.3.tar.gz'
################################################################################################################################################################################################# 100.0%
download_with_cache: using cached '/usr/local/directadmin/custombuild/cache/ngx_cache_purge-2.3.tar.gz' file
Extracting '/usr/local/directadmin/custombuild/cache/nginx-1.25.3.tar.gz' ...

@fln Can CustomBuild use https for downloads?
 
  • Like
Reactions: fln
Thanks @Erulezz (y), CB is updated to use HTTPS here (will be released with nightly builds in alpha tonight). Also double checked to make sure all other download URLs are using HTTPS. Nginx was the only one.
 
Back
Top