diff options
author | adam <adam@pkgsrc.org> | 2021-12-29 16:32:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-12-29 16:32:21 +0000 |
commit | dd07484d1ed60e4c78d3f239e36094f2de153b2b (patch) | |
tree | 8e79712710a669e453c71b6b4b3b775d668bcd5b /www/nginx-devel/Makefile | |
parent | c0bc5e0589ea2c8ffccae5ed2720b85a492929ad (diff) | |
download | pkgsrc-dd07484d1ed60e4c78d3f239e36094f2de153b2b.tar.gz |
nginx-devel: updated to 1.21.5
Changes with nginx 1.21.5 28 Dec 2021
*) Change: now nginx is built with the PCRE2 library by default.
*) Change: now nginx always uses sendfile(SF_NODISKIO) on FreeBSD.
*) Feature: support for sendfile(SF_NOCACHE) on FreeBSD.
*) Feature: the $ssl_curve variable.
*) Bugfix: connections might hang when using HTTP/2 without SSL with the
"sendfile" and "aio" directives.
Diffstat (limited to 'www/nginx-devel/Makefile')
-rw-r--r-- | www/nginx-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 9f414b21f36..ba839e974d6 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.67 2021/11/14 20:17:52 adam Exp $ +# $NetBSD: Makefile,v 1.68 2021/12/29 16:32:21 adam Exp $ -DISTNAME= nginx-1.21.4 +DISTNAME= nginx-1.21.5 MAINTAINER= imil@NetBSD.org |