Accepting request 659039 from server:http
OBS-URL: https://build.opensuse.org/request/show/659039 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=32
This commit is contained in:
commit
788c85de17
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3d8c67c2035808c7c0d475fffe263db8c353b11521aa7ade468b780ed826cc6
|
||||
size 1025761
|
@ -1,10 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEcBAABAgAGBQJb4Zn2AAoJEFIKmZOhwFL42TAIAIBcmKIiAnoHDMETWP3zm0Yh
|
||||
aGNrWQptJrugerO9+bRnHUOo42LkHe+NC5/eMpIsuVH27HsSNx6UWqpEI5ou5tl3
|
||||
NthbV5fpZIhxl9FkGMlDyQyYQEouqyJpcLsZ6qK8B/yVhb6NxVZX/B/EtHOdJ32i
|
||||
woXtb1hd8N2h9l11n54NMJArgLEpOf9NGDVCRYTKD1ZCDhOK+xQeH0Tt4hOik3oz
|
||||
vWWVHNIBhzosHi7uI1f2q+DnPZ00kGmXWi8ci3GZVVXoW90HXz5L/SuY3CAeAXpa
|
||||
3fdQ41Oj+HInfwb6QXRyNc9h/SOSUdGK4IU6PZXBnjvV9plEQmprZgBBAAAy+/o=
|
||||
=D9zf
|
||||
-----END PGP SIGNATURE-----
|
3
nginx-1.15.7.tar.gz
Normal file
3
nginx-1.15.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f22ea2f6c0e0a221b6ddc02b6428a3ff708e2ad55f9361102b1c9f4142bdf93
|
||||
size 1026732
|
10
nginx-1.15.7.tar.gz.asc
Normal file
10
nginx-1.15.7.tar.gz.asc
Normal file
@ -0,0 +1,10 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEcBAABAgAGBQJb/VmcAAoJEFIKmZOhwFL4YE4IAK+dp8S8x3h7ScisOqhgbykG
|
||||
5VCpg986JkUgbnrEtu/xOavwUPvTgiTkct+k7O0DBuN9FLEUhTuQjV0MeGI+sEth
|
||||
Mth+jJh998jmWcP2TjHpim7zC11iVCU4hxx0CiknJxTly5r8VTweKuxecWgMyPco
|
||||
FzcyhWgpa7OGVvEWajtjsCeyWFWOKehHhLD+uKIODFET40xEcjaiZTYjPSgwsz+P
|
||||
NZC2WLby78nXdd7vSP5mOtjYFaBYLbcMicfS+9kMfli4K+XNNLHWrljeQT+u3UFR
|
||||
M+2o5hwwcwh/vJuSLyhHVXQmL1lokYWsYvHFxA3fFDRj5MNVht34MlR7yNd2s40=
|
||||
=7NYU
|
||||
-----END PGP SIGNATURE-----
|
@ -1,10 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 7 14:53:14 UTC 2018 - chris@computersalat.de
|
||||
|
||||
- update to 1.15.7
|
||||
* Feature: the "proxy_requests" directive in the stream module.
|
||||
* Feature: the "delay" parameter of the "limit_req" directive.
|
||||
Thanks to Vladislav Shabanov and Peter Shchuchkin.
|
||||
* Bugfix: memory leak on errors during reconfiguration.
|
||||
* Bugfix: in the $upstream_response_time, $upstream_connect_time, and
|
||||
$upstream_header_time variables.
|
||||
* Bugfix: a segmentation fault might occur in a worker process if the
|
||||
ngx_http_mp4_module was used on 32-bit platforms.
|
||||
- fix changes file for submit to Backports
|
||||
* see https://build.opensuse.org/request/show/653792
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 8 11:53:50 UTC 2018 - alarrosa@suse.com
|
||||
|
||||
- update to 1.15.6
|
||||
- Security: when using HTTP/2 a client might cause excessive memory
|
||||
* fix for boo#1115022, boo#1115025
|
||||
Security: when using HTTP/2 a client might cause excessive memory
|
||||
consumption (CVE-2018-16843) and CPU usage (CVE-2018-16844).
|
||||
- Security: processing of a specially crafted mp4 file with the
|
||||
* fix for boo#1115015
|
||||
Security: processing of a specially crafted mp4 file with the
|
||||
ngx_http_mp4_module might result in worker process memory disclosure
|
||||
(CVE-2018-16845).
|
||||
- Feature: the "proxy_socket_keepalive", "fastcgi_socket_keepalive",
|
||||
|
@ -70,7 +70,7 @@
|
||||
%define ngx_doc_dir %{_datadir}/doc/packages/%{name}
|
||||
#
|
||||
Name: nginx
|
||||
Version: 1.15.6
|
||||
Version: 1.15.7
|
||||
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