Accepting request 512240 from server:http
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/512240 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nginx?expand=0&rev=14
This commit is contained in:
commit
4bc802df07
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5856c72a6609a4dc68c88a7f3c33b79e6693343b62952e021e043fe347b6776
|
||||
size 984142
|
3
nginx-1.13.3.tar.gz
Normal file
3
nginx-1.13.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b73f98004c302fb8e4a172abf046d9ce77739a82487e4873b39f9b0dcbb0d72
|
||||
size 985931
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9491dd24390b0d5d70dfe3553edf3d14efeb7c7a81b4d4a20c5cfeaefc1141c
|
||||
size 519877
|
3
nginx-rtmp-module-1.2.0.tar.gz
Normal file
3
nginx-rtmp-module-1.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8026f5ade30b178a06f12c46dff053cfe12256016ad465a46646183086b16b0
|
||||
size 519895
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 17 10:58:21 UTC 2017 - mrueckert@suse.de
|
||||
|
||||
- update to 1.13.3 (boo#1048265)
|
||||
- Security: a specially crafted request might result in an
|
||||
integer overflow and incorrect processing of ranges in the
|
||||
range filter, potentially resulting in sensitive information
|
||||
leak (CVE-2017-7529).
|
||||
- changes from 1.13.2
|
||||
- Change: nginx now returns 200 instead of 416 when a range
|
||||
starting with 0 is requested from an empty file.
|
||||
- Feature: the "add_trailer" directive. Thanks to Piotr Sikora.
|
||||
- Bugfix: nginx could not be built on Cygwin and NetBSD; the bug
|
||||
had appeared in 1.13.0.
|
||||
- Bugfix: nginx could not be built under MSYS2 / MinGW 64-bit.
|
||||
Thanks to Orgad Shaneh.
|
||||
- Bugfix: a segmentation fault might occur in a worker process
|
||||
when using SSI with many includes and proxy_pass with
|
||||
variables.
|
||||
- Bugfix: in the ngx_http_v2_module. Thanks to Piotr Sikora.
|
||||
- update nginx-rtmp-module to 1.2.0:
|
||||
- DASH improvements
|
||||
- OpenSSL 1.1 compatibility
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 1 10:05:49 UTC 2017 - mrueckert@suse.de
|
||||
|
||||
|
@ -64,7 +64,7 @@
|
||||
%define ngx_doc_dir %{_datadir}/doc/packages/%{name}
|
||||
#
|
||||
Name: nginx
|
||||
Version: 1.13.1
|
||||
Version: 1.13.3
|
||||
Release: 0
|
||||
%define ngx_fancyindex_version 0.4.1
|
||||
%define ngx_fancyindex_module_path ngx-fancyindex-%{ngx_fancyindex_version}
|
||||
@ -75,7 +75,7 @@ Release: 0
|
||||
%define nginx_upstream_check_version 0.3.0
|
||||
%define nginx_upstream_check_module_path nginx_upstream_check_module-%{nginx_upstream_check_version}
|
||||
|
||||
%define nginx_rtmp_version 1.1.10
|
||||
%define nginx_rtmp_version 1.2.0
|
||||
%define nginx_rtmp_module_path nginx-rtmp-module-%{nginx_rtmp_version}
|
||||
|
||||
Summary: A HTTP server and IMAP/POP3 proxy server
|
||||
|
Loading…
Reference in New Issue
Block a user