Revisions of nginx

buildservice-autocommit accepted request 626476 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 18)
auto commit by copy to link target
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 17)
- update to 1.15.2
  - Feature: the $ssl_preread_protocol variable in the
    ngx_stream_ssl_preread_module.
  - Feature: now when using the "reset_timedout_connection"
    directive nginx will reset connections being closed with the
    444 code.
  - Change: a logging level of the "http request", "https proxy
    request", "unsupported protocol", and "version too low" SSL
    errors has been lowered from "crit" to "info".
  - Bugfix: DNS requests were not resent if initial sending of a
    request failed.
  - Bugfix: the "reuseport" parameter of the "listen" directive was
    ignored if the number of worker processes was specified after
    the "listen" directive.
  - Bugfix: when using OpenSSL 1.1.0 or newer it was not possible
    to switch off "ssl_prefer_server_ciphers" in a virtual server
    if it was switched on in the default server.
  - Bugfix: SSL session reuse with upstream servers did not work
    with the TLS 1.3 protocol.
- update to 1.15.1
buildservice-autocommit accepted request 624609 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 16)
auto commit by copy to link target
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 15)
- update 1.15.1
buildservice-autocommit accepted request 483335 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 14)
auto commit by copy to link target
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 13)
- update to 1.11.12
  - Bugfix: nginx might hog CPU; the bug had appeared in 1.11.11.
- update to 1.11.11
  - Feature: the "worker_shutdown_timeout" directive.
  - Feature: vim syntax highlighting scripts improvements.  Thanks
    to Wei-Ko Kao.
  - Bugfix: a segmentation fault might occur in a worker process if
    the $limit_rate variable was set to an empty string.
  - Bugfix: the "proxy_cache_background_update",
    "fastcgi_cache_background_update",
    "scgi_cache_background_update", and
    "uwsgi_cache_background_update" directives might work
    incorrectly if the "if" directive was used.
  - Bugfix: a segmentation fault might occur in a worker process if
    number of large_client_header_buffers in a virtual server was
    different from the one in the default server.
  - Bugfix: in the mail proxy server.
buildservice-autocommit accepted request 461005 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 12)
auto commit by copy to link target
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 11)
- update to 1.11.10
  - Change: cache header format has been changed, previously cached
    responses will be invalidated.
  - Feature: support of "stale-while-revalidate" and
    "stale-if-error" extensions in the "Cache-Control" backend
    response header line.
  - Feature: the "proxy_cache_background_update",
    "fastcgi_cache_background_update",
    "scgi_cache_background_update", and
    "uwsgi_cache_background_update" directives.
  - Feature: nginx is now able to cache responses with the "Vary"
    header line up to 128 characters long (instead of 42 characters
    in previous versions).
  - Feature: the "build" parameter of the "server_tokens"
    directive.  Thanks to Tom Thorogood.
  - Bugfix: "[crit] SSL_write() failed" messages might appear in
    logs when handling requests with the "Expect: 100-continue"
    request header line.
  - Bugfix: the ngx_http_slice_module did not work in named
    locations.
  - Bugfix: a segmentation fault might occur in a worker process
    when using AIO after an "X-Accel-Redirect" redirection.
  - Bugfix: reduced memory consumption for long-lived requests
    using gzipping.
buildservice-autocommit accepted request 449045 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 10)
auto commit by copy to link target
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 9)
- fix changelogs
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 8)
badabum
buildservice-autocommit accepted request 399481 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 7)
auto commit by copy to link target
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 6)
fix bugnumber
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 5)
- update to 1.10.1 (bsc# 982507)
  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.
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 4)
- 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
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 3)
- 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
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 2)
- make modules dynamic where possible
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 1)
Displaying all 18 revisions
openSUSE Build Service is sponsored by