Go to file
Marcus Rueckert 19316524bd Accepting request 399481 from home:darix:playground
- update to 1.10.1 (bsc# 982505)
  Security: a segmentation fault might occur in a worker process
  while writing a specially crafted request body to a temporary
  file (CVE-2016-4450); the bug had appeared in 1.3.9.

- improve conditionals
  - merge the 12.2 and 12.1 based conditionals into 1 as both of
    them are out of support now.
  - enable pcre JIT
  - make use if libatomic_ops on Leap

- enable dynamic modules for intree modules. The following modules
  are built as loadable modules now:
  ngx_http_geoip_module.so
  ngx_http_image_filter_module.so
  ngx_http_perl_module.so
  ngx_http_xslt_filter_module.so
  ngx_mail_module.so
  ngx_stream_module.so
  You will have to load those modules with load_module.
  http://nginx.org/en/docs/ngx_core_module.html#load_module
  The correct syntax for this package is:
  # For 64bit machines:
  load_module lib64/nginx/modules/ngx_http_geoip_module.so;
  # For 32bit machines:
  load_module lib/nginx/modules/ngx_http_geoip_module.so;
  Examples for all the intree modules have been added to the
  default nginx.conf
- patches updated:
  nginx-1.6.1-default_config.patch - added load_module example

OBS-URL: https://build.opensuse.org/request/show/399481
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=64
2016-06-02 10:36:09 +00:00
.gitattributes Accepting request 137952 from home:ammler:branches:server:http 2012-10-19 07:39:44 +00:00
.gitignore Accepting request 137952 from home:ammler:branches:server:http 2012-10-19 07:39:44 +00:00
nginx-1.2.4-perl_vendor_install.patch OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=43 2014-01-30 06:19:31 +00:00
nginx-1.6.1-default_config.patch Accepting request 399481 from home:darix:playground 2016-06-02 10:36:09 +00:00
nginx-1.10.0-html.patch Accepting request 393996 from home:dmacvicar:branches:server:http 2016-05-13 13:43:37 +00:00
nginx-1.10.0-no_Werror.patch Accepting request 393996 from home:dmacvicar:branches:server:http 2016-05-13 13:43:37 +00:00
nginx-1.10.1.tar.gz Accepting request 399481 from home:darix:playground 2016-06-02 10:36:09 +00:00
nginx-aio.patch Accepting request 313585 from home:MargueriteSu:branches:server:http 2015-06-24 16:07:53 +00:00
nginx.changes Accepting request 399481 from home:darix:playground 2016-06-02 10:36:09 +00:00
nginx.init - update version 1.6.3 stable 2015-04-12 04:11:52 +00:00
nginx.logrotate Accepting request 137952 from home:ammler:branches:server:http 2012-10-19 07:39:44 +00:00
nginx.rpmlintrc OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=43 2014-01-30 06:19:31 +00:00
nginx.service - replace custom "kill -QUIT" with the kill signal setting in 2015-10-16 15:10:00 +00:00
nginx.spec Accepting request 399481 from home:darix:playground 2016-06-02 10:36:09 +00:00
ngx-fancyindex-0.3.5.tar.gz Accepting request 313585 from home:MargueriteSu:branches:server:http 2015-06-24 16:07:53 +00:00