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

Changes of Revision 3

[-] Changed nginx.spec
x
 
1
@@ -15,7 +15,7 @@
2
 
3
 Name:           nginx
4
 Version:        1.4.7
5
-Release:        1
6
+Release:        2
7
 Summary:        Robust, small and high performance http and reverse proxy server
8
 Group:          System Environment/Daemons   
9
 
10
@@ -62,11 +62,7 @@
11
 # etc.
12
 Patch1:     nginx-conf-0.7.x.patch
13
 Patch2:        check_1.2.6+.patch
14
-
15
-# syslog patch, use syslog instead of nginx logfiles
16
-#Patch2:       nginx-syslog.patch
17
-#Patch3:       nginx-unix-sockets.diff
18
-#Patch4:       nginx-versiontilt.patch
19
+Patch3:        ngx-detect-heartbleed.patch
20
 
21
 %description
22
 Nginx [engine x] is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3
23
@@ -80,7 +76,7 @@
24
 %patch0 -p0
25
 %patch1 -p0
26
 %patch2 -p1
27
-# %patch3 -p1
28
+%patch3 -p0
29
 #%patch4 -p1
30
 %{__tar} zxvf %{SOURCE5}
31
 %{__tar} zxvf %{SOURCE9}
32
@@ -216,6 +212,9 @@
33
 
34
 
35
 %changelog
36
+* Fri Apr 12 2014 Juergen Gotteswinter <jg@internetx.com> - 1.4.7-2
37
+- added patch to log heartbleed attacks
38
+
39
 * Tue Apr 03 2014 Juergen Gotteswinter <jg@internetx.com> - 1.4.7-1
40
 - bump to 1.4.7
41
 
42
[+] Added ngx-detect-heartbleed.patch ^