Skip to content

Commit

Permalink
www/nginx-devel: update 1.25.2 -> 1.25.3 (+)
Browse files Browse the repository at this point in the history
<Changelog>

*) 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.

</Changelog>
  • Loading branch information
osokin committed Oct 24, 2023
1 parent 438e64d commit 4668b17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions www/nginx-devel/Makefile
@@ -1,6 +1,5 @@
PORTNAME?= nginx
PORTVERSION= 1.25.2
PORTREVISION= 8
PORTVERSION= 1.25.3
CATEGORIES= www
MASTER_SITES= https://nginx.org/download/ \
LOCAL/osa
Expand Down
6 changes: 3 additions & 3 deletions www/nginx-devel/distinfo
@@ -1,6 +1,6 @@
TIMESTAMP = 1698150356
SHA256 (nginx-1.25.2.tar.gz) = 05dd6d9356d66a74e61035f2a42162f8c754c97cf1ba64e7a801ba158d6c0711
SIZE (nginx-1.25.2.tar.gz) = 1214903
TIMESTAMP = 1698163378
SHA256 (nginx-1.25.3.tar.gz) = 64c5b975ca287939e828303fa857d22f142b251f17808dfe41733512d9cded86
SIZE (nginx-1.25.3.tar.gz) = 1216580
SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208
SHA256 (nginx_mod_h264_streaming-2.2.7.tar.gz) = 6d974ba630cef59de1f60996c66b401264a345d25988a76037c2856cec756c19
Expand Down

0 comments on commit 4668b17

Please sign in to comment.