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:
parent
f75ecd3daa
commit
5153dfbe10
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 18 03:47:09 UTC 2015 - crrodriguez@opensuse.org
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 09:00:27 UTC 2015 - pgajdos@suse.com
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac660b47aaa7887779a6430404dcb40c0b04f90ea69e7bd49a40552e9ff13743
|
||||
size 5101005
|
3
httpd-2.4.17.tar.bz2
Normal file
3
httpd-2.4.17.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:331e035dec81d3db95b048f036f4d7b1a97ec8daa5b377bde42d4ccf1f2eb798
|
||||
size 5157721
|
Loading…
Reference in New Issue
Block a user