diff --git a/apache2.changes b/apache2.changes index 5a4346d..0e8480f 100644 --- a/apache2.changes +++ b/apache2.changes @@ -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 diff --git a/apache2.spec b/apache2.spec index e04a974..cdae5c9 100644 --- a/apache2.spec +++ b/apache2.spec @@ -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 diff --git a/httpd-2.4.16.tar.bz2 b/httpd-2.4.16.tar.bz2 deleted file mode 100644 index 6c5b4e1..0000000 --- a/httpd-2.4.16.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac660b47aaa7887779a6430404dcb40c0b04f90ea69e7bd49a40552e9ff13743 -size 5101005 diff --git a/httpd-2.4.17.tar.bz2 b/httpd-2.4.17.tar.bz2 new file mode 100644 index 0000000..5fd207a --- /dev/null +++ b/httpd-2.4.17.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331e035dec81d3db95b048f036f4d7b1a97ec8daa5b377bde42d4ccf1f2eb798 +size 5157721