-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Bowie Bailey Sent: Saturday, 25 April 2009 6:27 AM To: CentOS mailing list (E-mail) Subject: [CentOS] repository for mod_security
I want to add mod_security to my Apache server running CentOS 5.3 and am trying to find a repository to get it from. I found it in EPEL, but they have version 2.1.7, which is over a year old according to what I found on the modsecurity.org website. Is there a repository which is keeping this up to date? Or should I just build it from source?
Interesting that you are finding version 2.1.7 - just did a quick check and I see version 2.5.9 on epel:
Name : mod_security Arch : i386 Version : 2.5.9 Release : 1.el5 Size : 933 k Repo : epel
My epel.repo file looks like this:
[epel] name=Extra Packages for Enterprise Linux 5 - $basearch #baseurl=http://download.fedoraproject.org/pub/epel/5/$basearch mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch= $basearch failovermethod=priority enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL protect=0 priority=12
Cheers, Tkb.