Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
managed
>
mod_security
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Changed
mod_security-ix.changes
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Apr 9 09:26:32 UTC 2015 - cs@linux-administrator.com + +- Update to relesae 2.9.0 +- set PERL ENV var to /usr/bin/perl +- drop mlogc-disable-force-sslv3.patch (TLSv1 is default now) + +------------------------------------------------------------------- Fri Aug 8 17:29:19 UTC 2014 - cs@linux-administrator.com - Update to release 2.8.0
[-]
[+]
Changed
mod_security-ix.spec
^
@@ -3,13 +3,13 @@ Summary: Security module for the Apache HTTP Server Name: mod_security %if 0%{?centos_version} >= 6 || 0%{?rhel_version} >= 600 || 0%{?sl_version} >= 600 || 0%{?suse_version} >= 1110 || 0%{?sles_version} >= 11 -%define pkgversion 2.8.0 +%define pkgversion 2.9.0 %define oldver 0 %define _aslxml 0 BuildRequires: libxml2-devel %else %if %{aslxml} -%define pkgversion 2.8.0 +%define pkgversion 2.9.0 %define oldver 0 %define _aslxml 1 BuildRequires: asl-libxml2-devel @@ -40,7 +40,6 @@ Source5: modsec-clamscan.pl Source6: modsec-clean_var-asl-data-audit Patch1: waf-label.patch -Patch2: mlogc-disable-force-sslv3.patch Patch50: CVE-2013-2765.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if 0%{?rhel_version} || 0%{?centos_version} || 0%{?sl_version} || 0%{?redhat_version} @@ -89,7 +88,6 @@ %prep %setup -n %{pkgname}%{version} %patch1 -p1 -%patch2 %if 0%{?oldver} == 1 %patch50 -p1 %endif @@ -97,6 +95,7 @@ %build CFLAGS="%{optflags}" export CFLAGS +export PERL=/usr/bin/perl %configure \ %if 0%{_aslxml} == 1
Added
modsecurity-2.9.0.tar.bz2
^