aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2026-09-01 17:05:58 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2026-09-01 17:06:13 +0000
commit8ab5fc7929773fe441d4af7d30eb49c50f13a907 (patch)
tree1b42801ad2c3fe3b0eeed2ca110a2e14adeaac09
parentf2beed29d0f0b05ac15a851ce567dfc09be28166 (diff)
www/freenginx-devel: update: 1.31.3 -> 1.31.4
Sponsored by: tipi.work <ChangeLog> *) Bugfix: the "index" directive used old values of non-cacheable variables. *) Bugfix: variables with side effects might cause incorrect results during variable substitution and "no buffer space in script copy" alerts. *) Bugfix: a segmentation fault might occur in a worker process when using regular expression captures with the "proxy_cache_background_update" directive or the ngx_http_slice_module. *) Bugfix: in the ngx_http_perl_module; the bug had appeared in 1.31.3. *) Bugfix: "header already sent" alerts might appear in logs when using SSI with proxying. *) Bugfix: some data received from a backend with unbuffered proxying might not be sent to the client immediately when using SSI and the "gunzip" directive. *) Change: now, if a connection to a backend is closed due to a timeout during buffered proxying, all data previously received from the backend are sent to the client. </ChangeLog>
-rw-r--r--www/freenginx-devel/Makefile1
-rw-r--r--www/freenginx-devel/distinfo6
-rw-r--r--www/freenginx-devel/version.mk2
3 files changed, 4 insertions, 5 deletions
diff --git a/www/freenginx-devel/Makefile b/www/freenginx-devel/Makefile
index 50d52bcd82f4..883717bb409d 100644
--- a/www/freenginx-devel/Makefile
+++ b/www/freenginx-devel/Makefile
@@ -1,7 +1,6 @@
PORTNAME= freenginx
PORTVERSION= ${NGINX_VERSION}
.include "version.mk"
-PORTREVISION= 11
CATEGORIES= www
MASTER_SITES= https://freenginx.org/download/ \
LOCAL/osa
diff --git a/www/freenginx-devel/distinfo b/www/freenginx-devel/distinfo
index dafa89334d91..d30268687402 100644
--- a/www/freenginx-devel/distinfo
+++ b/www/freenginx-devel/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1788223800
-SHA256 (freenginx-1.31.3.tar.gz) = 74ea2ea1c6eb2e04f0f29a5629c1e3b6ebf2e511051ddd284a6a9f98b035b624
-SIZE (freenginx-1.31.3.tar.gz) = 1255777
+TIMESTAMP = 1788277288
+SHA256 (freenginx-1.31.4.tar.gz) = 23d784d93e13ac8febf6dd209631e056bc8c4046769804c6ef3c56d401734e27
+SIZE (freenginx-1.31.4.tar.gz) = 1256428
SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208
SHA256 (passenger-6.2.0.tar.gz) = bd0e14538fa4a9f479a3ce60805a201bf10757d6051d23087759b1abbc811529
diff --git a/www/freenginx-devel/version.mk b/www/freenginx-devel/version.mk
index 8f9632cba8ed..4976db317061 100644
--- a/www/freenginx-devel/version.mk
+++ b/www/freenginx-devel/version.mk
@@ -1 +1 @@
-NGINX_VERSION= 1.31.3
+NGINX_VERSION= 1.31.4