pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nginx



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Mar 23 07:38:28 UTC 2018

Modified Files:
        pkgsrc/www/nginx: options.mk

Log Message:
nginx: added secure-link option


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/www/nginx/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/options.mk
diff -u pkgsrc/www/nginx/options.mk:1.42 pkgsrc/www/nginx/options.mk:1.43
--- pkgsrc/www/nginx/options.mk:1.42    Sat Oct 28 10:57:29 2017
+++ pkgsrc/www/nginx/options.mk Fri Mar 23 07:38:28 2018
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.42 2017/10/28 10:57:29 adam Exp $
+# $NetBSD: options.mk,v 1.43 2018/03/23 07:38:28 adam Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.nginx
 PKG_SUPPORTED_OPTIONS=         dav flv gtools inet6 luajit mail-proxy memcache naxsi \
                                pcre push realip ssl sub uwsgi image-filter \
                                debug status nginx-autodetect-cflags echo \
                                set-misc headers-more array-var encrypted-session \
-                               form-input perl gzip http2 auth-request rtmp
+                               form-input perl gzip http2 auth-request secure-link rtmp
 PKG_OPTIONS_LEGACY_OPTS+=      v2:http2
 
 PKG_SUGGESTED_OPTIONS= inet6 pcre ssl
@@ -221,6 +221,10 @@ CONFIGURE_ARGS+=   --with-http_gzip_static
 CONFIGURE_ARGS+=       --with-http_auth_request_module
 .endif
 
+.if !empty(PKG_OPTIONS:Msecure-link)
+CONFIGURE_ARGS+=       --with-http_secure_link_module
+.endif
+
 .if !empty(PKG_OPTIONS:Mrtmp)
 CONFIGURE_ARGS+=       --add-module=../${RTMP_DISTNAME}
 .endif



Home | Main Index | Thread Index | Old Index