Revisions of nginx

buildservice-autocommit accepted request 399657 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 66)
baserev update by copy to link target
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 65)
- in the sysvinit script use the pid file in /var/run
Marcus Rueckert's avatar Marcus Rueckert (darix) accepted request 399481 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 64)
- 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
buildservice-autocommit accepted request 397292 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 63)
baserev update by copy to link target
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 62)
- enable slice and stream module
Marcus Rueckert's avatar Marcus Rueckert (darix) accepted request 393996 from Duncan Mac-Vicar's avatar Duncan Mac-Vicar (dmacvicar) (revision 61)
- update to version 1.10.0 stable
  * Bugfix: "recv() failed" errors might occur when using HHVM as a
       FastCGI server.
  * Bugfix: when using HTTP/2 and the "limit_req" or "auth_request"
       directives a timeout or a "client violated flow control" error might
       occur while reading client request body; the bug had appeared in
       1.9.14.
  * Workaround: a response might not be shown by some browsers if HTTP/2
       was used and client request body was not fully read; the bug had
       appeared in 1.9.14.
  * Bugfix: connections might hang when using the "aio threads"
       directive.
       Thanks to Mindaugas Rasiukevicius.
  * Feature: OpenSSL 1.1.0 compatibility.
  * Feature: the "proxy_request_buffering", "fastcgi_request_buffering",
       "scgi_request_buffering", and "uwsgi_request_buffering" directives
       now work with HTTP/2.
  * Bugfix: "zero size buf in output" alerts might appear in logs when
       using HTTP/2.
  * Bugfix: the "client_max_body_size" directive might work incorrectly
       when using HTTP/2.
  * Bugfix: of minor bugs in logging.
  * Change: non-idempotent requests (POST, LOCK, PATCH) are no longer
       passed to the next server by default if a request has been sent to a
       backend; the "non_idempotent" parameter of the "proxy_next_upstream"
       directive explicitly allows retrying such requests.
  * Feature: the ngx_http_perl_module can be built dynamically.
  * Feature: UDP support in the stream module.
  * Feature: the "aio_write" directive.
  * Feature: now cache manager monitors number of elements in caches and
buildservice-autocommit accepted request 356904 from Marguerite Su's avatar Marguerite Su (MargueriteSu) (revision 60)
baserev update by copy to link target
Marguerite Su's avatar Marguerite Su (MargueriteSu) accepted request 356721 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 59)
add bugzilla references
Marguerite Su's avatar Marguerite Su (MargueriteSu) committed (revision 58)
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 56)
- use libGeoIP-devel everywhere
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 55)
- replace custom "kill -QUIT" with the kill signal setting in
  the service file
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 54)
- clean up conditionals and use bcond_with* everywhere
- drop passenger support for now
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 313586 from Marguerite Su's avatar Marguerite Su (MargueriteSu) (revision 53)
initialized devel package after accepting 313586
Marguerite Su's avatar Marguerite Su (MargueriteSu) accepted request 313585 from Marguerite Su's avatar Marguerite Su (MargueriteSu) (revision 52)
update version 1.8.0
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 51)
- disable libatomic-ops on SLE12 for now. the library seems not
  available there.
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 50)
- enable ngx_http_auth_request_module
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 49)
- update version 1.6.3 stable
  - Feature: now the "tcp_nodelay" directive works with SPDY
    connections.
  - Bugfix: in error handling.  Thanks to Yichun Zhang and Daniil
    Bondarev.
  - Bugfix: alerts "header already sent" appeared in logs if the
    "post_action" directive was used; the bug had appeared in
    1.5.4.
  - Bugfix: alerts "sem_post() failed" might appear in logs.
  - Bugfix: in hash table handling.  Thanks to Chris West.
  - Bugfix: in integer overflow handling.  Thanks to Régis Leroy.
- no longer install the init script when using systemd service file
- create rcnginx for systemd case
Marguerite Su's avatar Marguerite Su (MargueriteSu) accepted request 293433 from Victor Pereira's avatar Victor Pereira (vpereirabr) (revision 48)
added necessary build requirement on opensuse 13.2
Displaying revisions 201 - 220 of 266
openSUSE Build Service is sponsored by