Accepting request 626497 from server:http
OBS-URL: https://build.opensuse.org/request/show/626497 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=27
This commit is contained in:
commit
7bbbcae71c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7206858d7f832b8ef73a45c9b8f8e436bcb1ee88db2bc85b8e438ecec9d5460
|
||||
size 1024086
|
@ -1,10 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEcBAABAgAGBQJbO5GGAAoJEFIKmZOhwFL4m84H/R97YqsP5/bPOvtvGGszsF/e
|
||||
KOQuJsUnEkkcVSK4XFa8Frhb9pCVRqCRYuK76q9Ukid6kiXjfWuRBJGW8ngBCaHU
|
||||
Hcohazel8r3NMdhB/h+ZNRteMvIBxegXwZTGjxSPu2AXTakNvDMtPTCIxnL5yGaw
|
||||
K4sqh/igoOAyISYYkR42AsAjUNK7+NOmKPKnD6scZsd12czDIJdCMwwY3zCPgda7
|
||||
KcP6KoBOYW28V1hkg38QOPD1fbmkBoAgCWG6b47tZ8mgMCyPweGF9GUiE337OLy6
|
||||
dlN+PYM65eRYsBnaeKuTzZb2bxGvMu8WUuiQ0lgmKX8V+iWAY4y15vi33ZR3kQ8=
|
||||
=LqgQ
|
||||
-----END PGP SIGNATURE-----
|
3
nginx-1.15.2.tar.gz
Normal file
3
nginx-1.15.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eeba09aecfbe8277ac33a5a2486ec2d6731739f3c1c701b42a0c3784af67ad90
|
||||
size 1025746
|
10
nginx-1.15.2.tar.gz.asc
Normal file
10
nginx-1.15.2.tar.gz.asc
Normal file
@ -0,0 +1,10 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEcBAABAgAGBQJbVyW1AAoJEFIKmZOhwFL43GoIAIoCKjgzZ6C8taGjAkCozTiR
|
||||
quRiang8LxSi2goNEamCS626AY9quBi7zJ9RS8CuMdHa7gWRTTCM8Hveg0/UQwYQ
|
||||
TpmCTf7uSsyMvTbsm7TKCwKOmHGvGGungcoF3OPuNCP8r0nkES5eQqH2Un8ZEXYw
|
||||
Ofh/CsxnAuy3KeBYb4cg4lbv5uVI6pqbsWmFDKi6lZRezqjQjtHbqP/BJ6paE0ZN
|
||||
u841mvBd/W767Ae1fQMHmkxG48pz2VirUTG/wPM0N/hj1wgPuVWugmlsGvtLc3Vi
|
||||
uJf+mq0Uade63D4k26Mwzstc3QrmyxBwwK6wEMHatP6LmRRfzbTigIXPfiEGl4k=
|
||||
=gOMr
|
||||
-----END PGP SIGNATURE-----
|
@ -1,7 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 30 12:21:26 UTC 2018 - mrueckert@suse.de
|
||||
|
||||
- update to 1.15.2
|
||||
- Feature: the $ssl_preread_protocol variable in the
|
||||
ngx_stream_ssl_preread_module.
|
||||
- Feature: now when using the "reset_timedout_connection"
|
||||
directive nginx will reset connections being closed with the
|
||||
444 code.
|
||||
- Change: a logging level of the "http request", "https proxy
|
||||
request", "unsupported protocol", and "version too low" SSL
|
||||
errors has been lowered from "crit" to "info".
|
||||
- Bugfix: DNS requests were not resent if initial sending of a
|
||||
request failed.
|
||||
- Bugfix: the "reuseport" parameter of the "listen" directive was
|
||||
ignored if the number of worker processes was specified after
|
||||
the "listen" directive.
|
||||
- Bugfix: when using OpenSSL 1.1.0 or newer it was not possible
|
||||
to switch off "ssl_prefer_server_ciphers" in a virtual server
|
||||
if it was switched on in the default server.
|
||||
- Bugfix: SSL session reuse with upstream servers did not work
|
||||
with the TLS 1.3 protocol.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 23 02:30:33 UTC 2018 - mrueckert@suse.de
|
||||
|
||||
- update 1.15.1
|
||||
- update to 1.15.1
|
||||
- Feature: the "random" directive inside the "upstream" block.
|
||||
- Feature: improved performance when using the "hash" and
|
||||
"ip_hash" directives with the "zone" directive.
|
||||
|
@ -70,7 +70,7 @@
|
||||
%define ngx_doc_dir %{_datadir}/doc/packages/%{name}
|
||||
#
|
||||
Name: nginx
|
||||
Version: 1.15.1
|
||||
Version: 1.15.2
|
||||
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