From 33636a6618c26881ca3deb63e3a365b98ff72358 Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Tue, 28 May 2013 17:40:57 +0100 Subject: [PATCH] Update to 2.7.4 --- .gitignore | 1 + mod_security.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 616f027..ad884ec 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ modsecurity-apache_2.5.12.tar.gz /modsecurity-apache_2.7.1.tar.gz /modsecurity-apache_2.7.2.tar.gz /modsecurity-apache_2.7.3.tar.gz +/modsecurity-apache_2.7.4.tar.gz diff --git a/mod_security.spec b/mod_security.spec index 55679f7..69c6c2c 100644 --- a/mod_security.spec +++ b/mod_security.spec @@ -9,15 +9,14 @@ Summary: Security module for the Apache HTTP Server Name: mod_security -Version: 2.7.3 -Release: 2%{?dist} +Version: 2.7.4 +Release: 1%{?dist} License: ASL 2.0 URL: http://www.modsecurity.org/ Group: System Environment/Daemons Source: http://www.modsecurity.org/tarball/%{version}/modsecurity-apache_%{version}.tar.gz Source1: mod_security.conf Source2: 10-mod_security.conf -Patch0: mod_security-2.7.3-fix-mem-leak-and-cve-2013-2765.patch Requires: httpd httpd-mmn = %{_httpd_mmn} BuildRequires: httpd-devel libxml2-devel pcre-devel curl-devel lua-devel @@ -38,7 +37,6 @@ This package contains the ModSecurity Audit Log Collector. %prep %setup -q -n modsecurity-apache_%{version} -%patch0 -p1 %build %configure --enable-pcre-match-limit=1000000 \ @@ -109,6 +107,10 @@ rm -rf %{buildroot} %endif %changelog +* Tue May 28 2013 Athmane Madjoudj 2.7.4-1 +- Update to 2.7.4 +- Drop non required patch + * Tue May 28 2013 Athmane Madjoudj 2.7.3-2 - Fix NULL pointer dereference (DoS, crash) (CVE-2013-2765) (RHBZ #967615) - Fix a possible memory leak. diff --git a/sources b/sources index 1889f7f..b267a43 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4a220bf4b954ed1760462e5956f65b21 modsecurity-apache_2.7.3.tar.gz +650955c89df02ee11fd8623d56492213 modsecurity-apache_2.7.4.tar.gz