Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
http-testing
>
nginx
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 106
[-]
[+]
Changed
nginx.spec
@@ -15,6 +15,9 @@ %define with_rtmp_ext 1 %define sticky_module_version 1.1 + +%define openssl_version 1.0.1h + Name: nginx Version: 1.7.1 Release: ixhuge2 @@ -67,6 +70,7 @@ Source18: ngx_http_auth_pam_module-1.2.tar.gz Source20: GeoIPCountryWhois.csv Source21: nginx-http-rdns.tar.gz +Source22: openssl-${openssl_version}.tar.gz Source100: index.html Source101: poweredby.png @@ -112,10 +116,13 @@ * nginx mod pagespeed * nginx mod security +last but not least this package includes its own openssl + + %prep %setup -q -%setup -T -D -a 107 -a 108 -a 109 +%setup -T -D -a 107 -a 108 -a 109 %patch0 -p0 %patch1 -p0 @@ -133,6 +140,7 @@ %{__tar} zxvf %{SOURCE16} unzip %{SOURCE17} %{__tar} zxvf %{SOURCE18} +%{__tar} zxvf %{SOURCE22} %patch7 -p0 @@ -183,6 +191,7 @@ --with-debug \ --with-ipv6 \ --with-http_spdy_module \ + --with-openssl=%{buildroot}/openssl-${openssl_version} \ --add-module=%{_builddir}/nginx-%{version}/modsecurity-apache_2.7.7/nginx/modsecurity \ --add-module=%{_builddir}/nginx-%{version}/ngx_cache_purge-2.1 \ --add-module=%{_builddir}/nginx-%{version}/nginx-upstream-fair \
Added
openssl-1.0.1h.tar.gz
^