Logoj0ke.net Open Build Service > Projects > internetx:managed > mod_security > Changes
Sign Up | Log In

Changes of Revision 2

[-] Changed mod_security-ix.changes
x
 
1
@@ -1,4 +1,11 @@
2
 -------------------------------------------------------------------
3
+Thu Apr  9 09:26:32 UTC 2015 - cs@linux-administrator.com
4
+
5
+- Update to relesae 2.9.0
6
+- set PERL ENV var to /usr/bin/perl
7
+- drop mlogc-disable-force-sslv3.patch (TLSv1 is default now)
8
+
9
+-------------------------------------------------------------------
10
 Fri Aug  8 17:29:19 UTC 2014 - cs@linux-administrator.com
11
 
12
 - Update to release 2.8.0
13
[-] Changed mod_security-ix.spec ^
41
 
1
@@ -3,13 +3,13 @@
2
 Summary:   Security module for the Apache HTTP Server
3
 Name:      mod_security 
4
 %if 0%{?centos_version} >= 6 || 0%{?rhel_version} >= 600 || 0%{?sl_version} >= 600 || 0%{?suse_version} >= 1110 || 0%{?sles_version} >= 11
5
-%define        pkgversion  2.8.0
6
+%define        pkgversion  2.9.0
7
 %define        oldver      0
8
 %define        _aslxml     0
9
 BuildRequires: libxml2-devel
10
 %else
11
 %if %{aslxml}
12
-%define        pkgversion  2.8.0
13
+%define        pkgversion  2.9.0
14
 %define        oldver      0
15
 %define        _aslxml     1
16
 BuildRequires: asl-libxml2-devel
17
@@ -40,7 +40,6 @@
18
 Source5:   modsec-clamscan.pl
19
 Source6:   modsec-clean_var-asl-data-audit
20
 Patch1:        waf-label.patch
21
-Patch2:        mlogc-disable-force-sslv3.patch
22
 Patch50:   CVE-2013-2765.patch
23
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
24
 %if 0%{?rhel_version} || 0%{?centos_version} || 0%{?sl_version} || 0%{?redhat_version}
25
@@ -89,7 +88,6 @@
26
 %prep
27
 %setup -n %{pkgname}%{version}
28
 %patch1 -p1
29
-%patch2
30
 %if 0%{?oldver} == 1
31
 %patch50 -p1
32
 %endif
33
@@ -97,6 +95,7 @@
34
 %build
35
 CFLAGS="%{optflags}"
36
 export CFLAGS
37
+export PERL=/usr/bin/perl
38
 
39
 %configure \
40
 %if 0%{_aslxml} == 1
41
Added modsecurity-2.9.0.tar.bz2 ^