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 24
[-]
[+]
Changed
nginx.spec
@@ -12,6 +12,9 @@ %define rtmp_nover %{rtmp_ext} %define with_rtmp_ext 1 + +%define openssl_version 1.0.1j + Name: nginx Version: 1.7.6 Release: 1 @@ -46,7 +49,7 @@ Source9: Nginx-limit-traffic-rate-module.tar.gz Source10: %{rtmp}.tar.gz Source11: nginx_upstream_check_module-master.tar.gz -#Source12: nginx-statsd.tar.gz +Source12: openssl-%{openssl_version}.tar.gz Source13: nginx-munin.tar.gz Source14: nginx-http-sysguard.tar.gz Source100: index.html @@ -84,7 +87,7 @@ %{__tar} zxvf %{SOURCE9} %{__tar} zxvf %{SOURCE10} %{__tar} zxvf %{SOURCE11} -#%{__tar} zxvf %{SOURCE12} +%{__tar} zxvf %{SOURCE12} %{__tar} zxvf %{SOURCE13} %{__tar} zxvf %{SOURCE14} @@ -113,11 +116,15 @@ --with-http_stub_status_module \ --with-http_mp4_module \ --with-http_degradation_module \ + --with-http_geoip_module \ + --with-http_gunzip_module \ + --with-http_degradation_module \ --with-mail \ --with-mail_ssl_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 \ --add-module=%{_builddir}/nginx-%{version}/nginx_upstream_check_module-master \ @@ -126,7 +133,8 @@ %endif --add-module=%{_builddir}/nginx-%{version}/Nginx-limit-traffic-rate-module \ --add-module=%{_builddir}/nginx-%{version}/nginx-http-sysguard \ - --with-file-aio + --with-file-aio \ + --with-poll_module make %{?_smp_mflags} @@ -216,13 +224,18 @@ %changelog -* Fri Jun 28 2014 Juergen Gotteswinter <jgqinternetx.com> - 1.7.3-1 +* Thu Oct 23 2014 Juergen Gotteswinter <jg@internetx.com> - 1.7.6-1 +- added openssl source - nginx got built static against current vanilla openssl +- enabled additional mainline modules +- bumped to 1.7.6 + +* Fri Jun 28 2014 Juergen Gotteswinter <jg@internetx.com> - 1.7.3-1 - bump to 1.7.3 -* Fri Apr 26 2014 Juergen Gotteswinter <jgqinternetx.com> - 1.6.0-2 +* Fri Apr 26 2014 Juergen Gotteswinter <jg@internetx.com> - 1.6.0-2 - added nginx-statsd module -* Fri Apr 26 2014 Juergen Gotteswinter <jgqinternetx.com> - 1.6.0-1 +* Fri Apr 26 2014 Juergen Gotteswinter <jg@internetx.com> - 1.6.0-1 - pushed to new stable branch 1.6 * Fri Apr 12 2014 Juergen Gotteswinter <jg@internetx.com> - 1.4.7-2