# HG changeset patch # User Hans-G?nter Theisgen # Date 1585121910 -3600 # Node ID 2e9639a37ee1523c9143da9f705425a777003775 # Parent d25a28bf6b6c3acf3dde86a76aa80a3f054b0221 updated nginx-extras again (1.9.4 -> 1.16.0) diff -r d25a28bf6b6c -r 2e9639a37ee1 nginx-extras/receipt --- a/nginx-extras/receipt Wed Mar 25 08:10:44 2020 +0100 +++ b/nginx-extras/receipt Wed Mar 25 08:38:30 2020 +0100 @@ -23,6 +23,9 @@ # Rules to configure and make the package. compile_rules() { + # 1.16.0 invalid: + # --with-http_spdy_module + ./configure \ --prefix=/usr \ --conf-path=/etc/nginx/nginx.conf \ @@ -34,7 +37,6 @@ --http-proxy-temp-path=/var/spool/nginx/proxy \ --http-fastcgi-temp-path=/var/spool/nginx/fastcgi \ --with-http_ssl_module \ - --with-http_spdy_module \ --with-http_realip_module \ --with-http_addition_module \ --with-http_xslt_module \