- 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
This commit is contained in:
parent
f5e11b279a
commit
08d8396090
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72
|
||||
size 985931
|
@ -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-----
|
3
nginx-1.13.5.tar.gz
Normal file
3
nginx-1.13.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e75b94429b3f745377aeba3aff97da77bf2b03fcb9ff15b3bad9b038db29f2e
|
||||
size 988821
|
10
nginx-1.13.5.tar.gz.asc
Normal file
10
nginx-1.13.5.tar.gz.asc
Normal file
@ -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-----
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user