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

Changes of Revision 2

[-] Changed nginx.spec
x
 
1
@@ -1,4 +1,4 @@
2
-%define nginx_user      nginx
3
+
4
 %define nginx_group     %{nginx_user}
5
 %define nginx_home      %{_localstatedir}/lib/nginx
6
 %define nginx_home_tmp  %{nginx_home}/tmp
7
@@ -16,7 +16,7 @@
8
 %define nps_version        1.9.32.3
9
 %define slowfs_version     1.5
10
 #%define waf_version       2.8.0
11
-%define openssl_version            1.0.2a
12
+#%define openssl_version           1.0.2a
13
 
14
 Name:           nginx
15
 Version:        1.9.1
16
@@ -67,7 +67,8 @@
17
 Source9:    Nginx-limit-traffic-rate-module.tar.gz
18
 Source10:   %{rtmp}.tar.gz
19
 Source11:   nginx_upstream_check_module-master.tar.gz
20
-Source12:   openssl-%{openssl_version}.tar.gz
21
+#Source12:   openssl-%{openssl_version}.tar.gz
22
+Source12:   boringssl.tar.gz
23
 Source13:   nginx-munin.tar.gz
24
 Source14:   release-%{nps_version}-beta.zip
25
 Source15:   %{nps_version}.tar.gz
26
@@ -157,11 +158,13 @@
27
     --with-http_secure_link_module \
28
     --with-http_degradation_module \
29
     --with-http_stub_status_module \
30
+    --with-stream_ssl_modul \
31
     --with-stream \
32
+    --with-threads \
33
     --with-debug \
34
     --with-ipv6 \
35
     --with-cc-opt="%{optflags} $(pcre-config --cflags)" \
36
-    --with-openssl=%{_builddir}/nginx-%{version}/openssl-%{openssl_version} \
37
+    --with-openssl=%{_builddir}/nginx-%{version}/boringssl \
38
     --with-file-aio \
39
     --add-module=%{_builddir}/nginx-%{version}/Nginx-limit-traffic-rate-module \
40
 %if 0%{?rhel_version} == 700 || 0%{?centos_version} == 700
41
@@ -268,8 +271,13 @@
42
 
43
 
44
 %changelog
45
+* Wed May 05 2015 Juergen Gotteswinter <jg@internetx.com> - 1.9.1-1
46
+- walls up - same sourcetree than stable builds, just compiled against 
47
+  googles boringssl. Project Mad Ivan
48
+- added simple patch to get nginx taking care about boringssl
49
+
50
 * Wed May 12 2015 Juergen Gotteswinter <jg@internetx.com> - 1.9.1-1
51
-- Version Bump 1.9.1 Codename Putin
52
+- Version Bump 1.9.1 
53
 
54
 * Wed May 12 2015 Juergen Gotteswinter <jg@internetx.com> - 1.9.0-1
55
 - moved on to the current stable mainline tree 1.9.x
56
[+] Added boringssl.patch ^
[+] Deleted openssl-rc4tilt.patch ^
Added boringssl.tar.gz ^
Deleted openssl-1.0.2a.tar.gz ^