From 08d83960907db315a987674fdff95068530428cea48af5bc52b4ba02d4101af7 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Sat, 16 Sep 2017 20:20:12 +0000 Subject: [PATCH] - update to 1.13.5 - Feature: the $ssl_client_escaped_cert variable. - Bugfix: the "ssl_session_ticket_key" directive and the "include" parameter of the "geo" directive did not work on Windows. - Bugfix: incorrect response length was returned on 32-bit platforms when requesting more than 4 gigabytes with multiple ranges. - Bugfix: the "expires modified" directive and processing of the "If-Range" request header line did not use the response last modification time if proxying without caching was used. - changes from 1.13.4 - Feature: the ngx_http_mirror_module. - Bugfix: client connections might be dropped during configuration testing when using the "reuseport" parameter of the "listen" directive on Linux. - Bugfix: request body might not be available in subrequests if it was saved to a file and proxying was used. - Bugfix: cleaning cache based on the "max_size" parameter did not work on Windows. - Bugfix: any shared memory allocation required 4096 bytes on Windows. - Bugfix: nginx worker might be terminated abnormally when using the "zone" directive inside the "upstream" block on Windows. OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=89 --- nginx-1.13.3.tar.gz | 3 --- nginx-1.13.3.tar.gz.asc | 11 ----------- nginx-1.13.5.tar.gz | 3 +++ nginx-1.13.5.tar.gz.asc | 10 ++++++++++ nginx.changes | 28 ++++++++++++++++++++++++++++ nginx.spec | 2 +- 6 files changed, 42 insertions(+), 15 deletions(-) delete mode 100644 nginx-1.13.3.tar.gz delete mode 100644 nginx-1.13.3.tar.gz.asc create mode 100644 nginx-1.13.5.tar.gz create mode 100644 nginx-1.13.5.tar.gz.asc diff --git a/nginx-1.13.3.tar.gz b/nginx-1.13.3.tar.gz deleted file mode 100644 index cc45f24..0000000 --- a/nginx-1.13.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72 -size 985931 diff --git a/nginx-1.13.3.tar.gz.asc b/nginx-1.13.3.tar.gz.asc deleted file mode 100644 index 199436d..0000000 --- a/nginx-1.13.3.tar.gz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEsPQlM3P49vUQ1CF4UgqZk6HAUvgFAllk0fkACgkQUgqZk6HA -UvhHEwf/ZXW4u1vYyIlGBo4udq5sMaiSSRpkDgId4QtKIHLV/qW6Kb525czhO0wJ -X+ORxtufy42cm8lahfiwOvCeyOCsnnATvKwppmIHKSd5UbRz+E+PCP+pmNLpg2Mk -lK5zhfwYgkqywpQkxSE6EQG/wn+brf/NtNkVNGDHm/QsdQDD88BYjzPgsNZyi0Zi -Yx9iy11ysjYRSUznAlAVQzHPXVk/tnUxQsFw3tX/da5xpChI6gq8YNR1OuB1U+d7 -NJbdLQkBHLCI9BxKY+6Piy6CZP05SO92s+4rP6T4oJRb5mlNWZv3DVJg4U5K0F/3 -kocH8hBynM1H1A44kR9NsDnteKY+VA== -=3drt ------END PGP SIGNATURE----- diff --git a/nginx-1.13.5.tar.gz b/nginx-1.13.5.tar.gz new file mode 100644 index 0000000..f45e29a --- /dev/null +++ b/nginx-1.13.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e75b94429b3f745377aeba3aff97da77bf2b03fcb9ff15b3bad9b038db29f2e +size 988821 diff --git a/nginx-1.13.5.tar.gz.asc b/nginx-1.13.5.tar.gz.asc new file mode 100644 index 0000000..523268f --- /dev/null +++ b/nginx-1.13.5.tar.gz.asc @@ -0,0 +1,10 @@ +-----BEGIN PGP SIGNATURE----- + +iQEcBAABAgAGBQJZrsNEAAoJEFIKmZOhwFL4I2UH/01ZDIEOJPAL+r5O8xkvOkyA +N8cu334iqaEBsujtYPWw1SnvEot0tW+vLf2Bto/boPnyB6DinnCKCNjmiLEHzLGq +5+q/ujn48eVBhvsb1RviSjSMLmw+75uk1eN1txdFeinbP6BLUW3vVNEcx8SITPpU +HPraDNKfEOKRPn389TWKO3yfkGuAeu56ZSboxtpkvRDHDryZdbNELFxovgf6MEwt +K08jLbgTUTwZQIBfteqE5JrZos/KJBxsalE5jW5la+I6iK6+Wsb3prKp1l79ayIf +6/albhnkLlecasx5i0G6P7k+fUOJ6ldWvcJ38z7jtUTOTOiBKBH4NW8LX9F25xA= +=H4wZ +-----END PGP SIGNATURE----- diff --git a/nginx.changes b/nginx.changes index df8cd9a..3d01878 100644 --- a/nginx.changes +++ b/nginx.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Sat Sep 16 20:16:46 UTC 2017 - mrueckert@suse.de + +- update to 1.13.5 + - Feature: the $ssl_client_escaped_cert variable. + - Bugfix: the "ssl_session_ticket_key" directive and the + "include" parameter of the "geo" directive did not work on + Windows. + - Bugfix: incorrect response length was returned on 32-bit + platforms when requesting more than 4 gigabytes with multiple + ranges. + - Bugfix: the "expires modified" directive and processing of the + "If-Range" request header line did not use the response last + modification time if proxying without caching was used. +- changes from 1.13.4 + - Feature: the ngx_http_mirror_module. + - Bugfix: client connections might be dropped during + configuration testing when using the "reuseport" parameter of + the "listen" directive on Linux. + - Bugfix: request body might not be available in subrequests if + it was saved to a file and proxying was used. + - Bugfix: cleaning cache based on the "max_size" parameter did + not work on Windows. + - Bugfix: any shared memory allocation required 4096 bytes on + Windows. + - Bugfix: nginx worker might be terminated abnormally when using + the "zone" directive inside the "upstream" block on Windows. + ------------------------------------------------------------------- Fri Sep 8 09:40:53 UTC 2017 - astieger@suse.com diff --git a/nginx.spec b/nginx.spec index 517d6da..580d6f9 100644 --- a/nginx.spec +++ b/nginx.spec @@ -64,7 +64,7 @@ %define ngx_doc_dir %{_datadir}/doc/packages/%{name} # Name: nginx -Version: 1.13.3 +Version: 1.13.5 Release: 0 %define ngx_fancyindex_version 0.4.1 %define ngx_fancyindex_module_path ngx-fancyindex-%{ngx_fancyindex_version}