Commit Graph

116 Commits

Author SHA256 Message Date
Илья Индиго
a8cf90a0d7 Accepting request 950461 from home:13ilya:branches:server:http
- Updated to 1.21.6
  * https://nginx.org/en/CHANGES
  * Fixed when using EPOLLEXCLUSIVE on Linux client connections were
    unevenly distributed among worker processes.
  * Fixed nginx returned the "Connection: keep-alive" header line in
    responses during graceful shutdown of old worker processes.
  * Fixed in the "ssl_session_ticket_key" when using TLSv1.3.

OBS-URL: https://build.opensuse.org/request/show/950461
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=222
2022-02-01 14:57:10 +00:00
Илья Индиго
7ec1081d5e Accepting request 943051 from home:13ilya:branches:server:http
- Updated to 1.21.5
  * https://nginx.org/en/CHANGES
  * Build with the PCRE2.
  * Supported the $ssl_curve variable.
  * Fixed connections might hang when using HTTP/2 without SSL
    with the "sendfile" and "aio" directives.

OBS-URL: https://build.opensuse.org/request/show/943051
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=221
2021-12-29 11:30:43 +00:00
Илья Индиго
0d561f8f31 Accepting request 943047 from home:AndreasStieger:branches:server:http
nginx 1.21.5

OBS-URL: https://build.opensuse.org/request/show/943047
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=220
2021-12-29 11:22:41 +00:00
Илья Индиго
d8ce311b41 Accepting request 930155 from server:http
Revert to 217.

OBS-URL: https://build.opensuse.org/request/show/930155
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=219
2021-11-08 11:22:33 +00:00
Илья Индиго
9f0de93157 Accepting request 930116 from home:susnux:branches:server:http
- Add nginx-vim-syntax.patch
  * Fix the vim syntax file to work with vim 8, boo#1187888
    https://trac.nginx.org/nginx/ticket/2276

OBS-URL: https://build.opensuse.org/request/show/930116
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=218
2021-11-08 10:38:48 +00:00
Илья Индиго
e89e7af7f8 Accepting request 929778 from home:13ilya:branches:server:http
- Updated to 1.21.4
  * https://nginx.org/en/CHANGES
  * Support for NPN instead of ALPN to establish HTTP/2
    connections has been removed.
  * Now nginx rejects SSL connections if ALPN is used by the
    client, but no supported protocols can be negotiated.
  * The default value of the "sendfile_max_chunk" directive was
    changed to 2 megabytes.
  * The "proxy_half_close" directive in the stream module.
  * The "ssl_alpn" directive in the stream module.
  * The $ssl_alpn_protocol variable.
  * Support for SSL_sendfile() when using OpenSSL 3.0.
  * The "mp4_start_key_frame" directive in the ngx_http_mp4_module.
  * In the $content_length variable when using chunked transfer encoding.
  * After receiving a response with incorrect length from a proxied
    backend nginx might nevertheless cache the connection.
  * Invalid headers from backends were logged at the "info" level
    instead of "error"; the bug had appeared in 1.21.1.
  * Requests might hang when using HTTP/2 and the "aio_write" directive.

OBS-URL: https://build.opensuse.org/request/show/929778
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=217
2021-11-05 21:39:19 +00:00
Илья Индиго
ab143ca8c6 Accepting request 929740 from home:mimi_vx:branches:server:http
- drop vim-plugin-nginx, now is provided directly by vim

OBS-URL: https://build.opensuse.org/request/show/929740
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=216
2021-11-05 20:27:23 +00:00
Илья Индиго
7448a9c7db Accepting request 925488 from home:gmbr3:Active
- Add CONFIG parameter to %sysusers_generate_pre

OBS-URL: https://build.opensuse.org/request/show/925488
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=215
2021-10-15 14:30:55 +00:00
Илья Индиго
7f33063b38 Accepting request 924900 from home:jsegitz:branches:systemdhardening:server:http
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort

OBS-URL: https://build.opensuse.org/request/show/924900
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=214
2021-10-12 14:29:14 +00:00
Илья Индиго
66f5bdebd0 Accepting request 918013 from home:13ilya
- Updated to 1.21.3
  * https://nginx.org/en/CHANGES
  * Optimization of client request body reading when using HTTP/2.
  * Fixed request body filters internal API when using HTTP/2 and
    buffering of the data being processed.

OBS-URL: https://build.opensuse.org/request/show/918013
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=213
2021-09-10 17:53:00 +00:00
Илья Индиго
919c95c500 Accepting request 915418 from home:13ilya:branches:server:http
- Updated to 1.21.2
  * https://nginx.org/en/CHANGES
  * Now nginx rejects HTTP/1.0 requests with the "Transfer-Encoding" header line.
  * Export ciphers are no longer supported.
  * Added OpenSSL 3.0 compatibility.
  * Added the "Auth-SSL-Protocol" and "Auth-SSL-Cipher" header lines
    are now passed to the mail proxy authentication server.
  * Added request body filters API now permits buffering of the data being processed.
  * Fixed backend SSL connections in the stream module might hang after an SSL handshake.
  * Fixed the security level, which is available in OpenSSL 1.1.0 or newer,
    did not affect loading of the server certificates when set
    with "@SECLEVEL=N" in the "ssl_ciphers" directive.
  * Fixed SSL connections with gRPC backends might hang if select, poll,
    or /dev/poll methods were used.
  * Fixed when using HTTP/2 client request body was always written to
    disk if the "Content-Length" header line was not present in the request.

OBS-URL: https://build.opensuse.org/request/show/915418
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=212
2021-09-01 07:19:48 +00:00
Илья Индиго
3073eba3e8 Accepting request 904634 from home:13ilya:branches:server:http
- Updated to 1.21.1
  * https://nginx.org/en/CHANGES
  * Now nginx always returns an error for the CONNECT method.
  * Now nginx always returns an error if both "Content-Length"
    and "Transfer-Encoding" header lines are present in the request.
  * Now nginx always returns an error if spaces or control
    characters are used in the request line.
  * Now nginx always returns an error if spaces or control
    characters are used in a header name.
  * Now nginx always returns an error if spaces or control
    characters are used in the "Host" request header line.
  * Optimization of configuration testing when using many
    listening sockets.
  * Fixed: nginx did not escape """, "<", ">", "\", "^", "`", "{", "|",
    and "}" characters when proxying with changed URI.
  * Fixed: SSL variables might be empty when used in logs; the bug had
    appeared in 1.19.5.
  * Fixed: keepalive connections with gRPC backends might not be closed
    after receiving a GOAWAY frame.
  * Fixed: reduced memory consumption for long-lived requests when
    proxying with more than 64 buffers.

OBS-URL: https://build.opensuse.org/request/show/904634
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=211
2021-07-07 19:01:27 +00:00
Илья Индиго
8075b49267 Accepting request 900388 from home:fschnizlein:branches:server:http
Fix race condition between nginx and logrotate causing mass reopening of files
(bsc#1183876).

OBS-URL: https://build.opensuse.org/request/show/900388
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=209
2021-06-16 13:39:51 +00:00
Илья Индиго
2b80ff0988 Accepting request 896985 from home:13ilya:branches:server:http
- Updated to 1.21.0
  * https://nginx.org/en/CHANGES
  * Added variables support in the "proxy_ssl_certificate",
    "proxy_ssl_certificate_key" "grpc_ssl_certificate",
    "grpc_ssl_certificate_key", "uwsgi_ssl_certificate", and
    "uwsgi_ssl_certificate_key" directives.
  * Added the "max_errors" directive in the mail proxy module.
  * Added the mail proxy module supports POP3 and IMAP pipelining.
  * Added the "fastopen" parameter of the "listen" directive in the
    stream module.
  * Fixed special characters were not escaped during automatic redirect
    with appended trailing slash.
  * Fixed connections with clients in the mail proxy module might be
    closed unexpectedly when using SMTP pipelining.

OBS-URL: https://build.opensuse.org/request/show/896985
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=207
2021-06-02 20:23:28 +00:00
Илья Индиго
4609fd3ee1 Accepting request 895804 from home:dirkmueller:Factory
- update to 1.21.0:
  * Feature: variables support in the "proxy_ssl_certificate",
    "proxy_ssl_certificate_key" "grpc_ssl_certificate",
    "grpc_ssl_certificate_key", "uwsgi_ssl_certificate", and
    "uwsgi_ssl_certificate_key" directives.
  * Feature: the "max_errors" directive in the mail proxy module.
  * Feature: the mail proxy module supports POP3 and IMAP pipelining.
  * Feature: the "fastopen" parameter of the "listen" directive in the
    stream module.
  * Bugfix: special characters were not escaped during automatic redirect
    with appended trailing slash.
  * Bugfix: connections with clients in the mail proxy module might be
    closed unexpectedly when using SMTP pipelining.

OBS-URL: https://build.opensuse.org/request/show/895804
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=206
2021-06-02 20:16:39 +00:00
Илья Индиго
ead3163509 Accepting request 895781 from home:AndreasStieger:branches:server:http
Add reference to boo#1186126

OBS-URL: https://build.opensuse.org/request/show/895781
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=204
2021-05-27 14:43:04 +00:00
Илья Индиго
5b6c245592 Accepting request 895436 from home:13ilya:branches:server:http
- Update to 1.20.1
  * https://nginx.org/en/CHANGES
  * 1-byte memory overwrite might occur during DNS server response processing
    if the "resolver" directive was used, allowing an attacker who is able to
    forge UDP packets from the DNS server to cause worker process crash or,
    potentially, arbitrary code execution (CVE-2021-23017).

OBS-URL: https://build.opensuse.org/request/show/895436
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=203
2021-05-26 02:51:51 +00:00
83750ddf69 Accepting request 887123 from home:AndreasStieger:branches:server:http
boo#1183710

OBS-URL: https://build.opensuse.org/request/show/887123
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=200
2021-04-22 05:33:55 +00:00
Илья Индиго
78eb505dac Accepting request 887092 from home:13ilya:branches:server:http
- Update to 1.20.0
  * 1.20.x stable branch.

OBS-URL: https://build.opensuse.org/request/show/887092
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=199
2021-04-20 20:45:25 +00:00
Илья Индиго
2a953e31f7 Accepting request 885311 from home:13ilya:branches:server:http
- Update to 1.19.10
  * https://nginx.org/en/CHANGES
  * Changed default value for "keepalive_requests" to 1000.
  * Added "keepalive_time" directive and $connection_time variable.
  * Fixed "gzip filter failed to use preallocated memory" alerts
    appeared in logs when using zlib-ng.

OBS-URL: https://build.opensuse.org/request/show/885311
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=198
2021-04-14 11:18:30 +00:00
Илья Индиго
73dd9dd46b Accepting request 882789 from home:13ilya:branches:server:http
- Update to 1.19.9
  * https://nginx.org/en/CHANGES
  * Fixed nginx could not be built with the mail proxy module, but
    without the ngx_mail_ssl_module; the bug had appeared in 1.19.8.
  * Fixed "upstream sent response body larger than indicated content
    length" errors might occur when working with gRPC backends;
    the bug had appeared in 1.19.1.
  * Fixed nginx might not close a connection till keepalive timeout
    expiration if the connection was closed by the client while
    discarding the request body.
  * Fixed nginx might not detect that a connection was already closed
    by the client when waiting for auth_delay or limit_req delay,
    or when working with backends.
  * Fixed in the eventport method.

OBS-URL: https://build.opensuse.org/request/show/882789
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=196
2021-04-03 10:40:39 +00:00
Илья Индиго
04b951eef7 Accepting request 879891 from home:fschnizlein:branches:server:http
Add missing CVE changelog entry to make sure the information is not lost. This is required to submit this package to SLE. See https://en.opensuse.org/openSUSE:Creating_a_changes_file_(RPM)#Cross_Service-Pack_merges_for_SLE

OBS-URL: https://build.opensuse.org/request/show/879891
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=194
2021-03-18 13:46:10 +00:00
Илья Индиго
85b09ead27 Accepting request 878625 from home:dirkmueller:Factory
- update to 1.19.8:
  * Feature: flags in the "proxy_cookie_flags" directive can now contain
    variables.
  * Feature: the "proxy_protocol" parameter of the "listen" directive,
    the "proxy_protocol" and "set_real_ip_from" directives in mail proxy.
  * Bugfix: HTTP/2 connections were immediately closed when using
    "keepalive_timeout 0"; the bug had appeared in 1.19.7.
  * Bugfix: some errors were logged as unknown if nginx was built with
    glibc 2.32.
  * Bugfix: in the eventport method.

OBS-URL: https://build.opensuse.org/request/show/878625
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=193
2021-03-12 21:54:13 +00:00
Илья Индиго
33a12580f1 Accepting request 875608 from home:13ilya:branches:server:http
- Refreshed spec-file via spec-cleaner and manual optimizations.
  * Droped obsolete conditional constructs.
  * Removed pkg_name macro.
- Drop nginx_upstream_check module, there is no support for dynamic
  loading upstream and the module seems kind of unmaintained.
- Removed patch check_1.9.2+.patch.
- Update to 1.19.7
  * https://nginx.org/en/CHANGES
  * Change: connections handling in HTTP/2 has been changed to
    better match HTTP/1.x; the "http2_recv_timeout",
    "http2_idle_timeout", and "http2_max_requests" directives have
    been removed, the "keepalive_timeout" and "keepalive_requests"
    directives should be used instead.
  * Change: the "http2_max_field_size" and "http2_max_header_size"
    directives have been removed, the "large_client_header_buffers"
    directive should be used instead.
  * Feature: now, if free worker connections are exhausted, nginx
    starts closing not only keepalive connections, but also
    connections in lingering close.
  * Bugfix: "zero size buf in output" alerts might appear in logs
    if an upstream server returned an incorrect response during
    unbuffered proxying; the bug had appeared in 1.19.1.
  * Bugfix: HEAD requests were handled incorrectly if the "return"
    directive was used with the "image_filter" or "xslt_stylesheet"
    directives.
  * Bugfix: in the "add_trailer" directive.
- Since we only target sle 12 and above we can skip all
  conditionals which apply to suse_version before 1315
  With changes in nginx itself we will drop support for sysvinit.
  http2, libatomic support and pcre_jit will always be on now.
  and we build all binaries with PIE now.
- Moved the last 2 path macros from nginx.spec to the macros file.
  (pid and lock path)

OBS-URL: https://build.opensuse.org/request/show/875608
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=191
2021-02-27 12:15:03 +00:00
Илья Индиго
0a2b98db54 Accepting request 875591 from home:darix:apps
- Drop nginx_upstream_check module, there is no support for dynamic
  loading upstream and the module seems kind of unmaintained.

OBS-URL: https://build.opensuse.org/request/show/875591
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=190
2021-02-27 11:04:31 +00:00
Илья Индиго
f3588c7568 Accepting request 872999 from home:darix:apps
cleanup build conditionals and fix the previous change for the is_opensuse. update to 1.19.7

OBS-URL: https://build.opensuse.org/request/show/872999
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=189
2021-02-27 10:57:30 +00:00
Илья Индиго
29e8028455 Accepting request 858352 from home:13ilya:branches:server:http
- Update to 1.19.6
  * https://nginx.org/en/CHANGES
  * Fix "no live upstreams" errors if a "server" inside "upstream"
    block was marked as "down".
  * Fix a segmentation fault might occur in a worker process if HTTPS
    was used; the bug had appeared in 1.19.5.
  * Fix nginx returned the 400 response on requests like
    "GET http://example.com?args HTTP/1.0".
  * Fix in the ngx_http_flv_module and ngx_http_mp4_module.

OBS-URL: https://build.opensuse.org/request/show/858352
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=187
2020-12-23 13:32:38 +00:00
Илья Индиго
a32caa42de Accepting request 858300 from home:polslinux:branches:server:http
- Update to 1.19.6:
  * Bugfix: "no live upstreams" errors if a "server" inside "upstream"
    block was marked as "down".
  * Bugfix: a segmentation fault might occur in a worker process if
    HTTPS was used; the bug had appeared in 1.19.5.
  * Bugfix: nginx returned the 400 response on requests like
    "GET http://example.com?args HTTP/1.0".
  * Bugfix: in the ngx_http_flv_module and ngx_http_mp4_module.

OBS-URL: https://build.opensuse.org/request/show/858300
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=186
2020-12-23 13:25:24 +00:00
Илья Индиго
41664cc261 Accepting request 850599 from home:13ilya:branches:server:http
- Update to 1.19.5
  * https://nginx.org/en/CHANGES
  * Add the -e switch.
  * The same source files can now be specified in different modules
    while building addon modules.
  * Fix SSL shutdown did not work when lingering close was used.
  * Fix "upstream sent frame for closed stream" errors might occur
    when working with gRPC backends.
  * Fix in request body filters internal API.

OBS-URL: https://build.opensuse.org/request/show/850599
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=184
2020-11-24 19:38:13 +00:00
Илья Индиго
ae11cec77a Accepting request 847130 from home:13ilya:branches:server:http
- Refresh spec-file via spec-cleaner and manual optimizations.
- Use the ngx_* macros from the nginx-macros package to simplify
  the spec file.
- Moved all the modules that support dynamic modules into their own
  modules:
  * nginx-module-geoip2
  * nginx-module-fancyindex
  * nginx-module-headers-more
- The rtmp module is replaced with nginx-module-http-flv

OBS-URL: https://build.opensuse.org/request/show/847130
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=183
2020-11-09 11:32:38 +00:00
Илья Индиго
5e524018af Accepting request 847117 from home:13ilya:branches:server:http
- Refresh spec-file via spec-cleaner.
- Use the ngx_* macros from the nginx-macros package to simplify
  the spec file.
- Moved all the modules that support dynamic modules into their own
  modules:
  * nginx-module-geoip2
  * nginx-module-fancyindex
  * nginx-module-headers-more
- The rtmp module is replaced with nginx-module-http-flv

OBS-URL: https://build.opensuse.org/request/show/847117
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=182
2020-11-09 11:10:51 +00:00
Lars Vogdt
b8a0749612 Accepting request 842999 from home:darix:apps
make nginx package maintenance easier by moving shared code into macros and all the shared buildrequires into requires of the nginx-source package

OBS-URL: https://build.opensuse.org/request/show/842999
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=181
2020-11-08 17:49:03 +00:00
Илья Индиго
c99877744d Accepting request 844461 from home:13ilya
- Update to 1.19.4
  * https://nginx.org/en/CHANGES
  * Add the "ssl_conf_command", "proxy_ssl_conf_command",
    "grpc_ssl_conf_command", and "uwsgi_ssl_conf_command" directives.
  * Add the "ssl_reject_handshake" directive.
  * Add the "proxy_smtp_auth" directive in mail proxy.

OBS-URL: https://build.opensuse.org/request/show/844461
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=179
2020-10-27 20:35:17 +00:00
fa7b0d3461 Accepting request 838765 from home:13ilya:branches:server:http
- Update to 1.19.3
  * https://nginx.org/en/CHANGES
  * Add the ngx_stream_set_module.
  * Add the "proxy_cookie_flags" directive.
  * Add the "userid_flags" directive.
  * Fix the "stale-if-error" cache control extension was erroneously
    applied if backend returned a response with status code 500, 502,
    503, 504, 403, 404, or 429.
  * Fix "[crit] cache file ... has too long header" messages might
    appear in logs if caching was used and the backend returned responses
    with the "Vary" header line.
  * Fix "[crit] SSL_write() failed" messages might appear in logs
    when using OpenSSL 1.1.1.
  * Fix "SSL_shutdown() failed (SSL: ... bad write retry)" messages
    might appear in logs; the bug had appeared in 1.19.2.
  * Fix a segmentation fault might occur in a worker process when
    using HTTP/2 if errors with code 400 were redirected to a proxied
    location using the "error_page" directive.
  * Fix socket leak when using HTTP/2 and subrequests in the njs module.

OBS-URL: https://build.opensuse.org/request/show/838765
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=177
2020-10-01 20:54:45 +00:00
Cristian Rodríguez
63a9c6337e Accepting request 826073 from home:13ilya:branches:server:http
- Update to 1.19.2
  * https://nginx.org/en/CHANGES
  * Now nginx starts closing keepalive connections before all free
    worker connections are exhausted, and logs a warning about this
    to the error log.
  * Optimization of client request body reading when using chunked
    transfer encoding.
  * Memory leak if the "ssl_ocsp" directive was used.
  * "zero size buf in output" alerts might appear in logs if a
    FastCGI server returned an incorrect response; the bug had
    appeared in 1.19.1.
  * A segmentation fault might occur in a worker process if
    different large_client_header_buffers sizes were used in
    different virtual servers.
  * SSL shutdown might not work.
  * "SSL_shutdown() failed (SSL: ... bad write retry)" messages
    might appear in logs.
  * In the ngx_http_slice_module.
  * In the ngx_http_xslt_filter_module.

OBS-URL: https://build.opensuse.org/request/show/826073
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=175
2020-08-12 15:37:32 +00:00
4b0afe6fe8 Accepting request 824381 from home:dirkmueller:branches:server:http
- update nginx-1.6.1-default_config.patch:
  * remove geoip_module which is no longer compiled (bsc#1156202)

OBS-URL: https://build.opensuse.org/request/show/824381
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=174
2020-08-05 12:10:58 +00:00
c42f0cfa0a Accepting request 819472 from home:13ilya:branches:server:http
- Update to 1.19.1
  * https://nginx.org/en/CHANGES
  * The "lingering_close", "lingering_time", and "lingering_timeout"
    directives now work when using HTTP/2.
  * Now extra data sent by a backend are always discarded.
  * Now after receiving a too short response from a FastCGI server
    nginx tries to send the available part of the response
    to the client, and then closes the client connection.
  * Now after receiving a response with incorrect length from a
    gRPC backend nginx stops response processing with an error.
  * The "min_free" parameter of the "proxy_cache_path",
    "fastcgi_cache_path", "scgi_cache_path",
    and "uwsgi_cache_path" directives.
  * nginx did not delete unix domain listen sockets during
    graceful shutdown on the SIGQUIT signal.
  * Zero length UDP datagrams were not proxied.
  * Proxying to uwsgi backends using SSL might not work.
  * In error handling when using the "ssl_ocsp" directive.
  * On XFS and NFS file systems disk cache size might be
    calculated incorrectly.
  * "negative size buf in writer" alerts might appear in logs if
    a memcached server returned a malformed response.

OBS-URL: https://build.opensuse.org/request/show/819472
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=172
2020-07-23 15:19:40 +00:00
45241f9ffe Accepting request 809722 from home:13ilya:branches:server:http
- Update to 1.19.0
  * https://nginx.org/en/CHANGES
  * Client certificate validation with OCSP.
  * "upstream sent frame for closed stream" errors might occur
    when working with gRPC backends.
  * OCSP stapling might not work if the "resolver" directive
    was not specified.
  * Connections with incorrect HTTP/2 preface were not logged.

OBS-URL: https://build.opensuse.org/request/show/809722
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=170
2020-05-29 11:32:50 +00:00
Lars Vogdt
4e4facd3f8 Accepting request 801322 from home:elvigia:branches:server:http
- Do not arbitrarily limit the default listen backlog  
 (NGX_LISTEN_BACKLOG) to 511, instead use -1 to choose the
 system's default (sysctl net.core.somaxconn)

OBS-URL: https://build.opensuse.org/request/show/801322
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=168
2020-05-14 21:21:47 +00:00
0cdd64823c Accepting request 796314 from home:13ilya:branches:server:http
- Update to 1.18.0
  * 1.18.x stable branch.

OBS-URL: https://build.opensuse.org/request/show/796314
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=166
2020-04-27 13:27:42 +00:00
Marguerite Su
2c38ca9f0e Accepting request 794934 from home:kukuk:container
- Use sysusers.d to create the nginx user and group
- Remove self-conflict

OBS-URL: https://build.opensuse.org/request/show/794934
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=164
2020-04-20 09:55:41 +00:00
Marguerite Su
7f63fdb070 Accepting request 794195 from home:13ilya:branches:server:http
- Update to 1.17.10
  * https://nginx.org/en/CHANGES
  * The "auth_delay" directive.

OBS-URL: https://build.opensuse.org/request/show/794195
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=162
2020-04-16 04:36:56 +00:00
Marguerite Su
0c4317dd6d Accepting request 783312 from home:vitezslav_cizek:branches:server:http
- Replace obsolete GeoIP module with MaxMinDB-based GeoIP2
  (bsc#1156202)

OBS-URL: https://build.opensuse.org/request/show/783312
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=160
2020-03-12 09:25:10 +00:00
Marguerite Su
887ffcf191 Accepting request 781491 from home:13ilya:branches:server:http
- Update to 1.17.9
  * https://nginx.org/en/CHANGES
  * Now nginx does not allow several "Host" request header lines.
  * nginx ignored additional "Transfer-Encoding" request header lines.
  * Socket leak when using HTTP/2.
  * A segmentation fault might occur in a worker process if OCSP
    stapling was used.
  * In the ngx_http_mp4_module.
  * nginx used status code 494 instead of 400 if errors with code
    494 were redirected with the "error_page" directive.
  * Socket leak when using subrequests in the njs module and the
    "aio" directive.

OBS-URL: https://build.opensuse.org/request/show/781491
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=158
2020-03-04 14:49:39 +00:00
9cc4b61e19 - Update to 1.17.8
* Feature: variables support in the "grpc_pass" directive.
  * Bugfix: a timeout might occur while handling pipelined requests
    in an SSL connection; the bug had appeared in 1.17.5.
  * Bugfix: in the "debug_points" directive when using HTTP/2.
    Thanks to Daniil Bondarev.

OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=156
2020-02-02 01:07:00 +00:00
Marguerite Su
97fb313681 Accepting request 766199 from home:kukuk:container
Don't pull systemd into containers, we don't need it there and it does not work there.

OBS-URL: https://build.opensuse.org/request/show/766199
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=154
2020-01-23 10:09:30 +00:00
Marguerite Su
253ce7a887 Accepting request 759769 from home:13ilya
- Refresh spec-file via spec-cleaner.
- Add in service-file Wants=network-online.target (boo#1155690)
- Update to 1.17.7
  * https://nginx.org/en/CHANGES
  * A segmentation fault might occur on start or during
    reconfiguration if the "rewrite" directive with an empty
    replacement string was used in the configuration.
  * A segmentation fault might occur in a worker process if the
    "break" directive was used with the "alias" directive or with
    the "proxy_pass" directive with a URI.
  * The "Location" response header line might contain garbage if
    the request URI was rewritten to the one containing a null character.
  * Requests with bodies were handled incorrectly when returning redirections
    with the "error_page" directive; the bug had appeared in 0.7.12.
  * Socket leak when using HTTP/2.
  * A timeout might occur while handling pipelined requests in an
    SSL connection; the bug had appeared in 1.17.5.
  * Bugfix in the ngx_http_dav_module.

OBS-URL: https://build.opensuse.org/request/show/759769
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=152
2019-12-30 04:22:56 +00:00
e5eb1e9bf2 - Update to 1.17.6
- Feature: the $proxy_protocol_server_addr and
    $proxy_protocol_server_port variables.
  - Feature: the "limit_conn_dry_run" directive.
  - Feature: the $limit_req_status and $limit_conn_status
    variables.

OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=150
2019-11-23 20:15:03 +00:00
Marguerite Su
e2791af833 Accepting request 743385 from home:elvigia:branches:server:http
- remove -std=gnu99 -fstack-protector from cflags as they are
  no longer needed.

OBS-URL: https://build.opensuse.org/request/show/743385
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=148
2019-10-28 14:53:05 +00:00
Marguerite Su
ad6d5170e4 Accepting request 742233 from home:13ilya
- Update to 1.17.5
  * https://nginx.org/en/CHANGES
  * Now nginx uses ioctl(FIONREAD), if available, to avoid
    reading from a fast connection for a long time.
  * Incomplete escaped characters at the end of the request URI were ignored.
  * "/." and "/.." at the end of the request URI were not normalized.
  * In the "merge_slashes" directive.
  * In the "ignore_invalid_headers" directive.
  * nginx could not be built with MinGW-w64 gcc 8.1 or newer.

OBS-URL: https://build.opensuse.org/request/show/742233
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=146
2019-10-25 03:54:21 +00:00