pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www nginx*: Enable http2 by default. Requested by vari...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4126eae5c845
branches: trunk
changeset: 379021:4126eae5c845
user: nia <nia%pkgsrc.org@localhost>
date: Tue May 10 17:40:58 2022 +0000
description:
nginx*: Enable http2 by default. Requested by various.
diffstat:
www/nginx-devel/Makefile | 4 ++--
www/nginx-devel/options.mk | 5 +++--
www/nginx/Makefile | 4 ++--
www/nginx/options.mk | 5 +++--
4 files changed, 10 insertions(+), 8 deletions(-)
diffs (64 lines):
diff -r 3072b428d310 -r 4126eae5c845 www/nginx-devel/Makefile
--- a/www/nginx-devel/Makefile Tue May 10 17:25:45 2022 +0000
+++ b/www/nginx-devel/Makefile Tue May 10 17:40:58 2022 +0000
@@ -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 -r 3072b428d310 -r 4126eae5c845 www/nginx-devel/options.mk
--- a/www/nginx-devel/options.mk Tue May 10 17:25:45 2022 +0000
+++ b/www/nginx-devel/options.mk Tue May 10 17:40:58 2022 +0000
@@ -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+= 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
diff -r 3072b428d310 -r 4126eae5c845 www/nginx/Makefile
--- a/www/nginx/Makefile Tue May 10 17:25:45 2022 +0000
+++ b/www/nginx/Makefile Tue May 10 17:40:58 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.113 2022/04/18 19:12:18 adam Exp $
+# $NetBSD: Makefile,v 1.114 2022/05/10 17:40:58 nia Exp $
DISTNAME= nginx-1.20.2
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/
DISTFILES= ${DEFAULT_DISTFILES}
diff -r 3072b428d310 -r 4126eae5c845 www/nginx/options.mk
--- a/www/nginx/options.mk Tue May 10 17:25:45 2022 +0000
+++ b/www/nginx/options.mk Tue May 10 17:40:58 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.77 2022/04/27 20:39:38 wiz Exp $
+# $NetBSD: options.mk,v 1.78 2022/05/10 17:40:58 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.nginx
PKG_SUPPORTED_OPTIONS= array-var auth-request cache-purge dav debug
@@ -8,7 +8,8 @@
PKG_SUPPORTED_OPTIONS+= naxsi njs pcre perl push realip rtmp
PKG_SUPPORTED_OPTIONS+= secure-link set-misc slice ssl status
PKG_SUPPORTED_OPTIONS+= stream-ssl-preread sub upload uwsgi
-PKG_SUGGESTED_OPTIONS= pcre ssl
+
+PKG_SUGGESTED_OPTIONS= http2 pcre ssl
PKG_OPTIONS_LEGACY_OPTS+= v2:http2
Home |
Main Index |
Thread Index |
Old Index