Accepting request 625118 from server:http

OBS-URL: https://build.opensuse.org/request/show/625118
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=26
This commit is contained in:
Dominique Leuenberger 2018-07-25 14:13:17 +00:00 committed by Git OBS Bridge
commit b1d05e3d29
6 changed files with 53 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5
size 1016272

View File

@ -1,10 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEcBAABAgAGBQJa1hOgAAoJEFIKmZOhwFL4ueEH/2Mwww7RrIrqGN4Mn1qPwCoH
5NXmOJIbXso5NupHHVYJPJf328aQQwOOJ0nQFd6ZOSQT4JT6vgbCn07aOkHPcZ+R
jzfFBVl6G4bUfx8I3aPsF6Y9e6iKBlgMkAJbTy29vrFXvA0J8B1n1XPSGiXeRMQX
hfPg415eP+p1UgX68pUNGg/r+ZzeF45b7+D1lfOzCkCe+nUV0WNNIhJwR1L5oVig
njHHsyVwN7WhI1KNdJi42dIb9YThhRicUeHSo9urrEkWfe57HZaS7L4PL0v39Q3P
SX1hOWDKWSULa0D4wQiqyQb0e3eh6JDkZqaJpmkZd1Xh/ryCYl+W/yeg2qZ2bBk=
=DCZq
-----END PGP SIGNATURE-----

3
nginx-1.15.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7206858d7f832b8ef73a45c9b8f8e436bcb1ee88db2bc85b8e438ecec9d5460
size 1024086

10
nginx-1.15.1.tar.gz.asc Normal file
View File

@ -0,0 +1,10 @@
-----BEGIN PGP SIGNATURE-----
iQEcBAABAgAGBQJbO5GGAAoJEFIKmZOhwFL4m84H/R97YqsP5/bPOvtvGGszsF/e
KOQuJsUnEkkcVSK4XFa8Frhb9pCVRqCRYuK76q9Ukid6kiXjfWuRBJGW8ngBCaHU
Hcohazel8r3NMdhB/h+ZNRteMvIBxegXwZTGjxSPu2AXTakNvDMtPTCIxnL5yGaw
K4sqh/igoOAyISYYkR42AsAjUNK7+NOmKPKnD6scZsd12czDIJdCMwwY3zCPgda7
KcP6KoBOYW28V1hkg38QOPD1fbmkBoAgCWG6b47tZ8mgMCyPweGF9GUiE337OLy6
dlN+PYM65eRYsBnaeKuTzZb2bxGvMu8WUuiQ0lgmKX8V+iWAY4y15vi33ZR3kQ8=
=LqgQ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Mon Jul 23 02:30:33 UTC 2018 - mrueckert@suse.de
- update 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.
- Feature: the "reuseport" parameter of the "listen" directive
now uses SO_REUSEPORT_LB on FreeBSD 12.
- Bugfix: HTTP/2 server push did not work if SSL was terminated
by a proxy server in front of nginx.
- Bugfix: the "tcp_nopush" directive was always used on backend
connections.
- Bugfix: sending a disk-buffered request body to a gRPC backend
might fail.
- changes from 1.15.0
- Change: the "ssl" directive is deprecated; the "ssl" parameter
of the "listen" directive should be used instead.
- Change: now nginx detects missing SSL certificates during
configuration testing when using the "ssl" parameter of the
"listen" directive.
- Feature: now the stream module can handle multiple incoming UDP
datagrams from a client within a single session.
- Bugfix: it was possible to specify an incorrect response code
in the "proxy_cache_valid" directive.
- Bugfix: nginx could not be built by gcc 8.1.
- Bugfix: logging to syslog stopped on local IP address changes.
- Bugfix: nginx could not be built by clang with CUDA SDK
installed; the bug had appeared in 1.13.8.
- Bugfix: "getsockopt(TCP_FASTOPEN) ... failed" messages might
appear in logs during binary upgrade when using unix domain
listen sockets on FreeBSD.
- Bugfix: nginx could not be built on Fedora 28 Linux.
- Bugfix: request processing rate might exceed configured rate
when using the "limit_req" directive.
- Bugfix: in handling of client addresses when using unix domain
listen sockets to work with datagrams on Linux.
- Bugfix: in memory allocation error handling.
-------------------------------------------------------------------
Fri May 25 15:12:27 UTC 2018 - mrostecki@suse.com

View File

@ -70,7 +70,7 @@
%define ngx_doc_dir %{_datadir}/doc/packages/%{name}
#
Name: nginx
Version: 1.14.0
Version: 1.15.1
Release: 0
%define ngx_fancyindex_version 0.4.2
%define ngx_fancyindex_module_path ngx-fancyindex-%{ngx_fancyindex_version}