Commit Graph

233 Commits

Author SHA256 Message Date
Dominique Leuenberger
86b5837385 Accepting request 436644 from server:http
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/436644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=7
2016-10-23 10:52:10 +00:00
Dominique Leuenberger
0615521c72 Accepting request 433571 from server:http
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/433571
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=6
2016-10-14 07:06:03 +00:00
0879c96bf4 - Fix the logrotate script: we had a hardcoded postrotate action
pointing to /etc/init.d/nginx. This does not exist anymore on
  systemd hosts. Replace it with /usr/sbin/nginx -s reopen,  which
  will use the pid file passed in the config file or the compiled
  in default path.

OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=71
2016-10-10 10:26:20 +00:00
e577b6dc17 - update to 11.4
- Feature: the $upstream_bytes_received variable.
  - Feature: the $bytes_received, $session_time, $protocol,
    $status, $upstream_addr, $upstream_bytes_sent,
    $upstream_bytes_received, $upstream_connect_time,
    $upstream_first_byte_time, and $upstream_session_time variables
    in the stream module.
  - Feature: the ngx_stream_log_module.
  - Feature: the "proxy_protocol" parameter of the "listen"
    directive, the $proxy_protocol_addr and $proxy_protocol_port
    variables in the stream module.
  - Feature: the ngx_stream_realip_module.
  - Bugfix: nginx could not be built with the stream module and the
    ngx_http_ssl_module, but without ngx_stream_ssl_module; the bug
    had appeared in 1.11.3.
  - Feature: the IP_BIND_ADDRESS_NO_PORT socket option was not
    used; the bug had appeared in 1.11.2.
  - Bugfix: in the "ranges" parameter of the "geo" directive.
  - Bugfix: an incorrect response might be returned when using the
    "aio threads" and "sendfile" directives; the bug had appeared
    in 1.9.13.
- drop nginx-1.11.3_ssl_stream.patch again
- refreshed the following patches to apply cleanly again
  check_1.9.2+.patch
  nginx-1.11.2-html.patch
  nginx-1.11.2-no_Werror.patch
  nginx-aio.patch

- update to 1.11.3
  - Change: now the "accept_mutex" directive is turned off by
    default.
  - Feature: now nginx uses EPOLLEXCLUSIVE on Linux.
  - Feature: the ngx_stream_geo_module.
  - Feature: the ngx_stream_geoip_module.
  - Feature: the ngx_stream_split_clients_module.
  - Feature: variables support in the "proxy_pass" and
    "proxy_ssl_name" directives in the stream module.
  - Bugfix: socket leak when using HTTP/2.
  - Bugfix: in configure tests.  Thanks to Piotr Sikora.
- backport nginx-1.11.3_ssl_stream.patch from hg
- refresh patches to apply cleanly again:
  - check_1.9.2+.patch
  - nginx-1.11.2-html.patch
  - nginx-1.11.2-no_Werror.patch
  - nginx-aio.patch
- enable a few new upstream modules and move some from 1.11.x to
  dynamic:
  - stream_geoip_module
  - mail_ssl_module
  - stream_ssl_module
- build fancyindex unconditionally and update it to 0.4.1
  - New `fancyindex_directories_first` configuration directive
    (enabled by default), which allows setting whether directories
    are sorted before other files.
    (Patch by Luke Zapart <<luke@zapart.org>>.)
  - Fix index files not working when the fancyindex module is in
    use (#46).
  - The module can now be built as a [dynamic
    module](https://www.nginx.com/resources/wiki/extending/converting/).
    (Patch by Róbert Nagy <<vrnagy@gmail.com>>.)
  - New configuration directive `fancyindex_show_path`, which
    allows hiding the `<h1>` header which contains the current
    path.  (Patch by Thomas P.  <<tpxp@live.fr>>.)
  - Directory and file links in listings now have a title="..."
    attribute.  (Patch by `@janglapuk` <<trusdi.agus@gmail.com>>.)
  - Fix for hung requests when the module is used along with
    `ngx_pagespeed`.
    (Patch by Otto van der Schaaf <<oschaaf@we-amp.com>>.)
  - New feature: Allow filtering out symbolic links using the
    `fancyindex_hide_symlinks` configuration directive. (Idea and
    prototype patch by Thomas Wemm.)
  - New feature: Allow specifying the format of timestamps using
    the `fancyindex_time_format` configuration directive. (Idea
    suggested by Xiao Meng <<novoreorx@gmail.com>>).
  - Listings in top-level directories will not generate a "Parent
    Directory" link as first element of the listing.
    (Patch by Thomas P.)
  - Fix propagation and overriding of the `fancyindex_css_href`
    setting inside nested locations.
  - Minor changes in the code to allow building cleanly under
    Windows with Visual Studio 2013.
    (Patch by Y. Yuan <<yzwduck@gmail.com>>).
- added nginx-rtmp-module
- make all modules dynamic that support it:
  - ngx-fancyindex
  - headers_more_nginx-module
  - nginx-rtmp-module
- manually install the docs instead of using %doc
- unify how we install documentation for the modules
- restructure contrib file handling
  - moved vim files into the normal vim paths so we can use them
    directly
    - new BR/R: vim
  - split out vim files into a subpackage vim-plugin-nginx so we
    dont have the vim requires on the main package
  - perl scripts are moved to /usr/share/nginx/

OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=70
2016-09-29 11:13:50 +00:00
Dominique Leuenberger
51c72d5537 Accepting request 417110 from server:http
OBS-URL: https://build.opensuse.org/request/show/417110
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=5
2016-08-09 20:14:44 +00:00
Marguerite Su
c717927098 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=69 2016-08-05 14:17:50 +00:00
Marguerite Su
676cedc11f Accepting request 417076 from home:ipeoshir
OBS-URL: https://build.opensuse.org/request/show/417076
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=68
2016-08-05 12:11:03 +00:00
Marguerite Su
1ac6359aaf Accepting request 416956 from home:ipeoshir
update to version 1.11.2

OBS-URL: https://build.opensuse.org/request/show/416956
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=67
2016-08-05 01:22:23 +00:00
Dominique Leuenberger
062cc29c3f Accepting request 399657 from server:http
- in the sysvinit script use the pid file in /var/run

- 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

OBS-URL: https://build.opensuse.org/request/show/399657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=4
2016-06-07 21:47:00 +00:00
0643ec846f - in the sysvinit script use the pid file in /var/run
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=65
2016-06-02 11:56:21 +00:00
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
Dominique Leuenberger
84ebc0ae10 Accepting request 397292 from server:http
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/397292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=3
2016-05-24 07:35:16 +00:00
b4ea2453e1 - enable slice and stream module
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=62
2016-05-15 05:35:56 +00:00
36dd95bdc7 Accepting request 393996 from home:dmacvicar:branches:server:http
- 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

OBS-URL: https://build.opensuse.org/request/show/393996
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=61
2016-05-13 13:43:37 +00:00
Dominique Leuenberger
35efc29eb3 Accepting request 356904 from server:http
1

OBS-URL: https://build.opensuse.org/request/show/356904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=2
2016-02-03 09:19:30 +00:00
Marguerite Su
053eebd6c5 Accepting request 356721 from home:AndreasStieger:branches:server:http
add bugzilla references

OBS-URL: https://build.opensuse.org/request/show/356721
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=59
2016-01-31 03:21:11 +00:00
Marguerite Su
e611ce2c01 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=58 2016-01-28 02:27:35 +00:00
Marguerite Su
37d0b5a7dc Accepting request 356414 from home:MargueriteSu:branches:server:http
security release

OBS-URL: https://build.opensuse.org/request/show/356414
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=57
2016-01-28 02:13:05 +00:00
cef2be01b1 - use libGeoIP-devel everywhere
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=56
2015-10-16 15:18:14 +00:00
452e7dc03b - replace custom "kill -QUIT" with the kill signal setting in
the service file

OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=55
2015-10-16 15:10:00 +00:00
348db313e0 - clean up conditionals and use bcond_with* everywhere
- drop passenger support for now

OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=54
2015-10-16 15:03:32 +00:00
Dominique Leuenberger
c674182743 Accepting request 313586 from server:http
send nginx back since it has striped rubygem-passenger

OBS-URL: https://build.opensuse.org/request/show/313586
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=1
2015-07-02 20:47:26 +00:00
Marguerite Su
2ecf20024e Accepting request 313585 from home:MargueriteSu:branches:server:http
update version 1.8.0

OBS-URL: https://build.opensuse.org/request/show/313585
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=52
2015-06-24 16:07:53 +00:00
abc4d45b31 - disable libatomic-ops on SLE12 for now. the library seems not
available there.

OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=51
2015-04-12 04:38:25 +00:00
8a14fe963e - enable ngx_http_auth_request_module
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=50
2015-04-12 04:23:09 +00:00
40cbe6bb50 - 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

OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=49
2015-04-12 04:11:52 +00:00
Marguerite Su
ad7a98a650 Accepting request 293433 from home:vpereirabr:branches:server:http
added necessary build requirement on opensuse 13.2

OBS-URL: https://build.opensuse.org/request/show/293433
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=48
2015-03-28 02:46:47 +00:00
Tomáš Chvátal
1e31781ab9 Accepting request 249874 from home:MargueriteSu:branches:server:http
update version 1.6.2

OBS-URL: https://build.opensuse.org/request/show/249874
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=47
2014-10-02 12:26:57 +00:00
Tomáš Chvátal
85f9956054 Accepting request 247808 from home:MargueriteSu:branches:server:http
update 1.6.1

OBS-URL: https://build.opensuse.org/request/show/247808
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=46
2014-09-15 14:04:39 +00:00
Tomáš Chvátal
74eda1c420 Accepting request 236476 from home:lrupp:branches:server:http
- use zip file downloaded from github directly, as requested by 
  Tomáš Chvátal

- add and include FancyIndex module (with conditional)
- explicit enable http_ssl_module

OBS-URL: https://build.opensuse.org/request/show/236476
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=45
2014-06-14 11:02:59 +00:00
Tomáš Chvátal
2712b3de7e Accepting request 226713 from home:aeneas_jaissle:branches:server:http
Update to 1.4.7

OBS-URL: https://build.opensuse.org/request/show/226713
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=44
2014-03-26 14:46:11 +00:00
Factory Maintainer
6b0ead7dbc OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=43 2014-01-30 06:19:31 +00:00
Marcel Gmür
05c75e143e Accepting request 137952 from home:ammler:branches:server:http
http://lists.opensuse.org/opensuse-packaging/2012-10/msg00021.html (there was unneeded buildrequires which failed SLE)

OBS-URL: https://build.opensuse.org/request/show/137952
OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=1
2012-10-19 07:39:44 +00:00