diff options
author | nia <nia@pkgsrc.org> | 2022-05-10 17:40:58 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-05-10 17:40:58 +0000 |
commit | 71f712accd54f2943977bbaa72a211858d949d5c (patch) | |
tree | 627e0991a7a9c22045ff7f99fc29aa39c86442d0 /www/nginx-devel | |
parent | 2c7db6f860f9970c1a2b88e2656e3b006863da81 (diff) | |
download | pkgsrc-71f712accd54f2943977bbaa72a211858d949d5c.tar.gz |
nginx*: Enable http2 by default. Requested by various.
Diffstat (limited to 'www/nginx-devel')
-rw-r--r-- | www/nginx-devel/Makefile | 4 | ||||
-rw-r--r-- | www/nginx-devel/options.mk | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 90e9fb5dc28..422a886efe9 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.78 2022/04/18 19:12:18 adam Exp $ +# $NetBSD: Makefile,v 1.79 2022/05/10 17:40:58 nia Exp $ DISTNAME= nginx-1.21.6 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ DISTFILES= ${DEFAULT_DISTFILES} diff --git a/www/nginx-devel/options.mk b/www/nginx-devel/options.mk index e2ad14c81be..5b5710d5703 100644 --- a/www/nginx-devel/options.mk +++ b/www/nginx-devel/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2022/04/12 13:15:28 osa Exp $ +# $NetBSD: options.mk,v 1.4 2022/05/10 17:40:58 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nginx-devel PKG_SUPPORTED_OPTIONS= array-var auth-request cache-purge dav debug @@ -8,7 +8,8 @@ PKG_SUPPORTED_OPTIONS+= image-filter luajit mail-proxy memcache PKG_SUPPORTED_OPTIONS+= naxsi njs perl push realip rtmp PKG_SUPPORTED_OPTIONS+= secure-link set-misc slice ssl status PKG_SUPPORTED_OPTIONS+= stream-ssl-preread sub uwsgi -PKG_SUGGESTED_OPTIONS= pcre ssl + +PKG_SUGGESTED_OPTIONS= http2 pcre ssl PKG_OPTIONS_LEGACY_OPTS+= v2:http2 |