Skip to content

Commit

Permalink
www/nginx-devel: update from 1.23.3 to 1.23.4
Browse files Browse the repository at this point in the history
<Changelog>

*) Change: now TLSv1.3 protocol is enabled by default.

*) Change: now nginx issues a warning if protocol parameters of a
   listening socket are redefined.

*) Change: now nginx closes connections with lingering if pipelining was
   used by the client.

*) Feature: byte ranges support in the ngx_http_gzip_static_module.

*) Bugfix: port ranges in the "listen" directive did not work; the bug
   had appeared in 1.23.3.
   Thanks to Valentin Bartenev.

*) Bugfix: incorrect location might be chosen to process a request if a
   prefix location longer than 255 characters was used in the
   configuration.

*) Bugfix: non-ASCII characters in file names on Windows were not
   supported by the ngx_http_autoindex_module, the ngx_http_dav_module,
   and the "include" directive.

*) Change: the logging level of the "data length too long", "length too
   short", "bad legacy version", "no shared signature algorithms", "bad
   digest length", "missing sigalgs extension", "encrypted length too
   long", "bad length", "bad key update", "mixed handshake and non
   handshake data", "ccs received early", "data between ccs and
   finished", "packet length too long", "too many warn alerts", "record
   too small", and "got a fin before a ccs" SSL errors has been lowered
   from "crit" to "info".

*) Bugfix: a socket leak might occur when using HTTP/2 and the
   "error_page" directive to redirect errors with code 400.

*) Bugfix: messages about logging to syslog errors did not contain
   information that the errors happened while logging to syslog.
   Thanks to Safar Safarly.

*) Workaround: "gzip filter failed to use preallocated memory" alerts
   appeared in logs when using zlib-ng.

*) Bugfix: in the mail proxy server.

</Changelog>
  • Loading branch information
osokin committed Mar 28, 2023
1 parent f38ceb6 commit 8e95d4d
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.23.3
PORTREVISION= 10
PORTVERSION= 1.23.4
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 = 1678983445
SHA256 (nginx-1.23.3.tar.gz) = 75cb5787dbb9fae18b14810f91cc4343f64ce4c24e27302136fb52498042ba54
SIZE (nginx-1.23.3.tar.gz) = 1108958
TIMESTAMP = 1680040230
SHA256 (nginx-1.23.4.tar.gz) = d43300e36bb249a7e6edc60bca1b0fc372a0bafce2f346d76acfb677a8790fc0
SIZE (nginx-1.23.4.tar.gz) = 1112403
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 8e95d4d

Please sign in to comment.