pkgsrc/www/nginx-devel/Makefile
adam 3fd68bab48 nginx-devel: updated to 1.15.6
Changes with nginx 1.15.6:

*) Security: when using HTTP/2 a client might cause excessive memory
   consumption (CVE-2018-16843) and CPU usage (CVE-2018-16844).

*) Security: processing of a specially crafted mp4 file with the
   ngx_http_mp4_module might result in worker process memory disclosure
   (CVE-2018-16845).

*) Feature: the "proxy_socket_keepalive", "fastcgi_socket_keepalive",
   "grpc_socket_keepalive", "memcached_socket_keepalive",
   "scgi_socket_keepalive", and "uwsgi_socket_keepalive" directives.

*) Bugfix: if nginx was built with OpenSSL 1.1.0 and used with OpenSSL
   1.1.1, the TLS 1.3 protocol was always enabled.

*) Bugfix: working with gRPC backends might result in excessive memory
   consumption.
2018-11-19 11:05:14 +00:00

7 lines
155 B
Makefile

# $NetBSD: Makefile,v 1.37 2018/11/19 11:05:14 adam Exp $
DISTNAME= nginx-1.15.6
MAINTAINER= imil@NetBSD.org
.include "../../www/nginx/Makefile.common"