diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-03-07 23:16:27 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-03-07 23:16:27 +0000 |
commit | e727e69eb518dc4d0a944536024909cc60650d03 (patch) | |
tree | 6934616deb3337eeb6bd9c2391fec9c50f6a4b6c | |
parent | Marked as stable. (diff) | |
download | gentoo-2-e727e69eb518dc4d0a944536024909cc60650d03.tar.gz gentoo-2-e727e69eb518dc4d0a944536024909cc60650d03.tar.bz2 gentoo-2-e727e69eb518dc4d0a944536024909cc60650d03.zip |
Fixed Depend to libnet-1.0*. Closes #17017.
-rw-r--r-- | net-analyzer/isic/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/isic/isic-0.05.ebuild | 4 | ||||
-rw-r--r-- | net-libs/libnids/ChangeLog | 9 | ||||
-rw-r--r-- | net-libs/libnids/libnids-1.16.ebuild | 11 |
4 files changed, 18 insertions, 11 deletions
diff --git a/net-analyzer/isic/ChangeLog b/net-analyzer/isic/ChangeLog index 36d54b777114..6afccd4e18ab 100644 --- a/net-analyzer/isic/ChangeLog +++ b/net-analyzer/isic/ChangeLog @@ -1,8 +1,11 @@ # ChangeLog for net-analyzer/isic # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/ChangeLog,v 1.1 2003/02/26 03:34:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/ChangeLog,v 1.2 2003/03/07 23:12:26 mholzer Exp $ *isic-0.05 (25 Feb 2003) + 07 Mar 2003; Martin Holzer <mholzer@gentoo.org> isic-0.05.ebuild : + Fixed Depend to libnet-1.0*. Closes #17017. + 25 Feb 2003; Mike Frysinger <vapier@gentoo.org> : Initial import. Ebuild submitted by me for #11785. diff --git a/net-analyzer/isic/isic-0.05.ebuild b/net-analyzer/isic/isic-0.05.ebuild index f7bad91dbe78..bdd1f195f060 100644 --- a/net-analyzer/isic/isic-0.05.ebuild +++ b/net-analyzer/isic/isic-0.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/isic-0.05.ebuild,v 1.1 2003/02/26 03:34:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/isic/isic-0.05.ebuild,v 1.2 2003/03/07 23:12:26 mholzer Exp $ DESCRIPTION="IP Stack Integrity Checker" HOMEPAGE="http://www.packetfactory.net/projects/ISIC/" @@ -10,7 +10,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~x86" -DEPEND="net-libs/libnet" +DEPEND="=net-libs/libnet-1.0*" src_compile() { env WANT_AUTOCONF_2_5=1 autoconf || die diff --git a/net-libs/libnids/ChangeLog b/net-libs/libnids/ChangeLog index f0ac1d6b556e..1853248bb899 100644 --- a/net-libs/libnids/ChangeLog +++ b/net-libs/libnids/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for net-libs/libnids # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/ChangeLog,v 1.4 2003/02/12 08:06:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/ChangeLog,v 1.5 2003/03/07 23:16:27 mholzer Exp $ - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - *libnids-1.16 (1 Feb 2002) + 07 Mar 20003; Martin Holzer <mholzer@gentoo.org> libnids-1.16.ebuild : + Fixed Depend to libnet-1.0*. Closes #17017. + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/net-libs/libnids/libnids-1.16.ebuild b/net-libs/libnids/libnids-1.16.ebuild index 0e1d18734ada..32097d787da5 100644 --- a/net-libs/libnids/libnids-1.16.ebuild +++ b/net-libs/libnids/libnids-1.16.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.16.ebuild,v 1.8 2003/02/13 14:19:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.16.ebuild,v 1.9 2003/03/07 23:16:27 mholzer Exp $ S=${WORKDIR}/${P} DESCRIPTION="Libnids is an implementation of an E-component of Network Intrusion Detection System. It emulates the IP stack of Linux 2.0.x. Libnids offers IP defragmentation, TCP stream assembly and TCP port scan detection." -SRC_URI="http://www.packetfactory.net/Projects/Libnids/dist/${P}.tar.gz" -HOMEPAGE="http://www.packetfactory.net/Projects/Libnids/" +SRC_URI="http://www.packetfactory.net/Projects/libnids/dist/${P}.tar.gz" +HOMEPAGE="http://www.packetfactory.net/Projects/libnids/" -DEPEND="net-libs/libpcap net-libs/libnet" +DEPEND="net-libs/libpcap + =net-libs/libnet-1.0*" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc" src_compile() { |