Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
projects
:
http
>
nginx
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 57
[-]
[+]
Changed
nginx.spec
@@ -129,23 +129,26 @@ --http-fastcgi-temp-path=%{nginx_home_tmp}/fastcgi \ --pid-path=%{_localstatedir}/run/%{name}.pid \ --lock-path=%{_localstatedir}/lock/subsys/%{name} \ - --with-http_ssl_module \ + --with-http_ssl_module \ + --with-http_spdy_module \ --with-http_realip_module \ --with-http_addition_module \ + --with-http_xslt_module \ + --with-http_image_filter_module \ + --with-http_geoip_module \ --with-http_sub_module \ --with-http_dav_module \ --with-http_flv_module \ - --with-http_gzip_static_module \ - --with-http_stub_status_module \ --with-http_mp4_module \ - --with-http_degradation_module \ --with-http_gunzip_module \ + --with-http_gzip_static_module \ + --with-http_auth_request_module \ + --with-http_random_index_module \ + --with-http_secure_link_module \ --with-http_degradation_module \ - --with-mail \ - --with-mail_ssl_module \ + --with-http_stub_status_module \ --with-debug \ --with-ipv6 \ - --with-http_spdy_module \ --with-openssl=%{_builddir}/nginx-%{version}/openssl-%{openssl_version} \ --with-cc-opt="%{optflags} $(pcre-config --cflags)" \ --add-module=%{_builddir}/nginx-%{version}/nginx-upstream-fair \ @@ -158,7 +161,11 @@ --add-module=%{_builddir}/nginx-%{version}/ngx_pagespeed-release-%{nps_version}-beta \ %endif --with-file-aio \ - --with-poll_module + --with-poll_module \ + --without-mail_pop3_module \ + --without-mail_imap_module \ + --without-mail_smtp_module + make %{?_smp_mflags} mv nginx-upstream-fair/README nginx-upstream-fair/README.nginx-upstream-fair @@ -254,6 +261,11 @@ %changelog +* Thu Dec 31 2014 Juergen Gotteswinter <jg@internetx.com> - 1.7.9-2 +- added nginx pagespeed module - rhel/centos 7.x only +- added nginx pagespeed sample config +- enabled complete mainline module tree, except mail* support + * Thu Dec 31 2014 Juergen Gotteswinter <jg@internetx.com> - 1.7.9-1 - bumped to 1.7.9 - fixed check upstream module + patch