summaryrefslogtreecommitdiff
path: root/www/nginx-devel/Makefile
diff options
context:
space:
mode:
authorosa <osa@pkgsrc.org>2022-07-19 18:08:29 +0000
committerosa <osa@pkgsrc.org>2022-07-19 18:08:29 +0000
commite1ffd94c803390de67076e309e3032e9614a73aa (patch)
tree2f9a3832f584a6ee5061e014ed550a99399e869e /www/nginx-devel/Makefile
parentfbf6238a3476b71f078748defeb9bef4e31d0b81 (diff)
downloadpkgsrc-e1ffd94c803390de67076e309e3032e9614a73aa.tar.gz
www/nginx-devel: update 1.23.0 -> 1.23.1
Also, update NGINX JavaScript module: 0.7.5 -> 0.7.6. <Changelog for NGINX 1.23.1> *) Feature: memory usage optimization in configurations with SSL proxying. *) Feature: looking up of IPv4 addresses while resolving now can be disabled with the "ipv4=off" parameter of the "resolver" directive. *) Change: the logging level of the "bad key share", "bad extension", "bad cipher", and "bad ecpoint" SSL errors has been lowered from "crit" to "info". *) Bugfix: while returning byte ranges nginx did not remove the "Content-Range" header line if it was present in the original backend response. *) Bugfix: a proxied response might be truncated during reconfiguration on Linux; the bug had appeared in 1.17.5. </Changelog> <ChangeLog for NGINX JavaScript 0.7.6> nginx modules: *) Feature: improved r.args object. Added support for multiple arguments with the same key. Added case sensitivity for keys. Keys and values are percent-decoded now. *) Bugfix: fixed r.headersOut setter for special headers. Core: *) Feature: added Symbol.for() and Symbol.keyfor(). *) Feature: added btoa() and atob() from WHATWG spec. *) Bugfix: fixed large non-decimal literals. *) Bugfix: fixed unicode argument trimming in parseInt(). *) Bugfix: fixed break instruction in a try-catch block. *) Bugfix: fixed async function declaration in CLI. </ChangeLog>
Diffstat (limited to 'www/nginx-devel/Makefile')
-rw-r--r--www/nginx-devel/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 2c732e1fc46..75b24ba14cf 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.87 2022/07/15 00:41:45 gutteridge Exp $
+# $NetBSD: Makefile,v 1.88 2022/07/19 18:08:29 osa Exp $
-DISTNAME= nginx-1.23.0
+DISTNAME= nginx-1.23.1
PKGNAME= ${DISTNAME:S/-/-devel-/1}
-PKGREVISION= 2
CATEGORIES= www
MASTER_SITES= https://nginx.org/download/
DISTFILES= ${DEFAULT_DISTFILES}