From 4740edb64156161bd23a88f3f01799ebcc9eee5b Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Fri, 25 Jan 2013 22:47:37 +0100 Subject: [PATCH] Update to 2.7.2. Update source in specfile. --- .gitignore | 1 + mod_security.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1eab4d5..2e1aef3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ modsecurity-apache_2.5.12.tar.gz /modsecurity-apache_2.6.8.tar.gz /modsecurity-apache_2.7.0.tar.gz /modsecurity-apache_2.7.1.tar.gz +/modsecurity-apache_2.7.2.tar.gz diff --git a/mod_security.spec b/mod_security.spec index 0b986f7..e322c30 100644 --- a/mod_security.spec +++ b/mod_security.spec @@ -9,12 +9,12 @@ Summary: Security module for the Apache HTTP Server Name: mod_security -Version: 2.7.1 -Release: 5%{?dist} +Version: 2.7.2 +Release: 1%{?dist} License: ASL 2.0 URL: http://www.modsecurity.org/ Group: System Environment/Daemons -Source: https://github.com/downloads/SpiderLabs/ModSecurity/modsecurity-apache_%{version}.tar.gz +Source: http://www.modsecurity.org/tarball/2.7.2/modsecurity-apache_%{version}.tar.gz Source1: mod_security.conf Source2: 10-mod_security.conf Requires: httpd httpd-mmn = %{_httpd_mmn} @@ -107,6 +107,10 @@ rm -rf %{buildroot} %endif %changelog +* Fri Jan 25 2013 Athmane Madjoudj 2.7.2-1 +- Update to 2.7.2 +- Update source url in the spec. + * Thu Nov 22 2012 Athmane Madjoudj 2.7.1-5 - Use conditional for loading mod_unique_id (rhbz #879264) - Fix syntax errors on httpd 2.4.x by using IncludeOptional (rhbz #879264, comment #2) diff --git a/sources b/sources index d778a9e..b6ceafc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dbd30b714abe831098993213f30c1b96 modsecurity-apache_2.7.1.tar.gz +7112f9e4050277774ccaf4e126cb4517 modsecurity-apache_2.7.2.tar.gz