diff options
author | otis <otis@pkgsrc.org> | 2020-11-24 20:11:07 +0000 |
---|---|---|
committer | otis <otis@pkgsrc.org> | 2020-11-24 20:11:07 +0000 |
commit | 199465ebf600e35a4ddae0e86fc7ff7b8042354c (patch) | |
tree | 8425acb303783a2c1818d8eeab63a784ab642884 /www/nginx-devel/Makefile | |
parent | 8aab41f5e85fd123dbfa4b85c018afad79b26465 (diff) | |
download | pkgsrc-199465ebf600e35a4ddae0e86fc7ff7b8042354c.tar.gz |
nginx-devel: Update to 1.19.5
Changes with nginx 1.19.5 24 Nov 2020
*) Feature: the -e switch.
*) Feature: the same source files can now be specified in different
modules while building addon modules.
*) Bugfix: SSL shutdown did not work when lingering close was used.
*) Bugfix: "upstream sent frame for closed stream" errors might occur
when working with gRPC backends.
*) Bugfix: in request body filters internal API.
Diffstat (limited to 'www/nginx-devel/Makefile')
-rw-r--r-- | www/nginx-devel/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 0f9f6624987..e9fc6191909 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2020/11/06 22:55:56 otis Exp $ +# $NetBSD: Makefile,v 1.57 2020/11/24 20:11:07 otis Exp $ -DISTNAME= nginx-1.19.4 +DISTNAME= nginx-1.19.5 MAINTAINER= imil@NetBSD.org -PKGREVISION= 1 - .include "../../www/nginx/Makefile.common" |