From 5df960fd8987d7c42db6b31bcff5fedfbeeb464f Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Tue, 4 Nov 2014 17:35:47 +0100 Subject: [PATCH] Make sure mod_security is built with correct curl version --- mod_security.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mod_security.spec b/mod_security.spec index 83dcc8e..3a02b98 100644 --- a/mod_security.spec +++ b/mod_security.spec @@ -10,7 +10,7 @@ Summary: Security module for the Apache HTTP Server Name: mod_security Version: 2.8.0 -Release: 6%{?dist} +Release: 7%{?dist} License: ASL 2.0 URL: http://www.modsecurity.org/ Group: System Environment/Daemons @@ -20,7 +20,8 @@ Source2: 10-mod_security.conf Source3: modsecurity_localrules.conf Patch0: 0001-mlogc-Changes-the-default-SSL-algo-to-TLS-1.2.patch Requires: httpd httpd-mmn = %{_httpd_mmn} -BuildRequires: httpd-devel libxml2-devel pcre-devel curl-devel lua-devel +BuildRequires: httpd-devel libxml2-devel pcre-devel lua-devel +BuildRequires: curl-devel >= 7.38.0 %description ModSecurity is an open source intrusion detection and prevention engine @@ -122,6 +123,9 @@ rm -rf %{buildroot} %endif %changelog +* Tue Nov 04 2014 Athmane Madjoudj 2.8.0-7 +- Make sure mod_security is built with correct curl version + * Mon Nov 03 2014 Athmane Madjoudj 2.8.0-6 - Changes the default SSL version to TLS 1.2 since SSLv3 is vulnerable to poodle