pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue May 10 17:40:58 UTC 2022

Modified Files:
        pkgsrc/www/nginx: Makefile options.mk
        pkgsrc/www/nginx-devel: Makefile options.mk

Log Message:
nginx*: Enable http2 by default. Requested by various.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/www/nginx/Makefile
cvs rdiff -u -r1.77 -r1.78 pkgsrc/www/nginx/options.mk
cvs rdiff -u -r1.78 -r1.79 pkgsrc/www/nginx-devel/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/nginx-devel/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/nginx/Makefile
diff -u pkgsrc/www/nginx/Makefile:1.113 pkgsrc/www/nginx/Makefile:1.114
--- pkgsrc/www/nginx/Makefile:1.113     Mon Apr 18 19:12:18 2022
+++ pkgsrc/www/nginx/Makefile   Tue May 10 17:40:58 2022
@@ -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}

Index: pkgsrc/www/nginx/options.mk
diff -u pkgsrc/www/nginx/options.mk:1.77 pkgsrc/www/nginx/options.mk:1.78
--- pkgsrc/www/nginx/options.mk:1.77    Wed Apr 27 20:39:38 2022
+++ pkgsrc/www/nginx/options.mk Tue May 10 17:40:58 2022
@@ -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+= image-filter lua
 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
 

Index: pkgsrc/www/nginx-devel/Makefile
diff -u pkgsrc/www/nginx-devel/Makefile:1.78 pkgsrc/www/nginx-devel/Makefile:1.79
--- pkgsrc/www/nginx-devel/Makefile:1.78        Mon Apr 18 19:12:18 2022
+++ pkgsrc/www/nginx-devel/Makefile     Tue May 10 17:40:58 2022
@@ -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}

Index: pkgsrc/www/nginx-devel/options.mk
diff -u pkgsrc/www/nginx-devel/options.mk:1.3 pkgsrc/www/nginx-devel/options.mk:1.4
--- pkgsrc/www/nginx-devel/options.mk:1.3       Tue Apr 12 13:15:28 2022
+++ pkgsrc/www/nginx-devel/options.mk   Tue May 10 17:40:58 2022
@@ -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 lua
 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
 



Home | Main Index | Thread Index | Old Index