Go to file
Marcus Rueckert 97e5b065db - update to 1.13.1
- Feature: now a hostname can be used as the "set_real_ip_from"
    directive parameter.
  - Feature: vim syntax highlighting scripts improvements.
  - Feature: the "worker_cpu_affinity" directive now works on
    DragonFly BSD.  Thanks to Sepherosa Ziehau.
  - Bugfix: SSL renegotiation on backend connections did not work
    when using OpenSSL before 1.1.0.
  - Workaround: nginx could not be built with Oracle Developer
    Studio 12.5.
  - Workaround: now cache manager ignores long locked cache entries
    when cleaning cache based on the "max_size" parameter.
  - Bugfix: client SSL connections were immediately closed if
    deferred accept and the "proxy_protocol" parameter of the
    "listen" directive were used.
  - Bugfix: in the "proxy_cache_background_update" directive.
  - Workaround: now the "tcp_nodelay" directive sets the
    TCP_NODELAY option before an SSL handshake.
- changes from 1.13.0
  - Change: SSL renegotiation is now allowed on backend
    connections.
  - Feature: the "rcvbuf" and "sndbuf" parameters of the "listen"
    directives of the mail proxy and stream modules.
  - Feature: the "return" and "error_page" directives can now be
    used to return 308 redirections.  Thanks to Simon Leblanc.
  - Feature: the "TLSv1.3" parameter of the "ssl_protocols"
    directive.
  - Feature: when logging signals nginx now logs PID of the process
    which sent the signal.
  - Bugfix: in memory allocation error handling.
  - Bugfix: if a server in the stream module listened on a wildcard
    address, the source address of a response UDP datagram could
    differ from the original datagram destination address.

D    nginx-1.12.0.tar.gz
A    nginx-1.13.1.tar.gz
M    nginx.changes
M    nginx.spec

Diff for working copy: .
Index: nginx.changes
===================================================================

--- nginx.changes	(revision 5e264311bbc34e3b63efb8fa4753db55)
+++ nginx.changes	(working copy)
@@ -1,3 +1,40 @@
+-------------------------------------------------------------------
+Thu Jun  1 10:05:49 UTC 2017 - mrueckert@suse.de
+
+- update to 1.13.1
+  - Feature: now a hostname can be used as the "set_real_ip_from"
+    directive parameter.
+  - Feature: vim syntax highlighting scripts improvements.
+  - Feature: the "worker_cpu_affinity" directive now works on
+    DragonFly BSD.  Thanks to Sepherosa Ziehau.
+  - Bugfix: SSL renegotiation on backend connections did not work
+    when using OpenSSL before 1.1.0.
+  - Workaround: nginx could not be built with Oracle Developer
+    Studio 12.5.
+  - Workaround: now cache manager ignores long locked cache entries
+    when cleaning cache based on the "max_size" parameter.
+  - Bugfix: client SSL connections were immediately closed if
+    deferred accept and the "proxy_protocol" parameter of the
+    "listen" directive were used.
+  - Bugfix: in the "proxy_cache_background_update" directive.
+  - Workaround: now the "tcp_nodelay" directive sets the
+    TCP_NODELAY option before an SSL handshake.
+- changes from 1.13.0
+  - Change: SSL renegotiation is now allowed on backend
+    connections.
+  - Feature: the "rcvbuf" and "sndbuf" parameters of the "listen"
+    directives of the mail proxy and stream modules.
+  - Feature: the "return" and "error_page" directives can now be
+    used to return 308 redirections.  Thanks to Simon Leblanc.
+  - Feature: the "TLSv1.3" parameter of the "ssl_protocols"
+    directive.
+  - Feature: when logging signals nginx now logs PID of the process
+    which sent the signal.
+  - Bugfix: in memory allocation error handling.
+  - Bugfix: if a server in the stream module listened on a wildcard
+    address, the source address of a response UDP datagram could
+    differ from the original datagram destination address.
+
 -------------------------------------------------------------------
 Sun Apr  9 13:15:49 UTC 2017 - michael@stroeder.com
 

Index: nginx.spec
===================================================================

--- nginx.spec	(revision 5e264311bbc34e3b63efb8fa4753db55)
+++ nginx.spec	(working copy)
@@ -64,7 +64,7 @@
 %define ngx_doc_dir    %{_datadir}/doc/packages/%{name}
 #
 Name:           nginx
-Version:        1.12.0
+Version:        1.13.1
 Release:        0
 %define ngx_fancyindex_version 0.4.1
 %define ngx_fancyindex_module_path ngx-fancyindex-%{ngx_fancyindex_version}

Index: nginx-1.13.1.tar.gz
===================================================================
Binary file 'nginx-1.13.1.tar.gz' added.

Index: nginx-1.12.0.tar.gz
===================================================================
Binary file 'nginx-1.12.0.tar.gz' deleted.

OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=84
2017-06-01 10:08:55 +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
check_1.9.2+.patch Accepting request 449045 from home:darix:playground 2017-01-07 08:16:09 +00:00
headers-more-nginx-module-0.32.tar.gz Accepting request 449045 from home:darix:playground 2017-01-07 08:16:09 +00:00
nginx_upstream_check_module-0.3.0.tar.gz Accepting request 416956 from home:ipeoshir 2016-08-05 01:22:23 +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 449045 from home:darix:playground 2017-01-07 08:16:09 +00:00
nginx-1.11.2-html.patch - update to 11.4 2016-09-29 11:13:50 +00:00
nginx-1.11.2-no_Werror.patch - update to 11.4 2016-09-29 11:13:50 +00:00
nginx-1.13.1.tar.gz - update to 1.13.1 2017-06-01 10:08:55 +00:00
nginx-aio.patch - update to 11.4 2016-09-29 11:13:50 +00:00
nginx-rtmp-module-1.1.10.tar.gz Accepting request 449045 from home:darix:playground 2017-01-07 08:16:09 +00:00
nginx.changes - update to 1.13.1 2017-06-01 10:08:55 +00:00
nginx.init - in the sysvinit script use the pid file in /var/run 2016-06-02 11:56:21 +00:00
nginx.logrotate - Fix the logrotate script: we had a hardcoded postrotate action 2016-10-10 10:26:20 +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 - update to 1.13.1 2017-06-01 10:08:55 +00:00
ngx-fancyindex-0.4.1.tar.gz - update to 11.4 2016-09-29 11:13:50 +00:00