Logoj0ke.net Open Build Service > Projects > internetx:projects:http > nginx > Changes
Sign Up | Log In

Changes of Revision 65

[-] Changed nginx.spec
x
 
1
@@ -85,8 +85,6 @@
2
 Patch0:     nginx-auto-cc-gcc.patch
3
 Patch1:     nginx-conf-0.7.x.patch
4
 Patch2:        check_1.7.5+.patch
5
-Patch3:        ngx-detect-heartbleed.patch
6
-Patch4:        nginx_sysguard_1.3.9.patch
7
 Patch5:        openssl-rc4tilt.patch
8
 
9
 %description
10
@@ -98,7 +96,7 @@
11
 %prep
12
 %setup -q
13
 
14
-#%patch0 -p0
15
+%patch0 -p0
16
 %patch1 -p0
17
 %patch2 -p1
18
 %{__tar} zxvf %{SOURCE5}
19
@@ -179,16 +177,16 @@
20
     --with-http_stub_status_module \
21
     --with-debug \
22
     --with-ipv6 \
23
-    --with-openssl=%{_builddir}/nginx-%{version}/openssl-%{openssl_version} \
24
-    --add-module=%{_builddir}/nginx-%{version}/nginx-upstream-fair \
25
-    --add-module=%{_builddir}/nginx-%{version}/nginx_upstream_check_module \
26
-%if 0%{with_rtmp_ext}
27
-    --add-module=%{_builddir}/nginx-%{version}/%{rtmp} \
28
-%endif
29
-    --add-module=%{_builddir}/nginx-%{version}/Nginx-limit-traffic-rate-module \
30
-%if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700
31
-    --add-module=%{_builddir}/nginx-%{version}/ngx_pagespeed-release-%{nps_version}-beta \
32
-%endif
33
+#    --with-openssl=%{_builddir}/nginx-%{version}/openssl-%{openssl_version} \
34
+#    --add-module=%{_builddir}/nginx-%{version}/nginx-upstream-fair \
35
+#    --add-module=%{_builddir}/nginx-%{version}/nginx_upstream_check_module \
36
+#%if 0%{with_rtmp_ext}
37
+#    --add-module=%{_builddir}/nginx-%{version}/%{rtmp} \
38
+#%endif
39
+#    --add-module=%{_builddir}/nginx-%{version}/Nginx-limit-traffic-rate-module \
40
+#%if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700
41
+#    --add-module=%{_builddir}/nginx-%{version}/ngx_pagespeed-release-%{nps_version}-beta \
42
+#%endif
43
 #    --add-module=%{_builddir}/nginx-%{version}/modsecurity-%{waf_version}/nginx/modsecurity \
44
 #    --with-file-aio \
45
 #    --with-poll_module \
46
@@ -196,7 +194,7 @@
47
     --without-mail_imap_module \
48
     --without-mail_smtp_module 
49
 
50
-make %{?_smp_mflags} 
51
+make 
52
 
53
 mv nginx-upstream-fair/README nginx-upstream-fair/README.nginx-upstream-fair
54
 
55
[+] Deleted nginx_sysguard_1.3.9.patch ^
[+] Deleted ngx-detect-heartbleed.patch ^
Deleted nginx-http-sysguard.tar.gz ^