diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-10-17 01:21:00 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-10-17 01:21:00 +0000 |
commit | 17249dae01d90b629262bd6d32e6edce907a9b37 (patch) | |
tree | fce172da708ceb069dd0491a564a4b23968ddf7b /www-apache/mod_security | |
parent | Fix broken Manifest. (diff) | |
download | gentoo-2-17249dae01d90b629262bd6d32e6edce907a9b37.tar.gz gentoo-2-17249dae01d90b629262bd6d32e6edce907a9b37.tar.bz2 gentoo-2-17249dae01d90b629262bd6d32e6edce907a9b37.zip |
Version bump; fix jit USE flag ./configure handling.
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'www-apache/mod_security')
-rw-r--r-- | www-apache/mod_security/ChangeLog | 8 | ||||
-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() { |