- update to 1.15.3
- Feature: now TLSv1.3 can be used with BoringSSL. - Feature: the "ssl_early_data" directive, currently available with BoringSSL. - Feature: the "keepalive_timeout" and "keepalive_requests" directives in the "upstream" block. - Bugfix: the ngx_http_dav_module did not truncate destination file when copying a file over an existing one with the COPY method. - Bugfix: the ngx_http_dav_module used zero access rights on the destination file and did not preserve file modification time when moving a file between different file systems with the MOVE method. - Bugfix: the ngx_http_dav_module used default access rights when copying a file with the COPY method. - Workaround: some clients might not work when using HTTP/2; the bug had appeared in 1.13.5. - Bugfix: nginx could not be built with LibreSSL 2.8.0. OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=119
This commit is contained in:
parent
8995295cbf
commit
ed4ba9d2ef
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eeba09aecfbe8277ac33a5a2486ec2d6731739f3c1c701b42a0c3784af67ad90
|
||||
size 1025746
|
@ -1,10 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEcBAABAgAGBQJbVyW1AAoJEFIKmZOhwFL43GoIAIoCKjgzZ6C8taGjAkCozTiR
|
||||
quRiang8LxSi2goNEamCS626AY9quBi7zJ9RS8CuMdHa7gWRTTCM8Hveg0/UQwYQ
|
||||
TpmCTf7uSsyMvTbsm7TKCwKOmHGvGGungcoF3OPuNCP8r0nkES5eQqH2Un8ZEXYw
|
||||
Ofh/CsxnAuy3KeBYb4cg4lbv5uVI6pqbsWmFDKi6lZRezqjQjtHbqP/BJ6paE0ZN
|
||||
u841mvBd/W767Ae1fQMHmkxG48pz2VirUTG/wPM0N/hj1wgPuVWugmlsGvtLc3Vi
|
||||
uJf+mq0Uade63D4k26Mwzstc3QrmyxBwwK6wEMHatP6LmRRfzbTigIXPfiEGl4k=
|
||||
=gOMr
|
||||
-----END PGP SIGNATURE-----
|
3
nginx-1.15.3.tar.gz
Normal file
3
nginx-1.15.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9391fb91c3e2ebd040a4e3ac2b2f0893deb6232edc30a8e16fcc9c3fa9d6be85
|
||||
size 1022881
|
10
nginx-1.15.3.tar.gz.asc
Normal file
10
nginx-1.15.3.tar.gz.asc
Normal file
@ -0,0 +1,10 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEcBAABAgAGBQJbhWxWAAoJEFIKmZOhwFL4+icH/R0AY82GB2r/bGvrHv6FgPeT
|
||||
CeqLO9xZINjwWcnay8mb8DKMlM0KCE2R11MvESO7g0ganvJkQgQuhysq4GMLzqnX
|
||||
odZbJboSSpiRPduJTFG8prKA2jbp6NmfWwJg14wSimBPzWMk8r4yQY1hjGmqVFWb
|
||||
lwpmUz4w0ExPFVA8aE+NmA76xJOcNCtk/NbwKYIYIFNfPvdhtazWSZO5322yaEuK
|
||||
HNG4urRy2O/Dc16MSkHPNXfydM5DgN5lAwCjyiI0BQ76JAG+e7MvW2bDWZmGPMJk
|
||||
9ZKPyRBETMBsihjektiahWgr0UnVjToz4O4cLOOwFS5o52wjVsT4famdArFYO/E=
|
||||
=iFHN
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 6 12:36:21 UTC 2018 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- update to 1.15.3
|
||||
- Feature: now TLSv1.3 can be used with BoringSSL.
|
||||
- Feature: the "ssl_early_data" directive, currently available
|
||||
with BoringSSL.
|
||||
- Feature: the "keepalive_timeout" and "keepalive_requests"
|
||||
directives in the "upstream" block.
|
||||
- Bugfix: the ngx_http_dav_module did not truncate destination
|
||||
file when copying a file over an existing one with the COPY
|
||||
method.
|
||||
- Bugfix: the ngx_http_dav_module used zero access rights on the
|
||||
destination file and did not preserve file modification time
|
||||
when moving a file between different file systems with the MOVE
|
||||
method.
|
||||
- Bugfix: the ngx_http_dav_module used default access rights when
|
||||
copying a file with the COPY method.
|
||||
- Workaround: some clients might not work when using HTTP/2; the
|
||||
bug had appeared in 1.13.5.
|
||||
- Bugfix: nginx could not be built with LibreSSL 2.8.0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 12:21:26 UTC 2018 - mrueckert@suse.de
|
||||
|
||||
|
@ -70,7 +70,7 @@
|
||||
%define ngx_doc_dir %{_datadir}/doc/packages/%{name}
|
||||
#
|
||||
Name: nginx
|
||||
Version: 1.15.2
|
||||
Version: 1.15.3
|
||||
Release: 0
|
||||
%define ngx_fancyindex_version 0.4.2
|
||||
%define ngx_fancyindex_module_path ngx-fancyindex-%{ngx_fancyindex_version}
|
||||
|
Loading…
Reference in New Issue
Block a user