diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-25 09:06:22 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-25 09:06:22 +0000 |
commit | 4c653ae3ab8c7c67a7c3dcb1854163128b0f44e9 (patch) | |
tree | fd74d079d89828df63bcd4eb6f9b95ce0af487aa /net-analyzer/snort | |
parent | new package (diff) | |
download | historical-4c653ae3ab8c7c67a7c3dcb1854163128b0f44e9.tar.gz historical-4c653ae3ab8c7c67a7c3dcb1854163128b0f44e9.tar.bz2 historical-4c653ae3ab8c7c67a7c3dcb1854163128b0f44e9.zip |
Fixed libnet dependency, closes #9623.
Diffstat (limited to 'net-analyzer/snort')
-rw-r--r-- | net-analyzer/snort/snort-1.8.6.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/snort/snort-1.8.7.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/snort/snort-1.9.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/snort/snort-1.8.6.ebuild b/net-analyzer/snort/snort-1.8.6.ebuild index 902a92edfacb..1c9140afd1fa 100644 --- a/net-analyzer/snort/snort-1.8.6.ebuild +++ b/net-analyzer/snort/snort-1.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-1.8.6.ebuild,v 1.7 2002/10/24 15:11:44 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-1.8.6.ebuild,v 1.8 2002/10/25 09:06:22 aliz Exp $ IUSE="ssl postgres mysql" @@ -15,7 +15,7 @@ KEYWORDS="x86 sparc sparc64" DEPEND="virtual/glibc >=net-libs/libpcap-0.6.2-r1 - =net-libs/libnet-1.0.2a* + ~net-libs/libnet-1.0.2a postgres? ( >=dev-db/postgresql-7.2 ) mysql? ( >=dev-db/mysql-3.23.26 ) ssl? ( >=dev-libs/openssl-0.9.6b )" diff --git a/net-analyzer/snort/snort-1.8.7.ebuild b/net-analyzer/snort/snort-1.8.7.ebuild index de638bcb9cab..167297a79135 100644 --- a/net-analyzer/snort/snort-1.8.7.ebuild +++ b/net-analyzer/snort/snort-1.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-1.8.7.ebuild,v 1.6 2002/10/24 15:11:44 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-1.8.7.ebuild,v 1.7 2002/10/25 09:06:22 aliz Exp $ IUSE="ssl postgres mysql" @@ -15,7 +15,7 @@ KEYWORDS="x86 sparc sparc64" DEPEND="virtual/glibc >=net-libs/libpcap-0.6.2-r1 - =net-libs/libnet-1.0.2a* + ~net-libs/libnet-1.0.2a postgres? ( >=dev-db/postgresql-7.2 ) mysql? ( >=dev-db/mysql-3.23.26 ) ssl? ( >=dev-libs/openssl-0.9.6b )" diff --git a/net-analyzer/snort/snort-1.9.0.ebuild b/net-analyzer/snort/snort-1.9.0.ebuild index 882f578a24c0..15c2b66c9eb3 100644 --- a/net-analyzer/snort/snort-1.9.0.ebuild +++ b/net-analyzer/snort/snort-1.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-1.9.0.ebuild,v 1.2 2002/10/24 15:11:44 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-1.9.0.ebuild,v 1.3 2002/10/25 09:06:22 aliz Exp $ IUSE="ssl postgres mysql snmp" @@ -15,7 +15,7 @@ KEYWORDS="~x86 ~sparc ~sparc64" DEPEND="virtual/glibc >=net-libs/libpcap-0.6.2-r1 - =net-libs/libnet-1.0.2a* + ~net-libs/libnet-1.0.2a postgres? ( >=dev-db/postgresql-7.2 ) mysql? ( >=dev-db/mysql-3.23.26 ) ssl? ( >=dev-libs/openssl-0.9.6b ) |