forked from pool/apache2
Accepting request 339571 from home:elvigia:branches:Apache
- Update to 2.4.17 - Enable mod_http2/ BuildRequire nghttp2 - MPMs: Support SO_REUSEPORT to create multiple duplicated listener records for scalability - mod_ssl: Support compilation against libssl built with OPENSSL_NO_SSL3 - For more changes see: http://www.apache.org/dist/httpd/CHANGES_2.4.17 OBS-URL: https://build.opensuse.org/request/show/339571 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=461
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
%define mods_static unixd
|
||||
%endif
|
||||
Name: apache2
|
||||
Version: 2.4.16
|
||||
Version: 2.4.17
|
||||
Release: 0
|
||||
Summary: The Apache Web Server Version 2.4
|
||||
License: Apache-2.0
|
||||
@@ -167,6 +167,7 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(libsystemd-daemon)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libnghttp2) >= 1.0.0
|
||||
|
||||
%description
|
||||
This version of httpd is a major release of the 2.4 stable branch,
|
||||
@@ -873,6 +874,7 @@ mv %{buildroot}/%{sysconfdir}/original .
|
||||
%{_libdir}/%{name}-prefork/mod_filter.so
|
||||
%{_libdir}/%{name}-prefork/mod_headers.so
|
||||
%{_libdir}/%{name}-prefork/mod_heartmonitor.so
|
||||
%{_libdir}/%{name}-prefork/mod_http2.so
|
||||
%{_libdir}/%{name}-prefork/mod_imagemap.so
|
||||
%{_libdir}/%{name}-prefork/mod_include.so
|
||||
%{_libdir}/%{name}-prefork/mod_info.so
|
||||
@@ -993,6 +995,7 @@ mv %{buildroot}/%{sysconfdir}/original .
|
||||
%{_libdir}/%{name}-worker/mod_filter.so
|
||||
%{_libdir}/%{name}-worker/mod_headers.so
|
||||
%{_libdir}/%{name}-worker/mod_heartmonitor.so
|
||||
%{_libdir}/%{name}-worker/mod_http2.so
|
||||
%{_libdir}/%{name}-worker/mod_imagemap.so
|
||||
%{_libdir}/%{name}-worker/mod_include.so
|
||||
%{_libdir}/%{name}-worker/mod_info.so
|
||||
@@ -1112,6 +1115,7 @@ mv %{buildroot}/%{sysconfdir}/original .
|
||||
%{_libdir}/%{name}-event/mod_file_cache.so
|
||||
%{_libdir}/%{name}-event/mod_filter.so
|
||||
%{_libdir}/%{name}-event/mod_headers.so
|
||||
%{_libdir}/%{name}-event/mod_http2.so
|
||||
%{_libdir}/%{name}-event/mod_heartmonitor.so
|
||||
%{_libdir}/%{name}-event/mod_imagemap.so
|
||||
%{_libdir}/%{name}-event/mod_include.so
|
||||
|
Reference in New Issue
Block a user