forked from pool/nginx
Accepting request 1075334 from home:13ilya:branches:server:http
- Updated to 1.23.4 * https://nginx.org/en/CHANGES * Enabled TLSv1.3 protocol by default. * Supported byte ranges support in the ngx_http_gzip_static_module. * Fixed port ranges in the "listen" directive did not work. * Fixed incorrect location might be chosen to process a request if a prefix location longer than 255 characters. * Fixed a socket leak might occur when using HTTP/2 and the "error_page" directive to redirect errors with code 400. OBS-URL: https://build.opensuse.org/request/show/1075334 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=237
This commit is contained in:
committed by
Git OBS Bridge
parent
6f82ef3ee6
commit
d5a48c865c
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package nginx
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -23,7 +23,7 @@
|
||||
%bcond_with ngx_google_perftools
|
||||
#
|
||||
Name: nginx
|
||||
Version: 1.23.3
|
||||
Version: 1.23.4
|
||||
Release: 0
|
||||
Summary: A HTTP server and IMAP/POP3 proxy server
|
||||
License: BSD-2-Clause
|
||||
|
Reference in New Issue
Block a user