summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-apache/mod_security/ChangeLog8
-rw-r--r--www-apache/mod_security/mod_security-2.7.0.ebuild (renamed from www-apache/mod_security/mod_security-2.7.0_rc3.ebuild)9
2 files changed, 11 insertions, 6 deletions
diff --git a/www-apache/mod_security/ChangeLog b/www-apache/mod_security/ChangeLog
index 3565d70c051e..b3dd25d10216 100644
--- a/www-apache/mod_security/ChangeLog
+++ b/www-apache/mod_security/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-apache/mod_security
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/ChangeLog,v 1.83 2012/09/28 06:28:05 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/ChangeLog,v 1.84 2012/10/17 01:21:00 flameeyes Exp $
+
+*mod_security-2.7.0 (17 Oct 2012)
+
+ 17 Oct 2012; Diego E. Pettenò <flameeyes@gentoo.org>
+ +mod_security-2.7.0.ebuild, -mod_security-2.7.0_rc3.ebuild:
+ Version bump; fix jit USE flag ./configure handling.
*mod_security-2.6.8 (28 Sep 2012)
diff --git a/www-apache/mod_security/mod_security-2.7.0_rc3.ebuild b/www-apache/mod_security/mod_security-2.7.0.ebuild
index 6143111033d1..279cead6fd81 100644
--- a/www-apache/mod_security/mod_security-2.7.0_rc3.ebuild
+++ b/www-apache/mod_security/mod_security-2.7.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/mod_security-2.7.0_rc3.ebuild,v 1.1 2012/09/11 22:19:18 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/mod_security-2.7.0.ebuild,v 1.1 2012/10/17 01:21:00 flameeyes Exp $
EAPI=4
@@ -49,8 +49,7 @@ src_configure() {
--enable-request-early \
$(use_enable curl mlogc) \
$(use_with lua) \
- $(use_enable jit pcre jit) \
- || die "econf failed"
+ $(use_enable jit pcre-jit)
}
src_compile() {
@@ -59,11 +58,11 @@ src_compile() {
"${T}"/79_modsecurity.conf || die
fi
- emake || die
+ emake
}
src_test() {
- emake check || die
+ emake check
}
src_install() {