diff options
author | Michael Stewart <vericgar@gentoo.org> | 2005-09-18 22:12:12 +0000 |
---|---|---|
committer | Michael Stewart <vericgar@gentoo.org> | 2005-09-18 22:12:12 +0000 |
commit | 83f4253172310447d2709f928696cab34db08836 (patch) | |
tree | 73e91e890cf9e8b2ded4ae5fe7bad4cd831c857e /net-www | |
parent | Version bump #106356 by Surakshan Mendis. (diff) | |
download | historical-83f4253172310447d2709f928696cab34db08836.tar.gz historical-83f4253172310447d2709f928696cab34db08836.tar.bz2 historical-83f4253172310447d2709f928696cab34db08836.zip |
Stable on x86
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_security/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_security/Manifest | 8 | ||||
-rw-r--r-- | net-www/mod_security/mod_security-1.8.7.ebuild | 4 |
3 files changed, 11 insertions, 7 deletions
diff --git a/net-www/mod_security/ChangeLog b/net-www/mod_security/ChangeLog index a5fdef033ab2..7ece892da34c 100644 --- a/net-www/mod_security/ChangeLog +++ b/net-www/mod_security/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_security # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_security/ChangeLog,v 1.10 2005/06/20 18:01:46 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_security/ChangeLog,v 1.11 2005/09/18 22:12:12 vericgar Exp $ + + 18 Sep 2005; Michael Stewart <vericgar@gentoo.org> + mod_security-1.8.7.ebuild: + Stable on x86 20 Jun 2005; Simon Stelling <blubb@gentoo.org> mod_security-1.8.7.ebuild: added ~amd64 keyword diff --git a/net-www/mod_security/Manifest b/net-www/mod_security/Manifest index 4cb01fcb7417..1e5ca42cf143 100644 --- a/net-www/mod_security/Manifest +++ b/net-www/mod_security/Manifest @@ -1,13 +1,13 @@ -MD5 50fb087426cba2afe8146c25bd2c1363 ChangeLog 1566 +MD5 3f016faaf097d20bfeb50894474849a7 ChangeLog 1668 MD5 cadfb3d36ccae4dce3effd3d12bc1d33 metadata.xml 285 MD5 8ca8985829c6ecb7444c9eab39aad3c9 mod_security-1.7.6.ebuild 1321 MD5 aaf9229bf36d8b03387b64e88df4a047 mod_security-1.8.6.ebuild 949 -MD5 5aea876746bbe33ecdc81a8c70b80146 mod_security-1.8.7.ebuild 991 MD5 d9a5f677510c88be378188ffc281af70 mod_security-1.8.7_rc2.ebuild 990 +MD5 e2b94827b5e71194fd13e78b81a07aa5 mod_security-1.8.7.ebuild 993 MD5 4ff2b278a8aaff992f04347e4fda401b files/99_mod_security.conf 3671 MD5 93b283b1aef242964a12edd89989d103 files/digest-mod_security-1.7.6 70 +MD5 854e24ef0e50b53915629f226e76b43c files/mod_security.conf 3399 MD5 acba071671480e82391bcf1022f3838a files/digest-mod_security-1.8.6 70 -MD5 2858e79ac2a333e5542ed27274f38de8 files/digest-mod_security-1.8.7 69 MD5 606e2333ef2c0c721942809eed9f4d54 files/digest-mod_security-1.8.7_rc2 73 -MD5 854e24ef0e50b53915629f226e76b43c files/mod_security.conf 3399 +MD5 2858e79ac2a333e5542ed27274f38de8 files/digest-mod_security-1.8.7 69 MD5 99189490f6840a16c1e14874719592cf files/1.8.6/99_mod_security.conf 3666 diff --git a/net-www/mod_security/mod_security-1.8.7.ebuild b/net-www/mod_security/mod_security-1.8.7.ebuild index 2719cca2c427..b301643456ad 100644 --- a/net-www/mod_security/mod_security-1.8.7.ebuild +++ b/net-www/mod_security/mod_security-1.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_security/mod_security-1.8.7.ebuild,v 1.2 2005/06/20 18:01:46 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_security/mod_security-1.8.7.ebuild,v 1.3 2005/09/18 22:12:12 vericgar Exp $ inherit eutils apache-module @@ -13,7 +13,7 @@ SRC_URI="http://www.modsecurity.org/download/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="doc" APXS1_ARGS="-S LIBEXECDIR=${S} -c ${S}/apache1/mod_security.c" |