diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-06-20 18:01:46 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-06-20 18:01:46 +0000 |
commit | 405a2ae24c2a4664ec4bf5c6fd774db6ae1fc019 (patch) | |
tree | 8b4ad707be286238748d1af10221d8599ba1cc1a /net-www/mod_security | |
parent | x86 stable (diff) | |
download | historical-405a2ae24c2a4664ec4bf5c6fd774db6ae1fc019.tar.gz historical-405a2ae24c2a4664ec4bf5c6fd774db6ae1fc019.tar.bz2 historical-405a2ae24c2a4664ec4bf5c6fd774db6ae1fc019.zip |
~amd64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-www/mod_security')
-rw-r--r-- | net-www/mod_security/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mod_security/Manifest | 20 | ||||
-rw-r--r-- | net-www/mod_security/mod_security-1.8.7.ebuild | 4 |
3 files changed, 11 insertions, 18 deletions
diff --git a/net-www/mod_security/ChangeLog b/net-www/mod_security/ChangeLog index 8f429ecaa1b7..a5fdef033ab2 100644 --- a/net-www/mod_security/ChangeLog +++ b/net-www/mod_security/ChangeLog @@ -1,6 +1,9 @@ # 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.9 2005/03/06 07:34:31 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_security/ChangeLog,v 1.10 2005/06/20 18:01:46 blubb Exp $ + + 20 Jun 2005; Simon Stelling <blubb@gentoo.org> mod_security-1.8.7.ebuild: + added ~amd64 keyword *mod_security-1.8.7 (06 Mar 2005) diff --git a/net-www/mod_security/Manifest b/net-www/mod_security/Manifest index 3bec8085e5f9..4cb01fcb7417 100644 --- a/net-www/mod_security/Manifest +++ b/net-www/mod_security/Manifest @@ -1,23 +1,13 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 50fb087426cba2afe8146c25bd2c1363 ChangeLog 1566 MD5 cadfb3d36ccae4dce3effd3d12bc1d33 metadata.xml 285 -MD5 2c6f970b03ac0bba6abdbf2654da42d6 mod_security-1.8.7.ebuild 982 +MD5 8ca8985829c6ecb7444c9eab39aad3c9 mod_security-1.7.6.ebuild 1321 MD5 aaf9229bf36d8b03387b64e88df4a047 mod_security-1.8.6.ebuild 949 -MD5 8bf8c05cd01ea7853efabe0eb5faeba2 ChangeLog 1463 +MD5 5aea876746bbe33ecdc81a8c70b80146 mod_security-1.8.7.ebuild 991 MD5 d9a5f677510c88be378188ffc281af70 mod_security-1.8.7_rc2.ebuild 990 -MD5 8ca8985829c6ecb7444c9eab39aad3c9 mod_security-1.7.6.ebuild 1321 -MD5 606e2333ef2c0c721942809eed9f4d54 files/digest-mod_security-1.8.7_rc2 73 MD5 4ff2b278a8aaff992f04347e4fda401b files/99_mod_security.conf 3671 MD5 93b283b1aef242964a12edd89989d103 files/digest-mod_security-1.7.6 70 +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 acba071671480e82391bcf1022f3838a files/digest-mod_security-1.8.6 70 MD5 99189490f6840a16c1e14874719592cf files/1.8.6/99_mod_security.conf 3666 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFCKrKOjUHll2nfF60RAqS8AJ9xLu9nAObIzqNYvO+ZSjsx2eNkfgCeOIB8 -ri1TJiJsA2jUBpRRMNsDn3Q= -=BCwn ------END PGP SIGNATURE----- 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 07366c0c1396..2719cca2c427 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.1 2005/03/06 07:34:31 beu Exp $ +# $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 $ 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="~x86 ~ppc ~sparc" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="doc" APXS1_ARGS="-S LIBEXECDIR=${S} -c ${S}/apache1/mod_security.c" |