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

Changes of Revision 30

[-] Changed mod_security-ix.changes
 
1
@@ -1,4 +1,9 @@
2
 -------------------------------------------------------------------
3
+Fri Aug  8 17:29:19 UTC 2014 - cs@linux-administrator.com
4
+
5
+- Update to release 2.8.0
6
+
7
+-------------------------------------------------------------------
8
 Sun Jan  5 16:20:52 UTC 2014 - cs@linux-administrator.com
9
 
10
 - enable --enable-htaccess-config 
11
[-] Changed mod_security-ix.spec ^
44
 
1
@@ -1,20 +1,21 @@
2
 %define aslxml 1
3
-
4
+%define pkgname modsecurity-
5
 Summary:   Security module for the Apache HTTP Server
6
 Name:      mod_security 
7
 %if 0%{?centos_version} >= 6 || 0%{?rhel_version} >= 600 || 0%{?sl_version} >= 600 || 0%{?suse_version} >= 1110 || 0%{?sles_version} >= 11
8
-%define        pkgversion  2.7.7
9
+%define        pkgversion  2.8.0
10
 %define        oldver      0
11
 %define        _aslxml     0
12
 BuildRequires: libxml2-devel
13
 %else
14
 %if %{aslxml}
15
-%define        pkgversion  2.7.7
16
+%define        pkgversion  2.8.0
17
 %define        oldver      0
18
 %define        _aslxml     1
19
 BuildRequires: asl-libxml2-devel
20
 %else
21
 %define        pkgversion  2.6.8
22
+%define        pkgname     modsecurity-apache_
23
 %define        oldver      1
24
 %define        _aslxml     0
25
 BuildRequires: libxml2-devel
26
@@ -25,7 +26,7 @@
27
 License:   GPLv2
28
 URL:       http://www.modsecurity.org/
29
 Group:     System Environment/Daemons
30
-Source:        http://www.modsecurity.org/download/modsecurity-apache_%{version}.tar.bz2
31
+Source:        http://www.modsecurity.org/download/%{pkgname}%{version}.tar.bz2
32
 %if 0%{?rhel_version} || 0%{?centos_version} || 0%{?sl_version} || 0%{?redhat_version}
33
 Source1:   00_mod_security.conf
34
 Source2:   modsecurity_crs_10_config-default.conf
35
@@ -82,7 +83,7 @@
36
 as a powerful umbrella - shielding web applications from attacks.
37
 
38
 %prep
39
-%setup -n modsecurity-apache_%{version}
40
+%setup -n %{pkgname}%{version}
41
 %patch1 -p1
42
 %patch2
43
 %if 0%{?oldver} == 1
44
Added modsecurity-2.8.0.tar.bz2 ^