- update to 1.17.1

- Feature: the "limit_req_dry_run" directive.
  - Feature: when using the "hash" directive inside the "upstream"
    block an empty hash key now triggers round-robin balancing.
    Thanks to Niklas Keller.
  - Bugfix: a segmentation fault might occur in a worker process if
    caching was used along with the "image_filter" directive, and
    errors with code 415 were redirected with the "error_page"
    directive; the bug had appeared in 1.11.10.
  - Bugfix: a segmentation fault might occur in a worker process if
    embedded perl was used; the bug had appeared in 1.7.3.

OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=138
This commit is contained in:
Marcus Rückert 2019-07-09 12:09:34 +00:00 committed by Git OBS Bridge
parent 116772d755
commit 8e779ce77f
6 changed files with 29 additions and 14 deletions

View File

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

View File

@ -1,10 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEcBAABAgAGBQJc5AqJAAoJEFIKmZOhwFL4KiMH/3b26kBSgQSIZ8UC8VBbe1N3
Owz4rwGpr4OLgwZeOy9irH5ACky8wyzHyXd4/j0ZpdnfdKWkzS7RyOFEAX+uSwp2
27OJjIYofUluwYHZJf3T0FNyvSCJT+LoOs3uWDYJjpHYIPDAVpsrtyJK9+9018H6
gmqT9RTfsOGH8MwtuvcEZFAduyPl3f2eUqbuq56XtbKlPfbXrbVNJjXubaQa21Uw
VYUaSfsq50xR1BdGc724vXdcdAzq5sx7o7vySStdm/oQVkCNTEYRZKiERNjhnMsb
T5RyugXzwWFVHSE7AhSQ8zbHvIEJr1NTVIt9/f6lWsvIVKos9karSC464A1lc6w=
=A0vF
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,10 @@
-----BEGIN PGP SIGNATURE-----
iQEcBAABAgAGBQJdEhIuAAoJEFIKmZOhwFL40xgH/jcRD0vm/Uw6/1CPY7jvlAW6
WrkMqL89d9Hdl/bbP/pePdtxJRy0A74eqcSbkvTVExYrF//ud6VV9Bojm8MvPqzF
xSyNLU7A+dDDxHsDPVMNd5nqCcmtAVpDDrli69DBXsOtsn1YEEwpf/GiR231wXp6
69qxFgKf8q6DYPNRrcRPPQXNiuUI6Hu0YkCcwMfAFSZ7skj+7Pjyi+qyc1KNeEyy
fg/U9w6vw8x010GnK/bacIpMvh37ZNOau4uaXEnk8SWjMtU/fgQ7mhOotcDnvyN1
6crNSdtaLDJ8l9FHWyb3zZa7DhxIC6nA8RnOQaL5qW2J9Tl/fA+LCoHcJRr2Etw=
=V+ei
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Jul 9 12:05:55 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
- update to 1.17.1
- Feature: the "limit_req_dry_run" directive.
- Feature: when using the "hash" directive inside the "upstream"
block an empty hash key now triggers round-robin balancing.
Thanks to Niklas Keller.
- Bugfix: a segmentation fault might occur in a worker process if
caching was used along with the "image_filter" directive, and
errors with code 415 were redirected with the "error_page"
directive; the bug had appeared in 1.11.10.
- Bugfix: a segmentation fault might occur in a worker process if
embedded perl was used; the bug had appeared in 1.7.3.
-------------------------------------------------------------------
Thu May 23 19:51:31 UTC 2019 - seanlew@opensuse.org

View File

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