Changes of Revision 84
[-] | Changed | nginx.spec |
x 1
2 --with-http_secure_link_module \ 3 --with-http_degradation_module \ 4 --with-http_stub_status_module \ 5 + --with-stream \ 6 --with-debug \ 7 --with-ipv6 \ 8 --with-cc-opt="%{optflags} $(pcre-config --cflags)" \ 9
10 %changelog 11 * Wed May 12 2015 Juergen Gotteswinter <jg@internetx.com> - 1.9.0-1 12 - moved on to the current stable mainline tree 1.9.x 13 +- enabled stream module (appeared in 1.9.0) - simple tcp proxy feature 14 15 * Wed Mar 25 2015 Juergen Gotteswinter <jg@internetx.com> - 1.7.11-1 16 - pushed bundled openssl to latest 1.0.2 17 |