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 59
[-]
[+]
Changed
nginx.spec
@@ -6,6 +6,7 @@ %define nginx_confdir %{_sysconfdir}/nginx %define nginx_datadir %{_datadir}/nginx %define nginx_webroot %{nginx_datadir}/html + %define rtmp_ext nginx-rtmp-module %define rtmp_ext_version 1.1.5 %define rtmp %{rtmp_ext}-%{rtmp_ext_version} @@ -13,6 +14,7 @@ %define with_rtmp_ext 1 %define nps_version 1.9.32.2 +%define slowfs_version 1.5 %define openssl_version 1.0.1j @@ -30,7 +32,7 @@ Provides: webserver -BuildRequires: pcre-devel, zlib-devel, openssl-devel, perl(ExtUtils::Embed), libxm2-devel, libxslt-devel +BuildRequires: pcre-devel, zlib-devel, openssl-devel, perl(ExtUtils::Embed), libxml2-devel, libxslt-devel Requires: pcre, zlib, openssl, libxml2, libxslt Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires(pre): shadow-utils @@ -46,7 +48,7 @@ Source5: nginx-upstream-fair.tgz Source6: upstream-fair.conf Source7: %{name}.sysconfig -Source8: ngx_slowfs_cache-1.5.tar.gz +Source8: ngx_slowfs_cache-%{slowfs_version}.tar.gz Source9: Nginx-limit-traffic-rate-module.tar.gz Source10: %{rtmp}.tar.gz Source11: nginx_upstream_check_module-master.tar.gz @@ -63,12 +65,7 @@ Source105: ssl-ciphersample Source106: pagespeed.conf -# removes -Werror in upstream build scripts. -Werror conflicts with -# -D_FORTIFY_SOURCE=2 causing warnings to turn into errors. Patch0: nginx-auto-cc-gcc.patch - -# configuration patch to match all the Fedora paths for logs, pid files -# etc. Patch1: nginx-conf-0.7.x.patch Patch2: check_1.7.5+.patch Patch3: ngx-detect-heartbleed.patch @@ -79,7 +76,7 @@ Nginx [engine x] is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 proxy server written by Igor Sysoev. -One third party module, nginx-upstream-fair, has been added. +Several 3rd Party Extensions added %prep %setup -q