Accepting request 718030 from server:http
OBS-URL: https://build.opensuse.org/request/show/718030 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=38
This commit is contained in:
commit
3a54ccc8e9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e
|
||||
size 1033452
|
@ -1,10 +0,0 @@
|
||||
-----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-----
|
3
nginx-1.17.2.tar.gz
Normal file
3
nginx-1.17.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e333687464e1d6dfb86fc22d653b99a6798dda40093b33186eeeec5a97e69ec
|
||||
size 1034136
|
10
nginx-1.17.2.tar.gz.asc
Normal file
10
nginx-1.17.2.tar.gz.asc
Normal file
@ -0,0 +1,10 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEcBAABAgAGBQJdNvkBAAoJEFIKmZOhwFL4sI4IAM5wLk2QM1Y6s/nVQQsQaJ0V
|
||||
7CfycfjKxAGPqLG1+TdaEzVqCaZwcVzjTLXPU9l9LDGGe3Kd76gebqp1d5zyJX8H
|
||||
xpxunSvJKiaz2+TaKFnSEyjKMQ8Wq/6JAg2W2P9qItlcXbSymdUU1bI5KE3V4Eyx
|
||||
f7G2ygiCxj+w3WUh3hYEv7VvRS/eQhtq+cqzhktwzPXA1gD740WLA1GPjkF7bUe8
|
||||
EJlPdBXtslLriYEmmdePfT4ZipEgHah2MbVS8Cf3Xr/qMs5PNhM9KlYHgPUNcyK6
|
||||
3CJ04q/8sxcOkHyJqSaPu+ClBykmAO0laxzdM9c6nBXBb1ofnpXmIIHhMjnI7zU=
|
||||
=Kaek
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 19:57:46 UTC 2019 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- update to 1.17.2
|
||||
- Change: minimum supported zlib version is 1.2.0.4.
|
||||
- Change: the $r->internal_redirect() embedded perl method now expects
|
||||
escaped URIs.
|
||||
- Feature: it is now possible to switch to a named location using the
|
||||
$r->internal_redirect() embedded perl method.
|
||||
- Bugfix: in error handling in embedded perl.
|
||||
- Bugfix: a segmentation fault might occur on start or during
|
||||
reconfiguration if hash bucket size larger than 64 kilobytes was used
|
||||
in the configuration.
|
||||
- Bugfix: nginx might hog CPU during unbuffered proxying and when
|
||||
proxying WebSocket connections if the select, poll, or /dev/poll
|
||||
methods were used.
|
||||
- Bugfix: in the ngx_http_xslt_filter_module.
|
||||
- Bugfix: in the ngx_http_ssi_filter_module.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 9 12:05:55 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -70,7 +70,7 @@
|
||||
%define ngx_doc_dir %{_datadir}/doc/packages/%{name}
|
||||
#
|
||||
Name: nginx
|
||||
Version: 1.17.1
|
||||
Version: 1.17.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