Accepting request 715679 from server:http
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/715679 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=37
This commit is contained in:
commit
134ff3dba0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e21b5d06cd53e86afb94f0b3678e0abb0c0f011433471fa3d895cefa65ae0fab
|
||||
size 1032978
|
@ -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
3
nginx-1.17.1.tar.gz
Normal 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
10
nginx-1.17.1.tar.gz.asc
Normal 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-----
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user